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

Compare button icon Compare button icon Compare
3.9

based on 5.3k Reviews

Filter interviews by

FIS Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top FIS Interview Questions and Answers

View all 188 questions

FIS Interview Experiences

Popular Designations

468 interviews found

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. API automation testing.
  • Q2. Automation related questions
  • Q3. Agile based questions in management round
  • Q4. Java related questions like collection, interfaces, abstract classes, inheritance etc

Interview Preparation Tips

Interview preparation tips for other job seekers - For interview you need to be well prepared for java and selenium.
API Testing is hot topic now a days so keep a check on it.
2 round were taken , 1st was technical and 2 nd round was technical and management.
Try to give examples for every answer you give.

I applied via Referral and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.
Round 2 - Aptitude Test 

An online test contains maths and grammar questions

Interview Preparation Tips

Interview preparation tips for other job seekers - From my end, I would just say that be confident and make your tone polize oozing with confidence.

I believe there is place and time for everyone, keep striking the moment you will feel let's give up , or depressed then believe you r gonna get a job very soon

Customer Service Advisor Interview Questions asked at other Companies

Q1. How can you handle a Aggressive Customer?
View answer (1)

I applied via Campus Placement and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was quite easy and good

Round 2 - One-on-one 

(2 Questions)

  • Q1. About oops, maximum questions were based on aptitude
  • Q2. It was quite difficult. I got questions from sql too
Round 3 - HR 

(1 Question)

  • Q1. Nothing much. Just about the location and why choosing this company

Interview Preparation Tips

Topics to prepare for FIS Software Engineer interview:
  • Aptitude
  • SQL
  • OOPS
  • Data Structures
Interview preparation tips for other job seekers - I had been selected and got call from the hr 2 months back but yet didn’t receive the offer letter after the certificate verification

Top FIS Software Engineer Interview Questions and Answers

Q1. What are the first concepts of Object-Oriented Programming (OOP), the SOLID principles, and their implementation? Additionally, can you explain two design patterns theoretically and describe how you have utilized them in your work, includin... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

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

Interview Questionnaire 

4 Questions

  • Q1. Sql queries
  • Q2. Unix commands
  • Q3. Your work experience
  • Q4. All depend on how you answer frist questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Give answer with honesty

Top FIS Senior Software Engineer Interview Questions and Answers

Q1. How would you debug an application to solve a production defect that was raised?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

FIS interview questions for popular designations

 Software Engineer

 (25)

 IT Trainee

 (23)

 Senior Software Engineer

 (19)

 Software Developer

 (10)

 Lead Engineer

 (9)

 Business Analyst

 (8)

 Lead Analyst

 (8)

 Analyst

 (7)

Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2023

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

I applied via Referral and was interviewed before Oct 2022. 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 - Technical 

(2 Questions)

  • Q1. OS, communication skills
  • Q2. Related to projects

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Get interview-ready with Top FIS Interview Questions

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2023

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

I applied via Naukri.com and was interviewed before Mar 2022. There were 3 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 

(7 Questions)

  • Q1. Angular Lifecycle hooks
  • Q2. Components vs Directives
  • Ans. 

    Components are reusable building blocks while directives are used to manipulate the DOM.

    • Components are self-contained and can be used multiple times in an application

    • Directives are used to add behavior to an existing DOM element

    • Components have their own template while directives do not

    • Examples of components include buttons, forms, and menus

    • Examples of directives include ngIf, ngFor, and ngStyle

  • Answered by AI
  • Q3. Benefits of service in Angular
  • Q4. Change detection strategy
  • Ans. 

    Change detection strategy involves identifying and responding to changes in a system or process.

    • Define the scope of the system or process being monitored

    • Establish a baseline for normal behavior

    • Use monitoring tools to detect changes

    • Set thresholds for triggering alerts or actions

    • Implement a response plan for identified changes

  • Answered by AI
  • Q5. Javascript vs typescript
  • Ans. 

    TypeScript is a superset of JavaScript that adds static typing and other features.

    • TypeScript catches errors at compile time, while JavaScript only catches them at runtime.

    • TypeScript supports object-oriented programming concepts like classes and interfaces.

    • TypeScript can be transpiled into JavaScript, so it can run on any browser or platform that supports JavaScript.

    • JavaScript is easier to learn and use for small projec...

  • Answered by AI
  • Q6. Routing in angular ?
  • Ans. 

    Routing in Angular is used to navigate between different components of an application.

    • Angular Router is a powerful tool that allows you to define navigation paths and routes in your application.

    • It helps in creating Single Page Applications (SPAs) by loading different components based on the URL.

    • Routes can be defined using the RouterModule and ActivatedRoute modules.

    • Navigation can be done using routerLink directive or p...

  • Answered by AI
  • Q7. Route guards in angular
  • Ans. 

    Route guards are used in Angular to protect routes from unauthorized access.

    • Route guards can be used to check if a user is authenticated before allowing access to a route.

    • There are three types of route guards: CanActivate, CanActivateChild, and CanLoad.

    • CanActivate is used to protect individual routes, CanActivateChild is used to protect child routes, and CanLoad is used to protect lazy-loaded modules.

    • Route guards can b...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Data sharing between compontent
  • Ans. 

    Data sharing between components is crucial for efficient communication and collaboration.

    • Use a common data format for easy interpretation and integration

    • Implement secure data transfer protocols to protect sensitive information

    • Ensure data consistency and accuracy through proper validation and verification

    • Consider the scalability and performance of the data sharing mechanism

    • Examples include RESTful APIs, message queues,

  • Answered by AI
  • Q2. Different ways of loading routes
  • Ans. 

    Routes can be loaded using various methods depending on the framework used.

    • In Express.js, routes can be loaded using app.get(), app.post(), app.put(), app.delete() methods

    • In Laravel, routes can be loaded using Route::get(), Route::post(), Route::put(), Route::delete() methods

    • In Ruby on Rails, routes can be loaded using resources, get, post, put, patch, and delete methods

    • Routes can also be loaded dynamically using middl

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the basics of angular if you are going for UI development using Angular

Skills evaluated in this interview

Top FIS Lead Engineer Interview Questions and Answers

Q1. Describe your current automation framework and tools being used
View answer (1)

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

Jobs at FIS

View all

Software Engineer Interview Questions & Answers

user image Tanmay Srivastava

posted on 12 Mar 2022

Round 1 - Assignment 

MCQ of java , collection, spring, boot, rest

Round 2 - Technical 

(1 Question)

  • Q1. Questions on core java, collection, code of collections, spring questions, boot questions, microservice .

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to read the conceptual part

Top FIS Software Engineer Interview Questions and Answers

Q1. What are the first concepts of Object-Oriented Programming (OOP), the SOLID principles, and their implementation? Additionally, can you explain two design patterns theoretically and describe how you have utilized them in your work, includin... read more
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 29 May 2023

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

I applied via Naukri.com and was interviewed before May 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Online Aptitude test related to testing and coding

Round 3 - Technical 

(1 Question)

  • Q1. Basic C# oops Concept and Programming questions
Round 4 - Behavioral 

(1 Question)

  • Q1. General introduction about my professional work and asked some SQL query.

Top FIS Lead Engineer Interview Questions and Answers

Q1. Describe your current automation framework and tools being used
View answer (1)

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Online coding test on HackerRank

Round 2 - Technical 

(1 Question)

  • Q1. Face to face interview on team
Round 3 - Behavioral 

(1 Question)

  • Q1. Discussion with project manager

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company,
You can join it.
Work life balance
Job security

Software Development Engineer 1 Interview Questions asked at other Companies

Q1. 4. Design a system for making table reservations at a restaurant.
View answer (1)

I applied via Approached by Company and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. General Discussion around Architecture
Round 2 - One-on-one 

(1 Question)

  • Q1. General Discussion around Architecture
Round 3 - HR 

(1 Question)

  • Q1. General HR related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it calm, be prepared, have your basics clear,

Software Architect Interview Questions asked at other Companies

Q1. How service management adds to customer experience.
View answer (1)

FIS Interview FAQs

How many rounds are there in FIS interview?
FIS interview process usually has 2-3 rounds. The most common rounds in the FIS interview process are Technical, HR and One-on-one Round.
How to prepare for FIS 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 Financial Services, Recruitment, SQL, Java and Customer Service.
What are the top questions asked in FIS interview?

Some of the top questions asked at the FIS interview -

  1. What is empathy and how to deal with the customer if customer irritate with you...read more
  2. What are the first concepts of Object-Oriented Programming (OOP), the SOLID pri...read more
  3. Which type of Job you expected like development oriented or Testing Orient...read more
How long is the FIS interview process?

The duration of FIS interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

FIS Interview Process

based on 171 interviews in last 1 year

Interview experience

4.1
  
Good
View more

People are getting interviews through

based on 321 FIS interviews
Job Portal
Referral
Campus Placement
Company Website
Recruitment Consultant
WalkIn
38%
17%
12%
9%
5%
3%
16% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Join FIS Advancing the way the world pays, banks and investments

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
Paytm Interview Questions
3.3
 • 743 Interviews
Cyient Interview Questions
3.7
 • 276 Interviews
View all

FIS Reviews and Ratings

based on 5.3k reviews

3.9/5

Rating in categories

3.6

Skill development

4.0

Work-Life balance

3.6

Salary & Benefits

3.8

Job Security

3.9

Company culture

3.2

Promotions/Appraisal

3.7

Work Satisfaction

Explore 5.3k Reviews and Ratings
Implementation Consultant

Pune

7-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.7k salaries
unlock blur

₹7 L/yr - ₹29 L/yr

Software Engineer
1.6k salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Lead Engineer
681 salaries
unlock blur

₹7.3 L/yr - ₹26.4 L/yr

Team Member
675 salaries
unlock blur

₹1.5 L/yr - ₹6 L/yr

Senior Leader Engineer
634 salaries
unlock blur

₹9.9 L/yr - ₹30.5 L/yr

Explore more salaries
Compare FIS with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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