Upload Button Icon Add office photos

Filter interviews by

Clear (1)

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 Resume 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

Data Scientist Interview Questions & Answers

LTIMindtree user image Abhishek Srivastav

posted on 16 Mar 2015

Interview Questionnaire 

3 Questions

  • Q1. Code For parse Traingle
  • Ans. 

    Code for parsing a triangle

    • Use a loop to iterate through each line of the triangle

    • Split each line into an array of numbers

    • Store the parsed numbers in a 2D array or a list of lists

  • Answered by AI
  • Q2. Asci value along with alphabets(both capital and small)
  • Ans. 

    The ASCII value is a numerical representation of a character. It includes both capital and small alphabets.

    • ASCII values range from 65 to 90 for capital letters A to Z.

    • ASCII values range from 97 to 122 for small letters a to z.

    • For example, the ASCII value of 'A' is 65 and the ASCII value of 'a' is 97.

  • Answered by AI
  • Q3. Would you like to go for Hire studies

Interview Preparation Tips

Round: Test
Experience: First round was through Elitmus.
If you want to be in IT industry must appear it atleast once, for core also u can try it.
It's usually a tough exam but if u are good in maths , apti you will crack it.
Tips: Focus more on Reasoning part. this is the most difficult part.
practise paragraphs reading and solving(Average level)(Infosys level or less)
If you need any kind of help you can contact me via email or can even ring me.
I would recomend everybody to appear this exam with minimum of one month dedicated preparation
Duration: 120 minutes
Total Questions: 60

Round: Coding Round on their own plateform
Experience: It was little difficult to write codes on some other plateform. But time was enough to cope up.
Tips: Try writing as many programs you can write in C, C++ and JAVA not on paper, on compiler . while giving this exam you can select any of these three languages. Based on that your technical Interview will be taken.

Round: Technical Interview
Experience: Its easy one if you have hands on on programing
Tips: Explore and explore .

Round: HR Interview
Experience: Most difficult round for me(I feel myself a little weak in English). But stay calm. And be cheerful.
I still don't know the exact answer of the question but conversation gone for about 20 minutes on this topic.
He din't seem satisfied with me. Btw most of the people says to say no. You can take your call according to the situation.
Tips: Stay calm. Have as much Knowledge about the organisation. Try to make your Intro as much interesting as possible with achivements, hobbies etc. Ya English plays most important role here.

General Tips: Always have faith in yourself. And remember Everything happens for some good reason
Skill Tips: Dont go deep in OS, DBMS but have rough idea about all the topics
Skills: C, C++, DATA STRUCTURE, DBMS, OS
College Name: GANDHI INSTITUTE OF ENGINEERING AND TECHNOLOGY
Motivation: I wanted a job. :)
Funny Moments: A number of stories are there related to this job.
One is I already had an offer so I booked my ticket to home from Bangalore But at very last moment my father told me that you should never miss any chance, go for it. I went and interview date was postponded due to some reasons. I got a mail at 10:30 pm saying I have to attend interview next day morning at 8:30 pm. I ran to get printout of that mail. The venue was 3 hour journey from my place so I din't sleep for the whole night because i knew that if I ll sleep, I would not be able to wake up But I din't studied also because it would have lead to sleep. And Without having sleep and last moment study I made it.

Skills evaluated in this interview

I applied via Referral and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is data science
  • Ans. 

    Data science is the field of extracting insights and knowledge from data using various techniques and tools.

    • Data science involves collecting, cleaning, and analyzing data to extract insights.

    • It uses various techniques such as machine learning, statistical modeling, and data visualization.

    • Data science is used in various fields such as finance, healthcare, and marketing.

    • Examples of data science applications include fraud...

  • Answered by AI
  • Q2. What is phyton and R
  • Ans. 

    Python and R are programming languages commonly used in data science and statistical analysis.

    • Python is a general-purpose language with a large community and many libraries for data manipulation and machine learning.

    • R is a language specifically designed for statistical computing and graphics, with a wide range of packages for data analysis and visualization.

    • Both languages are popular choices for data scientists and hav...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Provide the tips how to face the interview

Skills evaluated in this interview

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.

I applied via Campus Placement and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Nothing much technical

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Go in formals
2. Fluency in English is important (depends on interview panel)
3. Clarity on what your talking about

I applied via Recruitment Consultant and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Explain about your projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was looking for Data science experience in infrastructure that is building a solution for remedy ticket
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

SQL, select statment and DDL commands

Round 2 - Technical 

(1 Question)

  • Q1. Python lists and conditional statements and loos
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2022. 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions around resume
  • Ans. Explained word done by me and my responsibilities
  • Answered by Nikhil Pawar
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions around python programming and my experience in data science
  • Ans. Explained end to end implementation of some of the projects I worked on
  • Answered by Nikhil Pawar

Interview Preparation Tips

Interview preparation tips for other job seekers - Study your resume and be ready to answer questions around that
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Machine learning related questions and the theory of its operation
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What kind of project you worked
  • Ans. 

    I have worked on projects involving predictive modeling, natural language processing, and computer vision.

    • Predictive modeling: Developed machine learning models to predict customer churn for a telecom company.

    • Natural language processing: Built a sentiment analysis tool to analyze customer reviews for a retail company.

    • Computer vision: Implemented a facial recognition system for access control in a secure facility.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer not in mood of listen. When he asked question he didn't even wait for answer and ask another question. Some kind of confused person I guess.
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

Railtel Corporation Of India

No Interviews

INTERVIEWS

Reserve Bank Information Technology

No Interviews

INTERVIEWS

Reserve Bank Information Technology

30 top interview questions

INTERVIEWS

L&T Energy Hydrocarbon

No Interviews

SALARIES

Reserve Bank Information Technology

INTERVIEWS

Railtel Corporation Of India

No Interviews

INTERVIEWS

Railtel Corporation Of India

No Interviews

INTERVIEWS

Railtel Corporation Of India

No Interviews

INTERVIEWS

Railtel Corporation Of India

No Interviews

INTERVIEWS

Reserve Bank Information Technology

No Interviews

Tell us how to improve this page.

Reserve Bank Information Technology Data Scientist Salary
based on 17 salaries
₹7.5 L/yr - ₹20 L/yr
18% less than 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

₹0 L/yr - ₹0 L/yr

Project Manager
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technology Analyst
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Reserve Bank Information Technology with

National Payments Corporation of India

3.9
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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