Upload Button Icon Add office photos

Zoomcar

Compare button icon Compare button icon Compare

Filter interviews by

Zoomcar Interview Questions, Process, and Tips

Updated 4 Nov 2024

Top Zoomcar Interview Questions and Answers

View all 8 questions

Zoomcar Interview Experiences

Popular Designations

21 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Adjacent Robber
  • Q2. Vertical Order Traversal

Interview Preparation Tips

Interview preparation tips for other job seekers - Study LLD

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 (38)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Nothing much compulsary field

Round 2 - Technical 

(3 Questions)

  • Q1. Question based on DS and algo
  • Q2. What is array? how to use it?
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous block of memory.

    • Arrays are indexed starting at 0, with each element accessible by its index.

    • Arrays can be used to store and manipulate multiple values of the same data type.

    • Example: String[] names = {"Alice", "Bob", "Charlie"};

  • Answered by AI
  • Q3. Why glassdoor force to write question
  • Ans. 

    Glassdoor may require users to write questions to encourage engagement and gather feedback.

    • Encourages user engagement and feedback

    • Helps improve the overall user experience on the platform

    • Allows users to share their thoughts and opinions

    • Can lead to valuable insights for Glassdoor to enhance their services

  • 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 (180)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2024

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

(1 Question)

  • Q1. Manual testing related questions

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA DP Question

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (4)

Zoomcar interview questions for popular designations

 Associate Software Engineer

 (2)

 Business Analyst

 (2)

 Assistant Manager Operations

 (1)

 Associate

 (1)

 Data Engineer

 (1)

 Product Management Intern

 (1)

 QA Engineer

 (1)

 Recovery Team Lead

 (1)

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about ur self
  • Q2. How many experience do you have
Interview experience
4
Good
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 

Khaniyadhana zooming me know if you need

Round 3 - Coding Test 

Hello ji bolo ge bah karenge fir a chance please let

Round 4 - Technical 

(5 Questions)

  • Q1. Zoom meeting me at the tum jab aap dal do
  • Q2. Zooming in the tum hi to you and Bhai Nirmal
  • Q3. Zooming in me se konsa me and Bhai ka mobile homes
  • Q4. Xoom money transfer app par number diya aapne mana
  • Q5. Xoom me and I happy birthday dear friend
Round 5 - One-on-one 

(4 Questions)

  • Q1. Zoom meeting me at the tum jab aap bolo
  • Q2. Zoom meeting me at the tum jab aap bolo jab ham jante
  • Q3. Zoom meeting call you in a bit when I ha
  • Q4. Zoom mm I happy birthday Bhai Nirmal Singh

Interview Preparation Tips

Interview preparation tips for other job seekers - Zoom meeting me at the tum jab aap bolo ge bah karenge roj video chat invited to

Recovery team Interview Questions & Answers

user image Anonymous

posted on 23 Jul 2022

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Tell me about ur self
  • Q2. What is expected CTC
  • Q3. Any experience do u have
  • Q4. Tell me about ur back ground
  • Q5. What is ur hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - know the right thing is out there for you and I'm cheering you on every step of the way.” Or even just a simple “Thinking about you and sending you a long distance high-five.

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2023

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

I applied via Approached by Company and was interviewed before Oct 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. Given unsorted array find the subarray with given sum
  • Ans. 

    Find subarray with given sum in an unsorted array

    • Use a sliding window approach to iterate through the array

    • Keep track of the current sum and adjust the window based on the sum

    • Return the subarray when the sum matches the given sum

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What is partitioning and how it works
  • Ans. 

    Partitioning is the process of dividing a large dataset into smaller, more manageable parts based on certain criteria.

    • Partitioning helps in improving query performance by allowing parallel processing of data

    • It can be done based on date, region, or any other relevant criteria

    • Examples include partitioning a sales database by year or partitioning a log file by date

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Why do you want to move away from current role

Interview Preparation Tips

Interview preparation tips for other job seekers - just be calm and discuss the problem with the interviewers.

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 2023. 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 - Aptitude Test 

We have discuses about work experience

Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Ans. I was working before as same role and I can do this job easily
  • Answered Anonymously
  • Q2. Tell me about something yourself
  • Ans. I told about me, my name address my qualification something more
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Always share your latest work experience in simple way that you can get the job

Team Lead Operations Interview Questions asked at other Companies

Q1. What was thr volume of shipment handled per day in previous designation ?
View answer (19)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was about common analytics concepts

Round 2 - One-on-one 

(2 Questions)

  • Q1. How many red cars estimate in bangalore
  • Ans. 

    It is impossible to accurately estimate the number of red cars in Bangalore without specific data.

    • Estimating the number of red cars in Bangalore would require access to vehicle registration data, which is not readily available.

    • Factors such as the total number of cars in Bangalore, the percentage of red cars among them, and the distribution of red cars across the city would need to be considered.

    • One could potentially co...

  • Answered by AI
  • Q2. What will be approach to estimate next year revenue
  • Ans. 

    To estimate next year revenue, I would analyze historical data, market trends, and potential growth opportunities.

    • Analyze historical revenue data to identify patterns and trends

    • Consider market trends and economic indicators that may impact revenue

    • Evaluate potential growth opportunities such as new product launches or market expansions

    • Use forecasting techniques such as regression analysis or time series analysis

    • Consult ...

  • Answered by AI

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

Zoomcar Interview FAQs

How many rounds are there in Zoomcar interview?
Zoomcar interview process usually has 2-3 rounds. The most common rounds in the Zoomcar interview process are Technical, HR and Resume Shortlist.
How to prepare for Zoomcar 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 Zoomcar. The most common topics and skills that interviewers at Zoomcar expect are Marketing, SQL, Python, Campaign Management and Communication Skills.
What are the top questions asked in Zoomcar interview?

Some of the top questions asked at the Zoomcar interview -

  1. what will be approach to estimate next year reve...read more
  2. given unsorted array find the subarray with given ...read more
  3. what is partitioning and how it wo...read more
How long is the Zoomcar interview process?

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

Tell us how to improve this page.

Zoomcar Interview Process

based on 17 interviews

Interview experience

3.5
  
Average
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 438 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
Rapido Interview Questions
3.8
 • 28 Interviews
Avis Interview Questions
3.9
 • 6 Interviews
Bounce Interview Questions
4.0
 • 6 Interviews
Revv Interview Questions
3.7
 • 5 Interviews
Carzonrent Interview Questions
3.5
 • 3 Interviews
Myles Cars Interview Questions
4.6
 • 1 Interview
View all

Zoomcar Reviews and Ratings

based on 333 reviews

3.6/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.6

Salary

2.7

Job security

3.4

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 333 Reviews and Ratings
Home/Airport Delivery Executive

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Team Lead
59 salaries
unlock blur

₹2.1 L/yr - ₹4.6 L/yr

Fleet Executive
53 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Business Analyst
38 salaries
unlock blur

₹6.7 L/yr - ₹19 L/yr

Senior Software Engineer
36 salaries
unlock blur

₹18.7 L/yr - ₹46 L/yr

Software Engineer
33 salaries
unlock blur

₹10 L/yr - ₹29 L/yr

Explore more salaries
Compare Zoomcar with

Revv

3.7
Compare

Drivezy

3.5
Compare

Myles Cars

4.6
Compare

Carzonrent

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