Position: UI Engineer 1 at Flipkart
Location: Bangalore, India
Date: Dec 2021
First week of Dec 2021 - I applied directly on the flipkart careers portal.
Couple of weeks later, was contacted by recruiter that I have been shortlisted for UI Engineer hiring drive.
The process had 4 rounds of interview:
1] 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.
2] Round 2: UI Tech round
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:
3] Round 3 PS/DS round
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
4] Round 4 Hiring Manager Round
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.
After 1 week got to know that I was selected :)
I received offer letter after a month.
Compensation: https://leetcode.com/discuss/compensation/1733993/Flipkart-or-UI-Engineer-1-or-Bangalore
Other interviews:
Clevertap interview - https://leetcode.com/discuss/interview-experience/1734946/CleverTap-or-Frontend-Engineer-or-Jan-2022-or-Mumbai
I hope this helps someone preparing for their frontend interviews. :)