Upload Button Icon Add office photos

Filter interviews by

INDOASIAN Territory Manager Interview Questions and Answers

Updated 5 Sep 2024

INDOASIAN Territory Manager Interview Experiences

2 interviews found

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

(2 Questions)

  • Q1. Product range and product competitor
  • Q2. Product reach market strategy
  • Ans. 

    Product reach market strategy involves identifying target markets, determining distribution channels, and implementing promotional tactics.

    • Identify target markets based on demographics, psychographics, and behavior

    • Determine the most effective distribution channels such as direct sales, online sales, or retail partnerships

    • Implement promotional tactics like advertising, public relations, and sales promotions to reach the...

  • Answered by AI

I applied via Naukri.com and was interviewed before Feb 2021. 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 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What is MCB, MCCB, RCCB
  • Ans. 

    MCB stands for Miniature Circuit Breaker, MCCB stands for Molded Case Circuit Breaker, and RCCB stands for Residual Current Circuit Breaker.

    • MCB is a type of circuit breaker that is used to protect electrical circuits from overcurrents and short circuits.

    • MCCB is a type of circuit breaker that provides protection against overloads, short circuits, and ground faults.

    • RCCB is a type of circuit breaker that detects and prote...

  • Answered by AI
  • Q3. Different types of MCB, switch
  • Ans. 

    MCBs and switches are electrical devices used for circuit protection and control.

    • Miniature Circuit Breaker (MCB) - used for overcurrent protection in low voltage electrical systems

    • Moulded Case Circuit Breaker (MCCB) - used for overcurrent protection in high current applications

    • Residual Current Circuit Breaker (RCCB) - used for protection against electric shock

    • Isolator Switch - used for isolating a circuit from the powe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through company profile. Technically specifications of MCB, Use of RCCB, MCCB,

Territory Manager Interview Questions Asked at Other Companies

asked in DHL Express
Q1. What is a go to market approach for acquiring new customers in a ... read more
asked in Dabur
Q2. What is the ideal ROI for FMCG
asked in John Deere
Q3. What are your views about agriculture in modern India?
Q4. Are you aware of the competition and their models of machineries ... read more
Q5. Simple screening type...name ,where u belong to langauges, educat ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 

(1 Question)

  • Q1. Initial phone screen to go through resume.
Round 3 - Coding Test 

Sv and constraint code

Round 4 - Group Discussion 

Calibration of interview result

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

I applied via Approached by Company and was interviewed in Apr 2023. There were 4 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 - One-on-one 

(1 Question)

  • Q1. People management scenario, How to tackle complex situation, Client management
Round 3 - One-on-one 

(1 Question)

  • Q1. People management, Process oriented, SLA/KPI management
Round 4 - One-on-one 

(1 Question)

  • Q1. Process simplifiction, Reason for job change
  • Ans. 

    I am looking for a new challenge and opportunity to simplify processes.

    • I have always been passionate about finding ways to streamline processes and increase efficiency.

    • In my previous role, I implemented a new software system that reduced manual data entry by 50%.

    • I am excited about the prospect of joining a team that values innovation and continuous improvement.

    • I believe that simplifying processes not only saves time an...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview before Mar 2023.

Round 1 - HR 

(2 Questions)

  • Q1. Basic question about what do you know about company
  • Q2. Why Qualcomm ?9
  • Ans. 

    Qualcomm is a global leader in wireless technology, known for innovation and cutting-edge products.

    • Qualcomm is a pioneer in 5G technology, leading the way in the development of next-generation wireless networks.

    • The company has a strong focus on research and development, constantly pushing the boundaries of what is possible in the wireless industry.

    • Qualcomm has a diverse portfolio of products and services, ranging from ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. LTE , 5g architecture
  • Q2. Explain PM difficulty situation
  • Ans. 

    PM difficulty situation refers to challenges faced by project managers in managing projects effectively.

    • Managing conflicting priorities and deadlines

    • Dealing with scope changes and stakeholder expectations

    • Handling team conflicts and communication issues

  • Answered by AI

I appeared for an interview in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Find the sum of two numbers without using any mathematical operarors.
  • Ans. 

    Use bitwise operations to find the sum of two numbers without using mathematical operators.

    • Use bitwise XOR to find the sum of two numbers without carrying.

    • Use bitwise AND and left shift to find the carry.

    • Repeat the process until there is no carry left.

  • Answered by AI
  • Q2. Delete a node from linked list when we are given a reference to the node. But the head pointer is not given.
  • Ans. 

    To delete a node from a linked list when only given a reference to the node, we can copy the data of the next node to the given node and delete the next node.

    • Copy the data of the next node to the given node

    • Update the next pointer of the given node to skip the next node

    • Delete the next node

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Tips: Strong understanding and thorough knowledge of C programming.

College Name: IIT Madras

Skills evaluated in this interview

I applied via Campus Placement

Interview Questionnaire 

16 Questions

  • Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be us...
  • Q2. Given an array A[n], write a C program to find P and Q (P>Q) such that A[P] - A[Q] is maximum
  • Q3. A pyramid is given many blank spaces. Condition is that number in a cell equals sum of numbers in bottom two cells. Fill the blanks
  • Ans. 

    The question asks to fill the blanks in a pyramid where each number is the sum of the numbers in the bottom two cells.

    • Start from the bottom row and work your way up, calculating the sum of the numbers in the bottom two cells for each blank space.

    • Use a loop to iterate through each row and column of the pyramid.

    • Store the calculated sum in the corresponding blank space.

    • Repeat the process until all the blanks are filled.

  • Answered by AI
  • Q4. What are the basic functions of OS?
  • Q5. What is scheduling? List different types of scheduling
  • Q6. What is a deadlock? How to know if a deadlock is present?
  • Q7. What is Moore's Law?
  • Ans. 

    Moore's Law is the observation that the number of transistors in a dense integrated circuit doubles about every two years.

    • Named after Intel co-founder Gordon Moore

    • First stated in 1965

    • Has been a driving force behind technological advancements

    • Predicts exponential growth in computing power

    • Has been challenged in recent years due to physical limitations

  • Answered by AI
  • Q8. Differentiate between a process and a thread
  • Ans. 

    A process is an instance of a program while a thread is a subset of a process.

    • A process has its own memory space while threads share memory space

    • Processes are heavyweight while threads are lightweight

    • Processes communicate through inter-process communication while threads communicate through shared memory

    • Examples of processes include web browsers, text editors, etc. while examples of threads include GUI updates, backgro

  • Answered by AI
  • Q9. What are the advantages of having multi-core processor?
  • Ans. 

    Multi-core processors provide faster and more efficient computing.

    • Improved performance and speed

    • Ability to handle multiple tasks simultaneously

    • Reduced power consumption

    • Better multitasking capabilities

    • Enhanced user experience

    • Examples: Intel Core i7, AMD Ryzen 9

  • Answered by AI
  • Q10. Tell me about yourself and your family briefly
  • Ans. 

    I am a software engineer with a loving family.

    • I have been working as a software engineer for 5 years.

    • My wife is a teacher and we have two children.

    • We enjoy spending time together outdoors and traveling.

    • My parents live in a different state but we keep in touch regularly.

    • Family is very important to me and I prioritize spending time with them.

  • Answered by AI
  • Q11. Tell me about your course projects
  • Ans. 

    Developed a web-based project management tool and a mobile app for tracking expenses

    • Created a responsive UI using React and Bootstrap

    • Implemented user authentication and authorization using Firebase

    • Integrated Google Maps API for location tracking in the mobile app

    • Used Node.js and MongoDB for backend development

    • Collaborated with a team of four to complete the projects

  • Answered by AI
  • Q12. Tell me about your professional experience
  • Ans. 

    I have 5 years of experience in software engineering with expertise in Java and Python.

    • Developed and maintained web applications using Java and Spring framework

    • Designed and implemented RESTful APIs using Python and Flask

    • Worked on database management and optimization using MySQL and MongoDB

    • Collaborated with cross-functional teams to deliver high-quality software products

    • Participated in code reviews and provided construc

  • Answered by AI
  • Q13. What are your academic interests?
  • Ans. 

    My academic interests include computer science, artificial intelligence, and machine learning.

    • Computer science

    • Artificial intelligence

    • Machine learning

  • Answered by AI
  • Q14. Explain one CS topic(of your choice) in layman terms
  • Ans. 

    Explain Big O notation

    • Big O notation is used to describe the time complexity of an algorithm

    • It helps us understand how the algorithm's performance changes with input size

    • O(1) means constant time, O(n) means linear time, O(n^2) means quadratic time

    • We want algorithms with lower Big O values for better performance

  • Answered by AI
  • Q15. What are your location preferences?
  • Ans. 

    I am open to relocation based on the job opportunity and growth prospects.

    • Open to relocation for the right opportunity

    • Willing to move for career growth

    • Flexible with location based on job requirements

  • Answered by AI
  • Q16. Would you like to have a pizza slice? ;)
  • Ans. 

    Yes, I would love to have a pizza slice!

    • I am a big fan of pizza and would never say no to a slice!

    • Pizza is the perfect food for any occasion, whether it's a quick lunch or a late-night snack.

    • I particularly enjoy pepperoni and mushroom pizza, but I'm open to trying new toppings as well.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were of average difficulty but lengthy. The test was conducted between 7:30 PM and 9 PM. I had a long day so it was a little tiresome.
Tips: Time is of importance. I suggest you to quickly browse through all the questions and pick the easy ones beforehand instead of being stuck on a single difficult question.
Duration: 90 minutes
Total Questions: 60

Round: Technical Interview
Experience: I found the questions easy so I was able to answer them all.
Tips: Don't just think in your mind. Think out loud so that the interviewer can correct you.

Round: HR Interview
Experience: Interviewer was friendly. It was like talking with a friend.
Tips: Keep it short and brief. It's fine even if your English is not good. (Mine wasn't )

General Tips: Be cool and calm. If you don't know something, admit it. You can come back to it later.
Skill Tips: No need to go very deep. Just know the basics properly.
Skills: Puzzle Solving Capability, Computer Organisation, Operating System Basics, Object Oriented Programming (OOP) Basics, C Programming, Aptitude
Duration: 2
College Name: IIT Madras
Motivation: Qualcomm is an industry leader in mobile hardware. The work profile suited me well.
Funny Moments: The nice HR lady offered me a pizza slice.

Skills evaluated in this interview

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. A C program was asked to write
  • Q2. How to implement sr flipflop using gates.
  • Ans. 

    An SR flip-flop can be implemented using NAND gates.

    • Use two NAND gates to create the SR flip-flop.

    • Connect the output of one NAND gate to the input of the other NAND gate.

    • Connect the Set (S) and Reset (R) inputs to the inputs of the NAND gates.

    • The output of the first NAND gate is the Q output, and the output of the second NAND gate is the Q̅ output.

  • Answered by AI
  • Q3. Steps to find temperature of N rooms and display the same
  • Ans. 

    The answer describes the steps to find and display the temperature of N rooms.

    • Create an array to store the temperature of each room

    • Iterate through each room and prompt the user to enter the temperature

    • Store the temperature in the corresponding array index

    • Display the temperature of each room

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: The first criteria for shortlisting is based on CGPA (8 above)

Round: Test
Experience: A technical test was conducted which had questions from C language and Microcontroller. It was MCQ type.The test was moderately hard
Duration: 30 minutes
Total Questions: 30

Round: Technical Interview
Experience: The above questions were asked and a paper was provided to answer it. The next shotlist was based on the paper evaluation
Tips: Technical knowledge mandatory

Skills: Technical
College Name: Government Model Engineering College, Thrikkakara

Skills evaluated in this interview

I appeared for an interview in Aug 2017.

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: Questions about DS , CN and basic resume

Round: Technical Interview
Experience: Questions about RT OS and memory mapping. And other operating system related questions.
Projects done so far.

I appeared for an interview in Aug 2017.

Interview Questionnaire 

8 Questions

  • Q1. Basics of C
  • Q2. Puzzles on data structures
  • Q3. Asked on project
  • Q4. C basics
  • Q5. 3 basic and simple codes
  • Q6. Family background
  • Q7. How was technical interviews
  • Q8. Why should we not hire you
  • Ans. 

    I lack experience in a specific technology required for the role.

    • I may not have experience with a specific programming language or framework mentioned in the job description.

    • I may not have worked on projects similar to what your company is working on.

    • I may not have experience with certain tools or technologies that are crucial for the role.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was just mcq questions but had negative marking
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical Interview
Experience: It was cool and interactive round and was fun

Round: Technical Interview
Experience: It was interesting but I fumbled a little

Round: HR Interview
Experience: It was ok

College Name: Cummins College Of Engineering For Women (CCOEW)

INDOASIAN Interview FAQs

How many rounds are there in INDOASIAN Territory Manager interview?
INDOASIAN interview process usually has 1-2 rounds. The most common rounds in the INDOASIAN interview process are Resume Shortlist, One-on-one Round and HR.
What are the top questions asked in INDOASIAN Territory Manager interview?

Some of the top questions asked at the INDOASIAN Territory Manager interview -

  1. What is MCB, MCCB, R...read more
  2. different types of MCB, swi...read more
  3. Product reach market strat...read more

Tell us how to improve this page.

INDOASIAN Territory Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 421 Interviews
Qualcomm Interview Questions
3.8
 • 255 Interviews
ABB Interview Questions
4.1
 • 236 Interviews
Havells Interview Questions
4.0
 • 209 Interviews
Texas Instruments Interview Questions
4.1
 • 120 Interviews
Polycab Wires Interview Questions
4.0
 • 96 Interviews
View all
INDOASIAN Territory Manager Salary
based on 43 salaries
₹5.8 L/yr - ₹11 L/yr
14% more than the average Territory Manager Salary in India
View more details

INDOASIAN Territory Manager Reviews and Ratings

based on 12 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.4

Salary

4.1

Job security

4.4

Company culture

4.1

Promotions

4.5

Work satisfaction

Explore 12 Reviews and Ratings
Territory Manager
43 salaries
unlock blur

₹5.8 L/yr - ₹11 L/yr

Territory Sales Manager
29 salaries
unlock blur

₹6.1 L/yr - ₹11.6 L/yr

Assistant Manager
22 salaries
unlock blur

₹4.6 L/yr - ₹11 L/yr

Senior Executive
12 salaries
unlock blur

₹5 L/yr - ₹7.4 L/yr

Associate Area Manager
9 salaries
unlock blur

₹7.7 L/yr - ₹13 L/yr

Explore more salaries
Compare INDOASIAN with

Qualcomm

3.8
Compare

TDK India Private Limited

3.8
Compare

Molex

3.9
Compare

Applied Materials

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