Open In App

Flipkart Interview Experience for SDE-1

Last Updated : 27 Sep, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Round 1:

Machine Coding Round: Given 90 minutes of time 

  • Design a mobile catalog I have to write three function like search by model name and brand
  • Search based on dealer basically needs to think of a data Structure.

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


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads