Perfetti Van Melle
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Walk-in and was interviewed in Aug 2021. There were 3 interview rounds.
Top trending discussions
I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.
I started working in 2010 after completing my degree in Business Administration.
Started working in 2010 after graduating
Began my career in sales at XYZ Company
Have been in the sales field for over 10 years
I applied via Referral and was interviewed in Nov 2023. There were 3 interview rounds.
Amul stands for Anand Milk Union Limited.
Amul stands for Anand Milk Union Limited
It is a dairy cooperative in India
Known for its dairy products like milk, butter, cheese, etc.
The dairy industry involves the production, processing, and distribution of milk and dairy products.
Dairy industry includes activities such as milk production, processing, packaging, and distribution
Key players in the industry include dairy farmers, processors, and retailers
Dairy products include milk, cheese, yogurt, butter, and ice cream
The industry is heavily regulated to ensure food safety and quality standards are
I applied via Walk-in and was interviewed in Aug 2023. There were 3 interview rounds.
The last product I sold at my previous company was a cutting-edge CRM software tailored for small businesses.
Successfully demonstrated the software's features and benefits to potential clients
Negotiated pricing and contract terms with interested businesses
Provided training and ongoing support to clients post-sale
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.
My previous compensation was a combination of base salary, commission, and bonuses.
Base salary was competitive and in line with industry standards
Commission structure incentivized exceeding sales targets
Bonuses were awarded for meeting or exceeding performance goals
An MBA in Marketing will provide a strong foundation in marketing principles and strategies, enabling the Sales Officer to effectively promote and sell products or services.
An MBA in Marketing equips the Sales Officer with knowledge of consumer behavior, market research, and marketing strategies.
It helps the Sales Officer understand the target market and develop effective marketing campaigns.
The Sales Officer can lever...
based on 17 reviews
Rating in categories
Sales Executive
228
salaries
| ₹3.5 L/yr - ₹13.5 L/yr |
Senior Distribution Sales Executive
151
salaries
| ₹6.5 L/yr - ₹18 L/yr |
MIS Executive
52
salaries
| ₹2.5 L/yr - ₹6.7 L/yr |
Executive Production
49
salaries
| ₹4.8 L/yr - ₹10 L/yr |
Sales Manager
44
salaries
| ₹15.8 L/yr - ₹28 L/yr |
Mondelez International
Nestle
ITC
Hindustan Unilever