Upload Button Icon Add office photos
Engaged Employer

i

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

Mphasis Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mphasis Angular Frontend Developer Interview Questions and Answers

Updated 3 Jun 2024

Mphasis Angular Frontend Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference beteen number and parseint, find and filter
  • Ans. 

    Number vs parseInt: Number converts a string to a number, parseInt parses a string and returns an integer. Find vs Filter: Find returns the first element that matches a condition, Filter returns all elements that match a condition.

    • Number vs parseInt: Number('10') returns 10, parseInt('10.5') returns 10

    • Find vs Filter: [1, 2, 3, 4, 5].find(num => num > 3) returns 4, [1, 2, 3, 4, 5].filter(num => num > 3) returns [4, 5]

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

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

(2 Questions)

  • Q1. Angular advanced concepts?
  • Q2. Javascript coding round ?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. Html related tags questions, new tags in htmls, what is inline block, sigular tag 2. css related question: what is selector, how to apply css for global, flex 3. javascript questions, need to give outpu...
Round 2 - Technical 

(1 Question)

  • Q1. 2nd round was also the technical. those who are selected in both round was going to get result in next working day.

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Angular Frontend Developer interview:
  • HTML
  • Javascipt
  • output
  • Angular
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle hooks in angular
  • Ans. 

    Angular life cycle hooks are methods that allow you to tap into specific points in a component's life cycle.

    • ngOnChanges: called when an input property changes

    • ngOnInit: called once the component is initialized

    • ngOnDestroy: called before the component is destroyed

    • ngAfterViewInit: called after the component's view has been fully initialized

  • Answered by AI
  • Q2. Digest cycle in angular
  • Ans. 

    The digest cycle in Angular is the process where Angular checks all the watchers in the scope for changes and updates the view accordingly.

    • During the digest cycle, Angular compares the current value of the watchers with the previous value to detect changes.

    • If a change is detected, Angular updates the view to reflect the changes.

    • The digest cycle continues until all watchers have been checked and no more changes are dete...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. They asked basic questions on angular. Tried to confuse a little and later gave a whole lot of source code in angular and asked to implement, fix and update a few things.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain promises and types
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation. Types refer to the data types in TypeScript.

    • Promises are used for handling asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Types in TypeScript help catch errors early by enforcing data types at compile time.

    • Examples: Promise.resolve(), Promise.reject(), string, num

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About project , about html css js angular and GitHub
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. General communication?
  • Q2. Salary discussion?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was aptitude test abount math and reasoning.

Round 2 - Coding Test 

Some general algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare algorithms

Mphasis Interview FAQs

How many rounds are there in Mphasis Angular Frontend Developer interview?
Mphasis interview process usually has 1 rounds. The most common rounds in the Mphasis interview process are Technical.

Tell us how to improve this page.

Mphasis Angular Frontend Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Mphasis Angular Frontend Developer Salary
based on 11 salaries
₹3.5 L/yr - ₹7 L/yr
27% less than the average Angular Frontend Developer Salary in India
View more details

Mphasis Angular Frontend Developer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

3.4

Job security

4.0

Company culture

2.7

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
6.3k salaries
unlock blur

₹2 L/yr - ₹11.1 L/yr

Senior Software Engineer
5.6k salaries
unlock blur

₹6 L/yr - ₹23.5 L/yr

Associate Software Engineer
4.6k salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Module Lead
2.4k salaries
unlock blur

₹9.5 L/yr - ₹34.3 L/yr

Transaction Processing Officer
2.3k salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Mphasis with

Cognizant

3.8
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare

TCS

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