Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by CARS24 Team. If you also belong to the team, you can get access from here

CARS24 Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 3.5k Reviews

Filter interviews by

CARS24 Software Engineer Interview Questions and Answers

Updated 17 Dec 2024

CARS24 Software Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a rest API which return employee data based on ID.
  • Ans. 

    Create a REST API to retrieve employee data by ID

    • Use a GET request to /employees/{id} endpoint

    • Query the database for employee data based on the provided ID

    • Return the employee data in JSON format

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Longest substring without repetition

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good design pattern and coding skills important

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Find word with most frequency
  • Ans. 

    Use a hashmap to count the frequency of each word in the array of strings and find the word with the highest frequency.

    • Create a hashmap to store the frequency of each word

    • Iterate through the array of strings and update the frequency in the hashmap

    • Find the word with the highest frequency in the hashmap

  • Answered by AI
  • Q2. Spring boot concept

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Create pagination component using an api show the data for the pages
  • Ans. 

    Create a pagination component using an API to display data for different pages.

    • Use API to fetch data for each page

    • Implement pagination logic to display data for each page

    • Allow users to navigate between pages

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Golang specific question regarding worker pool implementation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. He asked to invert a binary tree
  • Q2. Deep dive in projects
  • Q3. Asked me indept js questions

Interview Preparation Tips

Topics to prepare for PharmEasy Software Engineer interview:
  • Binary search
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

So after Resume shortlisting you have Round 1 as Programming Test (60%) & Aptitude Test (40%) in which you will be asked 15 aptitude questions and 2 DSA problems. You will get 1 hour to write the test.
DSA problems:
1. Merge 2 sorted arrays
2. find the target sum in given array and return their indexes

Round 3 - One-on-one 

(3 Questions)

  • Q1. If you clear Round 1 then you will go forward to Round 2 which is one-to-one technical round. In this round you will be asked leetcode problems and some conceptual questions. I was asked to Find the Max su...
  • Q2. Length of Longest Substring with distinct character
  • Ans. 

    Find the length of the longest substring with distinct characters in a given string.

    • Use a sliding window approach to keep track of the current substring.

    • Maintain a set to store the distinct characters in the current substring.

    • Update the maximum length of the substring whenever a longer substring is found.

  • Answered by AI
  • Q3. Find Max sum of subarray.
  • Ans. 

    The maximum sum of a subarray is to be found.

    • Use Kadane's algorithm to find the maximum sum of a subarray.

    • Initialize two variables: maxSum and currentSum.

    • Iterate through the array and update currentSum by adding the current element.

    • If currentSum becomes negative, reset it to 0.

    • If currentSum is greater than maxSum, update maxSum.

    • Return maxSum as the maximum sum of a subarray.

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Last round was Head of engineering round in this you will be asked some technical questions like: Apply Merge sort on a Linked List
  • Q2. 25 Horses: Google interview problem

Interview Preparation Tips

Topics to prepare for Moglix Software Engineer interview:
  • Leetcode easy&medium
  • Aptitude
  • Famous interview Problems
Interview preparation tips for other job seekers - Prepare your aptitude well as most of the candidates got rejected in the aptitude round.
Don't show your nervousness.
Read Problem statements, Understand it and then approach to solve it.
Practice, market scenario is though right now.
Lastly, have faith in yourself that you would do you best.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Js question with code snippets
Round 2 - Coding Test 

Given some ant ui design to reacreate from scretch

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked system design for online movie booking plateform

CARS24 Interview FAQs

How many rounds are there in CARS24 Software Engineer interview?
CARS24 interview process usually has 1 rounds. The most common rounds in the CARS24 interview process are One-on-one Round, Coding Test and Technical.
How to prepare for CARS24 Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at CARS24 . The most common topics and skills that interviewers at CARS24 expect are Algorithms, Data Structures, HTML, Hibernate and Javascript.
What are the top questions asked in CARS24 Software Engineer interview?

Some of the top questions asked at the CARS24 Software Engineer interview -

  1. Write a rest API which return employee data based on ...read more
  2. Find word with most freque...read more
  3. Spring boot conc...read more

Tell us how to improve this page.

CARS24 Software Engineer Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more
CARS24 Software Engineer Salary
based on 79 salaries
₹8.6 L/yr - ₹34.5 L/yr
141% more than the average Software Engineer Salary in India
View more details

CARS24 Software Engineer Reviews and Ratings

based on 10 reviews

4.1/5

Rating in categories

4.0

Skill development

3.4

Work-life balance

4.1

Salary

3.0

Job security

3.2

Company culture

3.9

Promotions

4.0

Work satisfaction

Explore 10 Reviews and Ratings
Retail Associate
864 salaries
unlock blur

₹1.9 L/yr - ₹5 L/yr

Evaluation Engineer
442 salaries
unlock blur

₹1.4 L/yr - ₹4.8 L/yr

Retail Manager
427 salaries
unlock blur

₹2.4 L/yr - ₹7.2 L/yr

Team Lead
419 salaries
unlock blur

₹2 L/yr - ₹10.3 L/yr

Key Account Manager
379 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Explore more salaries
Compare CARS24 with

Mahindra First Choice Wheels

3.8
Compare

Truebil

3.9
Compare

Udaan

4.0
Compare

Indiamart Intermesh

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview