Me postulé a través de una facultad o universidad. El proceso tomó 2 días. Acudí a una entrevista en CarWale (Mumbai) en jul 2022
Entrevista
Coding test which doesn't include python as one of the languages.
Offline Interview:
Round 1: Dsa
Round 2: System Design
Round 3: Managerial
They held a coding test where 400 people applied and only 35 were selected and out of that 35 only 4 people got the offer. Prepare DSA, Dbms and basics about protocols well. You will get through.
Preguntas de entrevista [1]
Pregunta 1
Q1: perform live coding on a question and then reduce its complexity
Q2: If carwale had to be designed by you how would you do it?
Q3: Strengths and weakness
El proceso tomó 2 días. Acudí a una entrevista en CarWale (Wadāla, Maharashtra) en jun 2024
Entrevista
First round:
Coding (every language except python was allowed).
It had two sets randomly allocated to shortlisted students.
Questions were of easy and moderate level.
Second Round:
Technical Interview (DSA)
First introduction was asked.
Following questions were asked:
Find three unique elements resulting in target sum.
Find the length of longest palindrome substring.
For a given array representing file sizes and a segment size, provide optimal pairing of files such that the sum of size of that pair should be within segment size.
For above questions pseudo code was asked, for first question implementation was also asked.
Third Round:
Technical Interview (System design)
Question related to implementation of projects listed on resume.
Scenario based question related to scaling deployment, sharding database.
Since my project was related to Netflix, question about streaming, video processing.
I got eliminated in this round.
Fourth Round:
HR Interview
Preguntas de entrevista [3]
Pregunta 1
Find three unique elements resulting in target sum.
For a given array representing file sizes and a segment size, provide optimal pairing of files such that the sum of size of that pair should be within segment size.