Carwale Interview Experience (On-Campus 2020)

First round: It was on Hackerrank. We were given 4 coding questions which were random for all. Some of the questions that I got are as follows: 

I was able to solve only 1 problem fully and the other 3 problems partially. Most of the students who had completed 1 problem fully were shortlisted for further rounds.

Second Round: This was a technical interview round conducted on Google Meet. The interviewer asked the following questions:

  1. Tell me about yourself
  2. How do you rate yourself in Data Structures in the scale of 1 – 10.

After that, the interviewer asked 2 coding questions:

  1. Find the Peak Element of an Array. At first, I explained the brute force approach and then the interviewer asked me to further optimize the approach and I came up the divide and conquer approach but wasn’t sure about the approach.
  2. Remove Duplicates from sorted array. 

I didn’t get selected for further rounds. But it was a nice experience since it was my first interview,