|
Recent Questions
|
|
1) I gave written test of Flextronics .I want to help You, as I havenot remembered the Questions I am just giveing the pattern .There are total Seven sets of papers .The exam duratiion is 1hr 40 mts.Set 1 |
|
A) hello..                    i have cleared flextronics written test and technical & hr is also over... and after they told they ll call me after 2 days... so it is almost 4 days over... they didn't call me yet... anybody got call... .. |
|
2) In dynamic memory allocation we use A. Doubly linked list B. Circularly linked C. B trees D. L trees E ? |
|
A) the answer
is A. Doubly Linked List |
|
3) GE Interview Procedure and Written test Pattern |
|
A) There were two sections, comprising of 50 questions off 60 minutes contains Section 1 : 20 aptitude questions Aptitude section had Critical Reasoning 6 Q's, And General Reasoning 5-6 Q's |
|
4) For the following C program:swap(int x, int y){ int temp;temp=x;x=y;y=temp;}main(){int x=2;y=3;swap(x,y);}After calling swap, what are the values x & y? |
|
A) The values of x and y will be same since there scope is local the swapping done inside swap() function is not reflected inside main(). |
|
5) To find the key of search the data structure is A. Hash key B. Trees C. Linked lists D. Records ? |
|
A) c. Message |