Upload Button Icon Add office photos

Google

Compare button icon Compare button icon Compare
4.4

based on 1.8k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Google Data Science Engineer Interview Questions and Answers

Updated 19 Dec 2024

Google Data Science Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the Naive Bayes Theorem?

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe projects
  • Ans. 

    I have worked on projects involving predictive modeling, natural language processing, and machine learning algorithms.

    • Developed a predictive model to forecast customer churn for a telecom company

    • Implemented sentiment analysis using NLP techniques on social media data

    • Utilized machine learning algorithms to classify spam emails

  • Answered by AI
  • Q2. Deep dived into every skill

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont opt for bosch
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Asked Algorithms used in the project (No follow-up on mentioned algorithms, cut-off mid-explanation of business problem, scale, and solution wanting to know just the names of the algorithm) - Answered by n...
  • Q2. Count all pairs of numbers from a list where the ending digit of the ith number equals the starting digit of the jth number. Example [122, 21, 21, 23] should have 5 pairs (122, 21), (122, 21), (122, 23), (...
  • Ans. 

    Count pairs of numbers where ending digit of ith number equals starting digit of jth number.

    • Iterate through each pair of numbers in the list

    • Check if the ending digit of the ith number equals the starting digit of the jth number

    • Increment the count if the condition is met

  • Answered by AI
  • Q3. Interpretation of graphs, the first graph had perpendicular lines from the error to the fitted line and the second graph had lines from the error to the fitted line, parallel to the y-axis. - Interpreted t...
  • Ans. 

    Interpretation of graphs in linear regression analysis

    • Perpendicular lines from error to fitted line in first graph indicate OLS using projection matrices

    • Lines parallel to y-axis from error to fitted line in second graph suggest evaluation of linear regression to y-pred - y-actual method

    • PCA could also be a possible interpretation for the second graph

  • Answered by AI
  • Q4. What does np.einsum() do
  • Ans. 

    np.einsum() performs Einstein summation on arrays.

    • Performs summation over specified indices

    • Can also perform other operations like multiplication, contraction, etc.

    • Syntax: np.einsum(subscripts, *operands)

  • Answered by AI
  • Q5. How to generate random numbers using numpy, what is the difference between numpy.random.rand and numpy.random.randn
  • Ans. 

    numpy.random.rand generates random numbers from a uniform distribution, while numpy.random.randn generates random numbers from a standard normal distribution.

    • numpy.random.rand generates random numbers from a uniform distribution between 0 and 1.

    • numpy.random.randn generates random numbers from a standard normal distribution with mean 0 and standard deviation 1.

    • Example: np.random.rand(3, 2) will generate a 3x2 array of r...

  • Answered by AI
  • Q6. Difference between logit and probabilities in deep learning
  • Ans. 

    Logit is the log-odds of the probability, while probabilities are the actual probabilities of an event occurring.

    • Logit is the natural logarithm of the odds ratio, used in logistic regression.

    • Probabilities are the actual likelihood of an event occurring, ranging from 0 to 1.

    • In deep learning, logit values are transformed into probabilities using a softmax function.

    • Logit values can be negative or positive, while probabili

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview seems to be designed for freshers, so brush up on libraries, and the functions inside them (utilization not the working).
No mathematics/statistics/probability/algorithm is discussed in terms of implementations, or enhancements.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Given a situation how do you handle different cases
  • Q2. Given a proab stats question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your projects well.

Data Scientist Interview Questions & Answers

Chetu user image Abhilasha Dimble

posted on 22 Feb 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Asked about projects. What is classification? Is knn used for regression?how? decision tree working for regression and classification Is naive Bayes used for regression?how? LLM Docker Aws GenAI Code for ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys, interviewer is really wierd...very rude...
Starts interview with lots of questions..
He interrupts me in every question's answer.. doesn't even ready listen my answers ...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic pandas questions on dataframes
  • Q2. Some quiz questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

SQL coding test on HackerRank. Also some questions on previous experience

Round 2 - Assignment 

Case study on a data project

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How can Logistic regression be applied for multiclasstext classification
  • Ans. 

    Logistic regression can be applied for multiclasstext classification by using one-vs-rest or softmax approach.

    • One-vs-rest approach: Train a binary logistic regression model for each class, treating it as the positive class and the rest as the negative class.

    • Softmax approach: Use the softmax function to transform the output of the logistic regression into probabilities for each class.

    • Evaluate the model using appropriate...

  • Answered by AI

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Sep 2022. 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 - One-on-one 

(1 Question)

  • Q1. Basic DS question like how to handle missing features
Round 3 - One-on-one 

(1 Question)

  • Q1. Case study based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Its very easy interview. Can easily crack if we have very basic knowledge in python, DS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. What are the various projects that have you implemented in your current org ?
  • Ans. 

    I have implemented several projects in my current organization.

    • Developed a predictive model to forecast customer churn

    • Built a recommendation system to personalize product recommendations

    • Created a fraud detection model to identify fraudulent transactions

    • Implemented a natural language processing model for sentiment analysis

    • Designed an anomaly detection system to detect network intrusions

  • Answered by AI
  • Q2. How is y9ur project related to business problem and how you have solved it
  • Ans. 

    Developed a predictive model to identify potential customer churn for a telecom company

    • Identified key factors contributing to customer churn through exploratory data analysis

    • Built a logistic regression model to predict customer churn with 85% accuracy

    • Provided actionable insights to the business team to reduce customer churn and improve customer retention

    • Implemented the model in production environment using Python and S

  • Answered by AI
  • Q3. Why you are looking out for a change
  • Ans. 

    Seeking new challenges and growth opportunities in the field of data science.

    • Looking for a more challenging role to further develop my skills and knowledge in data science.

    • Interested in exploring new industries and applying data science techniques to solve different problems.

    • Seeking a company with a strong data-driven culture and a focus on innovation.

    • Want to work with a diverse team of data scientists and learn from t...

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

(3 Questions)

  • Q1. Define your work
  • Ans. 

    As a Data Scientist, I analyze and interpret complex data to help businesses make informed decisions.

    • I collect and clean data from various sources.

    • I use statistical techniques and machine learning algorithms to analyze data.

    • I develop predictive models and algorithms to solve business problems.

    • I communicate findings and insights to stakeholders through visualizations and reports.

  • Answered by AI
  • Q2. What motivates you to join our company
  • Ans. 

    I am motivated to join your company because of the challenging and innovative work environment.

    • I am excited about the opportunity to work with cutting-edge technologies and tools in data science.

    • Your company's reputation for being at the forefront of data-driven decision making is inspiring.

    • I am impressed by the collaborative and diverse team culture that fosters continuous learning and growth.

    • The company's commitment ...

  • Answered by AI
  • Q3. Why looking out for a change
  • Ans. 

    Seeking new challenges and growth opportunities in the field of data science.

    • Looking for a more challenging role to apply and expand my skills

    • Interested in working with cutting-edge technologies and techniques

    • Seeking a company with a strong data-driven culture

    • Want to work on diverse projects and industries to broaden my experience

    • Desire to make a bigger impact and contribute to solving complex problems

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NCR Voyix Data Scientist interview:
  • Algorithms
  • Data Sciene
  • Python
Interview preparation tips for other job seekers - Be technically prepared on the projects you have worked on

Google Interview FAQs

How many rounds are there in Google Data Science Engineer interview?
Google interview process usually has 1 rounds. The most common rounds in the Google interview process are One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 4.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 883 Interviews
Amdocs Interview Questions
3.8
 • 520 Interviews
Zoho Interview Questions
4.3
 • 501 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
KPIT Technologies Interview Questions
3.5
 • 286 Interviews
Salesforce Interview Questions
4.1
 • 265 Interviews
View all
Google Data Science Engineer Salary
based on 4 salaries
₹10.5 L/yr - ₹50 L/yr
171% more than the average Data Science Engineer Salary in India
View more details
Software Engineer
1.3k salaries
unlock blur

₹20 L/yr - ₹80 L/yr

Software Developer
772 salaries
unlock blur

₹30.7 L/yr - ₹70 L/yr

Senior Software Engineer
588 salaries
unlock blur

₹22 L/yr - ₹94 L/yr

Sde1
252 salaries
unlock blur

₹16 L/yr - ₹64 L/yr

Data Scientist
232 salaries
unlock blur

₹12 L/yr - ₹50 L/yr

Explore more salaries
Compare Google with

Yahoo

4.6
Compare

Amazon

4.1
Compare

Facebook

4.4
Compare

Microsoft Corporation

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview