Blog Detail
cinterviews.blogspot.com
http://www.cinterviews.blogspot.com
interview stuff c,c++,java,dotnet ,iphone development linux,unix faqs,tutorials,resume preparation
Recent Posts
What are the different divisions in Cobol Program
Divisions in cobol program are 1)IDENTIFICATION DIVISION2)ENVIRONMENT DIVISION3)DATA DIVISION4)PROCEDURE DIVISION...
Yahoo final round Technical interview questions and answers
1)When will you use shell script/Perl ahead of C/C++?2)How does yahoo handles billions of requests, does it create a thread per request or a process?3)How does HTTP works? Solution :HTTP Is a request-response protocol. For example, a Web browser i...
Yahoo Direct Interview questions and answers
1)How to call a C++ function which is compiled with C++ compiler in C code? Solution: The C++ compiler must know that f(int,char,float) is to be called by a C compiler using the extern "C"construct: The extern "C" line tells the compiler that the ext...
Yahoo Telephonic interview questions
Design classes for the following problem. (C++)A Customer Can have multiple bank accounts A Bank account can be owned by multiple customers When customer logs in he sees list of account, on clicking on an account he sees list of transactions.Solution...
Amazon Interview questions for Intern Position round2 asked me
Amazon interview questions in round21)Why do you like to work with us?2)What work are you expecting?3)Tell me about any of your experience...
Amazon Interview questions for Intern Position round1
Amazon Interview questions for Intern Position round11)There are two urns A and B and an equal number of red balls and blue balls.How do u place the balls in the urns such that the probability of picking up the red ball is greater?2)Two trains enter ...


great
Posted: October 8th, 2009 | More Reviews From cinterviews | Report This Comment