Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by AB InBev India Team. If you also belong to the team, you can get access from here

AB InBev India Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

AB InBev India Jr. Data Scientist Interview Questions and Answers

Updated 4 Sep 2024

AB InBev India Jr. Data Scientist Interview Experiences

4 interviews found

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

I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Decision tree and Random forest
  • Q2. Regularisation methods
Round 2 - Technical 

(1 Question)

  • Q1. Underlying process of boosting and Decision tree
  • Ans. 

    Boosting is an ensemble learning technique that combines multiple weak learners to create a strong learner, often using decision trees.

    • Boosting is an iterative process where each weak learner is trained to correct the errors of the previous ones.

    • Decision trees are commonly used as the base learner in boosting algorithms like AdaBoost and Gradient Boosting.

    • Boosting algorithms like XGBoost and LightGBM are popular in mac...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Culture fit questions and technology known for the production release

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Probability, sql and python. and some basic ML question about regression.

Round 2 - Technical 

(3 Questions)

  • Q1. Mean median mode on distribution curve
  • Ans. 

    Mean, median, and mode are measures of central tendency on a distribution curve.

    • Mean is the average of all the values in the distribution.

    • Median is the middle value when the data is arranged in ascending order.

    • Mode is the value that appears most frequently in the distribution.

    • For example, in a distribution of [2, 3, 3, 4, 5], the mean is 3.4, the median is 3, and the mode is 3.

  • Answered by AI
  • Q2. Linear regression
  • Q3. About project what was problem

Jr. Data Scientist Interview Questions Asked at Other Companies

Q1. Implement a Data Structure for selection of a user in a database ... read more
Q2. Write an SQL query to select all the users with the same birthday ... read more
Q3. Show the working procedure of Max Pool and Average Pool in Excel.
Q4. What is the specialty in the architecture of ResNET?
Q5. What are the differences between Left and Right Join
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Had a coding round from hackerrank

Round 2 - Technical 

(1 Question)

  • Q1. Basic coding questions on python
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is P value
  • Ans. 

    P value is a statistical measure that helps determine the significance of results in hypothesis testing.

    • P value is the probability of obtaining results at least as extreme as the observed results, assuming the null hypothesis is true.

    • A small P value (typically ≤ 0.05) indicates strong evidence against the null hypothesis, leading to its rejection.

    • Conversely, a large P value suggests weak evidence against the null hypot...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why should we hire you?

AB InBev India interview questions for designations

 Data Scientist

 (8)

 Associate Data Scientist

 (4)

 Data Scientist Intern

 (1)

 Senior Data Scientist

 (1)

 Senior Data Analyst

 (1)

 Data Analyst Intern

 (1)

 Lead Data Engineer

 (1)

 Data Science Manager

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions regarding Desktop produre
  • Q2. Questions from resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident for what you say ,smile and ask questions back
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Accounting and taxation
Round 2 - Aptitude Test 

Behaviour
Awareness

I applied via Naukri.com and was interviewed in Jul 2021. There were 2 interview rounds.

Round 1 - HR 

(8 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.
Round 2 - One-on-one 

(1 Question)

  • Q1. Coo interview asking many chalenge and new case how can improve our cost cutting and also supply

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before interview your role segment
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online assessment based on cognitive assessment, technical assessment and coding

Round 2 - HR 

(5 Questions)

  • Q1. Why you want to join this company
  • Ans. 

    I am passionate about the industry and believe in the company's mission and values.

    • I admire the company's innovative approach to solving industry challenges.

    • I am impressed by the company's track record of success and growth.

    • I see great potential for learning and professional development at this company.

  • Answered by AI
  • Q2. Tell us about yourself
  • Ans. 

    I am a motivated and detail-oriented individual with a passion for learning and problem-solving.

    • Graduate student studying computer science

    • Experience in software development through internships

    • Strong communication and teamwork skills

    • Interested in exploring new technologies and challenges

  • Answered by AI
  • Q3. How you are suitable for this job role
  • Ans. 

    I am suitable for this job role due to my relevant education, experience, and skills in the field.

    • I have a degree in [relevant field] which has equipped me with the necessary knowledge for this role

    • I have [X] years of experience working in similar roles, where I have successfully [specific achievement]

    • I possess strong skills in [specific skill required for the job], as demonstrated by my previous projects

    • I am a quick l...

  • Answered by AI
  • Q4. How can you initialise run and triminate the thread
  • Ans. 

    To initialize, run, and terminate a thread in Java, you can create a class that implements the Runnable interface and use the Thread class to start and stop the thread.

    • Create a class that implements the Runnable interface and override the run() method to define the task to be executed by the thread.

    • Create an instance of the class and pass it to a Thread object.

    • Call the start() method on the Thread object to initialize ...

  • Answered by AI
  • Q5. Difference between rdbms and dbms
  • Ans. 

    RDBMS is a type of DBMS that stores data in a structured format using tables with relationships between them.

    • RDBMS enforces ACID properties (Atomicity, Consistency, Isolation, Durability) for database transactions.

    • DBMS is a general term for any system that manages a database, while RDBMS specifically refers to relational databases.

    • Examples of RDBMS include MySQL, Oracle, SQL Server, while DBMS examples include MongoDB,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go through basic concept . and mainly focus on your communication skills .

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Plant Maintenance related
Round 2 - One-on-one 

(1 Question)

  • Q1. Plant Manager tech interview
Round 3 - Technical 

(1 Question)

  • Q1. Reginal Technical manager interview
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Depends on your current skills & learnings
  • Q2. How to face the top management aggressively, so all these are depends on your confidence and ability.
Round 3 - One-on-one 

(1 Question)

  • Q1. Self confidence only

AB InBev India Interview FAQs

How many rounds are there in AB InBev India Jr. Data Scientist interview?
AB InBev India interview process usually has 2-3 rounds. The most common rounds in the AB InBev India interview process are Technical, HR and Coding Test.
What are the top questions asked in AB InBev India Jr. Data Scientist interview?

Some of the top questions asked at the AB InBev India Jr. Data Scientist interview -

  1. Underlying process of boosting and Decision t...read more
  2. mean median mode on distribution cu...read more
  3. What is P va...read more

Tell us how to improve this page.

AB InBev India Jr. Data Scientist Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

Varun Beverages Interview Questions
4.0
 • 239 Interviews
Parle Agro Interview Questions
4.0
 • 105 Interviews
Bisleri Interview Questions
4.2
 • 91 Interviews
Diageo Interview Questions
4.0
 • 68 Interviews
Pernod Ricard Interview Questions
3.7
 • 43 Interviews
SLMG Beverages Interview Questions
4.0
 • 38 Interviews
Radico Khaitan Interview Questions
3.8
 • 26 Interviews
View all
AB InBev India Jr. Data Scientist Salary
based on 8 salaries
₹10 L/yr - ₹18 L/yr
147% more than the average Jr. Data Scientist Salary in India
View more details
Principal Analyst
580 salaries
unlock blur

₹7.1 L/yr - ₹24.5 L/yr

Data Scientist
267 salaries
unlock blur

₹12.7 L/yr - ₹32 L/yr

Assistant Manager
236 salaries
unlock blur

₹5.9 L/yr - ₹16 L/yr

Senior Analyst
212 salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Territory Sales Executive
115 salaries
unlock blur

₹3.2 L/yr - ₹10.3 L/yr

Explore more salaries
Compare AB InBev India with

Varun Beverages

4.0
Compare

Hindustan Coca Cola Beverages

4.1
Compare

Parle Agro

4.0
Compare

Bisleri

4.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview