Re: [algogeeks] Re: informatica interview question

2011-09-13 Thread Manoj Bagari
thanx a lot ravi for sharing the information :) :) > 'Life can be filled with disappointment but being happy is a choice' >> >> Manoj Bagari >> National Institute Technology Kernataka >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "A

Re: [algogeeks] Re: informatica interview question

2011-09-13 Thread ravi maggon
@manoj: clear your concepts about DS, Algo's and C/C++ because questions are on basics of these. their are 25 ques and you get 45 min to solve them. their are some question on preorder , inorder, etc. some on fork() command. #one ques was to find the complexity of this code for(i=0;iwrote: > ravi

Re: [algogeeks] Re: informatica interview question

2011-09-13 Thread Manoj Bagari
ravi can u please tell usa bout the written test what type of question asked etc? -- 'Life can be filled with disappointment but being happy is a choice' Manoj Bagari National Institute Technology Kernataka -- You received this message because you are subscribed to the Google Groups "Alg

[algogeeks] Re: informatica interview question

2011-09-09 Thread Gene
1. True and True, though the second depends somewhat on features supported by the language you are using. Languages like ML (or OCAML) and Scheme are designed to support this. 2. You need somewhere to store state (lambda parameters at the lowest level). The stack is one mechanism. There are oth