Filter interviews by
I applied via Campus Placement and was interviewed in Oct 2022. There were 4 interview rounds.
It was 30 minute MCQ test based on 5C's of credit and banking knowledge
Speak with facts and try to adding up your points
I appeared for an interview in Jul 2021.
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
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...
Top trending discussions
posted on 26 Oct 2023
I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.
It was a psychometric , value based and coding test
It was a valued behaviour assessment
It has technical questions
I applied via Referral and was interviewed in Feb 2021. There was 1 interview round.
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...
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
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...
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...
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...
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...
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...
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...
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...
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
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....
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
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...
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
posted on 13 Jul 2023
I applied via Recruitment Consulltant and was interviewed in Jun 2023. There were 3 interview rounds.
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
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...
I appeared for an interview before Apr 2023.
Basic Finance questions were there from variety of topicsj
I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.
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...
I appeared for an interview before Dec 2020.
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.
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 ...
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
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.
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.
I applied via WorkIndia and was interviewed before Jul 2020. There were 4 interview rounds.
I appeared for an interview before Sep 2020.
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.
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 ...
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
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...
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.
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 ...
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.
Round duration - 45 minutes
Round difficulty - Easy
Timing: 10:15 - 11:00 am.
The interview was online from home.
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.
Given a string STR
containing characters from [a-z], [A-Z], [0-9], and special characters, determine the reverse of the string.
The input starts with a single i...
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
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.
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.
based on 3 reviews
Rating in categories
Senior Analyst
620
salaries
| ₹3 L/yr - ₹10.5 L/yr |
Credit Assessment Officer
433
salaries
| ₹4 L/yr - ₹14 L/yr |
Analyst
418
salaries
| ₹2 L/yr - ₹8.5 L/yr |
Senior Credit Assessment Officer
272
salaries
| ₹5.6 L/yr - ₹21 L/yr |
Engineer
170
salaries
| ₹9.3 L/yr - ₹38.1 L/yr |
AU Small Finance Bank
IndusInd Bank
IDFC FIRST Bank
Yes Bank