Filter interviews by
I applied via Recruitment Consulltant and was interviewed in Aug 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.
I applied via Recruitment Consultant
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.
I applied via Naukri.com and was interviewed before Jan 2023. There were 4 interview rounds.
posted on 25 Apr 2023
Easy Calculations. And Arithmetic.
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...
I applied via Walk-in and was interviewed in Aug 2021. 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
based on 1 interview
Interview experience
Sales Officer
28
salaries
| ₹0 L/yr - ₹0 L/yr |
Territory Sales Incharge
10
salaries
| ₹0 L/yr - ₹0 L/yr |
Commercial Executive
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Area Sales Executive
9
salaries
| ₹0 L/yr - ₹0 L/yr |
Area Sales Manager
8
salaries
| ₹0 L/yr - ₹0 L/yr |
Cargill
Mondelez International
Perfetti Van Melle
General Mills