Upload Button Icon Add office photos

Dodla Dairy

Compare button icon Compare button icon Compare

Filter interviews by

Dodla Dairy Key Accounts Executive Interview Questions and Answers

Updated 29 Mar 2024

Dodla Dairy Key Accounts Executive Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Accounts basic related question

Round 2 - Technical 

(1 Question)

  • Q1. Accounts related
Round 3 - One-on-one 

(1 Question)

  • Q1. What about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Jobs less is very bad experience

Interview questions from similar companies

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

(2 Questions)

  • Q1. Question on detail work experience.
  • Q2. Situational/Case based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews are very subjective & driven on our own experience, be honest and analytical.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Behavioral 

(2 Questions)

  • Q1. How know about Your Geography
  • Q2. If only you in your state, How you build infrastructure for smooth business Of Company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2023. 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 - One-on-one 

(3 Questions)

  • Q1. One on one round
  • Q2. Tell me about your self
  • Q3. What do you know about ice cream industry
  • Ans. 

    The ice cream industry is a competitive market that offers a wide variety of frozen desserts.

    • The ice cream industry is a multi-billion dollar industry globally.

    • It includes various types of frozen desserts such as ice cream, gelato, sorbet, and frozen yogurt.

    • Major players in the industry include brands like Ben & Jerry's, Häagen-Dazs, and Baskin-Robbins.

    • The industry is highly seasonal, with higher demand during the summ...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about your self
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why change of field
  • Q2. How great is your communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Need experience in sales if not fresher
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. 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 - HR 

(1 Question)

  • Q1. Previous experience
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Walk-in and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Gl bbbbbzbbsnsnsnsnsnndnd

Round 2 - Group Discussion 

Here's a simpler version of the Selection Sort code:

#include

int main() {
int n, i, j, minIndex, temp;

// Input array size
printf("Enter the size of the array: ");
scanf("%d", &n);

int arr[n];

// Input array elements
printf("Enter %d elements: ", n);
for (i = 0; i < n; i++) {
scanf("%d", &arr[i]);
}

// Selection Sort
for (i = 0; i < n - 1; i++) {
minIndex = i;
for (j = i + 1; j < n; j++) {
if (arr[j] < arr[minIndex]) {
minIndex = j;
}
}
// Swap
temp = arr[minIndex];
arr[minIndex] = arr[i];
arr[i] = temp;
}

// Output sorted array
printf("Sorted array: ");
for (i = 0; i < n; i++) {
printf("%d ", arr[i]);
}

return 0;
}

Key Features of the Code:

Fewer comments for simplicity.

Uses basic variable names.

Easy to follow logic.

Round 3 - Technical 

(2 Questions)

  • Q1. In five years, I aim to be a skilled data analyst or software developer, using my expertise to drive business decisions. I plan to develop leadership skills, mentor junior team members, and contribute to i...
  • Q2. In five years, I aim to be a skilled data analyst or software developer, leading innovative projects, mentoring teams, and driving impactful business decisions in a reputed organization.
Round 4 - Technical 

(2 Questions)

  • Q1. Certainly! Here's your corrected sentence: "Sir, I am not eligible for the Neeyamo company. May I know the reason?" Let me know if you need further adjustments!
  • Q2. Upload Resume- (Max file size 0.5 MB | Extensions supported - pdf, doc, docx, xls, xlsx, jpg, jpeg, png)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Feb 2022. There were 2 interview rounds.

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 - One-on-one 

(3 Questions)

  • Q1. Tell me 5 good leadership qualities
  • Q2. Tell me.underperformance person take his incentive
  • Ans. 

    Underperformance may affect an individual's incentive.

    • Underperformance can lead to a decrease in sales and revenue.

    • Companies often have performance metrics and targets that need to be met to earn incentives.

    • Incentives are typically tied to achieving or exceeding sales goals.

    • If a sales officer consistently fails to meet targets, their incentive may be reduced or eliminated.

    • Examples of underperformance may include consis...

  • Answered by AI
  • Q3. Tell me about ur self and family background

I applied via Walk-in and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Case Study 
Round 2 - Case Study 
Round 3 - Case Study 

Interview Preparation Tips

Topics to prepare for Perfetti Van Melle Sales Officer interview:
  • Retail Sales
Interview preparation tips for other job seekers - Good food work New products sale increase

I applied via Referral and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - HR 

(7 Questions)

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

(1 Question)

  • Q1. About my past work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a normal interview, first telephonic round with HR after that face to face round with HR. Then with manager and lastly with HOD of the department.

Dodla Dairy Interview FAQs

How many rounds are there in Dodla Dairy Key Accounts Executive interview?
Dodla Dairy interview process usually has 3 rounds. The most common rounds in the Dodla Dairy interview process are Aptitude Test, Technical and One-on-one Round.

Tell us how to improve this page.

Dodla Dairy Key Accounts Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Amul India Interview Questions
4.1
 • 122 Interviews
Cargill Interview Questions
4.0
 • 94 Interviews
Heritage Foods Interview Questions
4.1
 • 82 Interviews
General Mills Interview Questions
4.2
 • 66 Interviews
Bunge India Interview Questions
3.9
 • 38 Interviews
View all
Sales Executive
154 salaries
unlock blur

₹2 L/yr - ₹4.9 L/yr

Senior Executive
91 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Executive
81 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Area Sales Manager
67 salaries
unlock blur

₹3.6 L/yr - ₹10.5 L/yr

Junior Executive
56 salaries
unlock blur

₹1.6 L/yr - ₹4 L/yr

Explore more salaries
Compare Dodla Dairy with

Amul India

4.1
Compare

Heritage Foods

4.1
Compare

Parag Milk Foods

4.2
Compare

Prabhat Dairy

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