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

Filter interviews by

CARS24 Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top CARS24 Interview Questions and Answers

View all 182 questions

CARS24 Interview Experiences

Popular Designations

330 interviews found

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript basics
Round 2 - Technical 

(3 Questions)

  • Q1. React native basics
  • Q2. Scroll vs flatlist
  • Ans. 

    FlatList is more efficient for rendering large lists with better performance compared to ScrollView.

    • FlatList is optimized for rendering long lists by only rendering the items that are currently visible on the screen.

    • ScrollView renders all of its children at once, which can lead to performance issues with large lists.

    • FlatList also provides built-in support for pull-to-refresh, infinite scrolling, and item separators.

    • Scr...

  • Answered by AI
  • Q3. Design carousel in react native
  • Ans. 

    Designing a carousel in React Native involves creating a horizontal scroll view with swipe functionality.

    • Use ScrollView component with horizontal prop to create the carousel layout.

    • Render multiple items inside the ScrollView to display carousel content.

    • Implement swipe gestures to navigate between carousel items.

    • Consider using libraries like 'react-native-snap-carousel' for additional features and customization.

  • Answered by AI

Skills evaluated in this interview

React Native Developer Interview Questions asked at other Companies

Q1. 3. What is the use useEffect Hook in react native? and how you relate it with lifecycle method which is class components?
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic SQL Questions
  • Q2. Basic Case study
Round 2 - Technical 

(2 Questions)

  • Q1. SQL Joins and all
  • Q2. Case study on dominos

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, interviews are very basic

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)
CARS24 Interview Questions and Answers for Freshers
illustration image
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Implement an immutable class.
  • Ans. 

    An immutable class is a class whose instances cannot be modified after creation.

    • Use final keyword for class declaration to prevent inheritance

    • Make all fields private and final to prevent modification

    • Do not provide setter methods, only getter methods should be used

  • Answered by AI
  • Q2. Implement a springboot service that intercepts http requests.
  • Ans. 

    Implement a Springboot service to intercept HTTP requests.

    • Create a Springboot application with necessary dependencies.

    • Implement a custom interceptor by extending HandlerInterceptorAdapter.

    • Override preHandle and postHandle methods to intercept requests and responses.

    • Register the interceptor in the WebMvcConfigurerAdapter configuration class.

  • Answered by AI

Skills evaluated in this interview

Top CARS24 Software Developer Interview Questions and Answers

Q1. Merge Two Sorted Linked Lists Problem Statement You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and return the head of the combined linked list. Input: The first line indicates the ... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Medium level DSA round from leedcode
  • Q2. Questions on JAVA and Spring
Round 2 - Technical 

(1 Question)

  • Q1. LLD round : Design Google Calender
Round 3 - One-on-one 

(1 Question)

  • Q1. HLD Round: Design distributed Task Schedular

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)

CARS24 interview questions for popular designations

 Evaluation Engineer

 (30)

 Retail Associate

 (24)

 Key Account Manager

 (14)

 Evaluator

 (9)

 Quality Inspector

 (7)

 Business Analyst

 (7)

 Retail Store Manager

 (6)

 React Js Frontend Developer

 (6)

Analytics Consultant Interview Questions & Answers

user image Dhawal Thacker

posted on 12 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Questions around SQL

Analytics Consultant Interview Questions asked at other Companies

Q1. What are the different types of Join used in SQL?
View answer (3)

Get interview-ready with Top CARS24 Interview Questions

Zonal Manager Interview Questions & Answers

user image Anonymous

posted on 12 Jun 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Self introduction
  • Q2. Experience related
  • Q3. Technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - No job security, no work life balance.

Zonal Manager Interview Questions asked at other Companies

Q1. -How many restaurants and cities I am handling? -What is current ADS, ADT, SSSG, SSTG? -What improvement I brought after taking market handover? -What is the achievement in each role? -How i prioritise task? -How i start and end my day? -Wh... read more
View answer (1)

Jobs at CARS24

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself.
  • Q2. What are your salary expectation,?
  • Q3. What are you strengths,?
  • Q4. Why should we hire you?

Senior Associate Operations Interview Questions asked at other Companies

Q1. Are u aware of excel sheets and microsoft
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

It was based on Javascript. Some web basics like CORS , react rendering patterns. Then JS based output questions. Some were based on JS promise. Function currying.

React Js Frontend Developer Interview Questions asked at other Companies

Q1. 1. What is difference between abstract class and interface ?
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. JS based round, questions were mostly around JS concepts
Round 2 - Technical 

(1 Question)

  • Q1. React based rounds, 2 react coding questions - progress bar related, job board problem
Round 3 - HM Round 

(1 Question)

  • Q1. Questions on performance, react based coding question (can check roadside coder react coding series for ref), other JS based concepts

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Given case study to solve

Round 2 - Coding Test 

Ask About SQL & Excel

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Contribute & help others!
anonymous
You can choose to be anonymous

CARS24 Interview FAQs

How many rounds are there in CARS24 interview?
CARS24 interview process usually has 1-2 rounds. The most common rounds in the CARS24 interview process are HR, One-on-one Round and Technical.
How to prepare for CARS24 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 Sales, Automobile, Retail Sales, Customer Handling and Automobile Sales.
What are the top questions asked in CARS24 interview?

Some of the top questions asked at the CARS24 interview -

  1. How to identify the replace parts like doors, bonnet on ca...read more
  2. Why come Black, blue and whie smoke ? ., what is firewall?, what is turbo charg...read more
  3. You are suppose to deliver certain task how will you do i...read more
How long is the CARS24 interview process?

The duration of CARS24 interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

REVIEWS

Transformers and Electricals Kerala

No Reviews

INTERVIEWS

CARS24

No Interviews

PHOTOS

Certification Engineers International

No Photos

INTERVIEWS

Planet Spark

No Interviews

JOBS

Government Higher Secondary School

No Jobs

JOBS

Transformers and Electricals Kerala

No Jobs

PHOTOS

Transformers and Electricals Kerala

No Photos

Tell us how to improve this page.

CARS24 Interview Process

based on 295 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 425 Interviews
Udaan Interview Questions
4.0
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Blinkit Interview Questions
3.7
 • 179 Interviews
BlackBuck Interview Questions
3.8
 • 175 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
Digit Insurance Interview Questions
4.0
 • 142 Interviews
Paisabazaar.com Interview Questions
3.4
 • 139 Interviews
Truebil Interview Questions
3.8
 • 4 Interviews
View all

CARS24 Reviews and Ratings

based on 3.6k reviews

3.5/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.6

Salary

3.1

Job security

3.3

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 3.6k Reviews and Ratings
Urgent Hiring || Sales Associate || Manesar | Bhiwadi | North Delhi

New Delhi,

Bhiwadi

+1

1-6 Yrs

₹ 2.1-4.7 LPA

C2B Business Manager

Gurgaon / Gurugram

3-6 Yrs

₹ 15-18 LPA

Urgent Hiring || Central Admin || CARS24

Gurgaon / Gurugram

4-9 Yrs

₹ 4-8 LPA

Explore more jobs
Retail Associate
728 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Evaluation Engineer
463 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
441 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Retail Manager
428 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Relationship Manager
313 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CARS24 with

Mahindra First Choice Wheels

3.8
Compare

Truebil

3.8
Compare

Udaan

4.0
Compare

Swiggy

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