Upload Button Icon Add office photos

ANZ Banking Group

Compare button icon Compare button icon Compare

Filter interviews by

ANZ Banking Group Credit Risk Analyst Interview Questions and Answers

Updated 21 Nov 2022

ANZ Banking Group Credit Risk Analyst Interview Experiences

2 interviews found

Credit Risk Analyst Interview Questions & Answers

user image SHASHANK KULSHRESHTHA

posted on 21 Nov 2022

I applied via Campus Placement and was interviewed in Oct 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 - Aptitude Test 

It was 30 minute MCQ test based on 5C's of credit and banking knowledge

Round 3 - Group Discussion 

Speak with facts and try to adding up your points

Round 4 - Technical 

(2 Questions)

  • Q1. First they will ask your introduction
  • Q2. They will give numericals to solve

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready and confident and all the best for your future prospects, always try to do mock PI before the actual one.

I appeared for an interview in Jul 2021.

Interview Questionnaire 

3 Questions

  • Q1. What all things you check before providing loan for a customer
  • Ans. 

    Before providing a loan, I check the customer's credit score, income, employment history, debt-to-income ratio, and collateral.

    • Credit score

    • Income

    • Employment history

    • Debt-to-income ratio

    • Collateral

  • Answered by AI
  • Q2. 5cs of credit
  • Ans. 

    The 5 Cs of credit are character, capacity, capital, collateral, and conditions.

    • Character refers to the borrower's credit history and reputation.

    • Capacity refers to the borrower's ability to repay the loan based on income and expenses.

    • Capital refers to the borrower's assets and net worth.

    • Collateral refers to assets that can be used as security for the loan.

    • Conditions refer to the purpose of the loan and economic conditi...

  • Answered by AI
  • Q3. Will you give loan for lady in maternity

Interview Preparation Tips

Interview preparation tips for other job seekers - first round was email etiquette, second buplas voice test and email writing and english grammer. after that operational round every thing they will ask about home loan processing. its was farely a avarage interview.

Credit Risk Analyst Interview Questions Asked at Other Companies

Q1. How would you impute missing value when we don't ant to use singl ... read more
Q2. How would you perform outlier analysis- detection and treatment?
Q3. what all things you check before providing loan for a customer
Q4. How would you perform variable selection before modelling/ multic ... read more
asked in HDFC Bank
Q5. How do you assess credit worthiness

Credit Risk Analyst Jobs at ANZ Banking Group

View all

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 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 - Aptitude Test 

It was a psychometric , value based and coding test

Round 3 - Aptitude Test 

It was a valued behaviour assessment

Round 4 - Coding Test 

It has technical questions

I applied via Referral and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

15 Questions

  • Q1. Tell me about yourself
  • Q2. How would you perform outlier analysis- detection and treatment?
  • Ans. 

    Outlier analysis involves identifying and treating data points that are significantly different from the rest.

    • Identify outliers using statistical methods such as box plots, scatter plots, and z-scores.

    • Determine the cause of the outlier and decide whether to remove it or keep it in the dataset.

    • Consider the impact of outliers on the analysis and adjust the model accordingly.

    • Use techniques such as winsorization or data tr...

  • Answered by AI
  • Q3. How would you impute missing value when we don't ant to use single value for imputation?
  • Ans. 

    Multiple imputation can be used to impute missing values by creating multiple datasets with imputed values.

    • Use multiple imputation to create multiple datasets with imputed values

    • Combine the results from the multiple datasets to obtain a final imputed dataset

    • Consider using predictive models to impute missing values

    • Evaluate the quality of imputation using metrics such as mean squared error or R-squared

  • Answered by AI
  • Q4. How would you perform variable selection before modelling/ multicollinearity?
  • Ans. 

    Variable selection can be done using techniques like correlation matrix, stepwise regression, and principal component analysis.

    • Check for correlation between variables using correlation matrix

    • Use stepwise regression to select variables based on their significance

    • Perform principal component analysis to identify important variables

    • Check for multicollinearity using variance inflation factor (VIF)

    • Consider domain knowledge a...

  • Answered by AI
  • Q5. How would you test variable importance
  • Ans. 

    Variable importance can be tested using various methods such as permutation importance, drop column importance, and SHAP values.

    • Permutation importance involves randomly shuffling the values of a variable and measuring the decrease in model performance.

    • Drop column importance involves removing a variable from the model and measuring the decrease in model performance.

    • SHAP values provide a measure of the contribution of ea...

  • Answered by AI
  • Q6. What is Logistic Regression and when do we use it?
  • Ans. 

    Logistic Regression is a statistical method used to analyze and model the relationship between a binary dependent variable and one or more independent variables.

    • It is used when the dependent variable is binary (0 or 1).

    • It estimates the probability of an event occurring based on the values of the independent variables.

    • It is commonly used in credit risk analysis to predict the likelihood of default.

    • It can also be used in...

  • Answered by AI
  • Q7. How would you test model performance of classification models?
  • Ans. 

    Model performance of classification models can be tested using various metrics.

    • Use confusion matrix to calculate accuracy, precision, recall, and F1 score.

    • ROC curve and AUC can be used to evaluate model's ability to distinguish between positive and negative classes.

    • Cross-validation can be used to test model's performance on different subsets of data.

    • Use lift charts to compare model's performance with random selection.

    • U...

  • Answered by AI
  • Q8. What is Loss function in Logistic Regression?
  • Ans. 

    Loss function in Logistic Regression measures the difference between predicted and actual values.

    • It is used to optimize the model parameters during training.

    • The most common loss function used in logistic regression is the binary cross-entropy loss.

    • The goal is to minimize the loss function to improve the accuracy of the model.

    • The loss function is calculated using the predicted probabilities and the actual labels.

    • Other l...

  • Answered by AI
  • Q9. What is Xgboost? How it is different from Random Forest?
  • Ans. 

    Xgboost is a gradient boosting algorithm used for classification and regression tasks. It is faster and more accurate than Random Forest.

    • Xgboost stands for Extreme Gradient Boosting

    • It is a type of gradient boosting algorithm that uses decision trees

    • It is faster and more accurate than Random Forest

    • Xgboost uses a more regularized model formalization to control overfitting

    • Random Forest builds multiple decision trees and c...

  • Answered by AI
  • Q10. What loss function is used in Xgboost?
  • Ans. 

    The loss function used in Xgboost is customizable and can be specified by the user.

    • Xgboost supports various loss functions such as binary logistic regression, multi-class classification, and regression.

    • The default loss function for binary classification is logistic regression while for regression it is mean squared error.

    • Users can specify their own loss function by defining a custom objective and evaluation function.

    • Th...

  • Answered by AI
  • Q11. What are the parameters in Xgboost?
  • Ans. 

    Xgboost parameters include learning rate, max depth, subsample, colsample by tree, and more.

    • Learning rate controls the step size during training.

    • Max depth limits the depth of each tree.

    • Subsample controls the fraction of observations to be randomly sampled for each tree.

    • Colsample by tree controls the fraction of features to be randomly sampled for each tree.

    • Other parameters include min child weight, gamma, and lambda fo

  • Answered by AI
  • Q12. What is the use of Learning rate in Xgboost?
  • Ans. 

    Learning rate controls the step size at each boosting iteration in Xgboost.

    • Learning rate is a hyperparameter that determines the contribution of each tree in the final output.

    • A smaller learning rate requires more trees to be added to the model, but can lead to better performance.

    • A larger learning rate can speed up the training process, but may result in overfitting.

    • Typical values for learning rate range from 0.01 to 0....

  • Answered by AI
  • Q13. How would you measure relationship between two features?
  • Ans. 

    The relationship between two features can be measured using correlation coefficient.

    • Calculate the correlation coefficient using statistical methods.

    • Correlation coefficient ranges from -1 to 1.

    • A positive correlation indicates a direct relationship between the features.

    • A negative correlation indicates an inverse relationship between the features.

    • A correlation coefficient of 0 indicates no relationship between the feature

  • Answered by AI
  • Q14. What is p value and what it's interpretation?
  • Ans. 

    P value is the probability of obtaining a result as extreme or more extreme than the observed result, assuming the null hypothesis is true.

    • P value is used in hypothesis testing to determine the significance of a result.

    • A small p value (less than 0.05) indicates strong evidence against the null hypothesis.

    • A large p value (greater than 0.05) indicates weak evidence against the null hypothesis.

    • P value should not be used a...

  • Answered by AI
  • Q15. Given a 4 coordinates, write a memory efficient program to check if it's forming a square
  • Ans. 

    Program to check if 4 coordinates form a square

    • Calculate distance between all pairs of points

    • Check if all distances are equal

    • Check if diagonals are equal

    • Use Pythagorean theorem to calculate distance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The questions were mostly around Classification and decision trees model as the role requires knowledge of classification model and also I worked on these topics. they asked questions to check understanding of basic concepts of these analytics techniques and models. There were some case study also related to programming.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jun 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 - One-on-one 

(1 Question)

  • Q1. How to calculate EAD & PD?
  • Ans. 

    EAD is calculated using the formula EAD = Exposure at Default = PD x LGD x EAD

    • Calculate Probability of Default (PD) based on historical data and credit rating

    • Determine Loss Given Default (LGD) based on collateral or recovery rate

    • Use the formula EAD = PD x LGD x EAD to calculate Exposure at Default

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

(1 Question)

  • Q1. Difference between counterparty and credit risk?
  • Ans. 

    Counterparty risk is the risk of default by a party in a financial transaction, while credit risk is the risk of loss due to a borrower's failure to repay a loan.

    • Counterparty risk is specific to financial transactions involving parties such as banks, brokers, or counterparties in derivatives contracts.

    • Credit risk is more general and refers to the risk of loss due to a borrower's failure to repay a loan or meet other fi...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2023.

Round 1 - Aptitude Test 

Basic Finance questions were there from variety of topicsj

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to derivative
Round 3 - Technical 

(1 Question)

  • Q1. Option greeks, vega profile

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Technical questions like: how do you see in any profile to check the business viability and borrower's credit worth?
  • Q2. Update on short term and long term solvency ratio?
  • Ans. 

    Solvency ratio measures a company's ability to meet its debt obligations. Short term ratio focuses on current assets and liabilities, while long term ratio considers long term debt.

    • Short term solvency ratio is also known as the current ratio

    • It measures a company's ability to pay off its short term debts with its current assets

    • Formula: Current assets / Current liabilities

    • Long term solvency ratio is also known as the deb...

  • Answered by AI
  • Q3. Brief profile and back ground of candidate to check his commend on language.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always use one language as a mode of communication and be vocal but sensible too.

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

Coding round was conducted in the morning for 1.5 hours from 10:00 am to 11:30 am. Exam was conducted on HACKEREARTH which is a user-friendly platform with various edge test-cases. Since exam was done through online mode due to COVID-19, therefore camera was on for invigilation. A well working camera and microphone were needed for successful completion of exam.

  • Q1. 

    Words Magic with Prefix Replacement Problem

    Ninja is provided with a dictionary of words, WORDS, and a sentence, SENTENCE, which consists of words separated by spaces. The goal is to minimize the size of ...

  • Ans. 

    The goal is to minimize the size of a sentence by replacing words with prefixes from a given dictionary.

    • Iterate through each word in the sentence and check if a prefix exists in the dictionary

    • Replace the word with the smallest prefix found in the dictionary

    • Repeat the process for all words in the sentence

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteriaAbove 7 CGPABarclays interview preparation:Topics to prepare for the interview - Data Structure, Algorithms, Basics of object oriented programming, Operating System, Database Management System, C++ BasicsTime required to prepare for the interview - 10 MonthsInterview preparation tips for other job seekers

Tip 1 : Do not totally depend on past interview questions or as such unless and until you have a strong foundation. Just build the foundation first in starting months.
Tip 2 : More focus should be on problem-solving skills. Develop the skills of using applications.(Eg.: Where one should use Hashmap, Arraylist, etc.)
Tip 3 : Try to solve the problem on your own. Just sink yourself into the question so much that you don't need to look for the solution.(Figure out solution in your own way).
Tip 4 : Regarding project, quantity doesn't matter but what matters the most is you should know about the project from start to end. Able to explain the project clearly. Be ready with technical as well as Behavioral questions.

Application resume tips for other job seekers

Tip 1 : Get rid of irrelevant topics or headings.(Eg. Stood 1st in Annual Sack Race Competition.)
Tip 3 : Make sure you don't keep anything which create problem at time of Interview.
Tip 4 : Short and crisp Resume with each spelling checked twice.
Tip 5 : Keep updating your resume based on addition of Internship/Projects, etc.
Tip 6 : Keep the file name(Resume saved as pdf or any format) decent too.

Final outcome of the interviewRejected

I applied via WorkIndia and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All questions were related to finance

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great to have a interview but struggle is must so need to be well prepared always.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

The coding round consisted of 3 coding questions. 1st question was of 20 marks, 2nd and 3rd of 50 marks.

  • Q1. 

    Minimum Number of Operations Problem Statement

    Given an array 'ARR' consisting of 'N' positive integers, determine the minimum number of operations needed to make all elements of the array equal. You may ...

  • Ans. 

    Determine minimum operations to make all array elements equal using addition, subtraction, multiplication, or division.

    • Iterate through array to find the minimum and maximum values

    • Calculate the difference between the maximum and minimum values

    • Return the difference as the minimum number of operations needed

  • Answered by AI
  • Q2. 

    Avoiding Traps Problem Statement

    Given an array of obstacles' coordinates, determine the minimal jump length to reach beyond all obstacles starting from coordinate 0 while avoiding landing on any obstacle...

  • Ans. 

    Find the minimal jump length to bypass all obstacles while avoiding landing on any obstacle.

    • Iterate through the obstacle coordinates to find the maximum coordinate.

    • Calculate the minimum jump length needed to bypass all obstacles.

    • Ensure the jump length consistently avoids all obstacle points.

    • The final jump can overshoot the line's end point.

  • Answered by AI
  • Q3. 

    Longest Consecutive Sequence Problem Statement

    You are given an unsorted array/list ‘ARR’ of ‘N’ integers. Your task is to return the length of the longest consecutive sequence.

    The consecutive sequence ...

  • Ans. 

    Find the length of the longest consecutive sequence in an unsorted array of integers.

    • Sort the array to make it easier to identify consecutive sequences.

    • Use a set to store unique elements and check for consecutive numbers.

    • Track the length of consecutive sequences and update the maximum length found.

    • Handle duplicates by counting only one occurrence in the consecutive sequence.

  • Answered by AI
Round 2 - Video Call 

Round duration - 45 minutes
Round difficulty - Easy

Timing: 10:15 - 11:00 am.
The interview was online from home.

Round 3 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

Timing: 2:15 - 3:00 PM
The interview was online from home.
There were a few audio cuts in the video call but we were able to manage regardless.

  • Q1. 

    Reverse a String Problem Statement

    Given a string STR containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the string.

    Input:

    The input starts with a single i...
  • Ans. 

    Reverse a given string containing characters from [a-z], [A-Z], [0-9], and special characters.

    • Iterate through the characters of the string in reverse order and append them to a new string.

    • Use built-in functions like reverse() or StringBuilder in languages like Python or Java for efficient reversal.

    • Handle special characters and numbers along with alphabets while reversing the string.

    • Ensure to print each reversed string

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Delhi Technological University. Eligibility criteriaCGPA cutoff 7Deutsche Bank interview preparation:Topics to prepare for the interview - Java, MySQL, HTML, CSS, JavaScript, Nodejs, PythonTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : For OOPS, DS and programming, I recommend Codezen, Leetcode, InterviewBit and GeeksforGeeks.
Tip 2 : For OS, DBMS and Computer Network, I recommend GateSmasher, Knowledge Gate and TutorialsPoint.
Tip 3 : For SQL, I recommend W3Schools and GeeksforGeeks.
Tip 4 : Always maintain your cool during Interviews, and answer the questions calmly. If you get stuck in a problem, do not hesitate to ask for hints.

Application resume tips for other job seekers

Tip 1: Mention only those projects and internships in your resume that you are comfortable with, that is, you can explain to the interviewee.
Tip 2: Mention only those skills/programming languages in your resume that you are comfortable with, that is, you have proper knowledge of as the interviewee can ask questions from those languages specifically.
Tip 3: Keep your data in your resume honest and accurate.

Final outcome of the interviewSelected

Skills evaluated in this interview

ANZ Banking Group Interview FAQs

How many rounds are there in ANZ Banking Group Credit Risk Analyst interview?
ANZ Banking Group interview process usually has 4 rounds. The most common rounds in the ANZ Banking Group interview process are Resume Shortlist, Aptitude Test and Group Discussion.
How to prepare for ANZ Banking Group Credit Risk 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 ANZ Banking Group. The most common topics and skills that interviewers at ANZ Banking Group expect are Analytical Chemistry, Ab Initio, Automation Testing, Business Process Management and Consulting.
What are the top questions asked in ANZ Banking Group Credit Risk Analyst interview?

Some of the top questions asked at the ANZ Banking Group Credit Risk Analyst interview -

  1. what all things you check before providing loan for a custo...read more
  2. 5cs of cre...read more
  3. First they will ask your introduct...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

IDFC FIRST Bank Interview Questions
3.9
 • 667 Interviews
IndusInd Bank Interview Questions
3.5
 • 630 Interviews
Yes Bank Interview Questions
3.7
 • 441 Interviews
Deutsche Bank Interview Questions
3.9
 • 370 Interviews
Barclays Interview Questions
3.8
 • 274 Interviews
Bank of America Interview Questions
4.2
 • 240 Interviews
View all
ANZ Banking Group Credit Risk Analyst Salary
based on 8 salaries
₹4.8 L/yr - ₹17 L/yr
23% less than the average Credit Risk Analyst Salary in India
View more details

ANZ Banking Group Credit Risk Analyst Reviews and Ratings

based on 3 reviews

3.8/5

Rating in categories

1.4

Skill development

4.6

Work-life balance

2.7

Salary

4.4

Job security

3.8

Company culture

2.3

Promotions

2.0

Work satisfaction

Explore 3 Reviews and Ratings
Retail Credit Risk Analyst

Bangalore / Bengaluru

1-5 Yrs

Not Disclosed

Explore more jobs
Senior Analyst
620 salaries
unlock blur

₹3 L/yr - ₹10.5 L/yr

Credit Assessment Officer
433 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Analyst
418 salaries
unlock blur

₹2 L/yr - ₹8.5 L/yr

Senior Credit Assessment Officer
272 salaries
unlock blur

₹5.6 L/yr - ₹21 L/yr

Engineer
170 salaries
unlock blur

₹9.3 L/yr - ₹38.1 L/yr

Explore more salaries
Compare ANZ Banking Group with

AU Small Finance Bank

4.2
Compare

IndusInd Bank

3.5
Compare

IDFC FIRST Bank

3.9
Compare

Yes Bank

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