Cisco |   27873

Cisco

                                                 CISCO Interview Questions

The written test had two parts. 
20 questions from aptitude and 30 technical
No negative marking.

Aptitude was quite a lot tricky.
Technical was Electronics + CS.
Three C programs

 

Aptitude Questions :

1) main()
{
int const a=100;
int *p;
p=&a;
(*p)++;
printf("%d%d",a,*p);
}
Ans: 101 101

2) More questions between simple ones.

3) Two Network questions

4) ARP is used for?

5) End to End delievery is responsibility of which layer ?

6) One computer architecture.

7) If virtual address is[0,514] then if page table contains an entry (032) then physical address is:
Ans append binary form of 32 with binary form of 514

8) Floating point representation: Simple one

9) If 23 bits are used for IEEE representation then whats the range of normalized nos. which can be represented?

10) One semaphores.

Generally 2 technical interviews and one HR. But for some 3 technical and one HR.

Technical Interview Questions:

Technical interview contained questions like:

1) Full form of SQL

2) Various functions in SQL

3) Decode, ltrim, rtrim, lpad, rpad, truncate etc..

4) Java.

5) Object oriented analysis and design: usecases, collaboration and sequential diagrams, difference purpose class diagram.

6) Data warehousing?

7) Networking client server basic concepts.

8) C program to count the no. of elements which are repeating more than size/2 times in an array.

9) Derive a mathematical equation to calculate the angle between two handa of clock.

10) What are different segments in a program.

11) When we malloc sm size where does it reside.

12) Where is a.out stored

13) Stack increases in which direction

14) Representation of stack and queue using linked list and then perform insertion and deletion

15) Models in software engg?. Explain extreme programming

16) What are triggers? example

17) 3 properties of object oriented analysis and design

18) Normal forms in dbms?

feedback