Premium Employer

i

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

Commonwealth Bank of Australia, India Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 507 Reviews

Filter interviews by

Commonwealth Bank of Australia, India Senior Data Scientist Associate Interview Questions and Answers

Updated 4 Oct 2024

Commonwealth Bank of Australia, India Senior Data Scientist Associate Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between MAPE, MSE, R2, RMSE
  • Ans. 

    MAPE measures the percentage error, MSE and RMSE measure the average squared error, R2 measures the proportion of variance explained.

    • MAPE (Mean Absolute Percentage Error) measures the percentage error between actual and predicted values.

    • MSE (Mean Squared Error) measures the average squared difference between actual and predicted values.

    • RMSE (Root Mean Squared Error) is the square root of MSE, providing a more interpret...

  • Answered by AI
  • Q2. Evaluation metrics while training the model.
  • Ans. 

    Evaluation metrics are used to assess the performance of a model during training.

    • Common evaluation metrics include accuracy, precision, recall, F1 score, and ROC-AUC.

    • Accuracy measures the proportion of correctly classified instances out of the total instances.

    • Precision measures the proportion of true positive predictions out of all positive predictions.

    • Recall measures the proportion of true positive predictions out of ...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Types of Chunking in data preparation in RAG
  • Q2. How Embedding works in Vector Databases
  • Q3. Explain ARIMA model
  • Q4. How can we decide to choose Linear Regression for a business problem
Round 2 - Technical 

(4 Questions)

  • Q1. What is token and it's limit for Open Source LLMs
  • Q2. Difference of a Regression and Time Series problem
  • Q3. Advantage of LSTM over RNN
  • Q4. Performance Metrics for Logistic Regression
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

Assignment on credit risk

Round 2 - Technical 

(1 Question)

  • Q1. Hyperparameter tuning
Round 3 - Technical 

(1 Question)

  • Q1. Case study for problem solving
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do you define model Gini?
  • Ans. 

    Model Gini is a measure of statistical dispersion used to evaluate the performance of classification models.

    • Model Gini is calculated as twice the area between the ROC curve and the diagonal line (random model).

    • It ranges from 0 (worst model) to 1 (best model), with higher values indicating better model performance.

    • A Gini coefficient of 0.5 indicates a model that is no better than random guessing.

    • Commonly used in credit

  • Answered by AI
  • Q2. How to you train XG boost model
  • Ans. 

    XGBoost model is trained by specifying parameters, splitting data into training and validation sets, fitting the model, and tuning hyperparameters.

    • Specify parameters for XGBoost model such as learning rate, max depth, and number of trees

    • Split data into training and validation sets using train_test_split function

    • Fit the XGBoost model on training data using fit method

    • Tune hyperparameters using techniques like grid search

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How much experience do you have?
  • Ans. 

    I have 8 years of experience in data science, with a focus on machine learning and predictive modeling.

    • 8 years of experience in data science

    • Specialize in machine learning and predictive modeling

    • Worked on various projects involving big data analysis

    • Experience with programming languages such as Python and R

  • Answered by AI
  • Q2. What is the tech stake you ahve worked on?
  • Ans. 

    I have worked on developing machine learning models for predictive maintenance in the manufacturing industry.

    • Developed machine learning algorithms to predict equipment failures in advance

    • Utilized sensor data and historical maintenance records to train models

    • Implemented predictive maintenance solutions to reduce downtime and maintenance costs

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked about ml algos
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Python coding question and ML question

Round 2 - Technical 

(1 Question)

  • Q1. ML questions from resume + general
Round 3 - One-on-one 

(1 Question)

  • Q1. Techno managerial round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Many Mcq,s.Similar to cat exam

Round 2 - Case Study 

Ml case study . Eg loan default prediction

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Basic statistics
Round 2 - Technical 

(1 Question)

  • Q1. Project related

Interview Preparation Tips

Interview preparation tips for other job seekers - Donot join citi....no job security at all...I joined and was thrown in 3months due to their restructuring and budget issues.very bad management
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

(1 Question)

  • Q1. Central Limit Theorem
  • Ans. 

    Central Limit Theorem states that the sampling distribution of the sample mean approaches a normal distribution as the sample size increases.

    • The Central Limit Theorem is essential in statistics as it allows us to make inferences about a population based on a sample.

    • It states that regardless of the shape of the population distribution, the sampling distribution of the sample mean will be approximately normally distribut...

  • Answered by AI

Commonwealth Bank of Australia, India Interview FAQs

How many rounds are there in Commonwealth Bank of Australia, India Senior Data Scientist Associate interview?
Commonwealth Bank of Australia, India interview process usually has 1 rounds. The most common rounds in the Commonwealth Bank of Australia, India interview process are Technical.
How to prepare for Commonwealth Bank of Australia, India Senior Data Scientist Associate 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 Commonwealth Bank of Australia, India. The most common topics and skills that interviewers at Commonwealth Bank of Australia, India expect are Financial Services, Machine Learning, SQL, Python and Data Science.
What are the top questions asked in Commonwealth Bank of Australia, India Senior Data Scientist Associate interview?

Some of the top questions asked at the Commonwealth Bank of Australia, India Senior Data Scientist Associate interview -

  1. Evaluation metrics while training the mod...read more
  2. Difference between MAPE, MSE, R2, R...read more

Tell us how to improve this page.

Commonwealth Bank of Australia, India Senior Data Scientist Associate Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Commonwealth Bank of Australia, India World-class technology and banking operations capability center

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.4k Interviews
Citicorp Interview Questions
3.7
 • 560 Interviews
View all
Senior Analyst
250 salaries
unlock blur

₹8.2 L/yr - ₹30 L/yr

Senior Associate
219 salaries
unlock blur

₹5.8 L/yr - ₹12 L/yr

Senior Software Engineer
202 salaries
unlock blur

₹15 L/yr - ₹50.1 L/yr

Analyst
191 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Software Engineer
180 salaries
unlock blur

₹11.1 L/yr - ₹35.6 L/yr

Explore more salaries
Compare Commonwealth Bank of Australia, India with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

State Bank of India

3.8
Compare

Axis Bank

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