Filter interviews by
I was interviewed before Oct 2022.
Top trending discussions
FMCG stands for Fast Moving Consumer Goods, which are low-cost products that are sold quickly and at a high volume.
FMCG products have a short shelf life and are typically non-durable goods.
Examples of FMCG products include toiletries, packaged foods, beverages, and over-the-counter drugs.
FMCG companies often rely on extensive distribution networks and effective marketing strategies to reach consumers.
The demand for FMC...
I applied via Walk-in and was interviewed in Sep 2023. There were 2 interview rounds.
Dodla Dairy is a leading dairy company in India known for its high-quality dairy products.
Dodla Dairy was founded in 1995 by Dodla Sesha Reddy in Andhra Pradesh, India.
The company offers a wide range of dairy products including milk, curd, butter, ghee, and paneer.
Dodla Dairy has a strong presence in South India and has expanded its operations to other parts of the country.
The company is known for its commitment to qua...
Yes, I am familiar with Dodla dairy norms which include quality standards, hygiene practices, and customer service guidelines.
Dodla dairy norms focus on maintaining high quality standards in milk production and processing.
Hygiene practices are strictly followed to ensure the safety and purity of the dairy products.
Customer service guidelines emphasize on building strong relationships with clients and addressing their n
posted on 23 Aug 2022
I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.
I started working in 2010 after completing my degree in Business Administration.
Started working in 2010 after graduating
Began my career in sales at XYZ Company
Have been in the sales field for over 10 years
I applied via Walk-in and was interviewed before Mar 2022. There were 2 interview rounds.
I applied via AmbitionBox and was interviewed in Jul 2023. There was 1 interview round.
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.
based on 5 interviews
Interview experience
based on 19 reviews
Rating in categories
Sales Officer
94
salaries
| ₹2.4 L/yr - ₹5 L/yr |
Senior Sales Officer
22
salaries
| ₹3 L/yr - ₹5.2 L/yr |
Area Sales Executive
21
salaries
| ₹3 L/yr - ₹6.9 L/yr |
Area Sales Manager
17
salaries
| ₹7.5 L/yr - ₹13 L/yr |
Senior Executive
11
salaries
| ₹4.1 L/yr - ₹6.8 L/yr |
MTR Foods
ITC Limited Foods Division
Tata Consumer Products
Nestle