Upload Button Icon Add office photos
Engaged Employer

i

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

Standard Chartered Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 4.4k Reviews

Filter interviews by

Standard Chartered Credit Risk Analyst Interview Questions, Process, and Tips

Updated 26 Oct 2023

Top Standard Chartered Credit Risk Analyst Interview Questions and Answers

  • Q1. How would you perform outlier analysis- detection and treatment?
  • Q2. How would you impute missing value when we don't ant to use single value for imputation?
  • Q3. How would you perform variable selection before modelling/ multicollinearity?
View all 16 questions

Standard Chartered Credit Risk Analyst Interview Experiences

3 interviews found

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
-
Process Duration
-
Result
-

I applied via campus placement at Madras School of Economics, Chennai 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

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

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 questions from similar companies

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

(1 Question)

  • Q1. In which type of industry you had your articleship experience

I applied via campus placement at Pune Institute of Business Management, Pune 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.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Veermata Jijabai Technological Institute (VJTI), Mumbai and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Experience with Cloud services
  • Ans. 

    I have experience working with cloud services such as AWS, Azure, and Google Cloud.

    • Managed data storage and processing on AWS S3 and EC2 instances

    • Utilized Azure Machine Learning for predictive modeling

    • Implemented Google Cloud Platform for real-time data analytics

  • Answered by AI
  • Q2. Familiarity with PySpark
  • Ans. 

    PySpark is a Python API for Apache Spark, used for big data processing and analytics.

    • PySpark is a Python API for Apache Spark, a distributed computing system.

    • It allows for parallel processing of large datasets using Spark's distributed framework.

    • PySpark provides high-level APIs in Python for Spark programming, making it easier to work with big data.

    • Example: PySpark can be used for data preprocessing, machine learning,

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed 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 May 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Ratio analysis
  • Q2. CIBIL, MPBF, BG

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

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

Interview Questionnaire 

3 Questions

  • Q1. Why you want to join bank?
  • Q2. What you was doing between completion of articleship to clearing your final exam?
  • Q3. Family background and blood relation already in bank?

I was interviewed 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.

Standard Chartered Interview FAQs

How many rounds are there in Standard Chartered Credit Risk Analyst interview?
Standard Chartered interview process usually has 3-4 rounds. The most common rounds in the Standard Chartered interview process are One-on-one Round, Aptitude Test and Resume Shortlist.
What are the top questions asked in Standard Chartered Credit Risk Analyst interview?

Some of the top questions asked at the Standard Chartered Credit Risk Analyst interview -

  1. How would you perform outlier analysis- detection and treatme...read more
  2. How would you impute missing value when we don't ant to use single value for im...read more
  3. How would you perform variable selection before modelling/ multicollineari...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 Standard Chartered interviews
Referral
Campus Placement
33%
33%
34% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Standard Chartered Credit Risk Analyst Salary
based on 26 salaries
₹9.3 L/yr - ₹16.6 L/yr
22% less than the average Credit Risk Analyst Salary in India
View more details

Standard Chartered Credit Risk Analyst Reviews and Ratings

based on 4 reviews

3.6/5

Rating in categories

3.6

Skill development

3.6

Work-Life balance

3.0

Salary & Benefits

4.0

Job Security

3.6

Company culture

2.6

Promotions/Appraisal

3.1

Work Satisfaction

Explore 4 Reviews and Ratings
Team Lead
2.5k salaries
unlock blur

₹2.9 L/yr - ₹13 L/yr

Associate Manager
2.3k salaries
unlock blur

₹5.2 L/yr - ₹20 L/yr

Senior Officer
2.3k salaries
unlock blur

₹1.8 L/yr - ₹7.3 L/yr

Manager
2k salaries
unlock blur

₹7 L/yr - ₹28.6 L/yr

Senior Analyst
1.9k salaries
unlock blur

₹2 L/yr - ₹8.8 L/yr

Explore more salaries
Compare Standard Chartered with

HSBC Bank

4.0
Compare

Citibank

5.0
Compare

ICICI Bank

4.0
Compare

HDFC Bank

3.9
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