Filter interviews by
Be the first one to contribute and help others!
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 4 Dec 2024
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
The test was easy containing 30 questions in 30 minutes. 10 questions for english skills, 10 for logical reasoning and 10 for quantitative aptitude.
My GD topic was 'Is AI actually taking up jobs?'. there was 15 minutes time and each person got a chance to speak. 2 of us got shortlisted from a group of 10 for further round.
posted on 21 Nov 2024
I applied via Approached by Company and was interviewed in Oct 2024. There were 3 interview rounds.
Led a team to successfully launch a new product line, increasing revenue by 20%
Managed cross-functional team to develop and launch new product line
Implemented marketing strategies to drive sales and increase revenue
Collaborated with sales team to ensure successful product launch
Analyzed market trends and customer feedback to make data-driven decisions
Resulted in a 20% increase in revenue for the company
I am seeking change to further develop my skills and experience in a dynamic industry like Kerry.
Seeking new challenges and opportunities for growth
Interested in working in a fast-paced and innovative environment
Excited about the potential to make a significant impact at Kerry
Impressed by Kerry's reputation and values in the industry
Implemented lean manufacturing practices to reduce production costs by 15%.
Implemented lean manufacturing practices to streamline production processes
Negotiated better pricing with suppliers to reduce material costs
Invested in automation technology to increase efficiency and reduce labor costs
posted on 13 Dec 2024
Expectations from my application include strong leadership skills, proven sales track record, ability to drive revenue growth, and effective team management.
Strong leadership skills to motivate and guide the sales team
Proven sales track record demonstrating success in achieving targets
Ability to drive revenue growth through strategic planning and execution
Effective team management to ensure productivity and collaborati...
Qualifications and clarifications needed for the role of Area Sales Manager.
Qualifications: Bachelor's degree in business administration or related field, proven sales experience, strong communication and negotiation skills.
Clarifications: Understanding of sales strategies, ability to analyze market trends, experience in managing a sales team.
Example: Qualification - Bachelor's degree in Marketing. Clarification - Expe...
posted on 8 Dec 2024
I was interviewed in Nov 2024.
Seeking new challenges and growth opportunities in a different work environment.
Desire for career advancement
Seeking new challenges and learning opportunities
Looking for a better work-life balance
Interested in exploring different industry or company culture
I would address unionized workforce conflicts by promoting open communication, listening to concerns, finding common ground, and seeking solutions together.
Promote open communication between management and union representatives
Listen to concerns and grievances from both sides
Find common ground and areas of agreement to build upon
Seek solutions together through negotiation and compromise
Implement conflict resolution str
Addressing productivity loss due to personal conflicts among team members involves open communication, conflict resolution strategies, team building activities, and setting clear expectations.
Encourage open communication among team members to address conflicts early on
Implement conflict resolution strategies such as mediation or team building exercises
Set clear expectations for behavior and performance to prevent futur...
posted on 22 Oct 2024
I was interviewed in Sep 2024.
Basic aptitude test
Practice maths sums
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 23 Sep 2024
I applied via Campus Placement
PepsiCo
Cargill
Mondelez International
Perfetti Van Melle