C# interview questions and answers
What’s the advantage of using System.Text.StringBuilder over System.String? StringBuilder is more efficient in the cases, where a lot of manipulation ......
Read the rest of this entry »
Interview»
eBay interview questions and answers
eBay interview questions and answers A reader went through an interview at eBay and shared the questions asked. 1. Let’s ......
Read the rest of this entry »
Database»
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 ......
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. ......
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 ......
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 ......
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 ......
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, ......
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 ......
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 ......
