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

Filter interviews by

FIS Interview Questions, Process, and Tips

Updated 7 Feb 2025

Top FIS Interview Questions and Answers

View all 197 questions

FIS Interview Experiences

Popular Designations

479 interviews found

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

(1 Question)

  • Q1. Innerjoin, index, some logical question.

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 (169)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is dependancy Injection?
  • Ans. 

    Dependency Injection is a design pattern where the dependencies of a class are provided from the outside rather than created within the class itself.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between classes

    • Improves code reusability and maintainability

    • Commonly implemented using frameworks like Spring in Java

  • Answered by AI
  • Q2. How We maintain security in Application?
  • Ans. 

    Maintaining security in applications involves implementing encryption, authentication, authorization, and regular security audits.

    • Implement encryption to protect data in transit and at rest

    • Use strong authentication mechanisms like multi-factor authentication

    • Implement proper authorization controls to restrict access to sensitive data

    • Regularly conduct security audits and penetration testing to identify vulnerabilities

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics about Angular, Typescript, html, css and Core JAVA
Round 2 - One-on-one 

(1 Question)

  • Q1. Scenario based questions to write the logic
Round 3 - HR 

(1 Question)

  • Q1. Normal questions about our background

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 (180)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented and organized individual with a background in operations management and a strong focus on efficiency.

    • Background in operations management

    • Detail-oriented and organized

    • Strong focus on efficiency

  • Answered by AI
  • Q2. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a seasoned Operations Associate leading a team and implementing innovative strategies to streamline processes.

    • Advancing to a managerial role within the operations department

    • Implementing new technologies to improve efficiency

    • Mentoring and training junior associates

    • Contributing to the overall growth and success of the company

  • Answered by AI

Operations Associate Interview Questions asked at other Companies

Q1. How do you get use to bulk of invoices comes at a time and how do you work on it
View answer (7)

FIS interview questions for popular designations

 Software Engineer

 (25)

 IT Trainee

 (23)

 Senior Software Engineer

 (19)

 Software Developer

 (11)

 Lead Engineer

 (9)

 Business Analyst

 (8)

 Lead Analyst

 (8)

 Analyst

 (7)

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

(2 Questions)

  • Q1. How you do troubleshoot, explain you any experience
  • Q2. Explain procedure of application deployment on Windows server.
  • Ans. 

    Application deployment on Windows server involves packaging the application, configuring the server, and deploying the application using tools like IIS or PowerShell.

    • Package the application into a deployable format such as a zip file or MSI installer

    • Configure the Windows server with necessary dependencies and settings for the application to run

    • Deploy the application using tools like Internet Information Services (IIS) ...

  • Answered by AI

Skills evaluated in this interview

AWS Cloud Engineer Interview Questions asked at other Companies

Q1. What is DDOS Attack and what you will use to prevent it.
View answer (1)

Get interview-ready with Top FIS Interview Questions

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Financial domain knowledge
Round 2 - Technical 

(1 Question)

  • Q1. Previous experience and financial domain knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Previous experience, attitude and skill set

Interview Preparation Tips

Interview preparation tips for other job seekers - It's BFSI role, financial domain knowledge required. Should have a good communication.

Associate Lead Interview Questions asked at other Companies

Q1. Difference between Money laundering and terrorist financing?
View answer (2)

Jobs at FIS

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. NA NANANANNA NANANNANANAA
  • Q2. NANANAN NANN nannna nananannannanananna nana

Interview Preparation Tips

Interview preparation tips for other job seekers - na

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Salary expectations?
Round 2 - Technical 

(2 Questions)

  • Q1. Based on resume questions.
  • Q2. Difference between xpath and css selectors
  • Ans. 

    XPath is a language for selecting nodes in an XML document, while CSS selectors are used to select HTML elements.

    • XPath is more powerful and flexible than CSS selectors

    • CSS selectors are faster and easier to write than XPath

    • XPath can traverse both upwards and downwards in the document tree, while CSS selectors can only traverse downwards

    • XPath can select elements based on their attributes, text content, and more, while CS...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Leet code medium questions.

Skills evaluated in this interview

Senior Sdet Software Engineer Interview Questions asked at other Companies

Q1. Solids conceps of oops , recurssion problem
View answer (1)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

Stair climbing question

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Manual testing concepts

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)

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 Recruitment, Financial Services, SQL, Customer Service and Java.
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 328 interviews

Interview experience

4.1
  
Good
View more
Join FIS Advancing the way the world pays, banks and investments

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 805 Interviews
Paytm Interview Questions
3.3
 • 772 Interviews
Cyient Interview Questions
3.7
 • 283 Interviews
View all

FIS Reviews and Ratings

based on 5.5k reviews

3.9/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.6

Salary

3.8

Job security

3.8

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 5.5k Reviews and Ratings
Mainframe Testing Professional(API Testing)

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

System Administrator

Bangalore / Bengaluru

8-10 Yrs

Not Disclosed

Explore more jobs
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
686 salaries
unlock blur

₹7.3 L/yr - ₹27.5 L/yr

Team Member
664 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Leader Engineer
644 salaries
unlock blur

₹9.9 L/yr - ₹30.5 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