Upload Button Icon Add office photos

Filter interviews by

Ds Digital Territory Manager Interview Questions and Answers

Updated 10 Mar 2022

Ds Digital Territory Manager Interview Experiences

1 interview found

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Where do you see yourself 5 years down the line
Round 2 - HR 

(8 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak with confidence and clarity. Be yourself,dont mug up the CV.Be spontaneous and natural

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. About past job experience
Round 3 - One-on-one 

(1 Question)

  • Q1. About current job role
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2023. There were 2 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 

(2 Questions)

  • Q1. Experience, Relevance
  • Q2. Sales related questions
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the sales Cycle? Product Knowledge how to do incremental sales?
  • Q2. Explain the Sales Process start from Prospecting-Demo-Trial-Negotiation-Win/Lost
  • Ans. 

    The sales process starts with prospecting, followed by demo, trial, negotiation, and ends with a win or loss.

    • Prospecting involves identifying potential customers and gathering information about them.

    • Demo is the presentation of the product or service to the prospect.

    • Trial is the opportunity for the prospect to test the product or service.

    • Negotiation is the process of discussing terms and conditions of the sale.

    • Win or lo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Calm and Confident while giving and answer and do some research about company

I applied via Company Website and was interviewed before Dec 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 

(2 Questions)

  • Q1. About experience past and also future goals
  • Q2. Detailed past performance as per kpi and kri

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about your last 3 company, experience, achieved
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Previous company job responsibilities
  • Ans. 

    Managed and analyzed large datasets to extract insights and drive business decisions.

    • Performed data cleaning, transformation, and visualization using tools like Excel, SQL, and Tableau.

    • Developed and maintained reports and dashboards to track key performance indicators.

    • Collaborated with cross-functional teams to identify trends and opportunities for improvement.

    • Conducted ad-hoc analysis to support strategic initiatives

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a highly frustrating and unprofessional interview experience with this company. Originally scheduled as a virtual interview at 11:30 AM, I was informed last minute that it was rescheduled to 3:30 PM and would be in person, requiring a trip 8km from my location. Upon arrival, I was made to wait for 1.5 hours without communication. Only after I approached the receptionist was I told the HR had "forgotten" about me. After a brief five-minute conversation about my CV, I was told to wait again for the main interview. Eventually, I was informed that the interviewer was in a meeting and had no time for me.

Despite no technical questions or assignment, I later received feedback that I was "below average," a completely unfair judgment given the lack of any real assessment. This experience left me feeling like my time was disregarded and the entire process was mismanaged, which is disappointing, especially for a Japanese company where I expected more professionalism and respect for time.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Normal dsa questions

Round 2 - Technical 

(3 Questions)

  • Q1. Questions related to OOPs, multi threading etc
  • Q2. Explain OPPs with example
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects: Instances of classes that encapsulate data and behavior

    • Classes: Blueprint for creating objects with attributes and methods

    • Inheritance: Allows a class to inherit attributes and methods from another class

    • Polymorphism: Ability for objects to take on different forms or behaviors

    • Encapsulation: Bund...

  • Answered by AI
  • Q3. Explain Encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit.

    • Encapsulation helps in hiding the internal state of an object and only exposing necessary functionalities.

    • It allows for better control over the data by preventing direct access from outside the class.

    • Encapsulation promotes code reusability and modularity by organizing related data and methods together.

    • Example: In a cla...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Framework level and technology level questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Coding ques of medium level
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Map coding in C++ : what data structure to use which is fastest for retrieval of data

Round 2 - Technical 

(1 Question)

  • Q1. Fastest data structure retrieval by providing the key value.
  • Ans. 

    Hash table is the fastest data structure for retrieval by providing the key value.

    • Hash table uses a hash function to compute an index into an array of buckets or slots, from which the desired value can be found.

    • Example: Python dictionary, Java HashMap, C++ unordered_map.

    • Complexity: O(1) on average for retrieval.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Face to Face interview

Round 2 - Coding Test 

Face to Face round
1. Reverse LinkedList
2. Find an element in BSt

Round 3 - HR 

(1 Question)

  • Q1. Why you want to join EFI?

Ds Digital Interview FAQs

How many rounds are there in Ds Digital Territory Manager interview?
Ds Digital interview process usually has 2 rounds. The most common rounds in the Ds Digital interview process are One-on-one Round and HR.

Tell us how to improve this page.

Ds Digital Territory Manager Salary
based on 5 salaries
₹4 L/yr - ₹6.5 L/yr
28% less than the average Territory Manager Salary in India
View more details
Senior IT Executive
6 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Business Development Manager
5 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

SME
5 salaries
unlock blur

₹5.6 L/yr - ₹7.2 L/yr

Territory Manager
5 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

IT Support Executive
5 salaries
unlock blur

₹2.2 L/yr - ₹2.5 L/yr

Explore more salaries
Compare Ds Digital with

PULSUS HealthTech Group

3.6
Compare

Thomson Digital

3.9
Compare

MBD GROUP

3.7
Compare

Oswaal Books and Learning Private Limited

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