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 KAM Interview Questions and Answers

Updated 16 Feb 2024

Zomato KAM Interview Experiences

2 interviews found

KAM Interview Questions & Answers

user image Anonymous

posted on 14 Feb 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Comfortable with Sales work Comfortable going to field Aware of local culture
  • Ans. 

    Yes

    • Yes, I am comfortable with sales work and have a proven track record of achieving sales targets.

    • Yes, I am comfortable going to the field and interacting with customers face-to-face.

    • Yes, I am aware of the local culture and understand its impact on business relationships and negotiations.

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

(1 Question)

  • Q1. Tell me about Yourself. How would you pitch Zomato services to restaurants? Some Guesstimates General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied for KAM post through LinkedIn post. Received a callback after 2 days and an interview was scheduled. The interview was of 30 min duration and involved Self Introduction, Sales Role play etc.
Poor and quite informal hiring process. I didn't get any response from the team although the interview went well.

KAM Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Why should Zomato hire you
  • Q3. How will you convince the restaurant's owner to join zomato
Round 2 - HR 

(2 Questions)

  • Q1. What was last CTC
  • Ans. 

    My last CTC was $80,000 per year.

    • My last CTC was $80,000 per year

    • I received an annual salary of $80,000 in my previous position

    • My previous compensation package included a salary of $80,000 per year

  • Answered by AI
  • Q2. Documents verification

Interview Preparation Tips

Interview preparation tips for other job seekers - Skills- Sales, relationship management, account management

KAM Interview Questions Asked at Other Companies

Q1. Document s of pervious working experience
Q2. How to connect with architects and green consultants?
Q3. What will you do if the affiliate bank does not provide any leads ... read more
asked in Zomato
Q4. Comfortable with Sales work Comfortable going to field Aware of l ... read more
Q5. Quality of the good sales person

Interview questions from similar companies

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

Coding a frontend UI from provided image. And creating a fucntional star rating system

Round 2 - Technical 

(2 Questions)

  • Q1. Designing a Component API in React using Typescript.
  • Ans. 

    Designing a Component API in React using Typescript involves defining props, state, and methods for the component.

    • Define the props interface to specify the expected input data for the component

    • Use typescript types to ensure type safety and prevent runtime errors

    • Define the state interface to manage the internal state of the component

    • Implement methods to handle user interactions and component logic

    • Document the component

  • Answered by AI
  • Q2. Create a function that can clear all the timer ids at once.
  • Ans. 

    Function to clear all timer ids at once

    • Create an array to store all timer ids

    • Iterate through the array and clear each timer id using clearTimeout() function

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on optimizations
  • Q2. Question on React Js
Round 2 - Coding Test 

Medium level DSA question in JS

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

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Javascript output-based questions
  • Q2. React- search query
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

There was an online coding test on signal consisting of leetcode easy medium and hard

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

I applied via LinkedIn and was interviewed in Dec 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 - Technical 

(2 Questions)

  • Q1. Asked about fundamentals of javascript and react
  • Q2. React lifecycle in functional components
  • Ans. 

    React lifecycle in functional components

    • useEffect hook replaces lifecycle methods

    • useEffect runs after every render by default

    • useEffect can be controlled by dependencies array

    • useEffect cleanup function can be used to clean up effects

    • useLayoutEffect hook runs synchronously after DOM mutations

  • Answered by AI
Round 3 - Coding Test 

Return numbers in array equal to sum

Interview Preparation Tips

Interview preparation tips for other job seekers - better understanding of javascript fundamentals and react

Skills evaluated in this interview

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

(1 Question)

  • Q1. Given a matrix zeros and ones find minimum distance for each one to a zero.
  • Ans. 

    Given a matrix of zeros and ones, find the minimum distance for each one to a zero.

    • Use breadth-first search (BFS) to find the minimum distance from each one to a zero.

    • Start by initializing a queue with all the zeros in the matrix.

    • While the queue is not empty, dequeue a zero and enqueue its neighboring ones.

    • Keep track of the distance from each one to the nearest zero.

    • Repeat until all ones have been visited.

    • Return the ma

  • Answered by AI

Skills evaluated in this interview

I was interviewed in Sep 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 45 Minutes
Round difficulty - Easy

  • Q1. 

    Triplets with Given Sum Problem

    Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K.

    Explanation:

    A t...

  • Q2. 

    Find Magic Index in Sorted Array

    Given a sorted array A consisting of N integers, your task is to find the magic index in the given array, where the magic index is defined as an index i such that A[i] = i...

Round 2 - Video Call 

(3 Questions)

Round duration - 50 Minutes
Round difficulty - Hard

  • Q1. 

    Alien Dictionary Problem Statement

    You are provided with a sorted dictionary (by lexical order) in an alien language. Your task is to determine the character order of the alien language from this dictiona...

  • Q2. 

    Jumping Numbers Problem Statement

    Given a positive integer N, your goal is to find all the Jumping Numbers that are smaller than or equal to N.

    A Jumping Number is one where every adjacent digit has an a...

  • Q3. 

    Matching Prefix Problem Statement

    Given an integer N representing the number of strings in an array Arr composed of lowercase English alphabets, determine a string S of length N such that it can be used t...

Round 3 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Frontend Developer in NoidaEligibility criteriaNo critertiaInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structure, Algorithms, JavaScript, HTML/CSS, ReactTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Be consistent, practice regularly whatever you read/study.
Tip 2 : Apply what you learn through code.

Application resume tips for other job seekers

Tip 1 : Have some projects on your resume.
Tip 2 : If you have an internship or training explain it in a proper way like what are the techniques you learned during your training.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

30mins aptitude test

Round 2 - Coding Test 

90 mins coding test for 3 questions

Round 3 - HR 

(2 Questions)

  • Q1. Why are you choosing this role
  • Ans. 

    I am choosing this role because of my passion for creating user-friendly and visually appealing websites.

    • Passion for front end development

    • Enjoy creating user-friendly interfaces

    • Excited about the creative aspect of web design

  • Answered by AI
  • Q2. Why should we write you
  • Ans. 

    I am a dedicated and skilled front end developer with a passion for creating user-friendly interfaces.

    • I have a strong understanding of HTML, CSS, and JavaScript

    • I have experience with responsive design and cross-browser compatibility

    • I am proficient in using front end frameworks like React and Angular

  • Answered by AI

Zomato Interview FAQs

How many rounds are there in Zomato KAM interview?
Zomato interview process usually has 2 rounds. The most common rounds in the Zomato interview process are One-on-one Round and HR.
What are the top questions asked in Zomato KAM interview?

Some of the top questions asked at the Zomato KAM interview -

  1. Comfortable with Sales work Comfortable going to field Aware of local cult...read more
  2. What was last ...read more
  3. Documents verificat...read more

Tell us how to improve this page.

Zomato KAM Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
JustDial Interview Questions
3.5
 • 328 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
PolicyBazaar Interview Questions
3.6
 • 322 Interviews
Info Edge Interview Questions
4.0
 • 316 Interviews
Naukri Interview Questions
4.0
 • 179 Interviews
View all
Zomato KAM Salary
based on 12 salaries
₹7 L/yr - ₹12.5 L/yr
35% more than the average KAM Salary in India
View more details
Delivery Boy
1k salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Key Account Manager
899 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
318 salaries
unlock blur

₹3.2 L/yr - ₹10 L/yr

Accounts Manager
297 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