Upload Button Icon Add office photos

Filter interviews by

Reserve Bank Information Technology Interview Questions, Process, and Tips for Freshers

Updated 28 Mar 2025

Top Reserve Bank Information Technology Interview Questions and Answers for Freshers

Reserve Bank Information Technology Interview Experiences for Freshers

Popular Designations

5 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What do u mean by data
  • Ans. 

    Data refers to facts, statistics, or information collected for analysis or reference.

    • Data is raw, unprocessed information.

    • It can be in the form of numbers, text, images, or any other format.

    • Examples include customer names, product prices, and sales figures.

    • Data can be structured (organized in a specific way) or unstructured (not organized).

  • Answered by AI
  • Q2. What is preprocessed data
  • Ans. 

    Preprocessed data is data that has been cleaned, transformed, and organized for analysis or modeling.

    • Preprocessed data is often used in machine learning and data analysis to improve the accuracy and efficiency of models.

    • Common preprocessing steps include removing missing values, scaling features, and encoding categorical variables.

    • Examples of preprocessing techniques include normalization, standardization, one-hot enco

  • Answered by AI
  • Q3. What do u mean by info
  • Ans. 

    Info refers to data or knowledge that provides details or context about a specific topic or subject.

    • Info can be in the form of facts, statistics, or explanations.

    • It helps to understand a topic better or make informed decisions.

    • Examples of info include news articles, research papers, and educational resources.

  • Answered by AI
  • Q4. How to copy from 2 tables and paste in 3rd one in sql
  • Ans. 

    Use SQL INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Use INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Specify the columns you want to copy from each table in the SELECT statement.

    • Make sure the columns in the SELECT statement match the columns in the 3rd table where you are pasting the data.

  • Answered by AI
  • Q5. Reverse string using any language you know
  • Ans. 

    Reverse a string using any programming language

    • Use built-in functions like reverse() or slice() in languages like Python or JavaScript

    • Iterate through the string in reverse order and append each character to a new string

    • Use a stack data structure to push each character onto the stack and then pop them off to reverse the string

  • Answered by AI
  • Q6. A puzzle question was asked but i don't remeber it.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (225)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test is 1st round

Round 2 - Coding Test 

2nd round is coding test they give 2 codes

Round 3 - Technical 

(3 Questions)

  • Q1. Basic opps of java
  • Q2. Sql query and sql questions
  • Q3. Some basic programmes

Interview Preparation Tips

Interview preparation tips for other job seekers - next level 2 there ask about deeply resume and project

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
View answer (1)

I applied via Approached by Company and was interviewed in Jan 2022. There were 5 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 

There will be 1 test which inlcude functional questions and general apti questions. Its tough. Duration was 43 mins

Round 3 - Technical 

(1 Question)

  • Q1. There were 2 interviewers. Questions will be based on whatever is in Resume and functional questions relevant to the JD
Round 4 - One-on-one 

(1 Question)

  • Q1. This round was with 1 senior person and again question based on the project which are handled and about functionality
Round 5 - One-on-one 

(1 Question)

  • Q1. This was with Vertical head. It was only for 3-4 mins and was more of personal questions. About youself, family, career background etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Its waste of time if you are applying to this organisation. The HR's here are useless. For me the recruiter name was Sanika Mahajan. She don't even have the courtesy to reply to the candidates. She will very nicely communicate(directly on watssapp) and Schedule the interview rounds back to back but after the VH round she wont showup.

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2022. There were 5 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 

Very Very Hard. All logical and programming questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic coding questions, projects questions
Round 4 - Technical 

(1 Question)

  • Q1. Overall programming questions, write code
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Top Reserve Bank Information Technology Java Developer Interview Questions and Answers

Q1. Compare the object using Instance of Keyword
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Reserve Bank Information Technology interview questions for popular designations

 Java Developer

 (7)

 Software Engineer

 (3)

 Angular Frontend Developer

 (3)

 Project Manager

 (2)

 Lead Engineer

 (2)

 Software Developer

 (2)

 Senior Business Analyst

 (2)

 Business Analyst

 (2)

I appeared for an interview in Jan 2022.

Round 1 - Aptitude Test 

It was moderate. Can clear easily.

Round 2 - Technical 

(1 Question)

  • Q1. They asked about what whatever skills you written in resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best .they see your attitude towards problem.

Top Reserve Bank Information Technology Java Developer Interview Questions and Answers

Q1. Compare the object using Instance of Keyword
View answer (1)

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is the complexity of quicksort?
  • Ans. 

    Quicksort has an average and best-case time complexity of O(n log n) and worst-case of O(n^2).

    • Quicksort is a divide-and-conquer algorithm that recursively partitions an array into two sub-arrays based on a pivot element.

    • The average and best-case time complexity is O(n log n) because each partition divides the array into roughly equal halves.

    • The worst-case time complexity is O(n^2) when the pivot element is the smallest...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - More of a technical interview

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice experience

Interview Questionnaire 

1 Question

  • Q1. Why should appoint you here.. Tell 5 things?

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Campus Placement and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1) What will be your future planning if you work in tcs company?

Interview Preparation Tips

Interview preparation tips for other job seekers - *If you go in the interview be confident about yourself and whatever you going to speak

*Make sure that you have to get trust of interviewer or hr that you need this job

*say something good quality that you have

Reserve Bank Information Technology Interview FAQs

How many rounds are there in Reserve Bank Information Technology interview for freshers?
Reserve Bank Information Technology interview process for freshers usually has 3-4 rounds. The most common rounds in the Reserve Bank Information Technology interview process for freshers are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Reserve Bank Information Technology interview for freshers?
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 Java, SAP, SQL, Python and XML.
What are the top questions asked in Reserve Bank Information Technology interview for freshers?

Some of the top questions asked at the Reserve Bank Information Technology interview for freshers -

  1. how to copy from 2 tables and paste in 3rd one in ...read more
  2. reverse string using any language you k...read more
  3. What do u mean by d...read more
How long is the Reserve Bank Information Technology interview process?

The duration of Reserve Bank Information Technology interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Reserve Bank Information Technology Interview Process for Freshers

based on 3 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k 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 Reviews and Ratings

based on 142 reviews

3.6/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

3.5

Salary

3.7

Job security

3.4

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 142 Reviews and Ratings
Test Analyst

Navi Mumbai,

Mumbai

2-5 Yrs

Not Disclosed

ReBIT Hiring For SAP HCM

Mumbai

0-2 Yrs

Not Disclosed

ReBIT Hiring For SAP Fiori/Ui5

Mumbai

0-2 Yrs

Not Disclosed

Explore more jobs
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