i
PepsiCo
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I appeared for an interview in Jun 2017.
I am a motivated marketing student with a passion for digital marketing and social media.
Currently pursuing a degree in Marketing
Experience with social media marketing campaigns
Strong communication and analytical skills
Proficient in Adobe Creative Suite
Completed internships at marketing agencies
I expect to gain hands-on experience in marketing strategies and tactics, learn from industry professionals, and contribute to impactful projects.
Gain practical experience in executing marketing campaigns
Learn from experienced professionals in the field
Contribute to real-world projects and make a tangible impact
Develop skills in market research, analytics, and communication
My strong communication skills, creativity, and analytical mindset can help drive innovative marketing strategies and campaigns for your organization.
Strong communication skills to effectively convey marketing messages to target audiences
Creativity to develop unique and engaging marketing campaigns
Analytical mindset to analyze data and optimize marketing strategies for better results
I applied via Walk-in and was interviewed in Feb 2021. There were 4 interview rounds.
The cube strength after 7 days refers to the compressive strength of a concrete cube after it has been cured for 7 days.
Cube strength is an important measure of the quality and durability of concrete.
It is determined by conducting compressive strength tests on concrete cubes.
The strength of the cubes after 7 days can indicate the rate of strength gain and the overall quality of the concrete mix.
Higher cube strength aft...
A site engineer is responsible for overseeing construction projects and ensuring that they are completed according to plans and specifications.
Site engineers manage and coordinate construction activities on-site.
They ensure that work is carried out safely and in compliance with regulations.
They monitor progress and quality of work, and make adjustments as necessary.
Site engineers communicate with clients, contractors, ...
posted on 26 Jul 2023
I applied via Job Portal and was interviewed in Nov 2022. There were 2 interview rounds.
This is logical reasoning questions apptitude
About questions coding and technical logical questions
I applied via Approached by company and was interviewed before Feb 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2020. There were 4 interview rounds.
I applied via Suguna foods pvt ltd and was interviewed before Sep 2022. There were 2 interview rounds.
Choosing the right location is crucial for the success of a business. Factors like target market, competition, accessibility, and cost must be considered.
Consider the target market and ensure the location is easily accessible to them.
Analyze the competition in the area and assess if there is room for your business to thrive.
Evaluate the cost of the location and ensure it fits within your budget.
Think about the future g...
I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.
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.
I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.
About my experience and achievement
General knowledge and KPI
Associate Manager
651
salaries
| ₹8 L/yr - ₹25 L/yr |
Deputy Manager
534
salaries
| ₹5.5 L/yr - ₹16.9 L/yr |
Assistant Manager
481
salaries
| ₹4.1 L/yr - ₹17 L/yr |
Senior Manager
327
salaries
| ₹14.5 L/yr - ₹49 L/yr |
Manager
308
salaries
| ₹11.9 L/yr - ₹35 L/yr |
Nestle
Cargill
Suguna Foods
Mondelez International