I applied through college or university. The process took 1 week. I interviewed at Flipkart
Interview
First online coding
second 2 technical round.
third HR round
(1) There is a stream of characters and at any time we need to find and remove (means set occurrence = 0) character which has maximum occurrence till now. Design data structure and algorithm for same. (I used standard Heap and Hash table setup, then was asked if we can replace lg(n) Heap operations with some efficient operation in practical scenario. I came up with doubly linked list and moving character to front on basis of its occurrences).
(2) Given a gold mine of n*m dimension. Each field in this mine contains an integer which is amount of gold in tons. Initially miner is in first column but could be at any row i. He can move only (right ->, right up /, right down \). Find out maximum amount of gold he can collect and path followed by him.
(3) Given two string str and pat. Find minimum window in str which contains all characters from string pat.
1
Other Software Development Engineer I Interview Reviews for Flipkart
I applied online. The process took 5 days. I interviewed at Flipkart in May 2024
Interview
I was good . There were 2 interviewers and they both were very friendly. I gave online assessment for flipkart and then called for 2 round that was problem solving and data structure round. It was overall a nice experience.
I applied through an employee referral. I interviewed at Flipkart (Bengaluru) in May 2022
Interview
Interview was smooth. Whole process was completed in a day Had 3 rounds. 1st Round was LLD. 2nd Round: 4 medium level question DS/Algo questions 3rd Round : Managerial round
Interview questions [1]
Question 1
Had 3 rounds. 1st Round was LLD. 2nd Round: 4 medium level question DS/Algo questions 3rd Round : Managerial round
I applied through an employee referral. The process took 2 days. I interviewed at Flipkart
Interview
Three rounds post coding test. First-round is machine coding. The rest 2 are Data Structures algo. Post that Hiring Manager round. Machine coding round is where you try to design a system, the test is mostly around system understanding and oops concepts.
Interview questions [1]
Question 1
Not to discuss questions but array and trees bases questions