SDE1 @ Flipkart
Bangalore, India
Dec 2021
INR 23,50,000 - (Salary + Bonus + Stock)
I applied directly on the Flipkart career portal. Couple of weeks later, was contacted by recruiter that I have been shortlisted for UI Engineer hiring drive.
This round was scheduled on the same day after Round 3.
This round was more of a discussion on my past experience and role/team at flipkart. Interviewer deep dived into my past projects and how I solved certain challenges. This round was relatively short around 35-40 mins.
This was scheduled couple of days after Round2. In this round focus was mainly on DSA and Problem Solving (Using JavaScript), Time/Space Complexity Analysis
This was scheduled the next day and went on for 60mins of discussion around HTML/CSS, JavaScript and Web API related questions.
Some questions I recall:
Round 1 was Machine coding round where I was given 90 mins to code the problem statement and then had 30mins of discussion on the same with the interview.
I was given an api endpoint url which returned mock data required. Basically it was array of objects which had contact details as well as message list.
{
"id": 1,
"title": "title",
"imageURL": "someUrl",
"orderId": "OD123",
"messageList": [
{
"messageId": "msg1",
"message": "Hi",
"messageType": "text"
},
{
"messageId": "msg2",
"message": "need assistance",
"messageType": "text"
}
]
},
{
"id": 2,
"title": "title2",
"imageURL": "someUrl2",
"orderId": "OD1234",
"messageList": []
},
]
Using this data, had to build the following features
Bonus features:
There were some more features which I am unable to recall at the moment.
After 1 week got to know that I was selected 🤩 I received the offer letter after a month.
Be the first to share your thoughts!
No comments yet.
Start the conversation!
Help Others Succeed
Give Back to Community
Share Your Knowledge
Share your interview journey and help thousands of developers prepare better. Your experience can make a real difference in someone's career! 🚀
84
151
3
64
68
174
Subscribe to FrontendGeek Hub for frontend interview preparation, interview experiences, curated resources and roadmaps.
© 2025 FrontendGeek. All rights reserved