Filter interviews by
Top trending discussions
posted on 11 Aug 2024
I applied via Referral and was interviewed in Nov 2023. There were 3 interview rounds.
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...
posted on 24 May 2024
I applied via Approached by Company and was interviewed in Nov 2023. There was 1 interview round.
Group Discussion and interview questions
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 2 Mar 2022
I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.
To achieve maximum secondary and timely market collection, it is important to have a strong distribution network, effective sales strategies, and efficient collection processes.
Build a strong distribution network by identifying and appointing reliable distributors in key areas.
Implement effective sales strategies such as targeted marketing campaigns, product promotions, and incentives for distributors and retailers.
Ens...
I applied via Recruitment Consulltant and was interviewed in Aug 2021. There were 2 interview rounds.
posted on 7 May 2022
I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.
Interview experience
based on 26 reviews
Rating in categories
Sales Representative
91
salaries
| ₹1.6 L/yr - ₹3.6 L/yr |
Field Officer
79
salaries
| ₹2.3 L/yr - ₹4.6 L/yr |
Sales Officer
72
salaries
| ₹3.3 L/yr - ₹9.8 L/yr |
Area Sales Manager
37
salaries
| ₹6.5 L/yr - ₹16.8 L/yr |
Executive Production
27
salaries
| ₹2.5 L/yr - ₹5.4 L/yr |
Britannia
ITC
Nestle
Hindustan Unilever