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

Filter interviews by

Clear (1)

Infosys UI Developer Interview Questions and Answers

Updated 16 Nov 2024

Infosys UI Developer Interview Experiences

6 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

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

I applied via Naukri.com

Round 1 - HR 

(2 Questions)

  • Q1. What's your father do..
  • Ans. 

    My father is a software engineer who works for a tech company.

    • Father is a software engineer

    • Works for a tech company

  • Answered by AI
  • Q2. Tell me family details

UI Developer Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2024

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

(1 Question)

  • Q1. Angular core concepts and Js questions

UI Developer Interview Questions Asked at Other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkbox ... read more
Q2. What is Redux? Explain workflow of redux and uses of redux.
Q3. What is Call, Apply and Bind in javscript
Q4. Explain Higher order function and Higher order component?
Q5. What is meta tag? What is position What promise What is callback ... read more

UI Developer Interview Questions & Answers

user image Sanket Kumbhar

posted on 23 Aug 2024

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

(1 Question)

  • Q1. Diff. between let var const
  • Ans. 

    let, var, and const are all used to declare variables in JavaScript, but they have different scopes and behaviors.

    • let: block-scoped variable, can be reassigned

    • var: function-scoped variable, can be reassigned

    • const: block-scoped variable, cannot be reassigned, but its properties can be modified

  • Answered by AI

Skills evaluated in this interview

UI Developer Interview Questions & Answers

user image Anonymous

posted on 16 Nov 2024

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

All basics Of JS, HTML and CSS

Infosys interview questions for designations

 Senior UI Developer

 (1)

 UI UX Developer

 (1)

 UI Lead

 (1)

 Developer

 (22)

 UI/UX Designer

 (1)

 Software Developer

 (260)

 Java Developer

 (143)

 Salesforce Developer

 (34)

UI Developer Interview Questions & Answers

user image Anonymous

posted on 23 Feb 2024

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

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. React routing , class component, functional components
  • Q2. Higher order component
  • Q3. Hooks concept, throttle

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn fundamentals very clearly

UI Developer Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2017

I was interviewed in Aug 2017.

Interview Preparation Tips

Round: Test
Experience: All questions related to HTML, CSS, Bootstrap, Javascript, JQuery and Angular jS
Duration: 30 minutes
Total Questions: 20

Round: Technical Interview
Experience: They ask all Technical Questions which are based on our skills mentioned in CV.

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. I joined cognizant as a fresher, so jat be confident about one programing language and try to solve basic fundamental programming and oops concept along with sql knowledge
  • Q2. I was asked for the Armstrong that l did and about hierarchy and structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident that you are a learner and can be fit to any project.

I applied via Recruitment Consultant and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Components of extjs
  • Ans. 

    ExtJS is a JavaScript framework for building web applications with rich user interfaces.

    • ExtJS has a wide range of components including grids, forms, trees, charts, and more.

    • Components can be customized with themes and plugins.

    • Some popular ExtJS components include GridPanel, FormPanel, and TreePanel.

    • ExtJS also includes a powerful data package for managing data in components.

    • Components can be easily integrated with other

  • Answered by AI
  • Q2. How to fetch value using different methods
  • Ans. 

    Different methods to fetch values in UI development

    • Using document.getElementById() to fetch value by element ID

    • Using document.querySelector() to fetch value by CSS selector

    • Using event.target.value to fetch value from input fields

    • Using AJAX to fetch data from server

    • Using local storage to fetch stored values

  • Answered by AI
  • Q3. Grid events and structures of basis form
  • Ans. 

    Grid events and structures are essential for UI development.

    • Grid events are actions that occur when a user interacts with a grid, such as clicking a cell or scrolling.

    • Grid structures refer to the layout and organization of the grid, including columns, rows, and headers.

    • Examples of grid events include onCellClick, onRowSelect, and onScroll.

    • Examples of grid structures include columnDefs, rowData, and headerHeight.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions on routing concepts, advanced html,css and javascript
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain difference between inline and inline block
  • Ans. 

    Inline elements do not start on a new line and only take up as much width as necessary, while inline-block elements can have a width and height set.

    • Inline elements do not start on a new line and only take up as much width as necessary

    • Inline-block elements can have a width and height set

    • Inline elements ignore top and bottom margins and padding, while inline-block elements respect them

  • Answered by AI
  • Q2. Described semantic html
  • Ans. 

    Semantic HTML is a way of writing HTML that focuses on the meaning of the content rather than its appearance.

    • Semantic HTML uses tags that clearly define the purpose of the content, such as <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>.

    • It helps improve accessibility for users with disabilities by providing more context to screen readers and other assistive tec...

  • Answered by AI

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Infosys Interview FAQs

How many rounds are there in Infosys UI Developer interview?
Infosys interview process usually has 1 rounds. The most common rounds in the Infosys interview process are Technical, One-on-one Round and HR.
How to prepare for Infosys UI 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 UI Development, Javascript, Angular, CSS and HTML.
What are the top questions asked in Infosys UI Developer interview?

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

  1. Diff. between let var co...read more
  2. React routing , class component, functional compone...read more
  3. Angular core concepts and Js questi...read more

Recently Viewed

REVIEWS

JK Cement

No Reviews

INTERVIEWS

Thermax Limited

No Interviews

INTERVIEWS

Wipro

No Interviews

SALARIES

Wipro

REVIEWS

Wissen Infotech

No Reviews

INTERVIEWS

Thermax Limited

No Interviews

SALARIES

TCS

INTERVIEWS

TCS

No Interviews

INTERVIEWS

RCL-PRIYA CEMENT

No Interviews

INTERVIEWS

Thermax Limited

No Interviews

Tell us how to improve this page.

Infosys UI Developer Interview Process

based on 7 interviews

1 Interview rounds

  • Technical Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys UI Developer Salary
based on 191 salaries
₹2.2 L/yr - ₹10.7 L/yr
9% more than the average UI Developer Salary in India
View more details

Infosys UI Developer Reviews and Ratings

based on 20 reviews

3.9/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.1

Salary

3.7

Job security

3.5

Company culture

2.8

Promotions

3.4

Work satisfaction

Explore 20 Reviews and Ratings
Technology Analyst
55.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent