Upload Button Icon Add office photos

Filter interviews by

Cadbury Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top Cadbury Interview Questions and Answers

View all 9 questions

Cadbury Interview Experiences

Popular Designations

21 interviews found

Summer Intern Interview Questions & Answers

user image Anonymous

posted on 21 Oct 2024

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

I applied via campus placement at Dr. B.R. Ambedkar National Institute of Technology (NIT), Jalandhar and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Case Study given Related to Industrial Problems and how to tackle with them.

Round 2 - Technical 

(2 Questions)

  • Q1. On which principle boiling point works.
  • Ans. 

    Boiling point is based on the principle of equilibrium between liquid and vapor phases.

    • Boiling point is the temperature at which the vapor pressure of a liquid equals the external pressure.

    • Higher external pressure leads to a higher boiling point, while lower pressure leads to a lower boiling point.

    • Boiling point is affected by factors like intermolecular forces, molecular weight, and atmospheric pressure.

    • For example, wa...

  • Answered by AI
  • Q2. On which principle refrigerator works.
  • Ans. 

    Refrigerators work on the principle of removing heat from the interior to lower the temperature.

    • Refrigerators use a refrigerant to absorb heat from the interior and release it outside.

    • The refrigerant evaporates at low pressure and absorbs heat, then condenses at high pressure to release heat.

    • The cycle of evaporation and condensation allows the refrigerator to maintain a cool temperature inside.

    • Examples of refrigerants ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What was work of your in our industry?
  • Q2. How do you contribute in our industry?
  • Ans. 

    I contribute to the industry by staying updated on the latest trends, actively participating in industry events, and continuously seeking opportunities for growth and improvement.

    • Staying updated on industry trends and advancements

    • Actively participating in industry events and conferences

    • Seeking opportunities for growth and improvement through continuous learning and skill development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on both core syllabus and try to read more and more case studies related to industries also perform GDs in groups.

Summer Intern Interview Questions asked at other Companies

Q1. There are 8 bottles of milk out of which one bottle is poisoned. What will be the minimum number of persons required to find the poisoned bottle if the person dies within 24 hours of drinking the poison. You have only 24 hours.
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Assignment 

Sample data for market clustering was provided.

Round 2 - Technical 

(2 Questions)

  • Q1. Scenario Based model selection for price optimisation
  • Q2. Advantages and disadvantages of encoder decoder based models
  • Ans. 

    Encoder-decoder models are popular in sequence-to-sequence tasks, with advantages like flexibility and disadvantages like potential information loss.

    • Advantages: flexibility in handling variable length inputs/outputs, ability to learn complex patterns, widely used in machine translation tasks (e.g. Google Translate)

    • Disadvantages: potential information loss during encoding/decoding process, difficulty in capturing long-r

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions on Generative AI models

Skills evaluated in this interview

Senior Data Scientist Interview Questions asked at other Companies

Q1. What is the difference between logistic and linear regression?
View answer (4)

Sales Executive Interview Questions & Answers

user image Pramod Yaduvanshi

posted on 8 Jul 2024

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

(2 Questions)

  • Q1. Do you have listings power of abusing
  • Ans. 

    No, I do not have listings power of abusing.

    • I believe in ethical sales practices and building long-term relationships with clients.

    • Abusing power in sales can lead to negative consequences for both the company and the salesperson.

    • Examples of abusing power in sales include pressuring customers into making purchases they don't need or manipulating pricing to take advantage of clients.

  • Answered by AI
  • Q2. Can you do what we are saying right or wrong ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always say yes ,never say no

Sales Executive Interview Questions asked at other Companies

Q1. Do you know what is selling and how you can sell it?
View answer (50)

Systems work Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2024

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

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. What is ur qualification

Interview Preparation Tips

Interview preparation tips for other job seekers - Iam waiting for ur response

Cadbury interview questions for popular designations

 Itaste

 (3)

 Sales Officer

 (2)

 BPO job

 (1)

 Costumer Service

 (1)

 Desktop Engineer

 (1)

 Machine Operator

 (1)

 Merchandiser

 (1)

 Production Engineer

 (1)

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)

Sales Officer Interview Questions asked at other Companies

Q1. Amit What is Cross sale tell me The Types of Cross sales
View answer (29)

Get interview-ready with Top Cadbury Interview Questions

Merchandiser Interview Questions & Answers

user image Anonymous

posted on 12 Oct 2023

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 Sep 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 

(1 Question)

  • Q1. Only one round and final
Round 3 - Group Discussion 

Knowledge discuss experience discuss

Interview Preparation Tips

Interview preparation tips for other job seekers - How many tips u can give

Merchandiser Interview Questions asked at other Companies

Q1. Tell me about technical aspects about merchandising department
View answer (2)

Sales Officer Interview Questions & Answers

user image Anonymous

posted on 21 Sep 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

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

(5 Questions)

  • Q1. History of Cadbury
  • Q2. How many distributor in India
  • Ans. 

    The number of distributors in India varies and is not fixed.

    • The number of distributors in India depends on the industry and the specific product or service being distributed.

    • Different companies have different distribution networks and may have varying numbers of distributors.

    • The number of distributors can also change over time as companies expand or contract their operations.

    • It is difficult to provide an exact number o...

  • Answered by AI
  • Q3. Covered outer areas
  • Q4. Weight distributor
  • Q5. Numerical distributor

Sales Officer Interview Questions asked at other Companies

Q1. Amit What is Cross sale tell me The Types of Cross sales
View answer (29)
Interview experience
4
Good
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 

(2 Questions)

  • Q1. 1 Tell me about yourself 2 what's your salary expectations 3 why you choose our company
  • Q2. What's your salary expectations
Round 3 - Aptitude Test 

Be confident make eye contact

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and make eye contact
Take resume and documents

Tally Operator Interview Questions asked at other Companies

Q1. How do you enter purchase and sale entries
View answer (4)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want this job?
  • Ans. 

    I am passionate about software engineering and this job aligns perfectly with my skills and interests.

    • I have a strong background in software engineering and enjoy solving complex problems.

    • I am excited about the opportunity to work with cutting-edge technologies and contribute to innovative projects.

    • I am impressed by the company's reputation and culture, and believe it will provide a conducive environment for profession...

  • Answered by AI
  • Q2. Why should we hire you?
  • Ans. 

    You should hire me because I have a strong technical background, excellent problem-solving skills, and a passion for software development.

    • I have a Bachelor's degree in Computer Science and extensive experience in software development.

    • I have a deep understanding of various programming languages and frameworks, including Java, Python, and JavaScript.

    • I have successfully delivered complex software projects on time and with...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Didnt get the job. Prepare well and study hard for the technical round

Software Engineer Interview Questions asked at other Companies

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 used when crossing the bridge. Person... read more
View answer (169)

Hriendk Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2022

I applied via LinkedIn and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your aim Why you know about this company What is your expectations
  • Q2. When is your birthday When your college is completed
Round 3 - Group Discussion 

Group discussion was nice. We will get more words to get back to you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep going to interview and one day you will receive the job

Cadbury Interview FAQs

How many rounds are there in Cadbury interview?
Cadbury interview process usually has 2-3 rounds. The most common rounds in the Cadbury interview process are HR, Group Discussion and Resume Shortlist.
What are the top questions asked in Cadbury interview?

Some of the top questions asked at the Cadbury interview -

  1. Advantages and disadvantages of encoder decoder based mod...read more
  2. on which principle boiling point wor...read more
  3. Do you have listings power of abus...read more

Tell us how to improve this page.

Cadbury Interview Process

based on 5 interviews in last 1 year

Interview experience

2.8
  
Poor
View more

People are getting interviews through

based on 10 Cadbury interviews
Company Website
Job Portal
WalkIn
Campus Placement
40%
30%
10%
10%
10% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

ITC Interview Questions
4.0
 • 535 Interviews
Nestle Interview Questions
4.0
 • 232 Interviews
PepsiCo Interview Questions
4.1
 • 191 Interviews
Britannia Interview Questions
4.1
 • 157 Interviews
Amul India Interview Questions
4.1
 • 120 Interviews
Cargill Interview Questions
4.1
 • 94 Interviews
Parle Products Interview Questions
4.0
 • 86 Interviews
View all

Cadbury Reviews and Ratings

based on 427 reviews

4.4/5

Rating in categories

4.2

Skill development

4.1

Work-Life balance

4.2

Salary & Benefits

4.1

Job Security

4.2

Company culture

3.8

Promotions/Appraisal

4.2

Work Satisfaction

Explore 427 Reviews and Ratings
Sales Executive
80 salaries
unlock blur

₹1 L/yr - ₹10.5 L/yr

Territory Sales Incharge
38 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Territory Sales Incharge (Tsi)
14 salaries
unlock blur

₹2.2 L/yr - ₹3.6 L/yr

Senior Sales Executive
12 salaries
unlock blur

₹9.6 L/yr - ₹14 L/yr

Sales Representative
10 salaries
unlock blur

₹1.3 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Cadbury with

Nestle

4.0
Compare

Mondelez International

4.2
Compare

The Hershey Company

4.0
Compare

Mars Incorporated Chocolate

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview