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
3.8

based on 2.2k Reviews

Filter interviews by

Zomato SDE (Software Development Engineer) Interview Questions and Answers

Updated 27 Aug 2022

Zomato SDE (Software Development Engineer) Interview Experiences

3 interviews found

I applied via Campus Placement and was interviewed before Aug 2021. 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 - Coding Test 

1 hour round, DSA questions on stacks and hash maps

Round 3 - Coding Test 

1 hr round, DSA Q's and Puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well versed with Data structures like hashmap, trees, linked list, arrays and SQL.

I was interviewed in Jul 2016.

Interview Questionnaire 

4 Questions

  • Q1. One with the group I'm going to work with
  • Q2. One with the project lead
  • Q3. One with the CTO
  • Q4. One with the Head, HR

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resumes were shortlisted and based on that 100 students got to the next round

Round: Test
Experience: 3 programming questions were given
Tips: Prepare algorithms and data structures well
Duration: 1 hour 30 minutes
Total Questions: 3

Skills: Data Strrutures, Algorithmic Approach To Problem Solving, Knowledge About Database Managements Systems, Operating Systems, Computer Networking, Inter Person Communication Skills
College Name: NIT Durgapur

SDE (Software Development Engineer) Interview Questions Asked at Other Companies

asked in Carwale
Q1. A string is given consisting of lowercase alphabets. Write a func ... read more
asked in Carwale
Q2. Given a balance and 100 coins;out of which,one is heavier. Find m ... read more
Q3. Given a binary search tree , print the path which has the sum equ ... read more
asked in Housing.com
Q4. Given a square area of 1024x1024 on a map with some flats (housin ... read more
asked in Carwale
Q5. Delete nodes in linkedlist which have a greater value on right si ... read more

SDE (Software Development Engineer) interview

user image Coding Blocks

posted on 21 Nov 2021

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Feb 2023. There were 5 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 

60 mins, 2 Coding questions general Leetcode medium ones

Round 3 - One-on-one 

(2 Questions)

  • Q1. Alien Dictionary with slight modification to sort list of words with some random order
  • Ans. 

    Sorting a list of words with a random order using an alien dictionary

    • Create a graph with nodes as characters and edges as the order of characters in words

    • Topologically sort the graph to get the correct order of characters

    • Use the order to sort the list of words

  • Answered by AI
  • Q2. Leetcode easy question based on math and arrays
Round 4 - One-on-one 

(1 Question)

  • Q1. Simple Binary search with some edge case handling on a straight forward problem
Round 5 - One-on-one 

(1 Question)

  • Q1. Hiring Manager round, discussion went on LP and one technical question based on stacks implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode mediums are a simlpe yet effective way to make most out of the technical discussions and dont be disheartened on rejections even in the very later stage of the process. This is something not in your control keep your head up high and evolve !

Skills evaluated in this interview

Round 1 - Coding Test 

It was a 60 min coding test, with 2 dsa questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Round 2 was a code pair round. Whith question around DP, Trees and heaps.
Round 3 - LLD 

(1 Question)

  • Q1. They as me the LLD of library management system, with afuntional code

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on DSA and LLD. The questions were from Trees, DP and heaps.
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Oct 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 - Coding Test 

2 CODING QUESTIONS IN ONE HOIR TIME DURATION

Round 3 - Technical 

(2 Questions)

  • Q1. 1.BIT MANIPULATION 2. BASIC DYNAMIC PROGRAMMING QUESTION TOTAL TIME DURATION - 1HR
  • Ans. 

    Interview question on bit manipulation and basic dynamic programming

    • Be familiar with bitwise operators like AND, OR, XOR, and bit shifting

    • Understand how to use bit manipulation to solve problems like counting set bits or checking if a number is a power of 2

    • For dynamic programming, break down the problem into smaller subproblems and use memoization or tabulation to avoid redundant calculations

    • Practice solving coding pro...

  • Answered by AI
  • Q2. BASIC- OOPS, DBMS, COMPUTER NETWORKING QUESTIONS.

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE STANDARD DATA STRUCTURES QUESTIONS.
FOCUS ON BEST APPROACH

Interview Preparation Tips

General Tips: Be prepared to answer questions like why flipkart? , why shouldn't I hire you? , why did you choose cs?, which is your proudest moment.
Choose wisely the questions you attempt.
Skill Tips: Solve the course lab questions on your own. Pick a site that suits you and practice there. Read about the company before you go for interviews. If the interviewer asks you to ask a question use that opportunity to learn more about the company. AmbitionBox helps in getting familiar with the type of questions that the company asks.
Skills:
College Name: NIT Surathkal

I applied via campus placement at Institute of Technology, Banaras Hindu University and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

1 hr, 2 questions, Arrays prefix sum and slide window, Greedy and DP.

Round 2 - Technical 

(1 Question)

  • Q1. 1. Basic Intro 2. Question regarding the greedy approach to filling gaps in the elements. You have been provided with 3 arguments of n, m, o, you can use at most those numbers of times "m", "n" and "o" an...

Interview Preparation Tips

Topics to prepare for Amazon SDE (Software Development Engineer) interview:
  • DSA
Interview preparation tips for other job seekers - Be confident and Share the thinking pattern with the interviewer

I applied via Company Website and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test had 3 questions of medium to hard difficulty level, also has MCQ to find right answer

Round 2 - Technical 

(2 Questions)

  • Q1. Discussion on first string question followed by tree question.
  • Q2. String was solved using dynamic programming and simple tree traversal in reverse. Use GFG for detailed explanation.
Round 3 - HR 

(2 Questions)

  • Q1. Salary kitna loge ? Discuss karlein ?
  • Q2. CTC is around 44 LPA, base is around 15LPA

Interview Preparation Tips

Topics to prepare for Amazon SDE (Software Development Engineer) interview:
  • Tree
  • Graph
Interview preparation tips for other job seekers - Study graph and tree, they are their favourite. Practice leet code every day and then the interview will be a cake walk.
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 - Coding Test 

Questions related to oops and binary tree (leetcode medium)

Round 3 - Technical 

(2 Questions)

  • Q1. Question on binary tree and dp
  • Q2. Merge overlapping intervals
  • Ans. 

    Merge overlapping intervals

    • Sort the intervals based on their start time

    • Iterate through the intervals and merge overlapping ones

    • Return the merged intervals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - practice leetcode and geeks for geeks . do computer science fundamentals from gate smashers

Skills evaluated in this interview

Zomato Interview FAQs

How many rounds are there in Zomato SDE (Software Development Engineer) interview?
Zomato interview process usually has 3 rounds. The most common rounds in the Zomato interview process are Coding Test and Resume Shortlist.
What are the top questions asked in Zomato SDE (Software Development Engineer) interview?

Some of the top questions asked at the Zomato SDE (Software Development Engineer) interview -

  1. One with the project l...read more
  2. One with the Head,...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
PolicyBazaar Interview Questions
3.6
 • 342 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
JustDial Interview Questions
3.5
 • 328 Interviews
Info Edge Interview Questions
3.9
 • 318 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
View all
Zomato SDE (Software Development Engineer) Salary
based on 9 salaries
₹12 L/yr - ₹35 L/yr
25% less than the average SDE (Software Development Engineer) Salary in India
View more details

Zomato SDE (Software Development Engineer) Reviews and Ratings

based on 3 reviews

3.2/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

3.9

Salary

2.4

Job security

2.4

Company culture

3.5

Promotions

3.3

Work satisfaction

Explore 3 Reviews and Ratings
Delivery Boy
1k salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Key Account Manager
902 salaries
unlock blur

₹4.5 L/yr - ₹14.2 L/yr

Business Analyst
516 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Senior Associate
317 salaries
unlock blur

₹3.2 L/yr - ₹11 L/yr

Accounts Manager
298 salaries
unlock blur

₹4 L/yr - ₹13.2 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