Upload Button Icon Add office photos

Filter interviews by

Carwale Interview Questions, Process, and Tips

Updated 3 Jan 2025

Top Carwale Interview Questions and Answers

View all 58 questions

Carwale Interview Experiences

Popular Designations

41 interviews found

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introducing ourselves

Interview Preparation Tips

Interview preparation tips for other job seekers - Self introduction and if you have experience of working share it.. Then why they should hire you.. Your strength & weakness they ask overall basic interview questions and your background they check.. Interview is very long three rounds it is totally depends upon how we answer the question.. Not everyone experience the same. There would be some other questions too added if you get confused they will ask you tricky question..nothing is to get worry be confident all goes good.. All the best for the one who is searching for it..

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (29)

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2022

I applied via campus placement at Vidyalankar Institute of Technology, Mumbai and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Do DSA easy-medium questions from leetcode
Most of the questions were array based

Round 2 - Technical 

(2 Questions)

  • Q1. Brief summary of project, technology used, challenges faced, how did u overcome that challanges
  • Ans. I explained my project and problem faced, then interviewed asked how did u overcome this problem
  • Answered Anonymously
  • Q2. Leetcode medium difficulty level dsa questions
  • Ans. 3 questions related to array and 1 was related to tree
  • Answered Anonymously
Round 3 - Technical 

(3 Questions)

  • Q1. This was system design interview, they asked me how would u design e-commerce web app
  • Ans. I explained what all tables will be there, foreign key primary key etc
  • Answered Anonymously
  • Q2. Then he asked me what is load balancer
  • Ans. I explained what is load balancer and what is the use of it
  • Answered Anonymously
  • Q3. What is caching and why do we need to do caching
  • Ans. 

    Caching is the process of storing frequently accessed data in a temporary storage to improve performance.

    • Caching reduces the need to fetch data from the original source, improving response time.

    • It helps in reducing network traffic and server load.

    • Caching can be done at various levels like browser caching, CDN caching, and server-side caching.

    • Examples of caching include browser caching of website assets, CDN caching of ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Carwale SDE Intern interview:
  • DSA
  • C++
Interview preparation tips for other job seekers - Practice dsa questions from leetcode (mostly medium)
Be confident during interview while answering

Skills evaluated in this interview

SDE Intern Interview Questions asked at other Companies

Q1. Given a string of containing lower case letters and upper case characters. Find the number of occurrences of each character. The question was further modified to include the special characters as well. I was asked to design the test cases f... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

RCA question round about metrics going down. Analysis & solution to the root problem we're also discussed

Round 2 - Case Study 

Product Design & Thinking round

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)

I applied via Campus Placement and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. First was a basic round with aptitude question and 2 coding question after clearing that test there was technical interview 1 where 2 DSA questioned was asked after clearing that round 2nd technical interv...

Interview Preparation Tips

Interview preparation tips for other job seekers - Do coding question from gerksforgeeks and question of DSA and algorithm

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)

Carwale interview questions for popular designations

 Accounts Manager

 (5)

 SDE (Software Development Engineer)

 (4)

 Software Developer

 (3)

 Software Engineer

 (3)

 Associate Engineer

 (2)

 Associate Software Engineer

 (2)

 Front end Developer

 (2)

 Full Stack Developer

 (2)

I applied via Campus Placement and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. In first round exam was on hackerrank and in second round there was DSA coding question, 3 round system design

Interview Preparation Tips

Interview preparation tips for other job seekers - You should now the basic data structure and problem solving and medium knowledge in Frontend

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

Get interview-ready with Top Carwale Interview Questions

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell Me about yourself
  • Q2. Arec you comfortable with travelling
  • Q3. What are your strenghths & weaknesses
  • Q4. How agile are you

Interview Preparation Tips

Interview preparation tips for other job seekers - Be completely honest about the questions being asked.
Mostlty they will test your willingness to work & being agile to changes.
Prepare for the Most common questions like tell me about yourself, strenghths & Weaknesses.
Go through the JD in detail.
Ask questions.

Accounts Manager Interview Questions asked at other Companies

Q1. Tell me an analysis about how to factor customer or prospects for your product segment
View answer (5)

Interview Questionnaire 

2 Questions

  • Q1. Implement LRU Cache
  • Ans. 

    LRU Cache is a data structure that stores the most recently used items and discards the least recently used items.

    • Use a hash table to store key-value pairs

    • Use a doubly linked list to keep track of the order of items

    • When an item is accessed, move it to the front of the list

    • When the cache is full, remove the least recently used item from the back of the list

    • Lookup and insertion should be O(1) time complexity

  • Answered by AI
  • Q2. Implement 2 stacks in an array
  • Ans. 

    Implement 2 stacks in an array

    • Divide the array into two halves

    • Use top1 and top2 to keep track of top elements of stacks

    • Push and pop elements from respective halves

    • Check for overflow and underflow conditions

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (181)

I applied via Naukri.com and was interviewed before Sep 2021. 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. Run me through your resume!
Round 3 - One-on-one 

(3 Questions)

  • Q1. What you know about carwale?
  • Ans. 

    CarWale is an online platform that provides information about new and used cars, including prices, specifications, and reviews.

    • CarWale is a popular website in India for car buyers and enthusiasts.

    • It offers a wide range of car models from various manufacturers.

    • Users can compare different cars based on their features, prices, and user reviews.

    • CarWale also provides information about car dealerships and offers assistance i...

  • Answered by AI
  • Q2. Roles and responsibilities of my previous organisation?
  • Q3. Why should I hire you?
Round 4 - One-on-one 

(2 Questions)

  • Q1. Asked about the automotive industry.
  • Q2. Sell me the leads of your previous company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshers - Just get to know about the company through various free resources.

Experienced - Be well versed with your previous job role, responsibilities. Don't fake, if you don't know. Just admit it.

Key Account Manager Interview Questions asked at other Companies

Q1. What is the reason behind introduction of Loan secure products amongst lenders and Insurance companies.
View answer (5)

I applied via Campus Placement and was interviewed in Jan 2021. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What do you know about the company ? How would you develop the area assigned to you where sales are very low?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to know about the company and its competitors . And also go through your resume because lot lof questions are asked based on your resume and past training and internships if any..

Accounts Manager Interview Questions asked at other Companies

Q1. Tell me an analysis about how to factor customer or prospects for your product segment
View answer (5)

Interview Questionnaire 

1 Question

  • Q1. Angle between minute and hour hand at 3:15
  • Ans. 

    Angle between minute and hour hand at 3:15

    • At 3:15, the hour hand is at 3 and the minute hand is at 15

    • Calculate the angle between the two hands using the formula: |(30*H) - (11/2)*M|

    • Where H is the hour and M is the minute

    • The angle between the hands at 3:15 is 7.5 degrees

  • Answered by AI

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Carwale Interview FAQs

How many rounds are there in Carwale interview?
Carwale interview process usually has 2-3 rounds. The most common rounds in the Carwale interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Carwale 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 Carwale. The most common topics and skills that interviewers at Carwale expect are Sales, Key Account Management, B2B Sales, Salesforce and Javascript.
What are the top questions asked in Carwale interview?

Some of the top questions asked at the Carwale interview -

  1. A string is given consisting of lowercase alphabets. Write a function which ret...read more
  2. Given a balance and 100 coins;out of which,one is heavier. Find minimum number ...read more
  3. given two arrays that one array consists of the arrival time of trains and the ...read more
How long is the Carwale interview process?

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

Tell us how to improve this page.

Carwale Interview Process

based on 27 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Tracxn Interview Questions
3.1
 • 100 Interviews
InvestoXpert Interview Questions
4.5
 • 62 Interviews
MagicBricks Interview Questions
3.4
 • 57 Interviews
Zolo Interview Questions
3.4
 • 49 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Uplers Interview Questions
4.1
 • 40 Interviews
Impact Guru Interview Questions
4.5
 • 37 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
View all

Carwale Reviews and Ratings

based on 158 reviews

3.4/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.0

Salary

3.8

Job security

3.4

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 158 Reviews and Ratings
Accounts Manager
133 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Key Account Manager
91 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Product Manager
28 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Regional Manager
28 salaries
unlock blur

₹4.5 L/yr - ₹10.2 L/yr

Software Developer
23 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Explore more salaries
Compare Carwale with

MagicBricks

3.4
Compare

Impact Guru

4.4
Compare

Netmeds.com

3.6
Compare

Tracxn

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