Filter interviews by
I applied via Referral and was interviewed in Jul 2022. There were 3 interview rounds.
All documents should be ready with orginal like previously company salary slip, appointment latter other documents
Top trending discussions
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
I applied via AmbitionBox and was interviewed in Jul 2023. There was 1 interview round.
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 10 Aug 2023
I applied via Company Website and was interviewed before Aug 2022. There were 8 interview rounds.
You may check my capability I my working skills.
I wanted to know that how other look forward to the company and how to increase the sale.as I know how to compliment the sales.
I know the Market information.
I check my capability I am perfect
I know to everyone capability
Interview experience
based on 1 review
Rating in categories
Sales Officer
14
salaries
| ₹2.4 L/yr - ₹4.3 L/yr |
Area Sales Manager
9
salaries
| ₹3.6 L/yr - ₹7.2 L/yr |
HR Executive
7
salaries
| ₹3.4 L/yr - ₹4.2 L/yr |
Regional Sales Manager
6
salaries
| ₹5.8 L/yr - ₹10 L/yr |
HR Manager
5
salaries
| ₹5.5 L/yr - ₹7.5 L/yr |
Cargill
Mother Dairy Fruit & Vegetable
Suguna Foods
Mondelez International