Me postulé a través de una facultad o universidad. El proceso tomó 2 semanas. Acudí a una entrevista en Media.net (Mumbai) en sep 2019
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Find the longest substring having even sum in array
Me postulé en línea. El proceso tomó 6 semanas. Acudí a una entrevista en Media.net (Mumbai) en jun 2024
Entrevista
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)
Preguntas de entrevista [1]
Pregunta 1
explain in breif about 1 of the most challenging project
Me postulé a través de una facultad o universidad. Acudí a una entrevista en Media.net (Mumbai) en oct 2023
Entrevista
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.
Preguntas de entrevista [3]
Pregunta 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)