Top Google Interview Questions

 Google Interview Questions


Easy

  1. Find two nodes whose sum is K
  2. Find the maximum path sum between two nodes
  3. Counting Unival Subtrees
  4. Find the intersection point of two linked list
  5. Minimum Steps in Infinite Grid
  6. Reverse Linked List in Place
  7. Find Pair With Given Sum
  8. Shortest Possible Path in a Maze
  9. Find the deepest node
  10. Check string A can be shifted to get string B
  11. Implement Power Set
  12. Find the edit distance
  13. Square the elements of sorted array and give the output in sorted
  14. Swap every two nodes

Medium

  1. Merge k sorted singly linked list
  2. Implement pow(x,y) function
  3. Serialize and Deserialize the Tree
  4. Mirror image of binary Tree
  5. Estimate Pi using Monte Carlo Method
  6. Remove kth node from last of linked list
  7. Find smallest set of numbers that covers all intervals
  8. Find the largest rectangle containing only 1's
  9. Implement Peek Iterator
  10. Find index of the nearest larger number of given index number

Hard

  1. Maximum of each subarray of length K
  2. Find length of longest absolute file path
  3. Implement XOR linked list
  4. Find the number which occurs once
  5. Find if String is K palindrome or not
  6. Sort RGB
  7. The Anagram Indices
  8. Find the minimum number of coins
  9. Check Valid Parentheses


Exception Handling Interview Questions

DBMS Interview Questions Set -1

DBMS Interview Questions Set -2

SQL Interview Question Set -1

SQL Interview Question Set -2

JPA Interview Questions Set -1

JPA Interview Question Set -2

Hibernate Interview Questions

Spring Boot Interview Questions Set 1

Spring Boot Interview Questions Set 2


No comments:

Post a Comment