Filter interviews by
I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.
Yes, I have 15 years of experience in commercial vehicle sales.
Extensive knowledge of commercial vehicle market trends and customer needs
Proven track record of exceeding sales targets consistently
Strong relationships with key clients and dealerships
Experience in developing and implementing sales strategies
Ability to lead and motivate sales team to achieve goals
Top trending discussions
I applied via Recruitment Consulltant and was interviewed in Aug 2021. There were 2 interview rounds.
posted on 7 May 2022
I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.
I applied via Walk-in and was interviewed in Jul 2024. There were 9 interview rounds.
Your total experience
I have over 5 years of experience in sales, with a proven track record of exceeding targets and building strong client relationships.
Experienced in sales for over 5 years
Consistently exceeded sales targets
Built strong client relationships
Implemented successful sales strategies
Excellent communication and negotiation skills
To develop sales in a specific area, focus on building relationships with potential clients, understanding their needs, offering tailored solutions, and providing excellent customer service.
Identify potential clients in the area through market research and networking.
Build relationships with key decision-makers by offering personalized solutions to their needs.
Provide excellent customer service to ensure client satisfa...
I have experience in leading and managing a team in my area, ensuring productivity and achieving sales targets.
Managed a team of 10 sales representatives in my previous role
Conducted regular team meetings to discuss targets and strategies
Provided training and support to team members to improve their sales skills
Implemented incentive programs to motivate team members and boost performance
I grew up in a small town in the Midwest known for its friendly community and annual summer festivals.
My hometown has a population of around 10,000 people.
It is located near a large lake, which is popular for fishing and boating.
The town is known for its historic downtown area with charming shops and restaurants.
There are several parks and outdoor recreational areas for residents to enjoy.
One of the biggest events in m...
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
posted on 18 Jan 2024
I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.
I applied via Referral and was interviewed in Nov 2023. There were 3 interview rounds.
The ice cream industry is a competitive market that offers a wide variety of frozen desserts.
The ice cream industry is a multi-billion dollar industry globally.
It includes various types of frozen desserts such as ice cream, gelato, sorbet, and frozen yogurt.
Major players in the industry include brands like Ben & Jerry's, Häagen-Dazs, and Baskin-Robbins.
The industry is highly seasonal, with higher demand during the summ...
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 1 interview
Interview experience
based on 1 review
Rating in categories
Assistant Manager
4
salaries
| ₹21.6 L/yr - ₹28 L/yr |
BMS Supervisor
3
salaries
| ₹1.1 L/yr - ₹12 L/yr |
Tata Group
Reliance Industries
Aditya Birla Group
Mahindra & Mahindra