Skip to content

Zomato Interview Experiences

Learn from real Zomato placement interview experiences shared by candidates who successfully cleared the placement process. These authentic stories help you understand what to expect and how to prepare effectively.

Technical interview experience 1 - SDE-1 role

Candidate Background: Final year CS student from IIT, CGPA: 8.5, Strong DSA skills

Round 1: Online Coding Assessment (90 minutes)

  • Questions: 3 DSA problems
    1. Find maximum sum subarray (Kadane’s algorithm) - Medium
    2. Design LRU Cache - Medium-Hard
    3. Merge K sorted lists - Hard
  • Approach: Solved all 3 problems with optimal solutions
  • Result: Cleared OA, advanced to technical interviews

Round 2: Technical Interview 1 (60 minutes)

  • DSA Questions:
    1. Given array of restaurant ratings, find top K restaurants efficiently
    2. Design data structure for order tracking with real-time updates
  • Coding: Implemented solution for top K restaurants using heap
  • Discussion: Discussed time/space complexity, edge cases
  • Result: Strong performance, advanced to next round

Round 3: Technical Interview 2 (60 minutes)

  • System Design: Design food delivery tracking system
  • Discussed architecture, database design, scalability
  • Covered real-time updates, caching strategies
  • Discussed handling peak loads
  • Coding: Implemented order status update API
  • Result: Good system design discussion, advanced

Round 4: Managerial/Team Fit Interview (45 minutes)

  • Zomato Values Questions:
  • “Describe a time you showed customer focus”
  • “Give example of taking ownership”
  • “How do you handle ambiguity?”
  • Behavioral: Used STAR format for all answers
  • Result: Cultural fit confirmed, advanced to HR

Round 5: HR Interview (30 minutes)

  • Questions: Why Zomato?, relocation, salary expectations
  • Offer: ₹22 LPA total package (SDE-1)

Tips from Candidate:

  • Practice LeetCode medium-hard problems
  • Focus on system design for food delivery domain
  • Prepare STAR stories for Zomato values
  • Be ready to code in real-time and explain approach

Comments & Suggestions