I applied through other source. The process took 2 days. I interviewed at 1mg (Gurgaon, Haryana)
Interview
1 st round coding asked 2 coding question.
Easy question from leetcode
2nd round system design, interviewee was very cool. asked about coupen design lld and hld
3rd round was hiring manager round
I applied online. The process took 4 weeks. I interviewed at 1mg
Interview
Don't waste your time by giving an interview on this company, HR did not provide any update after clearing all 3 rounds, Request to HR don't waste candidate time if you don't have an opening or to show investors that Compny is growing
Round 1:- Data Structure and Algorithms and Core Questions (Graph questions and String Question, python basic questions )
Round 2:- System Design and Data Structure and Algorithms (Design Flipkart )
Round 3:- Project Discussion and Core Concepts (More about optimization techniques and project challenges and how do I resolve it )
I applied online. I interviewed at 1mg in Mar 2023
Interview
After resume shortlisting, I was invited for round-I. It was a technical DSA round(google meet). 2 questions need to be solved within a time span of 1 hour. The interviewer was friendly in nature, giving explanations about questions and also hints if needed.
Interview questions [2]
Question 1
Q1: minimum no of operations required to convert word A to word B using the following 3 operations: -> insert a character -> delete a character -> replace a character
Q2: Given an m*n city. There is a virus spread in the city. each cell can have one of three values: - > 0 represents empty cell[no person] -> 1 represents a people unaffected by the virus -> 2 represents virus affected person -> every hour, any unaffected person 4-directionally adjacent to an affected person becomes affected. Return the minimum no of hours that must elapse until no person is unaffected by the virus. If this is impossible return -1(not possible to affect all the people).