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 Senior Product Designer Interview Questions and Answers

Updated 6 Jun 2023

CarDekho Group Senior Product Designer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2022. 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 - HR 

(1 Question)

  • Q1. General questions like: Current salary, how much time you spent on your current company. All repeated questions which are already there in the CV. Plus they don't care about your expected salary.
Round 3 - One-on-one 

(1 Question)

  • Q1. Question may vary according to your domain. Just to test your knowledge about the role.
Round 4 - One-on-one 

(1 Question)

  • Q1. If you pass above 2 rounds. This round will be with the Head of the role you're applying to.

Interview Preparation Tips

Interview preparation tips for other job seekers - Currently there are lots of layoff happening. They run on funding, once the funding stops, you're no more than a liability to them.

Interview questions from similar companies

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

I was interviewed before Oct 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Asked dome simple LinkedIn list and array questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Some basic Java and opps and SQL query

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Count the number of flips require to convert a binary string of 0 and 1 such that resultant string has alternate 0 and 1
  • Ans. 

    Count the number of flips required to convert a binary string to alternate 0 and 1.

    • Iterate through the string and count the number of flips required to make it alternate.

    • Keep track of the current character and the expected character.

    • Example: 001101 -> 010101 requires 2 flips.

    • Example: 101010 -> 010101 requires 3 flips.

  • Answered by AI
  • Q2. 2. From an array of integers which contains values for a particular stock . Find the value at which a person should buy and sell such that the profit is maximum.
  • Ans. 

    Find the maximum profit from buying and selling a stock given an array of its values.

    • Iterate through the array and keep track of the minimum value seen so far.

    • Calculate the profit at each index and update the maximum profit seen.

    • Return the maximum profit.

  • Answered by AI
  • Q3. 3. Boundary traversal of a tree.
  • Ans. 

    Boundary traversal of a tree

    • Boundary traversal involves visiting the nodes on the boundary of a tree in a specific order

    • Start with the root node and traverse the left boundary, then the leaf nodes from left to right, and finally the right boundary

    • Use recursion to traverse the left and right subtrees

    • Exclude the leaf nodes that are also part of the left or right boundary

  • Answered by AI
  • Q4. 4. Reverse a linked list in groups of k nodes.
  • Ans. 

    Reverse a linked list in groups of k nodes.

    • Divide the linked list into groups of k nodes

    • Reverse each group of k nodes

    • Connect the reversed groups to form the final linked list

    • Use recursion or iteration to implement the solution

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Focus on data structures and algorithm (2 rounds)
2. Technologies you are applying for and DSA could also be asked (3rd round )

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

It was a simple coding test.

Round 2 - Coding Test 

There was a small coding problem involving oops concepts..

Round 3 - Technical 

(1 Question)

  • Q1. There was a simple System Design problem specifically URLShortener
Round 4 - Technical 

(1 Question)

  • Q1. There was discussion about previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - The Talent Acquisition team of Lenskart doesn't exactly show much professionalism and pretty much ghost you after an interview. Also they are a hard bargain. The interviewers however were pretty respectful and accommodating.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic baba questions and 3 short dsa problems

Round 2 - Coding Test 

System Design interview, was asked to design a system like booking.com

Round 3 - Technical 

(1 Question)

  • Q1. Techo managerial round
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 

Aptitude test was on hacker earth

Round 3 - Coding Test 

No coding test was taken by the interviewrrwe

Interview Preparation Tips

Interview preparation tips for other job seekers - dckdjc dkjc kd ckjd ckjd ckjd ckjd ckjdcljds cljsd klcj dsljkc dlsjkc ljds cljsd cds
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. OOPS, java, data structure
  • Q2. Coding assignment for binary search
  • Ans. 

    Implement binary search algorithm to find a target string in a sorted array of strings.

    • Ensure the array of strings is sorted before performing binary search.

    • Compare the target string with the middle element of the array and adjust the search range accordingly.

    • Repeat the process until the target string is found or the search range is exhausted.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is your Notice period
  • Q2. Expectation from new job

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Discussion with Lead Engineer around basics of javascript, HTML, CSS, and Resume based question
Round 3 - Technical 

(1 Question)

  • Q1. Discussion with Technical Architect around Some advanced concepts of javascript, React, Some aptitude questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. Discussion with hiring manager. Understanding around the project, roles and responsibility of the position I was being hired for.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with basics. Be clear about your expertise.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Node JS internal
  • Q2. Previous project discussion
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Insert node in BST
  • Ans. 

    Insert a node in a Binary Search Tree (BST)

    • Start at the root node and compare the value of the node to be inserted with the current node

    • If the value is less than the current node, move to the left child. If greater, move to the right child

    • Repeat the process until reaching a leaf node, then insert the new node as a left or right child

  • Answered by AI
  • Q2. Design Lift system
  • Ans. 

    Design a lift system for efficient vertical transportation

    • Consider the number of floors in the building

    • Include safety features like emergency stop button

    • Optimize for speed and energy efficiency

    • Implement a user-friendly interface for passengers

  • Answered by AI

Skills evaluated in this interview

CarDekho Group Interview FAQs

How many rounds are there in CarDekho Group Senior Product Designer interview?
CarDekho Group interview process usually has 4 rounds. The most common rounds in the CarDekho Group interview process are One-on-one Round, Resume Shortlist and HR.
How to prepare for CarDekho Group Senior Product Designer 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 Interaction Design, Product Design, User Research, Automotive and Customer Service.
What are the top questions asked in CarDekho Group Senior Product Designer interview?

Some of the top questions asked at the CarDekho Group Senior Product Designer interview -

  1. If you pass above 2 rounds. This round will be with the Head of the role you're...read more
  2. Question may vary according to your domain. Just to test your knowledge about t...read more

Tell us how to improve this page.

CarDekho Group Senior Product Designer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 424 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Myntra Interview Questions
4.0
 • 213 Interviews
Blinkit Interview Questions
3.7
 • 178 Interviews
BlackBuck Interview Questions
3.8
 • 175 Interviews
FirstCry Interview Questions
3.7
 • 168 Interviews
Spinny Interview Questions
3.7
 • 168 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 139 Interviews
View all
Business Manager
198 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
183 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Retail Associate
119 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
94 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Dealer Success Manager
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CarDekho Group with

Udaan

4.0
Compare

Indiamart Intermesh

3.6
Compare

BigBasket

3.9
Compare

Swiggy

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