Mondelez International
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Aug 2022. There were 2 interview rounds.
Top trending discussions
I applied via Referral and was interviewed in Nov 2023. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Mar 2022. There were 2 interview rounds.
I applied via Walk-in and was interviewed before Jan 2024. There were 4 interview rounds.
Gl bbbbbzbbsnsnsnsnsnndnd
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.
posted on 5 Jan 2023
I applied via Company Website and was interviewed in Feb 2022. There were 2 interview rounds.
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...
I am open to discussing salary based on the responsibilities and opportunities provided by the role.
I believe that my skills and experience make me a valuable asset to the company, and I am confident that we can come to a mutually beneficial agreement regarding salary.
I am open to negotiation and would like to discuss the salary range for this position.
I am looking for a competitive salary that reflects my qualificatio...
I worked as a Sales Officer at XYZ Company.
Managed a portfolio of clients and achieved sales targets consistently.
Built and maintained strong relationships with key accounts.
Identified new business opportunities and developed strategies to expand market share.
Conducted market research to stay updated on industry trends and competitor activities.
Provided excellent customer service and resolved any issues or concerns.
Pre...
I am looking for a change to explore new opportunities and challenges in my career.
Seeking growth and advancement in my professional journey
Wanting to broaden my skill set and knowledge
Desire for a more challenging and rewarding role
Looking for a company with a better cultural fit
Seeking better work-life balance
Wanting to relocate to a different city or country
In 5 years, I see myself as a successful Sales Officer, leading a team and driving significant revenue growth for the company.
Leading a high-performing sales team
Achieving and exceeding sales targets consistently
Developing and implementing effective sales strategies
Building strong relationships with key clients
Contributing to the overall growth and success of the company
I am a highly motivated and results-oriented sales professional with a proven track record of exceeding targets.
I have 5 years of experience in sales, consistently achieving or surpassing sales quotas.
I am skilled in building and maintaining strong customer relationships, resulting in a high customer retention rate.
I have a deep understanding of the products and services I sell, allowing me to effectively communicate t...
I applied via Referral and was interviewed in Feb 2022. There was 1 interview round.
based on 25 reviews
Rating in categories
Sales Executive
425
salaries
| ₹5 L/yr - ₹15 L/yr |
Senior Sales Executive
241
salaries
| ₹8.8 L/yr - ₹17 L/yr |
Territory Sales Incharge
176
salaries
| ₹1.7 L/yr - ₹4.6 L/yr |
Area Sales Manager
101
salaries
| ₹14.5 L/yr - ₹35 L/yr |
Team Member
101
salaries
| ₹1.8 L/yr - ₹4.2 L/yr |
Nestle
Britannia
ITC
Hindustan Unilever