Upload Button Icon Add office photos

Essae Digitronics

Compare button icon Compare button icon Compare

Filter interviews by

Essae Digitronics Territory Sales Manager Interview Questions and Answers for Freshers

Updated 15 Jul 2024

Essae Digitronics Territory Sales Manager Interview Experiences for Freshers

1 interview found

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

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

Round 1 - Aptitude Test 

Common aptitude test

Round 2 - Behavioral 

(4 Questions)

  • Q1. General questions about yourself
  • Q2. Your hobbies & questions on it.
  • Q3. Your family history.
  • Q4. Your family financial status .
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Joining date & further paper work

Interview Preparation Tips

Interview preparation tips for other job seekers - If u r very desperate to get a job , u should show it to your interviewers then only u will get considered here. Your family poor financial condition will taken into account.

Interview questions from similar companies

Analyst Interview Questions & Answers

Flex user image Anonymous

posted on 23 Mar 2020

I applied via Naukri.com and was interviewed in Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Accounting terms and journal entries. Have proper knowledge about basic accounting.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure to gain knowledge about basic accounting concepts and have full confidence.
Don't be nervous at the time of interview.

I applied via Other and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to react in a critical situation to customer. Need to explain about the issue or give solution for the issue?
  • Q2. How are you going to handle a 5 member team

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare in management level as well

Interview Questionnaire 

3 Questions

  • Q1. Asked me about my answer for a question in the logical test and asked me to find mistake
  • Q2. Some tree question
  • Q3. Some array question

Interview Preparation Tips

Round: Test
Experience: Just logical questions. Maybe create a DFA and NFA.
Duration: 1 hour
Total Questions: 20

Round: Coding
Experience: Given two questions. Each question is written like a story, but once you get the idea, it will be a simple question

College Name: Govt. Model Engineering College

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. They asked me optimise the code I had written for the first question
  • Q2. Given a binary tree, find out the maximum sum path from root to leaf. This problem, but they said tree has only positive integers. -----/ . To store the path I had used global array. They asked me alternat...
  • Q3. Given a list of words. Given three operations find out the minimum steps to reach from source string to destination string. Basically, -----/ this is the problem with some modification. For this question I...
  • Ans. 

    The question is about finding the minimum steps to reach from a source string to a destination string using three operations.

    • BFS and DFS are graph traversal techniques that can be used to solve this problem.

    • BFS is typically used when finding the shortest path or exploring all possible paths in a graph.

    • DFS is useful when searching for a specific path or exploring deeply into a graph.

    • In this case, BFS can be used to find...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: • 1 question was on time complexity of searching an unsorted array.
• 2 questions were on recursion, ie, number of recursive calls.
• 1 question on analysing given function on string.
• 1 question was on probability(Two hotels, say A and B. Probability of moving from A to B is 2/3, staying at A is 1/3. Probability of moving from B to A and staying at B is 1/2. If they make decisions each hour, and if they were at A at 7:00 pm, what is the probability that they will be at B at 10:00 pm).
• If a set has elements {1,2,3,4 .... n}. Then what is the sum of elements of it's power set. (Ex: S = {1,2}. Then power set is {{},{1},{2},{1,2}}. The sum is 6.
• If a set has elements {1,2,3,4,5,6,7,8,9,10}. Then how many subsets of 3 elements has no consecutive elements.
• 1 question was on designing a DFA for a string starting with a and ending with c and has at least b in it.
• 1 question had machine instructions. We had to find out minimum number of cycles needed to execute the given set of instructions. (a) If the instructions are executed in the given order. (b) If the instructions are executed in random order.
• 1 puzzle on bridges.

Tips: In this round they not only see the answer. They also verify how you approached(So, give correct explanation to your answers).
Duration: 90 minutes
Total Questions: 10

Round: Coding Round
Experience: Two questions were there. 3 hours duration.

1. Long question, I don't remember fully. I'll just give input/output examples. It was basically on string decoding. If jon2snow3 is there the decoded string will be jonjonsnowjonjonsnowjonjonsnow. Given a string and an integer k we have print the kth character in the decoded string
input:
jon2snow3
8
output:
n

2. Given an array and an integer k return the number of contiguous sub arrays whose sum is divisible by k.
input format:
n k

input:
4 5
10 0 4 5

output:
4

explaination: {10},{0},{10,0},{5} are the sub arrays with sum divisible by 5.


Tips: You will have lots of time, so try to optimise the solution if you can. Remember here also they review each individual's code.

Round: Technical Interview
Experience: They will help you a lot if you are stuck at some point in the question. You have to be smart enough to grasp the clue.
Tips: They only ask questions only on data structures and algorithms.

Skill Tips: You have to be strong in coding. Algorithm questions will be mostly on dynamic programming. Data structures questions are mostly on trees.
Skills: C Programming, Maths(esp Probability), Algorithms And Data Structures
Duration: 5
College Name: JSS Mahavidyapeetha Sri Jayachamarajendra College Of Engineering, Mysore

Skills evaluated in this interview

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

I appeared for an interview before Feb 2024.

Round 1 - Coding Test 

The authentication related questions and architecture wise too.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare authentication types and How the middle ware working.

I applied via Approached by Company and was interviewed in Nov 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 - Aptitude Test 

This will be conducted for freshers

Round 3 - One-on-one 

(2 Questions)

  • Q1. To understand their basic skill set knowledge
  • Q2. And the additional knowledge, apart from regular process knowledge like tools and software skills

Interview Preparation Tips

Topics to prepare for Flex Assistant Manager interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Package negotiations - understand the market standard and be prepared before the call

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Coding question was given.

  • Q1. 

    Remove Vowels from a Given String

    Given a string STR of length N, your task is to remove all the vowels present in that string and return the modified string.

    Explanation:

    English alphabets ‘a’, ‘e’, ‘i...

  • Ans. 

    Remove vowels from a given string while maintaining the relative position of other characters.

    • Iterate through each character in the string and check if it is a vowel (a, e, i, o, u).

    • If the character is not a vowel, add it to the modified string.

    • Return the modified string as the output.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

It was first technical round with technical team.

  • Q1. What is the difference between MySQL and MongoDB?
  • Ans. 

    MySQL is a relational database management system, while MongoDB is a NoSQL database.

    • MySQL is a relational database, meaning it stores data in tables with rows and columns.

    • MongoDB is a NoSQL database, storing data in collections of JSON-like documents.

    • MySQL uses SQL for querying data, while MongoDB uses a query language similar to JSON.

    • MySQL is ACID-compliant, ensuring data integrity, while MongoDB sacrifices some ACID ...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

Tehnical round 2.
Here my projects and internships were evaluated

  • Q1. Can you explain your projects, including the technologies used and your approach?
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR questions were asked and remuneration details were given to me

Interview Preparation Tips

Eligibility criteriaSSC and Diploma 70% & above, BE 6.5 cgpa & above, no live ATKTFlex interview preparation:Topics to prepare for the interview - OOPs Concepts, MySQL Database, MongoDB database, Data structures, PHP, JQuery, Angular6, Python, basic HR questionsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Start preparation as early as possible
Tip 2 : Prepare atleast 2 industry standard projects
Tip 3 : Focus on communication more

Application resume tips for other job seekers

Tip 1 : Explain yourself properly there, resume reflects your personality. Modify resume according to company/position requirements
Tip 2 : Do not write too much, it should be simple and decent

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. First they ask to introduce ourselves....which may look informal question as well formal , but you should never answer in casual way little bit of smartness and seriousness required but since they check ba...
  • Q2. How far your qualification helps you to fetch you for this job is it relevant to what you studied ?

Analyst Interview Questions & Answers

Flex user image Anonymous

posted on 12 Aug 2024

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

(2 Questions)

  • Q1. Intro about u ?
  • Ans. 

    I am a highly motivated and detail-oriented analyst with a strong background in data analysis and problem-solving.

    • Strong background in data analysis

    • Highly motivated and detail-oriented

    • Skilled in problem-solving

  • Answered by AI
  • Q2. What are your strengths ?
  • Ans. 

    My strengths include strong analytical skills, attention to detail, and the ability to work well under pressure.

    • Strong analytical skills - able to interpret data and draw meaningful conclusions

    • Attention to detail - meticulous in reviewing and analyzing information

    • Ability to work well under pressure - can prioritize tasks effectively and meet deadlines

  • Answered by AI

Essae Digitronics Interview FAQs

How many rounds are there in Essae Digitronics Territory Sales Manager interview for freshers?
Essae Digitronics interview process for freshers usually has 3 rounds. The most common rounds in the Essae Digitronics interview process for freshers are HR, Aptitude Test and Behavioral.
How to prepare for Essae Digitronics Territory Sales Manager interview for freshers?
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 Essae Digitronics. The most common topics and skills that interviewers at Essae Digitronics expect are GPRS.

Tell us how to improve this page.

Essae Digitronics Territory Sales Manager Interview Process for Freshers

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Flex Interview Questions
4.0
 • 190 Interviews
JBS Enterprises Interview Questions
3.2
 • 27 Interviews
HOLITECH INDIA Interview Questions
4.0
 • 26 Interviews
Alfanar Interview Questions
4.0
 • 20 Interviews
WEG Interview Questions
4.0
 • 14 Interviews
BYD Electronics Interview Questions
3.4
 • 14 Interviews
Rakon Interview Questions
3.6
 • 14 Interviews
View all
Essae Digitronics Territory Sales Manager Salary
based on 36 salaries
₹3 L/yr - ₹5 L/yr
50% less than the average Territory Sales Manager Salary in India
View more details

Essae Digitronics Territory Sales Manager Reviews and Ratings

based on 18 reviews

3.6/5

Rating in categories

3.8

Skill development

3.7

Work-life balance

3.4

Salary

2.9

Job security

3.5

Company culture

2.7

Promotions

3.5

Work satisfaction

Explore 18 Reviews and Ratings
Service Engineer
75 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Territory Sales Manager
36 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Territory Manager
36 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Senior Service Engineer
20 salaries
unlock blur

₹2.7 L/yr - ₹7.5 L/yr

Quality Engineer
14 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Explore more salaries
Compare Essae Digitronics with

Flex

4.0
Compare

JBS Enterprises

3.2
Compare

MCM Telecom Equipment

3.8
Compare

Alfanar

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