Interview Questions on C Programming
What is the difference between the declaration and the definition of a variable?The definition is the one that actually allocates ......
Read the rest of this entry »
Articles»
Latest Microsoft Interview Questions
Given a Parent -Child binary tree ,build the child -sibling version of it? Minimize the space requirements wherever possible.
Given a ......
Read the rest of this entry »
Articles»
Yahoo Interview Questions
Design classes for the following problem. (C++) A Customer Can have multiple bank accounts A Bank account can be owned by ......
Read the rest of this entry »
Articles»
Google Fresher Interview Questions – round 5 (management round)
Tell me an achievement that you have done in your non academics
Tell me about one of your project
Take a feature ......
Read the rest of this entry »
Articles»
Google Fresher Interview Questions – round 4
Given n non overlapping intervals and an element. Find the interval into which this element falls.
Solution:
we can extend binary search ......
Read the rest of this entry »
Articles»
Google Fresher Interview Questions – round 3
Write C++ class for the game Connect Four. [Connect Four (also known as Plot Four, Four In A Row, and ......
Read the rest of this entry »
Articles»
Google Fresher Interview Questions – round 2
What is Bottom up parsing and what is top down parsing?
Solution:
Bottom-up parsing is a strategy for analyzing unknown data relationships that ......
Read the rest of this entry »
Articles»
Google Fresher Interview Questions – round 1
Asked about my project. Prepare well to answer any type of questions that may arise in your project.They will just ......
Read the rest of this entry »
Articles»
Google Interview Questions – round 5
If you get into Google, which products are you going to work on?
What is TCP, UDP. what is reliability, unreliability, ......
Read the rest of this entry »
Articles»
Google Interview Questions – round 4
Three strings say A,B,C are given to you. Check weather 3rd string is interleaved from string A and B.
......
