Cisco Systems

Career Details
Eligibility:

Engineering Degree with 50%

Selection Process:

Written
GD
Interview

Entry Package:
4.6
Organization Details
Industry:
IT/Software, Hardware
Company Profile :

Cisco, (NASDAQ: CSCO), is the worldwide leader in networking that transforms how people connect, communicate and collaborate. Today, networks are an essential part of business, education, government and home communications, and Cisco's Internet Protocol-based (IP) networking solutions are the foundation of these networks.

Cisco was founded in 1984 by a small group of computer scientists from Stanford University. Since the company's inception, Cisco engineers have been leaders in the development of Internet Protocol (IP)-based networking technologies. Today, with more than 47,000 employees worldwide, this tradition of innovation continues with industry-leading products and solutions in the company's core development areas of routing and switching, as well as in advanced technologies such as:

IP Communications
Network Security

Wireless LAN
Storage Area Networking

Home Networking
Video Systems

Application Networking Services

Cisco has been at the heart of many historic changes in technology, and that continues to be true today. Now, at a time when the technology industry is going through a period of dramatic change, Cisco is the market leader in multiple areas, such as routing and switching, unified communications, wireless and security. The company helped catalyze the industry's move toward IP and, now that it is fully underway, the company is at the center of fundamental changes in the way the world communicates.

Cosco Text patten consist of

1. Written Test
2. Technical Interview
3. HR Interview

Written text consist of
1.Aptitude- 20Q
2.C - 30Q
3.Networking - 20Q
4.JAVA - 20Q (optional)

5.OS - 20Q
Here Java section is optional,To clear the written test just be thorough with C. Concentrate more on Pointers. Sorry, I could not remember the questions other than these,

Interview Procedure :
The written test is followed by a lengthy technical interview. The interview may last up to 1 hour or more. It is entirely technical with questions on all basic fundamentals

0
No votes yet

analytical questions find

analytical questions

find perimeter of a trapezium wit 3 sides given and distance b/w parallel sides given...

A triangle ABC is given, a line DE is paralel to base side and that cuts the triangle.. the ratio of area of triangle to the area of trapezium .given DE/BC=3/5..

four concentric circles r given .the radius of 1st circle is x.next is 2x,then 3x and 4x. given that area b/w 2nd and 1st is A and 4th and 3rd circles being B.find ratio of A to B

difference b/w the perimeteres of two concentric circles is 66.find the difference b/w radius..
ans 10.5

3/p=6,3/q=15......find p-q

Technical questions.....

#define clrscr() 100
main()
{
clrscr();
printf("%d",clrscr());
}

which of the followin is used for avoidin network congestion
bufferin
cachin
sourcequench
all of de above

main()
{
int a;
printf("%d",scanf(%d,&a));
}
wats o/p of this pgm..wat will b printed
ans :0

main()
{
printf("as");
printf("\bhi");
printf("is\n");
} wat will b printed.

main()
{
unsigned short a=-1;
unsigned char b=a;
printf("%d %d ",a,b);
}
wat is o/p of the program
a. 65535 -1
b. 65535 65535
c. -1 -1

arrays base address is 1000....array is a[5][4]..then wat is de
correct address of a[4][3]...
ans:1056

one packet is 64bytes..no of pkts send is 16000..then total no of bytes send is
ans 1024000

#define maxval 5
int main (void)
{
int i=1;
if(i-maxval)
{
printf("inside");
}
else
{
printf("out");
}
find o/p???

#define a 3+3
#define b 11-3
main()
{
printf("%d",a*b);
}
wat is o/p?????

A question in which segment address is given ..logical address is 800..base addresses also given ..u hav 2 find physical address..

There was a question on processor speed in nanocycles..then it performs a instruction in x cycles..dont remember

main()
{
int *i;
int s=(int *)malloc(10*sizeof(int));
for (i=0;i<10;i++)
{
printf("%d",i*i)
}
wats o/p

Post new comment

The content of this field is kept private and will not be shown publicly.
 
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><a> <em> <strong> <small> <sup> <sub> <cite> <blockquote> <code> <ul> <ol> <li> <dl> <dt> <dd> <h2> <h3> <h4> <img> <br> <br /> <p> <div> <span> <b> <i>.
  • Lines and paragraphs break automatically.

More information about formatting options