Premium Employer

i

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

FIS Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 5.4k Reviews

Filter interviews by

FIS UI Developer Interview Questions and Answers

Updated 13 Aug 2024

FIS UI Developer Interview Experiences

2 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 13 Aug 2024

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

(2 Questions)

  • Q1. They have asked Backed related question for a ui role.
  • Q2. Mostly project related question

UI Developer Interview Questions & Answers

user image Anonymous

posted on 26 May 2021

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All topics in Angular, javascript,html,css

Interview Preparation Tips

Interview preparation tips for other job seekers - Two technical rounds plus one managerial round.
In technical discussion they have covered almost all the topics in angular , javascript, css,HTML and be prepared for puzzles too

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. Explain Higher order function and Higher order component?
Q4. What is Call, Apply and Bind in javscript
Q5. What is meta tag? What is position What promise What is callback ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. Ui development and component related
  • Q2. Performance of technology and challenges
Round 2 - HR 

(2 Questions)

  • Q1. Personal introduction and location details
  • Q2. Negatition of salries excepectations

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very good organization. Freindly nature in team operation is good from leads hikes also ok
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jun 2024.

Round 1 - Aptitude Test 

This is coding + mcq question

Round 2 - Technical 

(3 Questions)

  • Q1. What is react class based conponent?
  • Q2. What is mixins?
  • Q3. What are react lifecycles?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. WHat is event loop?
  • Ans. 

    Event loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.

    • Event loop is responsible for handling asynchronous operations in JavaScript.

    • It allows for non-blocking execution of code by continuously checking the call stack and the task queue.

    • When the call stack is empty, the event loop moves tasks from the task queue to the call stack for execution.

    • Example: setTim...

  • Answered by AI
  • Q2. What is DOM ?
  • Ans. 

    DOM stands for Document Object Model, a programming interface for web documents.

    • DOM is a tree-like structure that represents the elements of a web page.

    • It allows developers to manipulate the content, structure, and style of a web page using scripting languages like JavaScript.

    • DOM provides methods and properties to interact with HTML elements, such as selecting, adding, removing, or modifying them.

    • Example: document.getE...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

4 Questions

  • Q1. How to handle performance issues in angular
  • Ans. 

    Performance issues in Angular can be handled by optimizing code, reducing HTTP requests, and using lazy loading.

    • Optimize code by using trackBy in ngFor loops

    • Reduce HTTP requests by using caching and pagination

    • Use lazy loading to load only necessary components

    • Use AOT compilation to reduce load time

    • Avoid using ngIf with heavy computations

    • Use ChangeDetectionStrategy.OnPush to reduce change detection cycles

  • Answered by AI
  • Q2. How to create and use custom directive
  • Ans. 

    Custom directives in AngularJS allow you to create reusable components.

    • Create a new directive using the directive() method

    • Specify the directive's behavior using the link() method

    • Use the directive in HTML using its name as an attribute

    • Pass data to the directive using attributes

    • Example:

  • Answered by AI
  • Q3. How angular works , architecture
  • Ans. 

    Angular is a JavaScript framework for building web applications with a modular architecture.

    • Angular uses a component-based architecture to build reusable UI components

    • It uses a declarative approach to define UI elements and their behavior

    • Angular provides a powerful set of tools for data binding, dependency injection, and routing

    • It follows the MVC (Model-View-Controller) pattern to separate concerns and improve maintain...

  • Answered by AI
  • Q4. ES6 features

Skills evaluated in this interview

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

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

Round 1 - HR 

(1 Question)

  • Q1. Salary disccosion only
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 Jan 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is lazy loading? What is routing and how to implement it? How to implement observables? What is promise? How to achieve asynchronous call in javascript?
  • Ans. 

    Lazy loading is a technique to defer loading of non-critical resources until they are needed.

    • Lazy loading improves page load time and performance.

    • It is commonly used for images, videos, and other media files.

    • Lazy loading can be implemented using JavaScript libraries like LazyLoad or by using the Intersection Observer API.

    • Lazy loading can also be implemented in frameworks like Angular and React.

  • Answered by AI
  • Q2. What is HTML5? What is css3? How to achieve media queries?
  • Ans. 

    HTML5 is the latest version of the HTML standard, CSS3 is the latest version of the CSS standard, and media queries are used in CSS to apply different styles based on device characteristics.

    • HTML5 is the fifth and latest version of the HTML standard used for structuring content on the web.

    • CSS3 is the latest version of the CSS standard used for styling web pages.

    • Media queries in CSS allow for responsive design by applyin...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ne real and confident.
Have proper revision.
Be ready for proper explanation on your current role and responsibilities.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Questions on routing concepts, advanced html,css and javascript

I applied via Walk-in and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. For loop fine the array value
  • Ans. 

    Using a for loop to find a specific value in an array of strings.

    • Use a for loop to iterate through the array

    • Check each element to see if it matches the desired value

    • Return the index of the matching element or -1 if not found

  • Answered by AI
  • Q2. For loop fine the array valu
  • Ans. 

    To find array values using for loop

    • Declare a variable to store the sum of array values

    • Use a for loop to iterate through the array

    • Access each element using array[index] syntax

    • Add the element value to the sum variable

    • Return the sum variable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips u try ,it and u try the best prize

Skills evaluated in this interview

FIS Interview FAQs

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

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

  1. All topics in Angular, javascript,html,...read more
  2. They have asked Backed related question for a ui ro...read more
  3. Mostly project related quest...read more

Tell us how to improve this page.

FIS UI Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join FIS Advancing the way the world pays, banks and investments

UI Developer Interview Questions from Similar Companies

View all
FIS UI Developer Salary
based on 5 salaries
₹4.5 L/yr - ₹14 L/yr
26% more than the average UI Developer Salary in India
View more details

FIS UI Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

3.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
2.7k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Software Engineer
1.7k salaries
unlock blur

₹4.1 L/yr - ₹16 L/yr

Lead Engineer
694 salaries
unlock blur

₹7.2 L/yr - ₹27 L/yr

Team Member
664 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Leader Engineer
642 salaries
unlock blur

₹9.9 L/yr - ₹32.1 L/yr

Explore more salaries
Compare FIS with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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