Upload Button Icon Add office photos
Premium Employer

i

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

Zomato Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zomato Interview Questions, Process, and Tips

Updated 22 Feb 2025

Top Zomato Interview Questions and Answers

View all 147 questions

Zomato Interview Experiences

Popular Designations

322 interviews found

I applied via Referral and was interviewed in Apr 2022. There were 3 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 knowledge related test - questions around the career and past experience(s)
Round 3 - One-on-one 

(1 Question)

  • Q1. In depth understanding of the experience and impact delivered

Interview Preparation Tips

Interview preparation tips for other job seekers - Be candid, honest and try to position yourself in a way that you have come to solve problems.

HR Business Partner Interview Questions asked at other Companies

Q1. If a company suffers in a loss so what can you do for decreasing the loss ?
View answer (2)

I was interviewed in Aug 2021.

Round 1 - Video Call 

(5 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The interview started in the evening on google meet. and extended for 90 minutes. The interviewer was very helpful and he shared a collaborative code editor to discuss several problems.

  • Q1. 

    Find All Pairs Adding Up to Target

    Given an array of integers ARR of length N and an integer Target, your task is to return all pairs of elements such that they add up to the Target.

    Input:

    The first line ...
  • Ans. 

    Step 1 : I first explained an iterative approach for the problem. The solution had O(N) complexity.
    Step 2 : Interviewer asked me to optimise the solution.
    Step 3 : Then I gave a solution that involved using binary search as the array was already in sorted order that reduced the solution complexity to O(log N) and the interviewer was happy.

  • Answered Anonymously
  • Q2. 

    Convert a Binary Tree to a Sum Tree

    Given a binary tree of integers, convert the binary tree into a sum tree where each node's value is replaced by the sum of the values of its left and right subtrees in ...

  • Ans. 

    Step 1 : I explained a solution that involves calling nodes reclusively and calculating the sum of all children and adding them together to check the condition. After calculating I returned sum of children with the node value from the function. 

    The solution has time complexity of O(N) when N is number of nodes and the interviewer was happy with my approach.

  • Answered Anonymously
  • Q3. 

    LFU Cache Design Problem

    Design and implement a Least Frequently Used (LFU) Cache with the following functionalities:

    1. put(U__ID, value): Insert the value in the cache if the key ('U__ID') is not alrea...
  • Ans. 

    I used min-heap to implement LFU , as it handles insertion, deletion, and update in logarithmic time complexity. A tie can be resolved by removing the least recently used cache block. I also used an hashmap to store the indices of the cache blocks which allows searching in constant time.

    The interviewer was happy with my solution

  • Answered Anonymously
  • Q4. Write a SQL query to find the X percentile of students.
  • Ans. 

    Tip 1 : Practice SQL queries from different websites.
    Tip 2 : Use different websites for quick revision of common SQL commands.

  • Answered Anonymously
  • Q5. Can you explain polymorphism and provide examples of real-time and run-time polymorphism?
  • Ans. 

    Tip 1 : Read OOPs concepts thoroughly.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Electronics & Communication Engineering from Malaviya National Institute of Technology Jaipur. I applied for the job as SDE - Intern in GurgaonEligibility criteriaNo criteria as such but having good projects create an impact.Zomato interview preparation:Topics to prepare for the interview - Binary Search, Tree, Graph, Dynamic ProgrammingTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice at-least 300 problems.
Tip 2 : Add at-least 2 projects and prepare them well for the interview.
Tip 3 : Practice mock interviews with your friends to learn how to explain problems.

Application resume tips for other job seekers

Tip 1 : Follow some standard resume format and add 2-3 projects with explanations in point, also include technologies used in the project.
Tip 2 : Make sure you add all the technologies you are aware of in your resume and also, add links to competitive profiles (if you have good coding profiles).
Tip 3 : Add your achievements in the resume in points.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top Zomato Software Developer Intern Interview Questions and Answers

Q1. LFU Cache Design and implement a Least Frequently Used(LFU) Cache, to implement the following functions: 1. put(U__ID, value): Insert the value in the cache if the key(‘U__ID’) is not already present or update the value of the given key if ... read more
View answer (4)

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Symbiosis Centre For Management Studies, Pune and was interviewed before Sep 2022. There were 3 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 - Video Call 

(1 Question)

  • Q1. Anything you would want to say in a 1 minute video
Round 3 - One-on-one 

(2 Questions)

  • Q1. Personal Details
  • Q2. Why do you want to join Zomato?

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)

I applied via Job Fair and was interviewed in Nov 2021. There was 1 interview round.

Round 1 - Personal Interview 

(3 Questions)

  • Q1. What is working zomat
  • Ans. 

    Zomato is a food delivery and restaurant discovery platform.

    • Zomato allows users to search for restaurants, read reviews, and order food for delivery or pickup.

    • It also offers table reservations, online ordering, and loyalty programs.

    • Zomato operates in over 24 countries and has a database of over 1.5 million restaurants.

    • The platform has been successful in providing a convenient and efficient way for users to discover and...

  • Answered by AI
  • Q2. One person to other persons delivery oder
  • Q3. I deliver happy work

Interview Preparation Tips

Topics to prepare for Zomato Graduate Student interview:
  • human rights
Interview preparation tips for other job seekers - Happy connecting work smile & take orders give me other persons

Graduate Student Interview Questions asked at other Companies

Q1. A hollow enclosure is formed between two infinitely long concentric cylinders of radii 1 m and 2 m respectively, Radiative neat exchange takes place between the inner surface of the larger cylinder (surface-2) and the outer surface of the s... read more
View answer (1)

Zomato interview questions for popular designations

 Key Account Manager

 (29)

 Business Analyst

 (16)

 Customer Service Executive

 (16)

 Delivery Boy

 (15)

 Chat Support Executive

 (10)

 Associate

 (8)

 Software Developer

 (8)

 Customer Care Executive

 (6)

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

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

Round 1 - HR 

(1 Question)

  • Q1. Normal screening
Round 2 - Group Discussion 

Should tinder banned in India or not

Round 3 - HR 

(1 Question)

  • Q1. Negotiation round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real and show ability to quick response to tricky questions and abilities to analyse data shared by interviewer

Top Zomato Key Account Manager Interview Questions and Answers

Q1. What do you know about Zomato ?
View answer (7)

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)

Get interview-ready with Top Zomato Interview Questions

nahi kart ata ghari ahe Interview Questions & Answers

user image Anonymous

posted on 20 Nov 2021

I applied via Shine and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Tumchakade collection job available ahe ka
  • Q2. Aamhla techa contact number bhetl ka
  • Q3. Aani job collection cha phize
  • Q4. Check collection phize ahe job
  • Q5. Tiime ani 9 to 4 phize ahe

Interview Preparation Tips

Interview preparation tips for other job seekers - Collection job available ahe ka ani part time job phize ahe

Jobs at Zomato

View all

Delivery Boy Interview Questions & Answers

user image Anonymous

posted on 28 May 2022

I applied via Referral and was interviewed in Apr 2022. There were 2 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 - One-on-one 

(1 Question)

  • Q1. Tell me something about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company for delievery boys, Gve your interview here and get a chance to make a Hero via servicing food to Hungered People. It is a good job

Top Zomato Delivery Boy Interview Questions and Answers

Q1. How to solve the late service provide...
View answer (3)

Delivery Boy Interview Questions asked at other Companies

Q1. When going for delivery, how should the customer deliver the delivery product?
View answer (1)

I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Self introduction in
  • Q2. Other job experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Iam freshers this role customer help line service

Customer Support Executive Interview Questions asked at other Companies

Q1. Understanding customer problems,whT i know about BPO nd how they work,how i will handle a difficult nd angry customer,i can satisfied my client.
View answer (21)

ZAAP Executive Interview Questions & Answers

user image Anonymous

posted on 20 Mar 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

We were given a generalised topic and had to discuss abt it

Round 2 - HR 

(1 Question)

  • Q1. Rate me on 1 to 10

Interview Preparation Tips

Interview preparation tips for other job seekers - chill pill

growth manager Interview Questions & Answers

user image Anirban Narayan Biswas

posted on 30 Jun 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. There were 4 interview rounds.

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 - Aptitude Test 

Maths, Business logic, Reasoning, Family tree questions

Round 3 - One-on-one 

(3 Questions)

  • Q1. Why should we hire you?
  • Q2. How would you grow your market?
  • Ans. 

    To grow the market, I would focus on expanding our customer base through targeted marketing strategies and partnerships.

    • Identify target customer segments and tailor marketing campaigns to reach them effectively

    • Utilize social media and digital marketing channels to increase brand visibility and attract new customers

    • Form partnerships with complementary businesses to reach new audiences and expand market reach

    • Offer promot...

  • Answered by AI
  • Q3. Sell me any product you would like to sell
  • Ans. 

    I would like to sell a smart home security system.

    • Highlight the convenience and peace of mind it provides to homeowners

    • Emphasize the advanced technology and features such as motion sensors and live video monitoring

    • Mention the easy installation process and user-friendly interface for customers

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations, Relocation preferences

growth manager Interview Questions asked at other Companies

Q1. How an employee contributes to a company to be a brand?
View answer (2)

Zomato Interview FAQs

How many rounds are there in Zomato interview?
Zomato interview process usually has 2-3 rounds. The most common rounds in the Zomato interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for Zomato 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 Zomato. The most common topics and skills that interviewers at Zomato expect are Inventory Management, Inbound Logistics, Outbound Logistics, Warehouse Operations and Business Development.
What are the top questions asked in Zomato interview?

Some of the top questions asked at the Zomato interview -

  1. How u deal to the customer if he get non veg food instead of veg foo...read more
  2. How you deal to the customer if he complain that delivery boy threaten hi...read more
  3. What is customer relationship manageme...read more
How long is the Zomato interview process?

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

Tell us how to improve this page.

Zomato Interview Process

based on 357 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Swiggy Interview Questions
3.8
 • 435 Interviews
PolicyBazaar Interview Questions
3.6
 • 344 Interviews
Box8 Interview Questions
3.5
 • 13 Interviews
Uber eats Interview Questions
4.3
 • 9 Interviews
FoodPanda Interview Questions
3.7
 • 8 Interviews
DineOut Interview Questions
4.0
 • 4 Interviews
View all

Zomato Reviews and Ratings

based on 2.2k reviews

3.7/5

Rating in categories

3.5

Skill development

3.5

Work-life balance

3.7

Salary

3.3

Job security

3.6

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 2.2k Reviews and Ratings
Talent Acquisition Specialist

Chennai

0-1 Yrs

₹ 2-3.5 LPA

Shift Manager

Bangalore / Bengaluru,

Delhi/Ncr

2-4 Yrs

₹ 0.5-0.7 LPA

Senior Executive - Inbound, Outbound & Inventory

Mumbai,

Thane

+1

3-8 Yrs

Not Disclosed

Explore more jobs
Delivery Boy
1k salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Key Account Manager
924 salaries
unlock blur

₹4.5 L/yr - ₹14.2 L/yr

Business Analyst
585 salaries
unlock blur

₹7 L/yr - ₹20 L/yr

Accounts Manager
296 salaries
unlock blur

₹4 L/yr - ₹13.2 L/yr

Senior Associate
277 salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

Explore more salaries
Compare Zomato with

Swiggy

3.8
Compare

Amazon

4.1
Compare

Dunzo

3.4
Compare

Flipkart

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