Upload Button Icon Add office photos

General Mills

Compare button icon Compare button icon Compare

Filter interviews by

General Mills Data Scientist 2 Interview Questions and Answers

Updated 14 May 2024

General Mills Data Scientist 2 Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between correlation and covariance
  • Ans. 

    Covariance measures the extent to which two variables change together, while correlation measures the strength and direction of a linear relationship between two variables.

    • Covariance can be positive, negative, or zero, indicating the direction of the relationship between variables.

    • Correlation is always between -1 and 1, with 1 indicating a perfect positive linear relationship, -1 indicating a perfect negative linear re...

  • Answered by AI
  • Q2. Elaborate on why you chose to use this specific metric over other(Project based)
  • Ans. 

    Choosing the right metric is crucial for accurately evaluating model performance and aligning with project goals.

    • Relevance to Business Goals: I selected precision as the primary metric because the project aimed to minimize false positives in a fraud detection system, ensuring that legitimate transactions are not incorrectly flagged.

    • Interpretability: Precision is easier for stakeholders to understand compared to metrics...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain your favourite DS algorithm as if you are explaining to a 5 yr old
  • Ans. 

    Random Forest is like asking a group of friends for advice and making a decision based on majority vote.

    • Random Forest is an ensemble learning method that builds multiple decision trees and combines their predictions.

    • Each decision tree in the Random Forest is like a friend giving their opinion on a decision.

    • The final prediction of the Random Forest is based on the majority vote of all the decision trees.

    • For example, if ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - - Prepare your understanding of the projects and concepts well
- Be genuine

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about General Mills?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Group Discussion 

Case study based discussion related to product development

Round 3 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Tell about your favorite project

Data Scientist 2 Interview Questions Asked at Other Companies

asked in Angel One
Q1. If you have many features and a categorical column, what strategy ... read more
asked in Angel One
Q2. 1. How to handle model overfitting and model underfitting situati ... read more
asked in Angel One
Q3. What is the difference between Decision Trees and Random Forest. ... read more
asked in Angel One
Q4. 1. What are the assumptions of Linear Regression ? 2. What is the ... read more
asked in Swiggy
Q5. Have you used ranking algorithms? If yes, explain any approach to ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Assignment 

Excel,sql,advance excel

Round 2 - Coding Test 

Sql,excel,advanced excel

Interview Preparation Tips

Interview preparation tips for other job seekers - stay current with industry trends and enhence your skills throught online courses ,job searching can be challenging,so practice self-care and stay motived throughout the process
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. How to deal with competition in FMCG
  • Ans. 

    Effective strategies to navigate competition in the FMCG sector include market analysis, innovation, and customer engagement.

    • Conduct thorough market analysis to identify competitors' strengths and weaknesses.

    • Leverage data analytics to understand consumer preferences and trends.

    • Innovate product offerings to differentiate from competitors, such as unique flavors or eco-friendly packaging.

    • Implement loyalty programs to ret...

  • Answered by AI
  • Q2. Compare value growth from last year to this year in power bi
  • Ans. 

    Analyze year-over-year value growth using Power BI's DAX functions and visualizations.

    • Use DAX to calculate growth: Create a measure like 'Growth = (ThisYearValue - LastYearValue) / LastYearValue'.

    • Visualize with charts: Use line or bar charts to compare values across years for clear insights.

    • Utilize slicers: Allow users to filter data by categories (e.g., product types) to see growth in specific segments.

    • Implement toolt...

  • Answered by AI
  • Q3. Why FMCG industry ?
  • Ans. 

    The FMCG industry offers dynamic challenges, diverse data, and impactful insights that drive consumer behavior and business growth.

    • High volume of data: FMCG companies like Procter & Gamble generate vast amounts of sales data, providing rich insights for analysis.

    • Consumer behavior insights: Analyzing purchasing patterns helps companies tailor marketing strategies, as seen with Coca-Cola's targeted campaigns.

    • Fast-pac...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What you do in your empty time
  • Q2. What is your hobby
Round 2 - One-on-one 

(1 Question)

  • Q1. What is your strength

Interview Preparation Tips

Interview preparation tips for other job seekers - ignore this compmay
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview before Feb 2023.

Round 1 - Aptitude Test 

Past projects from resume and deep dive on technical topics from them

Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain past projectz
  • Q2. How do these algorithms work, why you use them
  • Ans. 

    Algorithms like decision trees, random forests, and neural networks work by analyzing data patterns to make predictions or classifications.

    • Decision trees work by splitting the data into branches based on feature values, making decisions at each node.

    • Random forests use multiple decision trees to improve accuracy and reduce overfitting.

    • Neural networks mimic the human brain by processing data through layers of interconnec...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communicate in simple terms and convert ML outcomes to how they relate to business

Skills evaluated in this interview

Intern Interview Questions & Answers

PepsiCo user image Saswat David

posted on 6 Jul 2017

I appeared for an interview in Oct 2016.

Interview Questionnaire 

2 Questions

  • Q1. Tell us about yourself. Explain the points (some particular ones) on your CV.
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding. I have experience with Java, Python, and web development.

    • Graduated with a degree in Computer Science

    • Proficient in Java, Python, and web development

    • Completed internships at tech companies

  • Answered by AI
  • Q2. Why should you be given this internship.
  • Ans. 

    I am a dedicated and motivated individual with relevant skills and experience that align with the requirements of this internship.

    • I have completed relevant coursework in [specific field]

    • I have previous experience as a [related position]

    • I am passionate about [specific area of interest] and eager to learn more

    • I possess strong communication and teamwork skills, as demonstrated by my involvement in [relevant extracurricula...

  • Answered by AI

Interview Preparation Tips

Round: Psychometric Test
Experience: There were 120 questions with had 4 options each. One had to select the most relevant and the least relevant one among the four.

Round: Group Discussion
Duration: 20 minutes

College Name: NIT Rourkela
Are these interview questions helpful?

I applied via Campus Placement and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions about projects done,sql,basic dsa questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared about your projects done in the past,ready for cross questioning from your project,be clear about database concepts , operating system general questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your experience
Round 2 - HR 

(1 Question)

  • Q1. Expected salary, what is ur previous salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be humble
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Your work and project related question and an assignment was given

General Mills Interview FAQs

How many rounds are there in General Mills Data Scientist 2 interview?
General Mills interview process usually has 2 rounds. The most common rounds in the General Mills interview process are Technical and One-on-one Round.
How to prepare for General Mills Data Scientist 2 interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at General Mills. The most common topics and skills that interviewers at General Mills expect are Market Intelligence, Analytical, Supply Chain, Analytics and Consumer Insights.
What are the top questions asked in General Mills Data Scientist 2 interview?

Some of the top questions asked at the General Mills Data Scientist 2 interview -

  1. Explain your favourite DS algorithm as if you are explaining to a 5 yr ...read more
  2. Difference between correlation and covaria...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

PepsiCo Interview Questions
4.0
 • 214 Interviews
Amul India Interview Questions
4.1
 • 135 Interviews
Cargill Interview Questions
4.0
 • 101 Interviews
Heritage Foods Interview Questions
4.1
 • 89 Interviews
Bunge India Interview Questions
3.9
 • 44 Interviews
View all
General Mills Data Scientist 2 Salary
based on 17 salaries
₹13.5 L/yr - ₹35 L/yr
5% less than the average Data Scientist 2 Salary in India
View more details

General Mills Data Scientist 2 Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Data Scientist II

Mumbai

6-10 Yrs

₹ 20-30 LPA

Explore more jobs
Senior Analyst
171 salaries
unlock blur

₹12.2 L/yr - ₹21 L/yr

Consultant
170 salaries
unlock blur

₹17.5 L/yr - ₹31 L/yr

Teritory Sales Officer
120 salaries
unlock blur

₹4.5 L/yr - ₹9.1 L/yr

Business Analyst
111 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Data Analyst
101 salaries
unlock blur

₹5.3 L/yr - ₹11.6 L/yr

Explore more salaries
Compare General Mills with

Kellogg

4.3
Compare

Nestle

3.9
Compare

PepsiCo

4.0
Compare

Cargill

4.0
Compare
write
Share an Interview