Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Reserve Bank Information Technology Team. If you also belong to the team, you can get access from here

Reserve Bank Information Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Reserve Bank Information Technology Lead Engineer Interview Questions and Answers

Updated 26 Oct 2024

Reserve Bank Information Technology Lead Engineer Interview Experiences

2 interviews found

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 & Answers

user image Anonymous

posted on 17 Oct 2023

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

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

Mettal test which is online. This test contains question from apptiitude and technical. You need to get minimum 50%.

Round 3 - Technical 

(1 Question)

  • Q1. Questions depends for which role you have applied.
Round 4 - Behavioral 

(1 Question)

  • Q1. This is something like case studies and behaviour analysis round.
Round 5 - HR 

(1 Question)

  • Q1. This is just salary discussion round.

Interview Preparation Tips

Interview preparation tips for other job seekers - First clear mettal test and ready with basi c of roles you have applied.

Lead Engineer Interview Questions Asked at Other Companies

asked in Tata Power
Q1. What is the resistance value of the tripping and closing coil of ... read more
asked in Tata Power
Q2. What is the contact resistance of VCB?
asked in HCLTech
Q3. Which BGP path attributes are used to manipulate ingress traffic, ... read more
Q4. Java 8 features? What is functional interface? Difference between ... read more
asked in HCL Group
Q5. What monitoring tools do you use, and what metrics do you capture ... read more

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Reserve Bank Information Technology?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java basics oops selenium framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn java basic on strings and selenium

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Mar 2023. 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 tips
Round 2 - Aptitude Test 

The aptitude round had the topics of train and distance and time , OOPS , Core Java , JavaScript questions , Operating System questions and DBMS questions.

Round 3 - Technical 

(2 Questions)

  • Q1. Had some data structures and algorithm questions and graph , dynamic programming questions
  • Q2. Questions in the datastructures

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best guys it is a multinational company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Lamda experience
  • Ans. Good
  • Answered Anonymously
Are these interview questions helpful?

I applied via LinkedIn and was interviewed before Jul 2021. 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 - Technical 

(2 Questions)

  • Q1. Uipath questions , orchestrator
  • Q2. Automation anywhere,

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join if you are technically enthusiastic
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Not Selected

I appeared for an interview in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Describe your projects nd experience according into one technical qns sort num in list
  • Ans. 

    I have worked on various software projects, focusing on web development, data analysis, and mobile applications.

    • Developed a responsive web application using React and Node.js for an e-commerce platform.

    • Implemented a data analysis tool in Python that processed large datasets to generate insights for marketing strategies.

    • Created a mobile app using Flutter that helps users track their fitness goals and progress.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not good
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 2023. 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 tips
Round 2 - Assignment 

And assessment as per your knowledge.
Focus on api and database
Also focus on jmeter
Also focus on dynatrace
Mobile app web testing

Round 3 - Aptitude Test 

You have to prepared aptitude test

Interview Preparation Tips

Interview preparation tips for other job seekers - On the basis of skills you have to prepare

Reserve Bank Information Technology Interview FAQs

How many rounds are there in Reserve Bank Information Technology Lead Engineer 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 Lead Engineer 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 Hibernate, J2Ee, Java, MVC Framework and Automation.
What are the top questions asked in Reserve Bank Information Technology Lead Engineer interview?

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

  1. Programs on stream ...read more
  2. Architecture of recent proj...read more
  3. Spring boot questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Pitney Bowes Interview Questions
3.8
 • 22 Interviews
Softtek Interview Questions
4.0
 • 21 Interviews
CDW Interview Questions
4.4
 • 20 Interviews
Akkodis Interview Questions
3.1
 • 20 Interviews
SAS Interview Questions
4.3
 • 19 Interviews
View all
Reserve Bank Information Technology Lead Engineer Salary
based on 21 salaries
₹15.7 L/yr - ₹24 L/yr
15% more than the average Lead Engineer Salary in India
View more details

Reserve Bank Information Technology Lead Engineer Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.9

Salary

3.9

Job security

4.3

Company culture

3.9

Promotions

3.6

Work satisfaction

Explore 3 Reviews and Ratings
Project Manager
48 salaries
unlock blur

₹13 L/yr - ₹31.1 L/yr

Technology Analyst
34 salaries
unlock blur

₹4.9 L/yr - ₹16.9 L/yr

Senior Business Analyst
33 salaries
unlock blur

₹12.5 L/yr - ₹20 L/yr

Senior Manager
33 salaries
unlock blur

₹27 L/yr - ₹40 L/yr

Lead Auditor
32 salaries
unlock blur

₹18.4 L/yr - ₹29.5 L/yr

Explore more salaries
Compare Reserve Bank Information Technology with

HCL Infosystems

3.9
Compare

Kellogg Brown and Root

4.1
Compare

METRO Global Solutions Center

3.4
Compare

Unique Identification Authority of India

4.0
Compare
write
Share an Interview