Upload Button Icon Add office photos

Filter interviews by

Manhattan Associates Angular Frontend Developer Interview Questions and Answers

Updated 6 Jan 2025

Manhattan Associates Angular Frontend Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Bootstrapping process
  • Q2. Lifecycle hooks

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(6 Questions)

  • Q1. What are AOT and JIT in Angular?
  • Ans. 

    AOT and JIT are compilation techniques in Angular.

    • AOT (Ahead-of-Time) compilation is done at build time, converting TypeScript and HTML code into efficient JavaScript code before the browser runs it.

    • JIT (Just-in-Time) compilation is done at runtime, converting TypeScript and HTML code into JavaScript code while the application is running.

    • AOT improves performance by reducing the size of the bundle and optimizing the cod...

  • Answered by AI
  • Q2. Observables vs promises
  • Ans. 

    Observables are streams of data that can be subscribed to, while promises are a single future value.

    • Observables can handle multiple values over time, while promises can only handle a single value.

    • Observables are cancellable, while promises are not.

    • Observables support operators like map, filter, and reduce for data transformation.

    • Promises have a simpler API with just then and catch methods.

    • Observables are lazy, meaning ...

  • Answered by AI
  • Q3. What is data binding and types?
  • Ans. 

    Data binding is the automatic synchronization of data between the model and view components in an application.

    • Data binding allows for the seamless updating of data in the model and reflecting those changes in the view without manual intervention.

    • There are two types of data binding in Angular: one-way binding and two-way binding.

    • One-way binding updates the view when the model changes, while two-way binding updates both ...

  • Answered by AI
  • Q4. What is closure?
  • Ans. 

    Closure is a function that has access to its own scope, as well as the scope of its outer function.

    • A closure allows a function to access variables from its outer function even after the outer function has finished executing.

    • Closures are commonly used in JavaScript to create private variables and functions.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(oute

  • Answered by AI
  • Q5. Lazyloading in angular
  • Ans. 

    Lazy loading in Angular is a technique used to load modules only when they are needed, improving performance.

    • Lazy loading helps reduce initial load time by loading modules on demand

    • Implemented using loadChildren property in routes configuration

    • Lazy loaded modules have their own routes and components

  • Answered by AI
  • Q6. Directives in Angular and Types
  • Ans. 

    Directives in Angular 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.

    • Directives are used to create reusable components in Angular.

    • There are three types of directives in Angular: Component, Structural, and Attribute directives.

    • Examples of directives include ngIf, ngFor, and ngStyle.

  • Answered by AI
Round 2 - Coding Test 

Pagination task and filter table data

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Observables?
  • Ans. 

    Observables are a way to handle asynchronous data streams in Angular.

    • Observables are similar to Promises, but can emit multiple values over time.

    • They can be created using the RxJS library.

    • They can be used for handling user input, HTTP requests, and other asynchronous operations.

    • Operators can be used to transform, filter, and combine observables.

    • Subscriptions are used to listen for emitted values and handle errors and c

  • Answered by AI
  • Q2. How to implement interfaces without methods?
  • Ans. 

    Interfaces without methods can be implemented using type aliases.

    • Type aliases can be used to define a shape of an object without any methods.

    • Type aliases can be used to define a shape of an object with optional properties.

    • Type aliases can be used to define a shape of an object with readonly properties.

    • Type aliases can be used to define a shape of an object with union types.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to leave current company?

Interview Preparation Tips

Topics to prepare for Nihilent Angular Frontend Developer interview:
  • OOPS
  • Interfaces
  • inheritance
  • type script
Interview preparation tips for other job seekers - First HR called and collected below information.
Total exp, current ctc, expected ctc, in hand offer.

Then Technical interview scheduled in the next week. I liked this round because Interviewer was very good technically. He asked very few questions but right on the topic and then went into detail of each question. He also explained few things that I didnt recall at the time but remembered when he provided some hint. Really learned some good points from him.

Then HR discussion was scheduled after few days. The attitude of HR didnt seem like an HR but like CEO of the company. He told me straight that you have a good offer in hand so you should take that and then he rejected me.

The only problem I think exists in this process is, if company had to reject me because of obivious reason of having a good offer in hand then they should have rejected me at the time of first HR discussion. Why they had to wait till last HR discussion. This is waste of candidates time.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Angular Basic Concepts interceptor,Observable,AuthGuard

I applied via Approached by Company and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Observables?
  • Ans. 

    Observables are a way to handle asynchronous data streams in Angular.

    • Observables are similar to Promises, but can emit multiple values over time.

    • They can be created using the RxJS library.

    • They can be used for handling user input, HTTP requests, and other asynchronous operations.

    • Operators can be used to transform, filter, and combine observables.

    • Subscriptions are used to listen for emitted values and handle errors and c

  • Answered by AI
  • Q2. How to implement interfaces without methods?
  • Ans. 

    Interfaces without methods can be implemented using type aliases.

    • Type aliases can be used to define a shape of an object without any methods.

    • Type aliases can be used to define a shape of an object with optional properties.

    • Type aliases can be used to define a shape of an object with readonly properties.

    • Type aliases can be used to define a shape of an object with union types.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to leave current company?

Interview Preparation Tips

Topics to prepare for Nihilent Angular Frontend Developer interview:
  • OOPS
  • Interfaces
  • inheritance
  • type script
Interview preparation tips for other job seekers - First HR called and collected below information.
Total exp, current ctc, expected ctc, in hand offer.

Then Technical interview scheduled in the next week. I liked this round because Interviewer was very good technically. He asked very few questions but right on the topic and then went into detail of each question. He also explained few things that I didnt recall at the time but remembered when he provided some hint. Really learned some good points from him.

Then HR discussion was scheduled after few days. The attitude of HR didnt seem like an HR but like CEO of the company. He told me straight that you have a good offer in hand so you should take that and then he rejected me.

The only problem I think exists in this process is, if company had to reject me because of obivious reason of having a good offer in hand then they should have rejected me at the time of first HR discussion. Why they had to wait till last HR discussion. This is waste of candidates time.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java script basics
  • Q2. Angular basics questions
Round 2 - Coding Test 

Technical questions and live coding questions with medium difficulty

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and answer in detail
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Indeed and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. First is telephonic round it was friendly and co-operative interview process. 1Tell me about yourself 2.What is JavaScript 3.Pure Pipe and Impure Pipe
  • Q2. 4.How to create custom Pipe? 5.Directives in angular 6.Binding in angular
  • Ans. 

    Answers to questions related to Angular frontend development

    • To create a custom pipe, use the @Pipe decorator and implement the PipeTransform interface

    • Directives in Angular are used to manipulate the DOM and add behavior to elements

    • Binding in Angular is used to connect the component class with the template

    • Examples of binding include property binding, event binding, and two-way binding

  • Answered by AI
Round 2 - Coding Test 

Coding and technical round in which interview ask me to write a function which gives output true when we pass value 5 otherwise returns false; for 2 functions-> 1.Having 2.Available

Interview Preparation Tips

Interview preparation tips for other job seekers - Prpeare 1.Javascript 2.Angular and practice some coding questions.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic of Angular Question
Round 2 - HR 

(1 Question)

  • Q1. Project Info About Salary CTC Structure
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(6 Questions)

  • Q1. What are AOT and JIT in Angular?
  • Ans. 

    AOT and JIT are compilation techniques in Angular.

    • AOT (Ahead-of-Time) compilation is done at build time, converting TypeScript and HTML code into efficient JavaScript code before the browser runs it.

    • JIT (Just-in-Time) compilation is done at runtime, converting TypeScript and HTML code into JavaScript code while the application is running.

    • AOT improves performance by reducing the size of the bundle and optimizing the cod...

  • Answered by AI
  • Q2. Observables vs promises
  • Ans. 

    Observables are streams of data that can be subscribed to, while promises are a single future value.

    • Observables can handle multiple values over time, while promises can only handle a single value.

    • Observables are cancellable, while promises are not.

    • Observables support operators like map, filter, and reduce for data transformation.

    • Promises have a simpler API with just then and catch methods.

    • Observables are lazy, meaning ...

  • Answered by AI
  • Q3. What is data binding and types?
  • Ans. 

    Data binding is the automatic synchronization of data between the model and view components in an application.

    • Data binding allows for the seamless updating of data in the model and reflecting those changes in the view without manual intervention.

    • There are two types of data binding in Angular: one-way binding and two-way binding.

    • One-way binding updates the view when the model changes, while two-way binding updates both ...

  • Answered by AI
  • Q4. What is closure?
  • Ans. 

    Closure is a function that has access to its own scope, as well as the scope of its outer function.

    • A closure allows a function to access variables from its outer function even after the outer function has finished executing.

    • Closures are commonly used in JavaScript to create private variables and functions.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(oute

  • Answered by AI
  • Q5. Lazyloading in angular
  • Ans. 

    Lazy loading in Angular is a technique used to load modules only when they are needed, improving performance.

    • Lazy loading helps reduce initial load time by loading modules on demand

    • Implemented using loadChildren property in routes configuration

    • Lazy loaded modules have their own routes and components

  • Answered by AI
  • Q6. Directives in Angular and Types
  • Ans. 

    Directives in Angular 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.

    • Directives are used to create reusable components in Angular.

    • There are three types of directives in Angular: Component, Structural, and Attribute directives.

    • Examples of directives include ngIf, ngFor, and ngStyle.

  • Answered by AI
Round 2 - Coding Test 

Pagination task and filter table data

Skills evaluated in this interview

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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Brief about your project ?
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used Angular framework to create a responsive and user-friendly interface.

    • Implemented features for adding, updating, and deleting products in the inventory.

    • Integrated with backend APIs to fetch real-time sales data and generate reports.

    • Utilized Angular Material for designing consistent UI components.

  • Answered by AI
  • Q2. What is angular? what is SPA?
  • Ans. 

    Angular is a popular front-end framework for building web applications. SPA stands for Single Page Application.

    • Angular is a front-end framework developed by Google for building dynamic web applications.

    • It uses TypeScript for building applications with components, services, and modules.

    • SPA is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA provid...

  • Answered by AI
  • Q3. What is lazy loading?
  • Ans. 

    Lazy loading is a technique in web development where resources are loaded only when needed, improving performance.

    • Lazy loading helps reduce initial load time by loading resources on demand

    • It is commonly used in Angular for loading modules, components, or routes asynchronously

    • Lazy loading can improve user experience by speeding up page load times

  • Answered by AI
  • Q4. What is rxjs? in deep?
  • Ans. 

    RxJS is a library for reactive programming using Observables to handle asynchronous data streams.

    • RxJS stands for Reactive Extensions for JavaScript.

    • It allows you to work with asynchronous data streams and handle events.

    • Operators like map, filter, and mergeMap are used to manipulate and combine streams.

    • Subscriptions are used to listen to and react to changes in the data streams.

    • Example: Using RxJS to make HTTP requests

  • Answered by AI
  • Q5. Angular and javascript basic question?
  • Q6. Difference between ?? and ?:
  • Ans. 

    ?? is the nullish coalescing operator, while ? is the optional chaining operator in Angular.

    • ?? is used to provide a default value when a variable is null or undefined.

    • ? is used to safely access nested properties of an object without causing errors.

    • Example: const name = person?.name; // safe access to 'name' property of 'person' object

  • Answered by AI

Skills evaluated in this interview

Manhattan Associates Interview FAQs

How many rounds are there in Manhattan Associates Angular Frontend Developer interview?
Manhattan Associates interview process usually has 1 rounds. The most common rounds in the Manhattan Associates interview process are Technical.
What are the top questions asked in Manhattan Associates Angular Frontend Developer interview?

Some of the top questions asked at the Manhattan Associates Angular Frontend Developer interview -

  1. Bootstrapping proc...read more
  2. Lifecycle ho...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 890 Interviews
SAP Interview Questions
4.2
 • 303 Interviews
NeoSOFT Interview Questions
4.0
 • 257 Interviews
3i Infotech Interview Questions
3.5
 • 139 Interviews
Microland Interview Questions
3.5
 • 124 Interviews
Sify Technologies Interview Questions
3.9
 • 120 Interviews
Mastek Interview Questions
3.6
 • 116 Interviews
View all
Software Engineer
675 salaries
unlock blur

₹5.5 L/yr - ₹15.2 L/yr

Senior Software Engineer
404 salaries
unlock blur

₹9.3 L/yr - ₹27 L/yr

Technical Lead
212 salaries
unlock blur

₹13.8 L/yr - ₹36.4 L/yr

Technical Analyst
102 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Senior Consultant
84 salaries
unlock blur

₹10.1 L/yr - ₹21 L/yr

Explore more salaries
Compare Manhattan Associates with

Blue Yonder

4.0
Compare

SAP

4.2
Compare

Oracle

3.7
Compare

Infor Global Solution

4.1
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