Upload Button Icon Add office photos

Filter interviews by

Reserve Bank Information Technology Data Scientist Interview Questions, Process, and Tips

Updated 12 Dec 2022

Reserve Bank Information Technology Data Scientist Interview Experiences

1 interview found

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

Test time 35 min, based on Python SQL Stats

Round 3 - Technical 

(2 Questions)

  • Q1. Explain ML algorithms
  • Ans. 

    ML algorithms are mathematical models used to identify patterns and make predictions from data.

    • ML algorithms can be supervised, unsupervised, or semi-supervised

    • Supervised algorithms include linear regression, decision trees, and neural networks

    • Unsupervised algorithms include k-means clustering and principal component analysis

    • Semi-supervised algorithms combine elements of both supervised and unsupervised learning

    • ML algo...

  • Answered by AI
  • Q2. Explain SQL joins, explain join in a given situation
  • Ans. 

    SQL joins are used to combine data from two or more tables based on a related column.

    • Joins are used to retrieve data from multiple tables in a single query.

    • Common types of joins are inner join, left join, right join, and full outer join.

    • Joining tables can be done using the JOIN keyword and specifying the columns to join on.

    • Example: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column;

    • Joins can be used to c...

  • Answered by AI
Round 4 - Technical 

(3 Questions)

  • Q1. Explain projects you have worked
  • Q2. The algorithm used in the project (in my case LSTM)
  • Ans. 

    The algorithm used in the project is LSTM.

    • LSTM stands for Long Short-Term Memory and is a type of recurrent neural network.

    • It is commonly used for sequential data analysis such as time series forecasting, speech recognition, and natural language processing.

    • LSTM networks have the ability to remember long-term dependencies and avoid the vanishing gradient problem.

    • They consist of memory cells, input gates, output gates, a...

  • Answered by AI
  • Q3. Why LSTM? how does it work?
  • Ans. 

    LSTM is a type of recurrent neural network that can handle long-term dependencies.

    • LSTM stands for Long Short-Term Memory.

    • It uses gates to control the flow of information.

    • It can remember information for a longer period of time compared to traditional RNNs.

    • It is commonly used in natural language processing and speech recognition tasks.

    • LSTM has been shown to be effective in predicting stock prices and weather patterns.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The last round was Techno managerial, Interviewer asked more depth questions about work and projects. He was having good knowledge and was expecting more depth answers

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Please tell me something about yourself.What is your experience? What are your goals and ambitions?Why We should hire you? Strengths and weaknesses etc.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is bias variance trade off
  • Ans. 

    Bias-variance trade off is the balance between underfitting and overfitting in machine learning models.

    • Bias refers to error from erroneous assumptions in the learning algorithm, leading to underfitting.

    • Variance refers to error from sensitivity to small fluctuations in the training set, leading to overfitting.

    • The trade off involves finding the right level of model complexity to minimize both bias and variance.

    • Regulariza...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Na

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About the python and sql

I applied via AmbitionBox and was interviewed in Mar 2022. There were 2 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 

Data science For 1 hr

Interview Preparation Tips

Topics to prepare for TCS Data Scientist interview:
  • Data Analysis
  • Machine Learning
  • Python
  • MySQL
Interview preparation tips for other job seekers - I am doing my Engineering in Computer science 3rd year. I have completed my data science course.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain ur projects in Detail
  • Ans. 

    Developed a predictive model for customer churn in a telecom company.

    • Used machine learning algorithms like logistic regression and random forest.

    • Performed feature engineering to extract relevant customer behavior patterns.

    • Evaluated model performance using metrics like accuracy, precision, and recall.

  • Answered by AI
  • Q2. Steps involved in Machine Learning Problem Statement
  • Ans. 

    Steps involved in Machine Learning Problem Statement

    • Define the problem statement and goals

    • Collect and preprocess data

    • Select a machine learning model

    • Train the model on the data

    • Evaluate the model's performance

    • Fine-tune the model if necessary

    • Deploy the model for predictions

  • 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 applied via Campus Placement and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Aptitude related to Machine learning
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is F1-score
  • Ans. 

    F1-score is a measure of a model's accuracy that considers both precision and recall.

    • F1-score is the harmonic mean of precision and recall.

    • It ranges from 0 to 1, where 1 is the best possible F1-score.

    • F1-score is useful when you want to balance precision and recall in your model evaluation.

  • Answered by AI
  • Q2. What are different ML algorithms?
  • Ans. 

    Different ML algorithms include linear regression, decision trees, random forests, support vector machines, and neural networks.

    • Linear regression: used for predicting continuous values based on input features.

    • Decision trees: used for classification and regression tasks by splitting data into branches based on feature values.

    • Random forests: ensemble method using multiple decision trees for improved accuracy.

    • Support vect...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Duration 1 Hr. Difficulty- Medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Introduce yourself.
  • Q2. Explain your final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Never move your hands out of coding.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is confusion matrix?
  • Ans. 

    Confusion matrix is a table used to evaluate the performance of a classification model.

    • It is a 2x2 matrix that shows the counts of true positive, true negative, false positive, and false negative predictions.

    • It is used to calculate metrics like accuracy, precision, recall, and F1 score.

    • Example: TP=100, TN=50, FP=10, FN=5.

  • Answered by AI
  • Q2. Explain similarity matrix algo?
  • Ans. 

    Similarity matrix algo is a method to quantify the similarity between data points in a dataset.

    • It calculates the similarity between each pair of data points in a dataset and represents it in a matrix form.

    • Common similarity measures used include cosine similarity, Euclidean distance, and Jaccard similarity.

    • The diagonal of the matrix usually contains 1s as each data point is perfectly similar to itself.

    • The values in the ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why should we select you?
  • Ans. 

    I have a strong background in data analysis, machine learning, and problem-solving skills.

    • Extensive experience in data analysis and machine learning algorithms

    • Proven track record of solving complex problems using data-driven approaches

    • Strong communication skills to effectively convey insights and recommendations

    • Ability to work collaboratively in a team environment

    • Passion for continuous learning and staying updated with

  • Answered by AI
  • Q2. What are your expectations from the org?

Skills evaluated in this interview

Reserve Bank Information Technology Interview FAQs

How many rounds are there in Reserve Bank Information Technology Data Scientist interview?
Reserve Bank Information Technology interview process usually has 4 rounds. The most common rounds in the Reserve Bank Information Technology interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Reserve Bank Information Technology Data Scientist 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 Reserve Bank Information Technology. The most common topics and skills that interviewers at Reserve Bank Information Technology expect are Machine Learning, Python, Analytics, Analytical and Artificial Intelligence.
What are the top questions asked in Reserve Bank Information Technology Data Scientist interview?

Some of the top questions asked at the Reserve Bank Information Technology Data Scientist interview -

  1. Explain SQL joins, explain join in a given situat...read more
  2. the algorithm used in the project (in my case LS...read more
  3. why LSTM? how does it wo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Equifax Interview Questions
3.3
 • 32 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
CDW Interview Questions
4.5
 • 20 Interviews
Softtek Interview Questions
3.9
 • 19 Interviews
SAS Interview Questions
4.3
 • 19 Interviews
View all
Reserve Bank Information Technology Data Scientist Salary
based on 20 salaries
₹7 L/yr - ₹25 L/yr
At par with the average Data Scientist Salary in India
View more details

Reserve Bank Information Technology Data Scientist Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

3.9

Job security

4.5

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Business Analyst
57 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Project Manager
42 salaries
unlock blur

₹15 L/yr - ₹30.8 L/yr

Technology Analyst
37 salaries
unlock blur

₹5 L/yr - ₹17.3 L/yr

Senior Business Analyst
30 salaries
unlock blur

₹9 L/yr - ₹20 L/yr

Senior Manager
28 salaries
unlock blur

₹22.1 L/yr - ₹40 L/yr

Explore more salaries
Compare Reserve Bank Information Technology with

TCS

3.7
Compare

HCL Infosystems

3.9
Compare

Kellogg Brown and Root

4.2
Compare

METRO Global Solutions Center

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