Filter interviews by
Our business size is medium, with a team of 50 employees and an annual revenue of $5 million.
Medium-sized business
Team of 50 employees
Annual revenue of $5 million
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 Sep 2023. There were 3 interview rounds.
I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.
Asked About My Work Style
COMPANY POLICE & JOB RESPONSIBILITIES
Ferrero interview questions for designations
I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.
About my experience and achievement
General knowledge and KPI
Top trending discussions
I applied via Referral and was interviewed in Nov 2023. There were 3 interview rounds.
60 mintus 80 Question objective types online
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.
Interview experience
based on 98 reviews
Rating in categories
Senior Sales Officer
237
salaries
| ₹6.9 L/yr - ₹13.5 L/yr |
Sales Officer
224
salaries
| ₹3 L/yr - ₹10.4 L/yr |
Pilot Officer
66
salaries
| ₹2 L/yr - ₹4.2 L/yr |
Area Sales Manager
54
salaries
| ₹11 L/yr - ₹30.4 L/yr |
Sales Executive
33
salaries
| ₹1.2 L/yr - ₹4.6 L/yr |
Nestle
Mondelez International
The Hershey Company
Mars Incorporated Chocolate