Upload Button Icon Add office photos

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 tripping & closing coil of vc ... read more
asked in Tata Power
Q2. 1.What is the contact resistance of VCB.?
asked in HCLTech
Q3. Which BGP path attributes are used to manipulate the ingress traf ... read more
asked in HCL Group
Q4. Monitoring tools and what metrics we capture during or after test ... read more
Q5. Java 8 features? What is functional interface? Difference between ... read more

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic c question

Interview Preparation Tips

Interview preparation tips for other job seekers - take time and answer them

I applied via Campus Placement and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Data Structure?
  • Ans. 

    Data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures are used to manage large amounts of data efficiently.

    • They can be implemented using arrays, linked lists, trees, graphs, and other techniques.

    • Examples include stacks, queues, hash tables, and binary search trees.

    • Choosing the right data structure for a particular problem is important for op...

  • Answered by AI
  • Q2. Real time use of stack and Queue?
  • Ans. 

    Stack and Queue are used in real-time systems for managing tasks and events.

    • Stack is used for managing function calls, undo/redo operations, and backtracking.

    • Queue is used for managing events, scheduling tasks, and buffering data.

    • Real-time systems use both data structures for managing tasks and events in a time-sensitive manner.

    • Examples include task scheduling in operating systems, event handling in GUI applications, a

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C
  • C++
  • Java
  • Pyth
Interview preparation tips for other job seekers - 1 hr C/ python Programming, Debugging, Programming, Networking

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic questions of C and C++, then H.R questions, time management
Round 1 - Technical 

(1 Question)

  • Q1. OOps

Interview Preparation Tips

Interview preparation tips for other job seekers - Data structure and algorithm should be well prepared and oops concepts also

I applied via Referral and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java design patterns, Exception handling and concepts on Collections..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answers and if there comes a topic you are not aware of please face the question elegantly and explain that you are open to learn new concepts and your interest in that .

Interview Questionnaire 

1 Question

  • Q1. Mostly related to the technology I applied for. Some coding related questions. Questions related to our expertise to test us.

Software Engineer Interview Questions & Answers

TCS user image Amara praveen kumar

posted on 18 Dec 2020

Interview Questionnaire 

5 Questions

  • Q1. What are you doing in office
  • Q2. You work for company or yourself
  • Q3. What subject you know tell me about that 5min
  • Q4. How you get job it's your talent or skills
  • Q5. Why you choosing TCS

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, Behavioral and HR.
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. This is something like case studies and behaviour analysis rou...read more

Tell us how to improve this page.

Reserve Bank Information Technology Lead Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k 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 Lead Engineer Salary
based on 20 salaries
₹17 L/yr - ₹24 L/yr
22% 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
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