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
To manage distributors, increase secondary sales, motivate and manage the team, launch new products, and set targets and primary goals.
To manage distributors, establish clear communication channels and provide regular training and support.
To increase secondary sales, analyze market trends, identify potential growth areas, and implement effective marketing strategies.
To manage the team, set clear goals and expectations,...
To increase new dealers and beats, we need to focus on expanding our network and improving our product offerings.
Identify potential areas for expansion and target them with marketing campaigns
Offer attractive incentives to new dealers to encourage them to join our network
Improve our product offerings to make them more appealing to customers and dealers
Provide excellent customer service to build a strong reputation and ...
Distributors ROI is the return on investment that distributors receive from selling a product.
Distributors ROI is calculated by dividing the profit earned by the distributor by the amount of money invested in the product.
The ROI can vary depending on the product, market demand, and competition.
A high ROI indicates that the distributor is earning a good profit from selling the product.
Distributors may also consider othe...
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 19 reviews
Rating in categories
Sales Officer
83
salaries
| ₹2.5 L/yr - ₹5.5 L/yr |
Area Sales Executive
20
salaries
| ₹4.2 L/yr - ₹6.9 L/yr |
Senior Sales Officer
20
salaries
| ₹3 L/yr - ₹5 L/yr |
Area Sales Manager
19
salaries
| ₹7.5 L/yr - ₹15 L/yr |
Senior Executive
11
salaries
| ₹4.1 L/yr - ₹6.8 L/yr |
MTR Foods
ITC Limited Foods Division
Tata Consumer Products
Nestle