Upload Button Icon Add office photos

Filter interviews by

Reserve Bank Information Technology Java Developer Interview Questions, Process, and Tips

Updated 29 Nov 2024

Top Reserve Bank Information Technology Java Developer Interview Questions and Answers

View all 6 questions

Reserve Bank Information Technology Java Developer Interview Experiences

7 interviews found

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

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

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 1You have been given an integer array/list(ARR) of size N ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in LTIMindtree
Q3. Longest Harmonious SubsequenceYou are given an array ‘ARR’ of 'N' ... read more
asked in Deloitte
Q4. Convert Bst To The Greater Sum TreeYou have been given a Binary S ... read more
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

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

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, logical, verbal , technical - java, spring, hibernate, sql - MCQS.

Round 2 - Technical 

(1 Question)

  • Q1. Basic java, springboot, spring security questions, based on resume
Round 3 - Technical 

(1 Question)

  • Q1. Manager round, technical

Reserve Bank Information Technology interview questions for designations

 Junior Java Developer

 (1)

 Senior Java Developer

 (1)

 Software Developer

 (2)

 Associate Software Developer

 (1)

 Front end Developer

 (1)

 Software Engineer

 (3)

 Lead Engineer

 (2)

 Software Development Engineer

 (1)

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Job Portal

Round 1 - Aptitude Test 

30 question - 15 aptitude and 15 - technical question

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

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

I was interviewed 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.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. SDLC process and how it is implemented in project
  • Q2. About projects, it's Objective, the role I have worked, output
  • Q3. Data structure, DBMS concepts
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Java basic problems , Array , Collections, String , Java 8 , Spring Boot,String MVC

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about your Project ?
  • Q2. Write a code which count the number of String (words) occurrence in sentence ?
  • Ans. 

    Count the occurrence of each word in a sentence using Java code.

    • Split the sentence into an array of words using split() method.

    • Create a HashMap to store each word and its count.

    • Iterate through the array and update the count in the HashMap.

    • Print the word and its count at the end.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Basic JAVA , Advance Java and Java 8 also Spring , SQL and Hibernate

Skills evaluated in this interview

I applied via Company Website and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Case Study 

I have done bsc info tech and i finished c,c++,java,java script,html

Round 3 - HR 

(2 Questions)

  • Q1. What's yours strength
  • Ans. I am self-motivated ,being punctual,i done my work at given time
  • Answered Anonymously
  • Q2. Why did i select you

Interview Preparation Tips

Topics to prepare for Collabera Technologies Java Developer interview:
  • C++
  • Java
  • HTML
  • RMI
Interview preparation tips for other job seekers - Don't panic
Believe god
Help others
Don't make excuse
Never delay tha work project
Don't fear

Reserve Bank Information Technology Interview FAQs

How many rounds are there in Reserve Bank Information Technology Java Developer 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 Coding Test.
How to prepare for Reserve Bank Information Technology Java Developer 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 Java, Hibernate, J2Ee, Spring and Spring Boot.
What are the top questions asked in Reserve Bank Information Technology Java Developer interview?

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

  1. Compare the object using Instance of Keyw...read more
  2. Explain about Exception and Exception handl...read more
  3. Check Palindr...read more

Tell us how to improve this page.

Reserve Bank Information Technology Java Developer Interview Process

based on 5 interviews in last 1 year

1 Interview rounds

  • Aptitude Test Round
View more

People are getting interviews through

based on 6 Reserve Bank Information Technology interviews
Job Portal
WalkIn
83%
17%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Reserve Bank Information Technology Java Developer Salary
based on 11 salaries
₹4 L/yr - ₹9.9 L/yr
15% less than the average Java Developer Salary in India
View more details

Reserve Bank Information Technology Java Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-Life balance

2.0

Salary & Benefits

4.0

Job Security

2.0

Company culture

2.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
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