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 Quantitative Analyst Interview Questions and Answers

Updated 22 Feb 2023

Google Quantitative Analyst Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2022. There were 4 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 - HR 

(1 Question)

  • Q1. HR asks questions about the resume project
Round 3 - One-on-one 

(1 Question)

  • Q1. Mainly ask questions about your resume project and working experience
Round 4 - Technical 

(1 Question)

  • Q1. Mainly ask question about working experience and related project

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for your resume project, and make sure you can handle all related questions.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Assignment 

Basic self evaluation test.

Round 2 - Technical 

(3 Questions)

  • Q1. What project I have completed and follow-up questions on that?
  • Q2. How to handle class imbalance.
  • Ans. 

    Handling class imbalance involves techniques like resampling, using different algorithms, and adjusting class weights.

    • Use resampling techniques like oversampling or undersampling to balance the classes.

    • Utilize algorithms that are robust to class imbalance, such as Random Forest, XGBoost, or SVM.

    • Adjust class weights in the model to give more importance to minority class.

    • Use evaluation metrics like F1 score, precision, r...

  • Answered by AI
  • Q3. Basic Python coding questions.
Round 3 - Technical 

(2 Questions)

  • Q1. Data-related questions.
  • Q2. ML Ops questions.

Interview Preparation Tips

Topics to prepare for Amdocs Data Scientist interview:
  • Python
  • MLOPS
Interview preparation tips for other job seekers - Prepare your projects well. And be ready for basic python coding questions. Prepare MlOps roles as well.
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
Moderate
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

It was related to Aptitude MCQ and 2-coding test

Round 2 - Technical 

(3 Questions)

  • Q1. Palindrome of a number
  • Ans. 

    A palindrome of a number is a number that remains the same when its digits are reversed.

    • To check if a number is a palindrome, reverse the number and compare it with the original number.

    • Examples: 121 is a palindrome, 123 is not a palindrome.

  • Answered by AI
  • Q2. Merge 2linked list
  • Ans. 

    Merging two linked lists involves combining the elements of both lists into a single list.

    • Create a new linked list to store the merged elements

    • Traverse through both linked lists and add elements to the new list

    • Handle cases where one list is longer than the other

  • Answered by AI
  • Q3. About projects you have done
Round 3 - HR 

(2 Questions)

  • Q1. Explain your resume fully
  • Q2. General questions on the behaviour

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.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Manager Round fit
Round 2 - Case Study 

Technical Round Tableau Dashboard

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

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Do you know power BI
  • Q2. Yes. I know PowerBI
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
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

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

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

Round 1 - Aptitude Test 

Aptitute,technical mcqs

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question
  • Q2. Oops concept,dbms,sql

Google Interview FAQs

How many rounds are there in Google Quantitative Analyst interview?
Google interview process usually has 4 rounds. The most common rounds in the Google interview process are Resume Shortlist, HR and One-on-one Round.
How to prepare for Google Quantitative Analyst 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 Google. The most common topics and skills that interviewers at Google expect are Data Structures, Hadoop, Machine Learning, MySQL and Quantitative Analysis.

Tell us how to improve this page.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 896 Interviews
Amdocs Interview Questions
3.8
 • 528 Interviews
Zoho Interview Questions
4.3
 • 511 Interviews
SAP Interview Questions
4.2
 • 304 Interviews
KPIT Technologies Interview Questions
3.5
 • 293 Interviews
Salesforce Interview Questions
4.1
 • 270 Interviews
View all
Software Engineer
1.3k salaries
unlock blur

₹19.6 L/yr - ₹80 L/yr

Software Developer
1.1k salaries
unlock blur

₹21.8 L/yr - ₹56.7 L/yr

Senior Software Engineer
610 salaries
unlock blur

₹22 L/yr - ₹94 L/yr

Sde1
254 salaries
unlock blur

₹14 L/yr - ₹55 L/yr

Data Scientist
248 salaries
unlock blur

₹25 L/yr - ₹55 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
Did you find this page helpful?
Yes No
write
Share an Interview