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

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Array , String, stack , queue - Basic Easy to medium level

Round 2 - Technical 

(2 Questions)

  • Q1. What happen when we visit Url
  • Ans. 

    When we visit a URL, the browser sends a request to the server hosting the website, which then responds with the requested web page.

    • Browser sends a request to the server hosting the website

    • Server processes the request and responds with the requested web page

    • Web page is displayed in the browser for the user to interact with

  • Answered by AI
  • Q2. Difference B/w Http and https
  • Ans. 

    HTTP is a protocol used for transferring data over the internet, while HTTPS is a secure version of HTTP that encrypts data.

    • HTTP stands for Hypertext Transfer Protocol, used for transmitting data over the internet.

    • HTTPS stands for Hypertext Transfer Protocol Secure, which adds a layer of security by encrypting data.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTPS uses SSL/TLS certificates to establish a...

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

(2 Questions)

  • Q1. Journey through school life till now
  • Ans. 

    I have always been a dedicated student, excelling in academics and extracurricular activities.

    • Consistently achieved top grades in all subjects

    • Participated in various school competitions and won awards

    • Served as a class representative and organized events

    • Took part in sports teams and cultural activities

  • Answered by AI
  • Q2. Tell everything and also mention achievement you received

Interview Preparation Tips

Interview preparation tips for other job seekers - Its easy to crack

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
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 in Jul 2024. There were 4 interview rounds.

Round 1 - Coding Test 

4 questions on codebyte platform
1 easy combination sum
2. medium spiral traversal
3. medium question based on backtracking
4. medium to hard question based on anagrams

Round 2 - Technical 

(1 Question)

  • Q1. Find element in rotated sorted array
  • Ans. 

    Use binary search to find the target element in a rotated sorted array.

    • Perform binary search to find the pivot element where the array is rotated.

    • Based on the pivot element, determine which half of the array to search for the target element.

    • Continue binary search in the appropriate half of the array to find the target element.

  • Answered by AI
Round 3 - System Design 

(1 Question)

  • Q1. In depth questions on core concepts, system design questions, resume deep dive
Round 4 - HR 

(1 Question)

  • Q1. Tech+HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, focus on basics and have a good presence of mind you'll face various unexpected questions but try to tackle them logically

Skills evaluated in this interview

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

90 mins, easy, Data structures and algorithm basics

Round 2 - Technical 

(1 Question)

  • Q1. Given an array, remove all duplicates in place
  • Ans. 

    Remove duplicates from array of strings in place

    • Use a HashSet to keep track of unique elements

    • Iterate through the array and remove duplicates by checking if element is already in the HashSet

    • Update the array in place by shifting elements to fill in the removed duplicates

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Caching and its uses
  • Ans. 

    Caching is the process of storing data in a temporary location to reduce access time and improve performance.

    • Caching helps reduce the load on servers by serving frequently accessed data quickly

    • It can improve performance by reducing the time needed to retrieve data from the original source

    • Examples include browser caching, CDN caching, and database caching

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

(1 Question)

  • Q1. Personality grading

Skills evaluated in this interview

Top Carwale Software Developer Interview Questions and Answers

Q1. given two arrays that one array consists of the arrival time of trains and the other one consists of the departure time of trains. find out the minimum number of platforms so that none of them should crash.
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 hours coding round, only 1 person out of 90 cleared

Round 2 - Technical 

(1 Question)

  • Q1. Asked loads of dsa, super technical questions

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 (169)

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)

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Experience and field Knowledge
  • Q2. Roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Great Experience

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)

Get interview-ready with Top Carwale Interview Questions

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

4 dsa questions were asked in online coding round.

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)

Jobs at Carwale

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA question asked in the coding test.

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th StairsYou have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the Nth stair. Each time you can either climb one step or two steps. You are supposed to return the number... read more
View answer (5)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

There were 4 questions, CoderByte was the platform used.

1st: Hard: Array: Search GFG for "Maximum size rectangle binary sub-array with all 1s"

2nd: Medium: Search: Longest Palindrome Substring

3rd: Easy: String: Search LEET for "Largest Substring between two equal characters." There was one more condition - the substring should have unique characters.

4th: Easy: String: Given a string, of characters, If "M" is encountered, remove "M" and duplicate the last small case letter. If "N" is encountered, remove "N" and discard the next character.

Round 2 - Technical 

(3 Questions)

  • Q1. This round was supposed to be based on DSA. What is Time Complexity? Give examples.
  • Q2. What will be the time complexity to add an element to the Singly Linked List? Note* there are 2 types to add an element: 1st: to add at the end using Tail pointer so O(1) 2nd: to add anywhere in the middle...
  • Ans. 

    Time complexity to add an element to a Singly Linked List is O(1) if added at the end using Tail pointer, and O(n) if added anywhere in the middle.

    • Adding an element at the end of a Singly Linked List using the Tail pointer is a constant time operation, hence O(1).

    • Adding an element anywhere in the middle of a Singly Linked List requires traversing the list to find the insertion point, resulting in a time complexity of O...

  • Answered by AI
  • Q3. Given an array of numbers, find the smallest Prime Number. I had to write down the whole code.
Round 3 - Technical 

(4 Questions)

  • Q1. This round was supposed to be System Designs. Asked me about my Web Projects. I Implemented roles. So, how did manage my DB side? How did I give access to certain roles? How to optimize my DB? If I were ...
  • Q2. Database Designs. They asked me to draw some schema from my project, related to the above questions. Optimize it. They asked me what are Indexes. Query to be returned in O(n). So how will you do this?
  • Q3. React What's the difference between using NextJs and ReactJs? Routing in NextJs. VDOM? Event Listeners. Some Hooks in NextJs.
  • Ans. 

    NextJs is a framework built on top of ReactJs, providing server-side rendering and other features for easier development.

    • NextJs is a framework built on top of ReactJs, providing server-side rendering, routing, and other features for easier development.

    • ReactJs is a JavaScript library for building user interfaces, while NextJs is a framework that adds functionality like server-side rendering and routing to React applicat...

  • Answered by AI
  • Q4. JSON How to optimize JSON? Wrote a Py code to convert optimized JSON into normal JSON. An alternative method of storing JSON data in another DS
  • Ans. 

    Optimizing JSON involves minimizing redundant data, using efficient data structures, and compressing data when necessary.

    • Minimize redundant data by using references or IDs instead of repeating the same information multiple times.

    • Use efficient data structures like arrays or dictionaries to store JSON data in a more organized and accessible way.

    • Compress JSON data using techniques like gzip or deflate to reduce file size ...

  • Answered by AI
Round 4 - HR 

(7 Questions)

  • Q1. Tell me about yourself.
  • Q2. Technical Qualities. Professional Qualities.
  • Q3. Some negative points about it
  • Q4. Personal and Family Background.
  • Q5. Academic history. Achievements and Lows during Primary and Secondary school.
  • Q6. Plan for Higher studies. I said Yes. It is generally said to tell NO even if you have plans. But considering my prior responses they selected me.
  • Q7. Commuting to work by train?
  • Ans. 

    Yes, I prefer commuting to work by train for its reliability and eco-friendliness.

    • I find commuting by train to be more reliable than other modes of transportation, as it is not affected by traffic congestion.

    • Taking the train is also more eco-friendly compared to driving a car, as it reduces carbon emissions.

    • Commuting by train allows me to relax, read, or work during the journey, making it a productive use of time.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For the Coding round, build your logical thinking skills rather than counting how many questions you solved. (I solved only 17 Hackerrank questions prior to the interviews (2 days ago) that to based on array, linked list, q, stack, and tree).

For Technical 1, DSA is a must, know your basics. While optimizing a particular problem, try to use Hashmap.

For Technical 2, Know your project very well, If you have not contributed to your project, and if you are not eager to learn about it, then you are doomed for rejection. So learn about it.
And you always know that there is a certain part of the project which you could have designed well, So study about it, because they will ask you to optimize it.

For HR, be true and honest about yourself.

Skills evaluated in this interview

Full Stack Web Developer Interview Questions asked at other Companies

Q1. What will be the time complexity to add an element to the Singly Linked List? Note* there are 2 types to add an element: 1st: to add at the end using Tail pointer so O(1) 2nd: to add anywhere in the middle so O(n)
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 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 - Coding Test 

4 coding questions. 1 easy, 2 medium, 1 hard.Try to solve 3 out of them.

Round 3 - Technical 

(2 Questions)

  • Q1. DSA based interview round.
  • Q2. Simple array and stack related questions were asked.
Round 4 - Technical 

(2 Questions)

  • Q1. Detailed questions based on your projects,
  • Q2. Questions related to MERN as I have done a MERN project in past.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study each and every technology mentioned in your project.

Full Stack Developer Interview Questions asked at other Companies

Q1. Query And MatrixYou are given a binary matrix with ‘M’ rows and ‘N’ columns initially consisting of all 0s. 'Q' queries follow. The queries can be of 4 types: Query 1: 1 R index Query 2: 1 C index Query 3: 2 R index Query 4: 2 C index In ea... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2023. There were 4 interview rounds.

Round 1 - Coding Test 

4 questions :- 3 were string based and one DP
1. characters and it's frequency were given in key value format in a string, print the total frequency of each character in lexicographical order.
2. Minimum Jump to reach end of the array(search Jump game from leetcode)
3. Partion the given string into 2 parts such that both parts are present in list of words provided. Print all the ways of partitioning.

Round 2 - Technical 

(2 Questions)

  • Q1. 1.Find next greater element for each element in the given array of integers
  • Ans. 

    Use stack to find next greater element for each element in the array

    • Create an empty stack to store indices of elements

    • Iterate through the array and for each element, pop elements from stack until finding a greater element

    • Store the next greater element in a result array

  • Answered by AI
  • Q2. 2.In an array, find triplets such that their sum is 0.
  • Ans. 

    Use three pointers to find triplets with sum 0 in an array.

    • Sort the array first to easily find triplets.

    • Use three pointers - one fixed, one moving from left, one moving from right.

    • Check if the sum of the three pointers is 0, if not adjust pointers accordingly.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions regarding projects and system design questions.
Round 4 - HR 

(1 Question)

  • Q1. Family background, questions about project, work preferences etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the project and technology used, prepare well for system design rounds and keep explaining the approach verbally.

Skills evaluated in this interview

Mern Full Stack Developer Interview Questions asked at other Companies

Q1. What is the way to save large files (e.g. photos) into MongoDB database.
View answer (2)

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, B2B Sales, Javascript, Key Account Management and Photoshop.
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 12 interviews in last 1 year

Interview experience

4.3
  
Good
View more

People are getting interviews through

based on 25 Carwale interviews
Campus Placement
Job Portal
Recruitment Consultant
Referral
72%
16%
4%
4%
4% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Tracxn Interview Questions
3.2
 • 96 Interviews
MagicBricks Interview Questions
3.1
 • 49 Interviews
Zolo Interview Questions
3.5
 • 49 Interviews
Netmeds.com Interview Questions
3.6
 • 40 Interviews
Uplers Interview Questions
4.1
 • 40 Interviews
Impact Guru Interview Questions
4.5
 • 36 Interviews
Yahoo Interview Questions
4.6
 • 28 Interviews
BookMyShow Interview Questions
3.9
 • 23 Interviews
View all

Carwale Reviews and Ratings

based on 155 reviews

3.5/5

Rating in categories

3.3

Skill development

3.5

Work-Life balance

3.0

Salary & Benefits

3.8

Job Security

3.4

Company culture

3.0

Promotions/Appraisal

3.3

Work Satisfaction

Explore 155 Reviews and Ratings
Key Account Manager - Enterprise Solutions

Mumbai,

Navi Mumbai

4-9 Yrs

₹ 5-5.75 LPA

Explore more jobs
Accounts Manager
135 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Key Account Manager
91 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Regional Manager
28 salaries
unlock blur

₹4.5 L/yr - ₹10.2 L/yr

Product Manager
26 salaries
unlock blur

₹8.1 L/yr - ₹25 L/yr

Software Developer
23 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Explore more salaries
Compare Carwale with

MagicBricks

3.2
Compare

Impact Guru

4.5
Compare

Netmeds.com

3.6
Compare

Tracxn

3.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview