J'ai postulé via une autre source. Le processus a pris 2 jours. J'ai passé un entretien chez 1mg (Gurgaon, Haryana)
Entretien
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
J'ai postulé en ligne. Le processus a pris 4 semaines. J'ai passé un entretien chez 1mg
Entretien
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 )
J'ai postulé en ligne. J'ai passé un entretien chez 1mg en mars 2023
Entretien
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.
Questions d'entretien [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).