Filter interviews by
I applied via Company Website and was interviewed in Feb 2024. There were 3 interview rounds.
Accounts basic related question
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...
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 applied via Walk-in and was interviewed in Aug 2021. There were 3 interview rounds.
I applied via Referral and was interviewed before Jan 2021. There were 2 interview rounds.
based on 1 interview
Interview experience
Sales Executive
154
salaries
| ₹2 L/yr - ₹4.9 L/yr |
Senior Executive
91
salaries
| ₹3 L/yr - ₹6.2 L/yr |
Executive
81
salaries
| ₹2 L/yr - ₹5.5 L/yr |
Area Sales Manager
67
salaries
| ₹3.6 L/yr - ₹10.5 L/yr |
Junior Executive
56
salaries
| ₹1.6 L/yr - ₹4 L/yr |
Amul India
Heritage Foods
Parag Milk Foods
Prabhat Dairy