Premium Employer

i

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

Infosys Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Angular Developer Interview Questions and Answers

Updated 10 Jan 2025

14 Interview questions

🔥 Asked by recruiter 2 times
An Angular Developer was asked 7mo ago
Q. What is the difference between authorization and authentication?
Ans. 

Authentication verifies the identity of a user, while authorization determines what a user can access.

  • Authentication confirms the user's identity through credentials like username and password.

  • Authorization controls the user's access to resources or features based on their authenticated identity.

  • Example: Logging into a website (authentication) and then being able to view/edit specific pages based on user roles (au...

An Angular Developer was asked 7mo ago
Q. What is Agile? Explain.
Ans. 

Agile is a project management methodology that emphasizes flexibility, collaboration, and iterative development.

  • Agile focuses on delivering working software in short, iterative cycles called sprints.

  • It values customer collaboration, responding to change, and continuous improvement.

  • Scrum and Kanban are popular Agile frameworks used in software development.

  • Agile promotes self-organizing teams and regular feedback to...

Angular Developer Interview Questions Asked at Other Companies

asked in ONPASSIVE
Q1. How can you pass data between parent and child components?, what ... read more
asked in ONPASSIVE
Q2. What are life cycle hooks, and have you worked with them in your ... read more
asked in ONPASSIVE
Q3. What are the features of the latest TypeScript version you used i ... read more
Q4. What are the ways of improving performance of an application?
asked in TCS
Q5. JavaScript 1. let vs var 2. shallow copy vs deep copy 3. timeout ... read more
An Angular Developer was asked 8mo ago
Q. What are the methods to transfer data between components in Angular?
Ans. 

Methods to transfer data between components in Angular include Input and Output properties, ViewChild, Services, and Event Emitters.

  • Using Input and Output properties to pass data from parent to child components and emit events from child to parent components.

  • Using ViewChild to access child components and their properties directly from the parent component.

  • Using Services to create a shared service that can be injec...

An Angular Developer was asked 8mo ago
Q. Explain the Flexbox model.
Ans. 

Flexbox is a layout model in CSS that allows for dynamic and responsive design of web pages.

  • Flexbox is used to create flexible layouts that can adapt to different screen sizes and orientations.

  • It allows for easy alignment and distribution of elements within a container.

  • Flexbox properties include display: flex, flex-direction, justify-content, align-items, and flex-grow.

  • Example: display: flex; justify-content: cent...

An Angular Developer was asked 8mo ago
Q. What are attributes in HTML?
Ans. 

Attributes in HTML provide additional information about an element and are defined within the element's start tag.

  • Attributes are used to modify the behavior or appearance of an HTML element.

  • They are specified within the opening tag of an element using name-value pairs.

  • Examples include 'href' in an anchor tag (<a href='https://www.example.com'>) and 'src' in an image tag (<img src='image.jpg'>).

What are the roles & responsibilities of a Angular Developer at Infosys?

Client Interaction

  • Interface with clients for quality assurance and issue resolution
  • Ensure high customer satisfaction

Read full roles & responsibilities

An Angular Developer was asked 12mo ago
Q. How does setTimeout work in JavaScript?
Ans. 

setTimeout function in JavaScript is used to execute a function after a specified amount of time.

  • setTimeout function takes two parameters: a function to be executed and a time delay in milliseconds

  • Example: setTimeout(function(){ console.log('Hello!'); }, 2000); will log 'Hello!' after 2 seconds

  • You can also pass additional arguments to the function being executed

Infosys HR Interview Questions

880 questions and answers

Q. How have you addressed security concerns in your project?
Q. Explain your last project.
Q. What aspects of your resume would you like to highlight?
🔥 Asked by recruiter 3 times
An Angular Developer was asked
Q. What is a directive?
Ans. 

A directive in Angular is a marker on a DOM element that tells Angular to attach a specific behavior to that element.

  • Directives are used to extend HTML with new attributes or elements.

  • They can be classified into three types: Component, Structural, and Attribute directives.

  • Examples include ngIf, ngFor, and ngStyle.

Are these interview questions helpful?
🔥 Asked by recruiter 2 times
An Angular Developer was asked
Q. 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 only loading necessary resources when required

An Angular Developer was asked
Q. Explain the structure of Angular components.
Ans. 

Angular components structure consists of a component decorator, template, styles, and class.

  • Components are the building blocks of Angular applications

  • Each component has a decorator that marks it as an Angular component

  • Components have a template that defines the view

  • Styles can be added to components using CSS

  • The class contains the logic for the component

An Angular Developer was asked
Q. Explain validations.
Ans. 

Validations are checks performed on user input to ensure data integrity and accuracy.

  • Validations are used to ensure that data entered by users meets certain criteria.

  • Common types of validations include required fields, data type checks, length restrictions, and pattern matching.

  • Angular provides built-in validators like required, min/max length, pattern, and custom validators.

  • Validators can be applied to form contr...

Infosys Angular Developer Interview Experiences

13 interviews found

Angular Developer Interview Questions & Answers

user image SandhiyaMani

posted on 10 Dec 2024

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

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Tell me about yourself
  • Q2. Can you explain attributes in Html
  • Ans. 

    Attributes in HTML provide additional information about an element and are defined within the element's start tag.

    • Attributes are used to modify the behavior or appearance of an HTML element.

    • They are specified within the opening tag of an element using name-value pairs.

    • Examples include 'href' in an anchor tag (<a href='https://www.example.com'>) and 'src' in an image tag (<img src='image.jpg'>).

  • Answered by AI
  • Q3. Explain about Flexbox model
  • Ans. 

    Flexbox is a layout model in CSS that allows for dynamic and responsive design of web pages.

    • Flexbox is used to create flexible layouts that can adapt to different screen sizes and orientations.

    • It allows for easy alignment and distribution of elements within a container.

    • Flexbox properties include display: flex, flex-direction, justify-content, align-items, and flex-grow.

    • Example: display: flex; justify-content: center; a...

  • Answered by AI
  • Q4. Explain about your project
  • Q5. How to transfer data between components
  • Q6. Mostly they asked about my project work
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Explain your current project and your contribution

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in what you are saying.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between authorization and authentication?
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what a user can access.

    • Authentication confirms the user's identity through credentials like username and password.

    • Authorization controls the user's access to resources or features based on their authenticated identity.

    • Example: Logging into a website (authentication) and then being able to view/edit specific pages based on user roles (authori...

  • Answered by AI
  • Q2. Pipes in Angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view.

    • Angular provides built-in pipes like DatePipe, UpperCasePipe, LowerCasePipe, etc.

    • Custom pipes can also be created for specific formatting needs.

    • Pipes can be chained together for multiple transformations.

    • Example: {{ birthday | date:'dd/MM/yyyy' }} will format the birthday date.

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is Agile. Explain
  • Q2. How you managed team?
  • Ans. 

    I managed the team by setting clear goals, delegating tasks effectively, providing support and feedback, and fostering a collaborative environment.

    • Set clear goals and expectations for the team

    • Delegate tasks based on team members' strengths and skills

    • Provide regular feedback and support to team members

    • Encourage open communication and collaboration among team members

    • Lead by example and demonstrate a strong work ethic

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Place discussion
Interview experience
1
Bad
Difficulty level
Easy
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 - Technical 

(2 Questions)

  • Q1. Javascript Basics
  • Q2. Angular Questions
Round 2 - Behavioral 

(3 Questions)

  • Q1. About me and my company
  • Q2. JS & Angular Basics
  • Q3. About Projects in my resume.

Interview Preparation Tips

Topics to prepare for Infosys Angular Developer interview:
  • Angular
  • Javascript
Interview preparation tips for other job seekers - It made me realise that infosys is not the place to work. It had a school mentality and filled with senior people who like it the old way i.e they like to project authority. Going with the old way is fine. Projecting Dominance not.

Angular Developer Interview Questions & Answers

user image Nitin Hiroli

posted on 10 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. 1. ngStyle syntax 2. Routing 3. media query 4. position css attribute 5. Agile methodlogy 6. life cycle hooks

Angular Developer Interview Questions & Answers

user image Harshavardhan Indla

posted on 13 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Lifecycle hooks
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

Angular Developer Interview Questions & Answers

user image Shrikant Arjunbhai More

posted on 5 Jul 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is lazy loding
  • Q2. What is directive
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics related to angular bindings, routing, gaurds
  • Q2. Set timeout qustions in js
  • Ans. 

    setTimeout function in JavaScript is used to execute a function after a specified amount of time.

    • setTimeout function takes two parameters: a function to be executed and a time delay in milliseconds

    • Example: setTimeout(function(){ console.log('Hello!'); }, 2000); will log 'Hello!' after 2 seconds

    • You can also pass additional arguments to the function being executed

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic Angular and CSS
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Directives component routing

What people are saying about Infosys

View All
lesspine
Verified Icon
5d
works at
Infosys
Seeking insights on TCS offer letter
Hii All, I have attended interview for service desk role in tcs at the end of June my tech round and managerial round later I have submitted all my documents in ibegin portal all are showing verified in the portal and in the 2nd week of July I have completed my hr round and later multiple follow ups given update like internal approvals will take time it's been more than month I have contacted hr and he said like internal approvals will take time I asked will it be a month she said it will take more than a month no clear timeline. So will I get offer letter or not seeking insights on this.
Got a question about Infosys?
Ask anonymously on communities.

Infosys Interview FAQs

How many rounds are there in Infosys Angular Developer interview?
Infosys interview process usually has 1-2 rounds. The most common rounds in the Infosys interview process are Technical, Behavioral and HR.
How to prepare for Infosys Angular Developer 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 Infosys. The most common topics and skills that interviewers at Infosys expect are Angular, Angularjs, Javascript, SDLC and HTML.
What are the top questions asked in Infosys Angular Developer interview?

Some of the top questions asked at the Infosys Angular Developer interview -

  1. What is the difference between authorization and authenticati...read more
  2. Software development life cy...read more
  3. Can you explain attributes in H...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 11 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 43%
2-4 weeks 57%
View more
Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Angular Developer Interview Questions
3.5
 • 11.2k Interviews
Accenture Angular Developer Interview Questions
3.7
 • 8.7k Interviews
Wipro Angular Developer Interview Questions
3.7
 • 6.2k Interviews
Cognizant Angular Developer Interview Questions
3.7
 • 6k Interviews
Capgemini Angular Developer Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Angular Developer Interview Questions
3.5
 • 4.2k Interviews
HCLTech Angular Developer Interview Questions
3.5
 • 4.2k Interviews
Genpact Angular Developer Interview Questions
3.7
 • 3.5k Interviews
LTIMindtree Angular Developer Interview Questions
3.7
 • 3.1k Interviews
IBM Angular Developer Interview Questions
3.9
 • 2.5k Interviews
View all
Infosys Angular Developer Salary
based on 176 salaries
₹3.6 L/yr - ₹7.8 L/yr
7% less than the average Angular Developer Salary in India
View more details

Infosys Angular Developer Reviews and Ratings

based on 10 reviews

3.7/5

Rating in categories

2.9

Skill development

3.8

Work-life balance

3.4

Salary

3.7

Job security

3.2

Company culture

2.2

Promotions

3.0

Work satisfaction

Explore 10 Reviews and Ratings
Angular Developer-STG(P)

Kolkata,

Hyderabad / Secunderabad

+1

6-11 Yrs

Not Disclosed

Angular Developer-STG(P)

Hyderabad / Secunderabad,

Chennai

+1

6-11 Yrs

Not Disclosed

Angular Developer

Chandigarh

3-5 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.1k salaries
unlock blur

₹4.8 L/yr - ₹10 L/yr

Senior Systems Engineer
54.4k salaries
unlock blur

₹2.5 L/yr - ₹6.3 L/yr

Technical Lead
35.4k salaries
unlock blur

₹9.5 L/yr - ₹16.5 L/yr

System Engineer
32.6k salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Senior Associate Consultant
32.4k salaries
unlock blur

₹8.3 L/yr - ₹15 L/yr

Explore more salaries
Compare Infosys with

TCS

3.5
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview