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

Compare button icon Compare button icon Compare
3.7

based on 37.1k Reviews

Filter interviews by

Infosys Angular Developer Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top Infosys Angular Developer Interview Questions and Answers

View all 13 questions

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
  • Ans. 

    I am a passionate Angular Developer with 5 years of experience in building responsive web applications.

    • 5 years of experience in Angular development

    • Strong knowledge of HTML, CSS, and JavaScript

    • Experience in building responsive web applications

    • Familiarity with RESTful APIs and version control systems like Git

  • Answered by AI
  • 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
  • Ans. 

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

    • Used Angular framework for front-end development

    • Implemented CRUD operations for managing products and sales

    • Integrated with backend APIs for data retrieval and storage

  • Answered by AI
  • Q5. How to transfer data between components
  • 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 injected i...

  • Answered by AI
  • Q6. Mostly they asked about my project work
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate Angular Developer with 5 years of experience in building responsive web applications.

    • 5 years of experience in Angular development

    • Strong knowledge of HTML, CSS, and JavaScript

    • Experience in building responsive web applications

    • Familiarity with RESTful APIs and version control systems like Git

  • Answered by AI
  • 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?
  • Q2. Pipes in Angular
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is Agile. Explain
  • Q2. How you managed team?
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Place discussion

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 on them in your pro ... read more
asked in ONPASSIVE
Q3. what are the features of latest typescript version you used in yo ... 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
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

Infosys interview questions for designations

 Angular JS Developer

 (1)

 Angular Frontend Developer

 (13)

 Senior Angular Developer

 (2)

 Angular Lead

 (1)

 Developer

 (21)

 Software Developer

 (255)

 Java Developer

 (142)

 Salesforce Developer

 (33)

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

Get interview-ready with Top Infosys Interview Questions

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 Jobs at Infosys

View all

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
  • 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

  • Answered by AI
  • Q2. What is 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.

  • Answered by AI
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

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, SDLC, Javascript and Bootstrap.
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.

Infosys Angular Developer Interview Process

based on 11 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 7 Infosys interviews
Job Portal
Referral
Company Website
57%
29%
14%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Angular Developer Salary
based on 123 salaries
₹2.7 L/yr - ₹10 L/yr
At par with the average Angular Developer Salary in India
View more details

Infosys Angular Developer Reviews and Ratings

based on 5 reviews

4.3/5

Rating in categories

3.2

Skill development

3.7

Work-Life balance

3.3

Salary & Benefits

3.9

Job Security

3.7

Company culture

2.0

Promotions/Appraisal

3.2

Work Satisfaction

Explore 5 Reviews and Ratings
Angular Developer - Gurugram

Hyderabad / Secunderabad,

Chennai

+1

3-8 Yrs

Not Disclosed

Angular Developer - Hyderabad

Hyderabad / Secunderabad,

Chennai

+1

5-10 Yrs

Not Disclosed

Angular Developer - Bangalore

Hyderabad / Secunderabad,

Chennai

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
56.2k salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Systems Engineer
49.7k salaries
unlock blur

₹2.8 L/yr - ₹8 L/yr

System Engineer
39k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Technical Lead
30.7k salaries
unlock blur

₹5.2 L/yr - ₹19.5 L/yr

Senior Associate Consultant
27.1k salaries
unlock blur

₹4.3 L/yr - ₹16.8 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
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