Open In App

Flipkart Interview Experience for SDE-1

Round 1:

Machine Coding Round: Given 90 minutes of time 



PS/DS Round: Given easy questions like 

  1. https://www.geeksforgeeks.org/problems/parenthesis-checker2744/1 after this he made it complex like if we have “<>{}” these expression as well.
  2. https://www.geeksforgeeks.org/problems/possible-words-from-phone-digits-1587115620/1 and added that we have given a an excel file where we have words need to check all words which is having some sense. so used Trie data structure to stoore all words and for all words that are i get by backtracking pass to a helper function if it makes some sense or not.

HM Round:



  1. Discussed lot on my projects
  2. One graph problem based on BFS done it very easily.
  3. Design questions and various questions on latency ,throughput.

Verdict: Got Selected

Article Tags :