Upload Button Icon Add office photos

Filter interviews by

Today Taste Foods NSM Interview Questions, Process, and Tips

Updated 5 May 2022

Top Today Taste Foods NSM Interview Questions and Answers

  • Q1. How many states will start in first phase n what will be sales team.overhead per month?
  • Q2. What is your planning n projection to start in Pan India business growth?
  • Q3. What business volume expect with minimum.man power?

Today Taste Foods NSM Interview Experiences

2 interviews found

NSM Interview Questions & Answers

user image Anonymous

posted on 16 Apr 2022

I applied via Approached by Company and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - Telephonic Call 

(3 Questions)

  • Q1. What is your planning n projection to start in Pan India business growth?
  • Ans. 

    We plan to start Pan India business growth in the next quarter by expanding our sales team and increasing marketing efforts.

    • Hire more sales representatives

    • Increase marketing efforts through social media and advertising

    • Identify potential markets and target them specifically

    • Establish partnerships with local businesses

    • Offer promotions and discounts to attract new customers

  • Answered by AI
  • Q2. How many states will start in first phase n what will be sales team.overhead per month?
  • Ans. 

    The number of states and sales team overhead for the first phase is unknown.

    • The number of states and sales team overhead will depend on the specific project or product being discussed.

    • It is important to have a clear understanding of the target market and sales strategy before determining the sales team overhead.

    • Factors such as salaries, benefits, travel expenses, and marketing materials should be considered when calcul...

  • Answered by AI
  • Q3. What business volume expect with minimum.man power?
  • Ans. 

    The business volume will depend on the type of business and the efficiency of the minimum manpower.

    • The type of business will determine the volume of business that can be handled with minimum manpower.

    • Efficiency of the minimum manpower will also play a crucial role in determining the business volume.

    • For example, a small retail store may be able to handle a decent business volume with just one or two employees, while a m...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Today Taste Foods NSM interview:
  • Sales
Interview preparation tips for other job seekers - There is no off of the company own. They are using off on hour base contact with some house owner. The company has only two key person whose are handling all matters, very cleverly taking new sales team with the good salary package but utilising the new sales team n also channel partner as soon as channel.partner payment deposit in company account . Not making full salary n expense if even first month joining month after given business . Supplying short expiary stock n monopoly min order stock supplying n delivery according to their choice.
No respond to listen any matter solve quickly, avoid major times to the sales head n missutilising channel.partner money without despatch stock according to understanding to delivery full investment amnt stock.

No one cheating company. Both the directors are just like sleeping partner.
Mr.Sanjit n Mr.Bipin both are no one cheaters in the company.
Request to all sales team do not join in this company. Otherwise you will loss your n your channel partners n teams image , personality in the.mkt.

NSM Interview Questions & Answers

user image BIJOY SAHU

posted on 5 May 2022

I applied via Approached by Company and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

About professional career, team handling n zonal business development.

Round 2 - Asking business projection 

(2 Questions)

  • Q1. How many states can develop with team size n business volume?
  • Ans. 

    The number of states that can develop with team size n business volume depends on various factors.

    • The type of business and industry can affect the number of states that can develop.

    • The market demand and competition in the industry can also impact the number of states.

    • The resources and capabilities of the team can determine the number of states that can be developed.

    • The economic and political conditions of the states ca...

  • Answered by AI
  • Q2. Asking about joining confirmation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad management in this company.
Has no standard to pay first month full salary n expense.
Supply 50% against investment amnt short expairy n non order products stock after long gap 17 days to the channel partner.
Against first month team business 10 lac has no capacity to clear minimum three nos sales team including me as I was NSM.
After the business given in past n last month same habits issue a sack from job to the sales senior.
The reason behind is the company after getting invest by my team n my involvement has no capacity to pay full salary n expense of first month joining there.
Miss behave with sales team n management key person Mr.Sanjit n Mr.Bipin Dubey block the sales team.mib no n channel partner no . It's there regular habits.

NSM Interview Questions Asked at Other Companies

Q1. How many states will start in first phase n what will be sales te ... read more
Q2. What is your planning n projection to start in Pan India business ... read more
Q3. What business volume expect with minimum.man power?
Q4. How many states can develop with team size n business volume?

Interview questions from similar companies

QA Test Lead Interview Questions & Answers

Cognizant user image Md Aklakh Ahmad

posted on 13 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Write java program to reverse each word

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

(3 Questions)

  • Q1. Type of selectors in selenium
  • Ans. 

    Selectors in Selenium are used to identify web elements on a webpage for automation testing.

    • Selectors include ID, class name, name, tag name, link text, partial link text, CSS selector, and XPath.

    • ID selector is the fastest and most reliable, while XPath is the most powerful but slower.

    • CSS selectors are commonly used due to their flexibility and readability.

    • Example: driver.findElement(By.id("elementID"));

  • Answered by AI
  • Q2. Wait statements in selenium
  • Ans. 

    Wait statements in Selenium are used to pause the execution of the test script for a specified amount of time.

    • Wait statements are used to handle synchronization issues in test automation scripts.

    • There are two types of wait statements in Selenium: Implicit Wait and Explicit Wait.

    • Implicit Wait sets a default waiting time for the elements to be available before throwing an exception.

    • Explicit Wait allows the test script to...

  • Answered by AI
  • Q3. Program to write fibonacci series
  • Ans. 

    A program to write the Fibonacci series using iterative or recursive methods.

    • Use a loop to generate Fibonacci series iteratively

    • Use recursion to generate Fibonacci series recursively

    • Start with 0 and 1 as the first two numbers in the series

    • Add the previous two numbers to get the next number in the series

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Expectation of salary

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is collection frame work
  • Ans. 

    Collection framework is a unified architecture for representing and manipulating collections of objects.

    • Provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating groups of objects

    • Offers algorithms for searching, sorting, and manipulating collections

    • Promotes code reusability and efficiency in handling collections

  • Answered by AI
  • Q2. Write a program to count no of characters in the given string
  • Ans. 

    A program to count the number of characters in a given string.

    • Iterate through each character in the string and increment a counter for each character encountered.

    • Use a hashmap to store the count of each character for efficient counting.

    • Handle edge cases such as empty string or null input.

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. What is product backlog and sprint backlog
  • Ans. 

    Product backlog is a prioritized list of features to be developed. Sprint backlog is a subset of product backlog for a specific sprint.

    • Product backlog is a dynamic document that evolves with the product development cycle

    • It contains a list of features, enhancements, bug fixes, and other work items

    • The items in the backlog are prioritized based on business value, risk, and other factors

    • Sprint backlog is a subset of produc...

  • Answered by AI
  • Q2. What is velocity and zero sprint
  • Ans. 

    Velocity is the amount of work a team can complete in a sprint. Zero sprint is a sprint with no completed work.

    • Velocity is a measure of a team's productivity in completing work during a sprint

    • It is calculated by adding up the story points or tasks completed in a sprint

    • Zero sprint is a sprint where no work is completed due to unforeseen circumstances or issues

    • It is important to track velocity to help plan future sprints

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with all manual testing concepts as well automation.

Skills evaluated in this interview

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 Apr 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your resume
Round 2 - Technical 

(1 Question)

  • Q1. What would you prioritize in this situation?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 2 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. Oops concepts, java selenium, testing concepts
  • Q2. Testng, maven, jenkins, testing concepts, program

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to get clear. Basic concepts are enough. Java, selenium
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Job Portal and was interviewed before May 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 - One-on-one 

(1 Question)

  • Q1. Related to Manufacturing business process related
Round 3 - HR 

(1 Question)

  • Q1. Just asked me expectations.

Interview Preparation Tips

Topics to prepare for Accenture Business and Integration Architecture Analyst interview:
  • Business Process Re - engineering
Interview preparation tips for other job seekers - Be clear on business process if looking for career in SAP.

I applied via Job Portal and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. All questions related Lead positions, how to handle team and project, estimations
  • Ans. 

    Answering questions related to leading a team and project estimations.

    • Communicate clearly with team members and stakeholders

    • Set clear goals and expectations

    • Delegate tasks effectively

    • Regularly review progress and adjust plans as needed

    • Use data and metrics to make informed decisions

    • Provide constructive feedback and support to team members

    • Stay up-to-date with industry trends and best practices

    • Estimate project timelines an

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about lead activities question ans with real time scenarios

Today Taste Foods Interview FAQs

How many rounds are there in Today Taste Foods NSM interview?
Today Taste Foods interview process usually has 1-2 rounds. The most common rounds in the Today Taste Foods interview process are Group Discussion and Telephonic Call.
What are the top questions asked in Today Taste Foods NSM interview?

Some of the top questions asked at the Today Taste Foods NSM interview -

  1. How many states will start in first phase n what will be sales team.overhead pe...read more
  2. What is your planning n projection to start in Pan India business grow...read more
  3. What business volume expect with minimum.man pow...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Zonal Sales Manager
4 salaries
unlock blur

₹10.1 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Today Taste Foods with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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