Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso 1mg
Colloquio
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 )
Ho presentato la mia candidatura tramite un'altra fonte. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso 1mg (Gurgaon, Haryana)
Colloquio
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
Ho presentato la mia candidatura online. Ho sostenuto un colloquio presso 1mg nel mese di mar 2023
Colloquio
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.
Domande di colloquio [2]
Domanda 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).