Open In App

Carwale Interview Experience (On-Campus 2020)

Last Updated : 03 Sep, 2020
Improve
Improve
Like Article
Like
Save
Share
Report

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: 

  1. Minimum operation to make all elements equal in array
  2. Reduce the string by removing K consecutive identical characters
  3. Count number of Distinct Substring in a String

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,


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads