hiii
yaar sabse pehle written tha, it was ok.. Aptitude , data analysis, os, data structures, c/c++ , reading comprehension, and e-mail writing....
c/c++ ke ques to kaafi "test your c skills" and "test ur c++ skills" mein se the.
Reading passage thoda tough tha par ho jayega, apti was fine, thoda set etc aana chahiye.....
Now cuming to tech interview...
enter karte hi, first of all he asked me tell about myself, I started with telling about my schooling, grad and then mca, hobbies, strenghths.......
then he asked whether i am comfortable with c/c++ , pointers...
i said i am ok with them..
he asked me to allocate some memory and then assign some value to it and then free it.
I wrote:
int *i ;
i = (int*) malloc(4) ;
*i = 10 ;
free(i) ;
he said it is fine now optimize it, I then used calloc but it was no better.
He asked me why i used free, i said because it allocated from heap...
Then he asked about data structures, delete last node from linked list...
phir came to networks, layers of Tcp/ip, why transport layer is above network layer.
phir asked whether i have mobile phone, i said yes, then he asked about mobile communication , i.e. its working..
then operating systems, he asked me to tell everyting i know about os, i started with its definition , then its main functions, he then asked in detail about process management... i told swapping, schedulars, jo bhi mujhe aata tha, sab bol diya, various stages of process...
phir he asked whether i am comfortable with software eng, i said i like the sub, then he asked about software development life cycle...
he asked me to implement free, on which i said that i dont know this, on which he repleied that i have to answer something, work cant go like this, so i answered something, which i thing was ok , because he appreciated my answer, even though i knew nothing about it.
in sub ques ke beech mein wo mujhse hr ke bhi ques pooch raha tha, which was the last movie u saw, when was the last table tennis match u played...
finally he askeed me to implement queue using two stacks....
No comments:
Post a Comment