Upload Button Icon Add office photos

Cafe Coffee Day

Compare button icon Compare button icon Compare

Filter interviews by

Cafe Coffee Day Territory Sales Manager Interview Questions and Answers

Updated 28 Dec 2021

Cafe Coffee Day Territory Sales Manager Interview Experiences

1 interview found

I applied via Referral and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How will do cold calling?
  • Ans. 

    I will research and identify potential clients, prepare a script, and make targeted calls to introduce our products and services.

    • Research and identify potential clients

    • Prepare a script for the call

    • Make targeted calls to introduce our products and services

    • Listen actively to the client's needs and offer solutions

    • Follow up with potential clients to build relationships

  • Answered by AI
  • Q2. It is a bankrupt company with zero ethics , no proper management, owner has committed suicide, they give salary after 2 months , they do not pay travel for whole year, no incentive, please don't spoil your...

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask them salary date since last 2 years
Ask them travel Conveyance since last 2 years
Ask them appraisal sinnce 2018

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What u can dedicate for this company
  • Q2. How long u r looking in this company
  • Ans. 

    I am looking to stay with this company for the long term and contribute to its growth and success.

    • I am committed to building a successful career with this company.

    • I believe in the company's mission and values.

    • I am excited about the opportunities for growth and advancement within the company.

    • I have researched the company and its track record, and I am confident in its future prospects.

    • I am looking for stability and a su...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be talk directly with interviewer and if u don't know, plz tell to them directly,pls try to understand what exactly they looking

I applied via Naukri.com and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about yourself?
  • Q2. What kind of sales experience do you have?
  • Q3. How does your day look like?
  • Q4. If a room rent on an average is 1000 and its been occupied for 50%, what is the revenue that you're expected to generate?
  • Ans. 

    Revenue expected from a room occupied for 50% with an average rent of 1000.

    • The revenue generated from the room would be half of the total rent, as it is occupied for 50% of the time.

    • Therefore, the revenue expected would be 500.

    • To increase revenue, strategies such as offering discounts for longer stays or promoting the room to potential customers can be implemented.

  • Answered by AI
  • Q5. Let's say I'm a commercial property owner, and you're approaching me from OYO, what would be your sales pitch?
  • Q6. Why do you want to join OYO?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was to understand what I do as a Sales Manager at the current position and whether it would resonate with what you would at OYO. B2B sales, sales pitch, lead generation, lead management, revenue management, etc. are some of the topics that you are expected to know. Also, they see how aggressive you are with your targets because they are very aggressive with theirs.

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Next greater element.
  • Ans. 

    Next greater element is a problem where we find the closest greater element for each element in an array.

    • Iterate through the array

    • For each element, compare it with the elements on its right

    • Find the first element greater than the current element

    • Store the result in a new array or data structure

  • Answered by AI
  • Q2. Find all prime number up to given N.
  • Ans. 

    Program to find all prime numbers up to given N.

    • Start with 2 and iterate up to N

    • For each number, check if it is divisible by any number from 2 to its square root

    • If not divisible, add it to the list of primes

  • Answered by AI
  • Q3. You have a file of size approx 10GB and that file has many urls not necessary unique. how will you fetch unique url from there.
  • Ans. 

    Fetching unique URLs from a 10GB file with non-unique URLs.

    • Read the file in chunks to avoid memory issues.

    • Use a hash set to store unique URLs.

    • Iterate through each URL in the file and add it to the hash set if it doesn't already exist.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and try to solve even if you don't have any idea about the question.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

It was 1 hour long and was asked to pass all the test cases.

Round 2 - Technical 

(1 Question)

  • Q1. System Design with basic of OOP and OS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions totally based on dsa- hard

Round 2 - Technical 

(2 Questions)

  • Q1. Vertical Traversal
  • Q2. Find the node with shortest distance
  • Ans. 

    Use Dijkstra's algorithm to find the node with the shortest distance in a graph.

    • Implement Dijkstra's algorithm to calculate the shortest distance from a starting node to all other nodes in the graph.

    • Select the node with the smallest distance that has not been visited yet as the current node.

    • Update the distances of neighboring nodes from the current node if the new distance is smaller than the previously recorded distan...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Question based on oops
  • Q2. Question based on OS

Interview Preparation Tips

Interview preparation tips for other job seekers - BE good in technical and DSA

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Dsa -> questions on trees, linked list, stack, dynamic programming

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium to hard

Round 2 - Technical 

(2 Questions)

  • Q1. Rain water trapping
  • Q2. Bricks and ladder
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I appeared for an interview in Oct 2024.

Round 1 - Coding Test 

Polyfills,html,css basics,js intermediate level

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Zigzag traversal of tree
  • Ans. 

    Zigzag traversal of a tree is a method to visit the nodes in a tree in a zigzag pattern.

    • Use a queue to perform a level order traversal of the tree.

    • For each level, alternate the direction of traversal (left to right, then right to left).

    • Store the values of the nodes in each level in an array of strings.

  • Answered by AI
  • Q2. 3 Technical rounds Core Java and Springboot ques. RabbitMQ, annotations, multithreading, interface, concurrent hashmap, response body, Rest Api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Data Structures, Springboot and Java

Skills evaluated in this interview

Cafe Coffee Day Interview FAQs

How to prepare for Cafe Coffee Day Territory Sales Manager 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 Cafe Coffee Day. The most common topics and skills that interviewers at Cafe Coffee Day expect are B2B Sales, Corporate Sales, Sales, Distributor Handling and Field Sales.
What are the top questions asked in Cafe Coffee Day Territory Sales Manager interview?

Some of the top questions asked at the Cafe Coffee Day Territory Sales Manager interview -

  1. How will do cold calli...read more
  2. It is a bankrupt company with zero ethics , no proper management, owner has com...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Oyo Rooms Interview Questions
3.3
 • 221 Interviews
Burger King Interview Questions
3.8
 • 70 Interviews
Hyatt Regency Interview Questions
4.1
 • 44 Interviews
Pizza Hut Interview Questions
3.9
 • 43 Interviews
JW Marriott Interview Questions
4.2
 • 41 Interviews
Ihg Group Interview Questions
3.8
 • 35 Interviews
View all
Cafe Coffee Day Territory Sales Manager Salary
based on 158 salaries
₹4.4 L/yr - ₹8.3 L/yr
17% less than the average Territory Sales Manager Salary in India
View more details

Cafe Coffee Day Territory Sales Manager Reviews and Ratings

based on 16 reviews

2.5/5

Rating in categories

3.2

Skill development

2.3

Work-life balance

2.0

Salary

3.2

Job security

2.4

Company culture

2.3

Promotions

2.2

Work satisfaction

Explore 16 Reviews and Ratings
Cafe Manager
293 salaries
unlock blur

₹1.3 L/yr - ₹4.6 L/yr

Assistant Manager
234 salaries
unlock blur

₹1 L/yr - ₹7.7 L/yr

Territory Sales Manager
158 salaries
unlock blur

₹4.4 L/yr - ₹8.3 L/yr

Brew Master
134 salaries
unlock blur

₹1 L/yr - ₹3.2 L/yr

Senior Executive
112 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Explore more salaries
Compare Cafe Coffee Day with

Oyo Rooms

3.3
Compare

Jubilant Foods Works

3.7
Compare

Oberoi Group of Hotels

4.0
Compare

Marriott International

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