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 comparisons are necessary ......
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 find ......
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 space complexity ......
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 and your ......
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 golf balls ......
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. Explain ......
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 valid ......
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 C ......
Read the rest of this entry »
Articles»
Latest DE Shaw Interview Questions
Question1: Differentiate HTTP and HTTPS
Question2: Discuss ACID properties of a database system.
Question3: Given a table Employee with only one field: ......
