J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez Media.net (Mumbai) en sept. 2019
Entretien
First there was Aptitude test which is not that difficult to solve but time is a major constraint because there are 60 questions and 60 minutes
Then there are 2 rounds of technical interviews where they grill you on Data Structures.
Questions d'entretien [1]
Question 1
Find the longest substring having even sum in array
J'ai postulé en ligne. Le processus a pris 6 semaines. J'ai passé un entretien chez Media.net (Mumbai) en juin 2024
Entretien
2 leetcode question - (2 leetcode questions per round)
1 behaviour - (project and resume grill)
1 bar raiser - (more about the project and how to improvise it along with system design)
Questions d'entretien [1]
Question 1
explain in breif about 1 of the most challenging project
J'ai postulé via un établissement d'enseignement supérieur ou universitaire. J'ai passé un entretien chez Media.net (Mumbai) en oct. 2023
Entretien
It was a pure DSA interview with a few questions on your resume projects(very detailed questions). They asked alot of questions on topics like DP, trees, graphs, arrays and linked lists. Problems such as island and water problem and chocolate problem were also asked.
Questions d'entretien [3]
Question 1
1.Leetcode twosum: Find the pair of the two elements from the two given list whose sum is equal to the given target value.(asked to optimize)
Find the substring with the desired sum,find the combinations and return the max number of combinations possible for the desired sum(asked to optimize)