Message on Whatsapp 8879355057 for DSA(OA + Interview) + Fullstack Dev Training + 1-1 Personalized Mentoring to get 10+LPA Job
0 like 0 dislike
1,024 views
in Interview-Experiences by Expert (30,360 points) | 1,024 views

1 Answer

0 like 0 dislike
There was a hiring drive for SDE1 at Flipkart.
**No of Rounds: **

Machine Coding (3 hour)
PS/DS Round (1 hour)
Hiring Manager(1 hour)
Machine Round : https://leetcode.com/discuss/interview-question/1701772/Flipkart-or-Machine-Coding-SDE1or-Gym-Managment-System

PS/DS Round : 2 questions were asked:
a) In a gold mine grid of size m x n, each cell in this mine has an integer representing the amount of gold in that cell, 0 if it is empty.

Return the maximum amount of gold you can collect under the conditions:

Every time you are located in a cell you will collect all the gold in that cell.
From your position, you can walk one step to the left, right, up, or down.
You can't visit the same cell more than once.
Never visit a cell with 0 gold.
You can start and stop collecting gold from any position in the grid that has some gold.
b) You are given a string s. We want to partition the string into as many parts as possible so that each letter appears in at most one part.

Note that the partition is done so that after concatenating all the parts in order, the resultant string should be s.

Return a list of integers representing the size of these parts.

Solved Both the Questions. This Round was good.

Hiring Manager Round: Basic HR Questions. How does your Company Works and how is the task given to you(from the manager till it goes to production) .

Fumbled a lot in this round .
Not Sure I will be Selected or not. But It was a good Experience.
by Expert (30,360 points)