Upload Button Icon Add office photos

Filter interviews by

Bombay Fintech Angular Dot Net Developer Interview Questions and Answers

Updated 13 Jun 2024

Bombay Fintech Angular Dot Net Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. DSA Coding Question like Advanced Sorting
  • Q2. OOPS Concepts are asked
Round 2 - One-on-one 

(2 Questions)

  • Q1. Do you know anything about company?
  • Q2. About yourself and family background

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview composed of two rounds. R1 was Virtual Technical round. It was good and smooth. Interviewer was fantastic. He understood my potential there. R2 was Director round, this round went well too. But they didn't move forward with me for no reason or no feedback. The deepest i can think why I got rejected is because of my family background was not good and I'm a fresher and they probably have judged me on this. This must not be a reason to reject a candidate if a company does that. You shouldn't be joining these types.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Angular Lifecycle
  • Q2. Types of compilations in Angular
  • Ans. 

    There are two types of compilations in Angular: Just-in-Time (JIT) compilation and Ahead-of-Time (AOT) compilation.

    • Just-in-Time (JIT) compilation: Compiles the Angular application in the browser at runtime. Slower startup time but easier development process.

    • Ahead-of-Time (AOT) compilation: Compiles the Angular application during the build process before the browser downloads and runs the code. Faster startup time but r

  • Answered by AI
  • Q3. Building blocks of Angular
  • Ans. 

    Building blocks of Angular include components, modules, services, directives, templates, and dependency injection.

    • Components are the basic building blocks of Angular applications

    • Modules help organize the application into cohesive blocks of functionality

    • Services are reusable code that can be injected into components

    • Directives add behavior to elements in the DOM

    • Templates define the UI of the application

    • Dependency injecti...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Difference between position absolute and relative in css
  • Ans. 

    Position absolute removes element from normal flow, relative keeps element in flow but can be positioned.

    • Position absolute removes element from normal flow, allowing it to be positioned relative to its closest positioned ancestor.

    • Position relative keeps element in normal flow but allows it to be positioned relative to its normal position.

    • Position absolute elements are not affected by other elements and can overlap, whi...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Deep questions about angular and javascript basics

Skills evaluated in this interview

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

(4 Questions)

  • Q1. Create a reactive form and save data in API with proper validation?
  • Ans. 

    Create a reactive form in Angular to save data in API with validation

    • Create a reactive form using FormBuilder in Angular

    • Add form controls with proper validation rules using Validators

    • Handle form submission and send data to API using HttpClient

    • Implement error handling for API requests

    • Display success or error messages to the user

  • Answered by AI
  • Q2. What is Auth-gaurd?
  • Ans. 

    Auth-guard is a feature in Angular that controls access to routes based on user authentication status.

    • Auth-guards are used to protect routes in Angular applications by checking if a user is authenticated before allowing access.

    • They can be implemented using canActivate interface in Angular.

    • Auth-guards can redirect unauthenticated users to a login page or display an error message.

    • They are commonly used in applications wi...

  • Answered by AI
  • Q3. How many ways we can communicate in Angular component?
  • Ans. 

    There are multiple ways to communicate in Angular components, including Input, Output, ViewChild, and Services.

    • Input - parent component can pass data to child component using @Input decorator

    • Output - child component can emit events to parent component using @Output decorator

    • ViewChild - parent component can access child component using @ViewChild decorator

    • Services - components can communicate through shared services

  • Answered by AI
  • Q4. Find longest word from string in JS?
  • Ans. 

    Use JavaScript to find the longest word in a string.

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

    • Iterate through the array and compare the length of each word to find the longest one.

    • Return the longest word found.

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

(2 Questions)

  • Q1. Your Career Journey?
  • Ans. 

    I started my career as a web developer, specializing in frontend technologies like Angular. I have worked on various projects and gained valuable experience.

    • Started career as web developer

    • Specialized in frontend technologies like Angular

    • Worked on various projects

    • Gained valuable experience

  • Answered by AI
  • Q2. Your experties?
  • Ans. 

    I have expertise in developing Angular frontend applications with strong knowledge of TypeScript, HTML, CSS, and Angular frameworks.

    • Strong knowledge of TypeScript, HTML, and CSS

    • Experience in developing Angular frontend applications

    • Familiarity with Angular frameworks like AngularJS, Angular 2+, Angular Material

    • Understanding of reactive programming and observables in Angular

    • Knowledge of state management with tools like N

  • Answered by AI

Skills evaluated in this interview

Angular Developer Interview Questions & Answers

Cognizant user image Jaya geetha Sakthivel

posted on 17 Oct 2024

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

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to share data one component to another
  • Ans. 

    Using services or @Input/@Output decorators to share data between components

    • Use services to create a shared data service that can be injected into multiple components

    • Use @Input decorator to pass data from parent to child component

    • Use @Output decorator with EventEmitter to emit events and pass data from child to parent component

  • Answered by AI
  • Q2. Http request in angular
  • Ans. 

    Http request in Angular is used to fetch data from a server or API.

    • Use HttpClient module to make HTTP requests in Angular

    • Subscribe to the Observable returned by the HTTP request to get the data

    • Handle errors using catchError operator

    • Set headers, query parameters, and request body as needed

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. All Basic questions from HTML
  • Q2. All basic questions from CSS

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Guards, routing
  • Q2. Interceptors, observable

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding of angular basics, should have hands on experience
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the time queue, etc in API
  • Ans. 

    Time queue in API refers to managing requests in a sequential order.

    • Time queue ensures that API requests are processed in the order they are received.

    • It helps in preventing overload on the server by limiting the number of concurrent requests.

    • Examples include using promises or async/await in JavaScript to handle API calls sequentially.

  • Answered by AI
  • Q2. What is the meaning of preflight in API? (All questions are related to dev oops profile. I applied for Angular)

Interview Preparation Tips

Interview preparation tips for other job seekers - In final round they will be asked you irrelevant questions. The questions are not belongs to your profile. It was the worst experience. I was applied for Angular but asking from dev oops profile.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic interview questions on angular
Round 2 - Technical 

(1 Question)

  • Q1. Advanced interview questions on angular
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

NAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

Bombay Fintech Interview FAQs

How many rounds are there in Bombay Fintech Angular Dot Net Developer interview?
Bombay Fintech interview process usually has 2 rounds. The most common rounds in the Bombay Fintech interview process are Technical and One-on-one Round.
What are the top questions asked in Bombay Fintech Angular Dot Net Developer interview?

Some of the top questions asked at the Bombay Fintech Angular Dot Net Developer interview -

  1. DSA Coding Question like Advanced Sort...read more
  2. OOPS Concepts are as...read more

Tell us how to improve this page.

Bombay Fintech Angular Dot Net Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Software Engineer
3 salaries
unlock blur

₹3.6 L/yr - ₹8.4 L/yr

Explore more salaries
Compare Bombay Fintech with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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