Filter interviews by
Clear (1)
I would refuse to pay the bribe and report the incident to higher authorities. The permanent solution would be to strengthen anti-corruption measures and educate employees about the importance of ethical practices.
Refuse to pay the bribe and explain the company's policy against kickbacks
Report the incident to higher authorities, such as the management or legal department
Provide evidence of the incident, such as photogr...
Top trending discussions
I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.
About my experience and achievement
General knowledge and KPI
I applied via Referral and was interviewed before Feb 2023. There were 3 interview rounds.
Asked About My Work Style
COMPANY POLICE & JOB RESPONSIBILITIES
I applied via Naukri.com and was interviewed before Jan 2023. There were 4 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 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...
posted on 23 Aug 2022
posted on 7 Aug 2023
I applied via Naukri.com and was interviewed before Aug 2022. There were 2 interview rounds.
Sales Officer
206
salaries
| ₹0 L/yr - ₹0 L/yr |
Area Sales Executive
149
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Sales Officer
46
salaries
| ₹0 L/yr - ₹0 L/yr |
Area Sales Manager
39
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Area Sales Executive
33
salaries
| ₹0 L/yr - ₹0 L/yr |
Nestle
Mondelez International
The Hershey Company
Ferrero