Upload Button Icon Add office photos
Engaged Employer

i

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

CarDekho Group Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CarDekho Group Software Engineer Interview Questions and Answers

Updated 13 Jan 2025

CarDekho Group Software Engineer Interview Experiences

4 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java core, spring boot
  • Q2. DBMS concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on fundamentals, Revise core java concept
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Complete Depend on Cv topics and Data structure.
Round 2 - Technical 

(1 Question)

  • Q1. Same as Round 1 but difficulty level in high
Round 3 - Technical 

(1 Question)

  • Q1. Round 3 will be based on previous round and mostly Stack centric.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company, give a Try they offer a good life and work balance.

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

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What if you found that there is an error in your code which tester missed and the project is going to live in morning. What will you do even they issue remain after trying to fix in extra hours(night).
  • Ans. 

    I would immediately inform the project manager and the testing team about the error and work collaboratively to find a solution.

    • Notify the project manager and testing team about the error

    • Collaborate with the testing team to understand the issue

    • Analyze the code to identify the root cause of the error

    • Work with the development team to fix the error as quickly as possible

    • Perform thorough testing to ensure the issue is reso...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay honest and completely open about work and working style.

Skills evaluated in this interview

I applied via AmbitionBox and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. About last role of mine
  • Q2. Asked about My family background
  • Q3. Salary discussion and negotiation to me
  • Q4. Initially Basics of PHP language.
  • Q5. Oops concepts should have prepared
  • Q6. Questions about laravel frame work
  • Q7. Diff between unique and primary key in sql
  • Ans. 

    Unique key allows null values, primary key does not.

    • Primary key is a unique identifier for a record in a table

    • Unique key allows null values, primary key does not

    • A table can have only one primary key, but multiple unique keys

    • Primary key is automatically indexed, unique key is not necessarily indexed

  • Answered by AI
  • Q8. Use of having clause in sql
  • Ans. 

    HAVING clause is used in SQL to filter data based on aggregate functions.

    • It is used with GROUP BY clause to filter data based on aggregate functions

    • It is used to filter data after grouping has been done

    • It is similar to WHERE clause but operates on grouped data

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared about the framework and Basics of primary skilled programming language.

Skills evaluated in this interview

CarDekho Group interview questions for designations

 Software Development Engineer II

 (1)

 Software Developer

 (1)

 QA Engineer

 (1)

 Devops Engineer

 (1)

 Engineer

 (1)

 Senior Sse Software Engineering Analyst

 (1)

 Diploma Automobile Engineer

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 questions of dsa
1 of api

Round 2 - Technical 

(1 Question)

  • Q1. Graph based question to find the shortest path between 2 prime numbers by changing 1 digit at once and obtained number should be prime too.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Thoroughly dsa foe 1st round
For 2nd round there was low level design
But I couldn't get to the 2nd round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Stack based question Medium Difficulty DSA.
  • Q2. Theory questions related Java, Spring, OOPs
Round 2 - Technical 

(3 Questions)

  • Q1. Medium-hard DSA question.
  • Q2. Project related questions
  • Q3. Design Patterns
Round 3 - HR 

(1 Question)

  • Q1. Company fit questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Based on linked list
Round 2 - Technical 

(1 Question)

  • Q1. Based in tree Data Structure
Round 3 - Technical 

(1 Question)

  • Q1. Based on the graph and one from aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium-level DSA questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find the leaves of the tree.
  • Ans. 

    Leaves of a tree are the nodes with no children in a tree data structure.

    • Traverse the tree and identify nodes with no children.

    • Use depth-first search or breadth-first search algorithms to find leaves.

    • Examples: In a binary tree, leaves are nodes with no left or right child.

    • In a general tree, leaves are nodes with no children in their child list.

  • Answered by AI
  • Q2. Find the LCA of tree.
  • Ans. 

    The Lowest Common Ancestor (LCA) of a tree is the shared ancestor of two nodes farthest from the root.

    • Start from the root and traverse the tree to find the paths from the root to the two nodes.

    • Compare the paths to find the last common node between them, which is the LCA.

    • If one of the nodes is an ancestor of the other, then the ancestor node is the LCA.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What projects you worked upon?
  • Ans. 

    I have worked on projects involving web development, mobile app development, and data analysis.

    • Developed a web application using React and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for a startup in the healthcare sector

    • Performed data analysis on customer behavior using Python and SQL for a marketing company

  • Answered by AI
  • Q2. What internships you did?
  • Ans. 

    I completed internships at ABC Company and XYZ Company during my undergraduate studies.

    • Interned at ABC Company working on web development projects

    • Interned at XYZ Company assisting with software testing and quality assurance

    • Gained hands-on experience in coding, debugging, and problem-solving

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare tree and graph well.

Skills evaluated in this interview

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
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

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

Round 1 - Coding Test 

Implement your own state management in React and integrate it into a React application.

CarDekho Group Interview FAQs

How many rounds are there in CarDekho Group Software Engineer interview?
CarDekho Group interview process usually has 2-3 rounds. The most common rounds in the CarDekho Group interview process are Technical and Resume Shortlist.
How to prepare for CarDekho Group 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 CarDekho Group. The most common topics and skills that interviewers at CarDekho Group expect are PHP, MySQL, Customer Service, Debugging and Automotive.
What are the top questions asked in CarDekho Group Software Engineer interview?

Some of the top questions asked at the CarDekho Group Software Engineer interview -

  1. What if you found that there is an error in your code which tester missed and t...read more
  2. Diff between unique and primary key in ...read more
  3. Use of having clause in ...read more

Tell us how to improve this page.

CarDekho Group Software Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
CarDekho Group Software Engineer Salary
based on 91 salaries
₹6 L/yr - ₹21 L/yr
57% more than the average Software Engineer Salary in India
View more details

CarDekho Group Software Engineer Reviews and Ratings

based on 6 reviews

3.2/5

Rating in categories

3.8

Skill development

4.4

Work-life balance

3.6

Salary

2.1

Job security

4.2

Company culture

2.9

Promotions

3.7

Work satisfaction

Explore 6 Reviews and Ratings
Business Manager
200 salaries
unlock blur

₹2.3 L/yr - ₹5 L/yr

Key Account Manager
183 salaries
unlock blur

₹2.5 L/yr - ₹9.2 L/yr

Senior Retail Associate
119 salaries
unlock blur

₹3.3 L/yr - ₹5.5 L/yr

Assistant Manager
94 salaries
unlock blur

₹3.5 L/yr - ₹11.5 L/yr

Dealer Success Manager
93 salaries
unlock blur

₹2.8 L/yr - ₹6.5 L/yr

Explore more salaries
Compare CarDekho Group with

Udaan

3.9
Compare

Swiggy

3.8
Compare

BlackBuck

3.8
Compare

Blinkit

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