Upload Button Icon Add office photos

Filter interviews by

Reserve Bank Information Technology Interview Questions, Process, and Tips

Updated 4 Jan 2025

Top Reserve Bank Information Technology Interview Questions and Answers

View all 34 questions

Reserve Bank Information Technology Interview Experiences

Popular Designations

38 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic JavaScript output-based questions were presented in the form of multiple-choice questions (MCQs).

Round 2 - Technical 

(3 Questions)

  • Q1. What is custom diractives in Angular
  • Ans. 

    Custom directives in Angular allow you to create reusable components with custom behavior.

    • Custom directives are used to extend the functionality of HTML elements in Angular.

    • They can be used to create reusable components with custom behavior.

    • Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or even transform the DOM element and its children.

    • Examples include crea...

  • Answered by AI
  • Q2. What is pipes in Angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view.

    • They can be used to filter, sort, or transform data in various ways.

    • Examples include currency, date, uppercase, and lowercase pipes.

  • Answered by AI
  • Q3. What is interceptor in Angular
  • Ans. 

    An interceptor in Angular is a service that can be used to intercept and modify HTTP requests and responses.

    • Interceptors can be used to add headers, modify requests, handle errors, etc.

    • They are implemented as classes that implement the HttpInterceptor interface.

    • Interceptors are added to the HttpClientModule providers array in the app module.

    • Example: LoggingInterceptor implements HttpInterceptor to log all HTTP requests

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Do you know writing Unit test case?
  • Ans. 

    Yes, I am familiar with writing unit test cases to ensure code quality and functionality.

    • I have experience writing unit test cases using testing frameworks like JUnit, NUnit, or pytest.

    • I understand the importance of writing testable code and creating comprehensive test suites.

    • I can write test cases to cover different scenarios, including edge cases and boundary conditions.

    • I know how to use mocking frameworks like Mocki...

  • Answered by AI
  • Q2. What state management library do you have used?
  • Ans. 

    I have used Redux for state management in my previous projects.

    • Redux is a predictable state container for JavaScript apps.

    • It helps in managing the state of the application in a single immutable state tree.

    • Actions are dispatched to update the state and components can subscribe to changes.

    • Selectors can be used to efficiently extract data from the state tree.

    • Middleware can be added to handle asynchronous actions.

    • Example:

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your expected Salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Software Development Engineers.

    • Research the average salary for Software Development Engineers in the specific location and industry

    • Consider your years of experience and level of expertise

    • Factor in any additional benefits or perks offered by the company

    • Be prepared to negotiate based on the job responsibilities and requirements

  • Answered by AI
  • Q2. How soon would you be able to join if you receive the offer letter today?
  • Ans. 

    I can join within 2 weeks of receiving the offer letter.

    • I can start within 2 weeks of receiving the offer letter.

    • I need to give notice at my current job before starting.

    • I may need to relocate, which could affect my start date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No work from home opportunity. No AI access due to security reasons. Appraisal is very less

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Easy apti questions, verbal, simple maths , technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Oops concept in java in detail with examples
  • Ans. 

    Oops concepts in Java are fundamental concepts of object-oriented programming like inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Allows objects to be treated as instances of their parent class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hiding the implementati...

  • Answered by AI
  • Q2. Fibonnacci code
  • Q3. What is springboot ?
  • Ans. 

    Spring Boot is a framework for building Java-based enterprise applications quickly and with minimal configuration.

    • Spring Boot simplifies the process of creating stand-alone, production-grade Spring-based applications.

    • It provides a range of features including embedded servers, auto-configuration, and production-ready metrics.

    • Spring Boot allows developers to focus on writing business logic rather than configuring the app...

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Abstraction in java
  • Ans. 

    Abstraction in Java is a concept where we hide the implementation details and only show the necessary features of an object.

    • Abstraction allows us to focus on what an object does rather than how it does it.

    • In Java, abstraction is achieved through abstract classes and interfaces.

    • Abstract classes cannot be instantiated and can have abstract methods that must be implemented by subclasses.

    • Interfaces in Java are like abstrac...

  • Answered by AI
  • Q2. Interface in java
  • Ans. 

    Interface in Java is a reference type in Java, similar to a class, that can contain only constants, method signatures, default methods, static methods, and nested types.

    • Interfaces are used to achieve abstraction and multiple inheritance in Java.

    • All methods in an interface are public and abstract by default.

    • A class can implement multiple interfaces but can only extend one class.

    • Example: interface MyInterface { void myMe...

  • Answered by AI
  • Q3. Some logical questions
Round 4 - One-on-one 

(3 Questions)

  • Q1. DSA basic question
  • Q2. Basic HR questions
  • Q3. Questions based on situation
Round 5 - One-on-one 

(2 Questions)

  • Q1. With ceo intro, project explanation
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Have basic knowledge of JAVA, OOPS, DSA(not compulsory)

Skills evaluated in this interview

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

Java Developer Interview Questions & Answers

user image Sasi Kumar

posted on 29 Nov 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

We can easily pass the test cases

Round 2 - One-on-one 

(5 Questions)

  • Q1. OOPS, Exception Handling, Collections, Arrays, Strings
  • Q2. What is Interface
  • Ans. 

    Interface in Java is a reference type, similar to a class, that can contain only constants, method signatures, default methods, static methods, and nested types.

    • Interfaces are used to define a contract for classes that implement them.

    • Classes can implement multiple interfaces in Java.

    • Interfaces cannot have instance fields, constructors, or non-static methods.

    • Example: interface Shape { void draw(); }

    • Example: class Circle...

  • Answered by AI
  • Q3. What is Abstractin
  • Ans. 

    Abstraction is a concept in object-oriented programming where only relevant data is shown to the user while hiding unnecessary details.

    • Abstraction helps in simplifying complex systems by only showing essential features.

    • It allows for creating abstract classes and interfaces in Java.

    • Example: In a car, the driver only needs to know how to drive it without understanding the internal workings of the engine.

  • Answered by AI
  • Q4. Explain about Exception and Exception handling
  • Ans. 

    Exceptions are unexpected events that disrupt the normal flow of a program. Exception handling is the process of dealing with these events.

    • Exceptions are objects that represent an abnormal condition or error in a program.

    • Exception handling allows developers to gracefully handle errors and prevent the program from crashing.

    • Java provides try-catch blocks for handling exceptions. The try block contains the code that may t...

  • Answered by AI
  • Q5. Explain Arrays and Strinds
  • Ans. 

    Arrays are a collection of elements of the same data type, while Strings are a sequence of characters.

    • Arrays can store multiple values of the same data type, accessed by index.

    • Strings are immutable sequences of characters, can be manipulated using various methods.

    • Example: int[] numbers = {1, 2, 3}; String name = "John";

  • Answered by AI

Skills evaluated in this interview

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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
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 (169)

Reserve Bank Information Technology interview questions for popular designations

 Java Developer

 (7)

 Software Engineer

 (3)

 Lead Engineer

 (2)

 Project Manager

 (2)

 Senior Business Analyst

 (2)

 Software Developer

 (2)

 Associate Software Developer

 (1)

 Business Analyst

 (1)

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy test they have scheduled virtual drive

Round 2 - Technical 

(2 Questions)

  • Q1. What is your favourite Hobby
  • Ans. 

    My favorite hobby is playing the guitar.

    • I have been playing the guitar for 5 years.

    • I enjoy learning new songs and techniques.

    • Playing the guitar helps me relax and unwind after a long day.

    • I have performed at a few local events and open mic nights.

  • Answered by AI
  • Q2. What is your strength
Round 3 - One-on-one 

(1 Question)

  • Q1. 2 technical and 1 HR round

Interview Preparation Tips

Interview preparation tips for other job seekers - I am rejected for 2nd round

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)

Get interview-ready with Top Reserve Bank Information Technology Interview Questions

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It consist of mcq's and 2 programs

Round 2 - Technical 

(2 Questions)

  • Q1. Spring security
  • Q2. Programs on stream API
  • Ans. 

    Stream API in Java provides a way to process collections of objects in a functional style.

    • Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.

    • It supports lazy evaluation, allowing for efficient processing of large datasets.

    • Example: stream.filter(x -> x > 5).map(x -> x * 2).forEach(System.out::println)

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Architecture of recent project
  • Ans. 

    Designed a microservices architecture using Docker and Kubernetes for a real-time analytics platform

    • Utilized Docker containers to encapsulate each microservice

    • Implemented Kubernetes for container orchestration and scaling

    • Used Kafka for real-time data streaming between microservices

  • Answered by AI
  • Q2. Spring boot questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through details mentioned in resume thoroughly

Skills evaluated in this interview

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

Jobs at Reserve Bank Information Technology

View all
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The codinds questions were too easy.

Round 2 - One-on-one 

(1 Question)

  • Q1. Cover the OOPS, Exception Handling, Collections,Arrays, Strings

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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Project Manager Interview Questions & Answers

user image Nikhil Gala

posted on 4 May 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Project management, spring and java related total 20 questions to be completed in 30 minutes.
I was not aware of such interview process and environment during test examination was not peaceful.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is spring IOC?
  • Ans. 

    Spring IOC (Inversion of Control) is a design pattern where the control of object creation and lifecycle is shifted from the application code to the Spring framework.

    • In Spring IOC, objects are created and managed by the Spring container.

    • It helps in achieving loose coupling between classes by removing the dependency on object creation.

    • Dependency Injection is a key concept in Spring IOC, where the dependencies of a class...

  • Answered by AI
  • Q2. Factory Design Pattern?
  • Q3. Current Role, Responsibility and tech stack?

Interview Preparation Tips

Interview preparation tips for other job seekers - Got call from hiring Consultancy and I agreed for Face to Face interview after reviewing JD.
Upon reaching the office, I saw the recruiters had called more than 100 candidates for the interview and they were running out of sitting. Such was a welcome.
There was an Aptitude test for each individual, be it 2 years or 10+ years experience. First recruiter told me no aptitude test for me because I'm for project manager role and asked me to sit. But then she gave me questionair and told to complete in 30 minutes. [weird]
Aptitude test was being conducted by 2 personnel only where around 30 candidates were sitting in room and they were coming - going 1 by 1. At times, recruiters were not there and candidates were stranded. In between the test, recruiters were calling names, instructing candidates and making the environment noisy for the candidates appearing for test. So unprofessional. [It should have been peaceful environment if you're conducting test]
After the test, I was taken in room for interview where interviewer was so arrogant and mannerless. Never ever seen unprofessional person not greeting the candidate and nor looking at him.
Asked me for intro and then didn't ask much questions to justify his job. There was no smile on his face and was not courteous, empathetic. He was judging a candidate without examinig skills. This is totally against diversity and inclusive culture.
I have been asked by each interviewer at the end of interview, "Do you have any question for me?" . But this interviewer didn't even ask this. How unprofessional it was!
Lastly, feedback was given not shortlisted.
Such a waste of time. If such unprofessional drives to be conducted, I request you not to do such timepass with candidates conducting interviews virtual.
I suggest management to look into this process which damaging image of RBI.
No wonder why MNCs are the first choice of any candidate because the behavior and treatment of their HR and Panel is so professional. Time to learn from them.

Skills evaluated in this interview

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Java Developer Interview Questions & Answers

user image Rishabh kumar

posted on 7 Jul 2024

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

I applied via Walk-in and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

18 non technical MCQ question with Aptitude, English

Round 2 - Technical 

(3 Questions)

  • Q1. Check Palindrome
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Create a function to check if a given string is a palindrome.

    • Remove all non-alphanumeric characters and convert the string to lowercase before checking.

    • Compare characters from both ends of the string to determine if it is a palindrome.

  • Answered by AI
  • Q2. Compare the object using Instance of Keyword
  • Ans. 

    Instance of keyword is used to compare an object to a specified class type.

    • Instance of keyword returns true if the object is an instance of the specified class.

    • It can be used to check if an object is of a specific class type before casting.

    • Example: if(obj instanceof String) { // do something }

  • Answered by AI
  • Q3. Method overloading and Method Overriding program

Interview Preparation Tips

Topics to prepare for Reserve Bank Information Technology Java Developer interview:
  • Java
  • Spring Boot
  • Microservices
  • Kafka

Skills evaluated in this interview

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 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is observable and promises
  • Ans. 

    Observables and promises are both used for handling asynchronous operations in JavaScript.

    • Observables are used for handling multiple values over time, while promises are used for handling a single value at a time.

    • Observables can be cancelled, while promises cannot be cancelled.

    • Promises have a built-in mechanism for error handling using the catch method, while observables use the error callback function.

    • Observables are ...

  • Answered by AI
Round 2 - Coding Test 

Write a code for unique array

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)

Reserve Bank Information Technology Interview FAQs

How many rounds are there in Reserve Bank Information Technology interview?
Reserve Bank Information Technology interview process usually has 2-3 rounds. The most common rounds in the Reserve Bank Information Technology interview process are Technical, Aptitude Test and One-on-one Round.
How to prepare for Reserve Bank Information Technology 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 Project Management, ITES, Information Technology, Java and Recruitment.
What are the top questions asked in Reserve Bank Information Technology interview?

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

  1. Explain SQL joins, explain join in a given situat...read more
  2. how to copy from 2 tables and paste in 3rd one in ...read more
  3. the algorithm used in the project (in my case LS...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

based on 23 interviews in last 1 year

Interview experience

3.7
  
Good
View more

People are getting interviews through

based on 27 Reserve Bank Information Technology interviews
Job Portal
WalkIn
Company Website
Campus Placement
Recruitment Consultant
30%
11%
7%
7%
4%
41% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

Reserve Bank Information Technology Reviews and Ratings

based on 126 reviews

3.7/5

Rating in categories

3.3

Skill development

4.0

Work-Life balance

3.5

Salary & Benefits

3.7

Job Security

3.5

Company culture

3.2

Promotions/Appraisal

3.4

Work Satisfaction

Explore 126 Reviews and Ratings
Lead Infrastructure Security IAM

Navi Mumbai

6-9 Yrs

₹ 18-22.5 LPA

Lead Talent Partner

Navi Mumbai,

Bangalore / Bengaluru

8-12 Yrs

₹ 8-18 LPA

OpenShift Admin

Mumbai

1-5 Yrs

Not Disclosed

Explore more jobs
Business Analyst
58 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Project Manager
42 salaries
unlock blur

₹13 L/yr - ₹30.8 L/yr

Technology Analyst
37 salaries
unlock blur

₹5 L/yr - ₹17.3 L/yr

Senior Business Analyst
29 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

National Payments Corporation of India

4.0
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
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