Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Reserve Bank Information Technology Angular Frontend Developer Interview Questions, Process, and Tips

Updated 2 Mar 2025

Top Reserve Bank Information Technology Angular Frontend Developer Interview Questions and Answers

Reserve Bank Information Technology Angular Frontend Developer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Angular Q only and javascript 1st round was avg and 2nd only program like question that 2nd round very for program I can't crack
  • Q2. What promiss and obs and angular qustion and javascript program
  • Ans. 

    Promises and Observables in Angular and JavaScript programs

    • Promises are used for asynchronous operations in JavaScript, representing a value that may be available now, in the future, or never

    • Observables are used in Angular for handling asynchronous data streams, allowing for easier management of multiple values over time

    • Promises have a single value, while Observables can emit multiple values over time

    • Promises use .then...

  • Answered by AI
Round 2 - Coding Test 

The program relates to arrays, where they will present some questions

Interview Preparation Tips

Interview preparation tips for other job seekers - they have ask many round but as of other company are not asking that much also package is low
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

What is interceptor in angular?

How to pass data from one component to another component which has no relationship?

What is two way data binding?

Round 2 - Technical 

(3 Questions)

  • Q1. How many ways to pass data from one component to another component
  • Ans. 

    There are multiple ways to pass data from one component to another in Angular, including Input bindings, Output bindings, Services, and ViewChild/ViewChildren.

    • Input bindings: Passing data from parent to child component using @Input decorator.

    • Output bindings: Passing data from child to parent component using @Output decorator and EventEmitter.

    • Services: Sharing data between components using a shared service.

    • ViewChild/Vie...

  • Answered by AI
  • Q2. What is service in angular
  • Ans. 

    A service in Angular is a singleton object that can be used to share data or functionality across different parts of an application.

    • Services are used to encapsulate reusable code and provide a way to share data and functionality between components.

    • Services are typically injected into components or other services using Angular's dependency injection system.

    • Services can be used to make HTTP requests, handle business logi...

  • Answered by AI
  • Q3. What is custom directives 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 or attributes in Angular applications.

    • 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 transform the DOM element and its children...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about basic concepts of angular and this is more than enough

Angular Frontend Developer Interview Questions Asked at Other Companies

asked in Nihilent
Q1. How to implement interfaces without methods?
asked in TCS
Q2. 1. How to share data from one component to another ?
asked in Infosys
Q3. What is lazy loading and how can we achieve this?
Q4. Qus 1: What is template from and reactive Form and what is differ ... read more
Q5. How to id or data pass by routing and go to the another page?

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What's is different between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and templates while C does not.

    • C++ has better support for function overloading and default arguments.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be a more complex langu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont show your weakness

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. About the plsql..like functions.cursors.pakages and like that

Interview Preparation Tips

Interview preparation tips for other job seekers - from my experience its some meaning ful interested one..but after got selected...they will not respond on any support..like joining or about the assets setup and not even the situvations...as per my experience i really have a bad experience with rmg and also hr team..ultimatix login and all are not that quick responsive...as per mine ..not prefer tcs..
Contribute & help others!
anonymous
You can choose to be anonymous

Reserve Bank Information Technology Interview FAQs

How many rounds are there in Reserve Bank Information Technology Angular Frontend Developer interview?
Reserve Bank Information Technology interview process usually has 2 rounds. The most common rounds in the Reserve Bank Information Technology interview process are Coding Test, Technical and One-on-one Round.
What are the top questions asked in Reserve Bank Information Technology Angular Frontend Developer interview?

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

  1. How many ways to pass data from one component to another compon...read more
  2. what promiss and obs and angular qustion and javascript prog...read more
  3. What is custom directives in angu...read more

Recently Viewed

CAMPUS PLACEMENT

Indian School of Business (ISB), Hyderabad

CAMPUS PLACEMENT

National Institute of Technology, Surathkal

INTERVIEWS

Navi Technologies

No Interviews

INTERVIEWS

Navi Technologies

No Interviews

INTERVIEWS

Booz Allen Hamilton

No Interviews

INTERVIEWS

Hexaware Technologies

No Interviews

INTERVIEWS

Alvarez & Marsal

10 top interview questions

INTERVIEWS

Navi Technologies

No Interviews

INTERVIEWS

JGC Corporation

No Interviews

INTERVIEWS

Alvarez & Marsal

No Interviews

Tell us how to improve this page.

Reserve Bank Information Technology Angular Frontend Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
7% more than the average Angular Frontend Developer Salary in India
View more details
Business Analyst
60 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technology Analyst
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Reserve Bank Information Technology with

National Payments Corporation of India

3.9
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview