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. ......
Read the rest of this entry »
Articles»
Google Interview Questions – round 3
You have given an array. Find the maximum and minimum numbers in less number of comparisons. Solution: only 3n/2 ......
Read the rest of this entry »
Articles»
Google Interview Questions – round 2
You have 1 to N-1 array and 1 to N numbers, and one number is missing, you need to ......
Read the rest of this entry »
Articles»
Google Interview Questions – round 1
Google Interview Round 1 :: What is the Space complexity of quick sort algorithm? how do find it? Solution: Quicksort has a ......
Read the rest of this entry »
Articles»
Crazy Questions at Google Job Interview
1. How many golf balls can fit in a school bus? 2. You are shrunk to the height of a nickel ......
Read the rest of this entry »
Articles»
Solutions Questions at Google Job Interview
How many golf balls can fit in a school bus? Solution: The point of the question isn’t to see how ......
Read the rest of this entry »
Articles»
Search In Young tableau (Sorted Matrix)
Young tableau : For our present discussion ,we confine this entity to a table which elements are sorted both column wise ......
Read the rest of this entry »
Articles»
Latest Amazon Interview Questions -set 1
1. How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same 2. ......
Read the rest of this entry »
Articles»
Latest Amazon Interview Questions -set 2
1.Given a string,find the first un-repeated character in it? Give some test cases 2.You are given a dictionary of all ......
Read the rest of this entry »
Articles»
Latest Amazon Interview Questions -set 3
1. How would you find the second largest element in an array using minimum no of comparisons? 2. Write a ......
