Filter interviews by
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 13 Feb 2025
Mock call on Distribution
Sales and Distribution
I applied via Company Website and was interviewed in Dec 2022. There were 2 interview rounds.
Cadbury is a British multinational confectionery company known for its chocolate products.
Founded in 1824 by John Cadbury in Birmingham, England
Introduced the first Dairy Milk chocolate bar in 1905
Acquired by Mondelez International in 2010
Known for iconic products like Dairy Milk, Creme Egg, and Roses
The number of distributors in India varies and is not fixed.
The number of distributors in India depends on the industry and the specific product or service being distributed.
Different companies have different distribution networks and may have varying numbers of distributors.
The number of distributors can also change over time as companies expand or contract their operations.
It is difficult to provide an exact number o...
I applied via Walk-in and was interviewed in Aug 2022. There were 3 interview rounds.
Common ability test includes english maths and reasoning
Hardwork or smartwork was given to the candidates
I was interviewed in Apr 2017.
Key performance indicators (KPIs) are measurable values that indicate the success of an organization or individual in achieving their objectives.
KPIs are used to track progress and performance towards specific goals.
They provide a clear and quantifiable way to measure success.
KPIs can vary depending on the industry and role, but common examples include sales revenue, customer satisfaction, and conversion rates.
KPIs sho...
I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.
Normal topic on market
I applied via Job Portal and was interviewed before Aug 2021. There were 4 interview rounds.
Question ire and logical questioning
I want to change because I am seeking new challenges and growth opportunities in my career.
Seeking new challenges and growth opportunities
Want to expand my skill set
Looking for a more dynamic and fast-paced work environment
Interested in exploring new industries or markets
Want to work with a company that aligns with my values and goals
I changed my company to explore new opportunities and challenges in my career.
Seeking growth and advancement in my professional journey
Looking for a company with a better work-life balance
Wanted to work in a different industry or sector
Desire for a higher salary or better benefits
Relocation or proximity to family and loved ones
Unsatisfactory work environment or company culture
Lack of career development or learning oppo
based on 1 interview
Interview experience
Sales Officer
368
salaries
| ₹0 L/yr - ₹0 L/yr |
Sales Executive
214
salaries
| ₹0 L/yr - ₹0 L/yr |
Area Sales Manager
210
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Sales Officer
109
salaries
| ₹0 L/yr - ₹0 L/yr |
Area Sales Executive
90
salaries
| ₹0 L/yr - ₹0 L/yr |
Britannia
ITC
Nestle
Hindustan Unilever