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 Work with us arrow

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

FIS Interview Questions and Answers

Updated 23 Jun 2025
Popular Designations

202 Interview questions

An Assistant Manager was asked
Q. What if your Diwali leaves get cancel 2 days before diwali What is best about your phone? How you make best use of unlimited wifi?
Ans. 

I would try to negotiate with my manager and see if I can take the leaves on some other dates.

  • I would first try to talk to my manager and explain the situation

  • I would try to negotiate and see if I can take the leaves on some other dates

  • If that is not possible, I would try to make the most of the remaining days and celebrate Diwali with my family and friends

  • I would also try to take some time off during the weekend ...

View all Assistant Manager interview questions
An Engineer - Developer was asked
Q. 1. Java OOPs Concepts. With examples?
Ans. 

Java OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction, essential for object-oriented programming.

  • Encapsulation: Bundling data and methods. Example: class 'Car' with private variables and public methods to access them.

  • Inheritance: Mechanism to create new classes from existing ones. Example: 'Sedan' class inherits from 'Car' class.

  • Polymorphism: Ability to take many forms. Example: meth...

A Customer Service Associate was asked
Q. What is empathy and how to deal with the customer if customer irritate with your service?
Ans. 

Empathy is the ability to understand and share the feelings of others. To deal with an irritated customer, listen actively, apologize sincerely, offer solutions, and show genuine concern.

  • Listen actively to the customer's concerns and frustrations.

  • Apologize sincerely for any inconvenience caused.

  • Offer solutions or alternatives to address the customer's issue.

  • Show genuine concern and understanding for the customer's...

View all Customer Service Associate interview questions
A Service Delivery Analyst was asked
Q. Past work experience ? Experience in cloud ? ITIL ? INCIDENT TOOLS ?
Ans. 

I have experience in cloud, ITIL, and incident tools.

  • Worked with AWS and Azure cloud platforms

  • Implemented ITIL processes for incident management

  • Proficient in incident management tools like ServiceNow and JIRA

View all Service Delivery Analyst interview questions
A Senior Business System Analyst was asked
Q. Explain lending.Origination and servicing
Ans. 

Lending origination and servicing involves the process of granting loans and managing them throughout their lifecycle.

  • Lending origination refers to the process of evaluating loan applications, determining eligibility, and approving or rejecting loans.

  • Lending servicing involves managing the loan after it has been originated, including collecting payments, handling customer inquiries, and managing any changes or mod...

View all Senior Business System Analyst interview questions
An Intern was asked
Q. CIA Triad and What will we lost in DOS attack ?
Ans. 

CIA Triad ensures data security. DOS attack can cause loss of availability.

  • CIA Triad stands for Confidentiality, Integrity, and Availability.

  • It ensures data security by protecting against unauthorized access, alteration, and destruction.

  • DOS attack can cause loss of availability by overwhelming a system with traffic or requests.

  • This can result in the system becoming unresponsive or crashing, making the data unavai...

View all Intern interview questions
A DOT NET Developer was asked
Q. What is inheritance and Examples in inheritance.
Ans. 

Inheritance is a mechanism in object-oriented programming where a class is based on another class.

  • Inheritance allows a subclass to inherit properties and methods from a superclass.

  • The subclass can also add its own properties and methods.

  • Examples include a Car class inheriting from a Vehicle class, or a Dog class inheriting from an Animal class.

View all DOT NET Developer interview questions
Are these interview questions helpful?
A Business Analyst was asked
Q. What's IRD, IDD and BRD
Ans. 

IRD stands for Interface Requirements Document, IDD stands for Interface Design Document, and BRD stands for Business Requirements Document.

  • IRD is a document that outlines the requirements for the interface between different systems or components.

  • IDD is a document that describes the design of the interface, including the data formats, protocols, and communication methods.

  • BRD is a document that captures the busines...

View all Business Analyst interview questions
A Software Developer was asked 1mo ago
Q. Pipes concepts in angular
Ans. 

Pipes in Angular transform data for display in templates, enhancing UI with formatting and filtering capabilities.

  • Pipes are simple functions that accept an input value and return a transformed value.

  • Angular provides built-in pipes like DatePipe, CurrencyPipe, and DecimalPipe for common transformations.

  • Custom pipes can be created using the @Pipe decorator, allowing for tailored data transformations.

  • Example of a bui...

View all Software Developer interview questions
A Fullstack Java Developer was asked 5mo ago
Q. Discuss about OWASP features
Ans. 

OWASP features are security standards and best practices for web applications.

  • OWASP Top 10 is a list of the top 10 most critical web application security risks.

  • OWASP ZAP is a popular security tool for finding vulnerabilities in web applications.

  • OWASP ASVS provides a framework for building secure applications.

  • OWASP SAMM is a maturity model for software assurance that helps organizations assess and improve their sec...

View all Fullstack Java Developer interview questions

FIS Interview Experiences

503 interviews found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(7 Questions)

  • Q1. What is the method to cut a cake into 8 pieces using only 3 cuts?
  • Q2. What would be the code to sort an array containing both letters and numbers, such as {a, 1, 2, v, w, e, 3, 6, 7, 9}, so that all letters are on the left side and all numbers are on the right side?
  • Ans. 

    Sort an array of strings containing both letters and numbers, with letters on the left and numbers on the right.

    • Create two separate arrays for letters and numbers

    • Iterate through the original array and separate letters and numbers into their respective arrays

    • Combine the two arrays with letters first and numbers next

  • Answered by AI
  • Q3. What scenarios are typically classified as high severity but low priority?
  • Ans. 

    High severity but low priority scenarios are those that have a significant impact but can be addressed at a later stage.

    • User interface issues that do not affect critical functionality

    • Minor spelling or grammar errors

    • Non-critical performance issues

    • Low impact cosmetic defects

  • Answered by AI
  • Q4. What are the different types of project frameworks?
  • Ans. 

    Project frameworks are structures that provide guidelines and best practices for managing projects.

    • Waterfall model

    • Agile framework

    • Scrum methodology

    • Kanban method

    • Lean approach

  • Answered by AI
  • Q5. What classes do we utilize while coding?
  • Ans. 

    We utilize various classes while coding to organize and structure our code.

    • Classes help in organizing code into logical units

    • Classes can be used for creating objects with properties and methods

    • Inheritance allows classes to inherit properties and methods from other classes

    • Examples: String, Integer, List, HashMap

  • Answered by AI
  • Q6. What is your framework, and can you provide an explanation of it?
  • Ans. 

    Our framework is a hybrid framework combining data-driven and keyword-driven approaches for efficient and scalable testing.

    • Combines data-driven and keyword-driven testing

    • Allows for reusable test scripts and data separation

    • Supports automation of test cases with minimal coding

    • Enhances test coverage and scalability

    • Example: Using Excel sheets for test data and keywords for test actions

  • Answered by AI
  • Q7. What is the role of API testing, and how should one report the results of API testing?
  • Ans. 

    API testing is essential to ensure the functionality, reliability, performance, and security of APIs. Results should be reported clearly and comprehensively.

    • API testing involves testing the functionality, reliability, performance, and security of APIs by sending requests and validating responses.

    • Results of API testing should be reported in a clear and detailed manner, including information on test cases, test data, exp...

  • Answered by AI
Interview experience
4
Good
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 

(2 Questions)

  • Q1. Work regarding your job profile
  • Q2. Linux related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Pronunciation and communication skills were checked

Round 2 - Technical 

(4 Questions)

  • Q1. Introduction about yourself
  • Ans. 

    Experienced customer service professional with 5+ years in the industry. Skilled in handling customer inquiries and resolving issues efficiently.

    • 5+ years of experience in customer service

    • Strong communication and problem-solving skills

    • Ability to handle customer inquiries and resolve issues efficiently

    • Proficient in using CRM systems and other customer service tools

  • Answered by AI
  • Q2. Why left the last job
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for career advancement

    • Seeking new challenges

    • Opportunity for professional growth

    • Relocation

    • Company downsizing

  • Answered by AI
  • Q3. Work experience
  • Q4. Speak for 2 mins about childhood memories
  • Ans. 

    Childhood memories are filled with joy, innocence, and adventure.

    • Playing with neighborhood friends until the street lights came on

    • Family vacations to the beach or mountains

    • Celebrating birthdays with homemade cakes and games

    • Exploring the backyard or local park for hidden treasures

    • Learning to ride a bike or swim for the first time

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and rock it

IT Trainee Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Round 1 had aptitude and technical questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Java, OOPS, OS, CN concepts
  • Q2. Resume based questions were asked
  • Q3. Some behavioral questions like challenges faced, knowledge about recent technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Be able to communicate well and be confident. The questions are technical, mostly resume based.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Details about SQL queries
  • Q2. Basic troubleshooting steps
  • Ans. 

    Basic troubleshooting steps involve identifying the issue, gathering information, isolating the problem, testing solutions, and implementing fixes.

    • Identify the issue by gathering information from the user or system logs.

    • Isolate the problem by determining if it's a hardware or software issue.

    • Test solutions by trying different troubleshooting steps or tools.

    • Implement fixes by applying patches, updates, or configuration c...

  • Answered by AI
  • Q3. Topics related to networking
  • Q4. Payments gateway questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to join this company?
  • Ans. 

    I want to join this company because of its reputation for innovation and growth opportunities.

    • Impressed by company's track record of innovation

    • Excited about potential for growth and advancement

    • Align with company values and culture

  • Answered by AI
  • Q2. Where do you see your self after 5 years from now ?
  • Ans. 

    In 5 years, I see myself as a Senior Analyst L3, leading a team and contributing to strategic decision-making.

    • Advancing to Senior Analyst L3 role

    • Leading a team of analysts

    • Contributing to strategic decision-making

    • Continuing professional development through certifications or further education

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Why you have reassigned before getting any offer letter
  • Ans. 

    I reassigned before receiving an offer letter due to personal reasons and a better opportunity.

    • Received a better job offer with higher pay or better benefits

    • Personal reasons such as family relocation or health issues

    • Company restructuring or change in job role

  • Answered by AI
  • Q2. Why do you need this job
  • Ans. 

    I am passionate about utilizing my skills and experience to make a meaningful impact in this role.

    • I have a strong background in data analysis and problem-solving, which aligns well with the requirements of this position.

    • I am excited about the opportunity to work with a team of talented professionals and contribute to the success of the organization.

    • I am eager to take on new challenges and continue to grow and develop p...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Roles and responsibilities in previous organisations
  • Ans. 

    In my previous roles, I have been responsible for analyzing business processes, gathering requirements, and creating solutions to improve efficiency.

    • Analyzed current business processes to identify areas for improvement

    • Gathered requirements from stakeholders to understand their needs

    • Created solutions such as process improvements or new software implementations

    • Collaborated with cross-functional teams to ensure successful...

  • Answered by AI
  • Q2. Technologies you’ve worked on
  • Ans. 

    I have experience working with a variety of technologies including SQL, Python, Tableau, and Jira.

    • SQL

    • Python

    • Tableau

    • Jira

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics of java like string ,string builder ,Buffer,scp
  • Q2. Spring boot annotaions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What motivates you to seek this job?
  • Ans. 

    I'm motivated by the opportunity to help others and create positive experiences for customers in a dynamic environment.

    • Passion for helping others: I find fulfillment in resolving customer issues and making their day better.

    • Desire for growth: This role offers opportunities to develop my communication and problem-solving skills.

    • Team collaboration: I enjoy working with diverse teams to achieve common goals and enhance cus...

  • Answered by AI
  • Q2. Need to enhance my skills and boost my career
  • Q3. About yourself and family background
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Online Test having MCQs

Round 2 - Technical 

(1 Question)

  • Q1. They asked a HARD Dynamic Programming Question from Leetcode

What people are saying about FIS

View All
heartfeltkoala
Verified Icon
2w
works at
FIS
Advice!
Hello everybody! I am currently working with FIS, having an experience of 1.5 years and a total experience of nearly 30 months. I am working in Transaction processing and KYC/AML. I am willing to move towards Investment banking or private equity. Would really love to hear insights of yours or a bit of guidance about how should I proceed.
Got a question about FIS?
Ask anonymously on communities.

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 Python.
What are the top questions asked in FIS interview?

Some of the top questions asked at the FIS interview -

  1. What are the first concepts of Object-Oriented Programming (OOP), the SOLID pri...read more
  2. What is empathy and how to deal with the customer if customer irritate with you...read more
  3. What Are JOINS in SQL and difference between Inner JOIN and equi JOIN? Illustra...read more
What are the most common questions asked in FIS HR round?

The most common HR questions asked in FIS interview are -

  1. Where do you see yourself in 5 yea...read more
  2. What are your strengths and weakness...read more
  3. What is your family backgrou...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.

Overall Interview Experience Rating

4.1/5

based on 354 interview experiences

Difficulty level

Easy 18%
Moderate 76%
Hard 6%

Duration

Less than 2 weeks 72%
2-4 weeks 19%
4-6 weeks 6%
6-8 weeks 1%
More than 8 weeks 2%
View more
Join FIS Advancing the way the world pays, banks and investments

Interview Questions from Similar Companies

Paytm Interview Questions
3.2
 • 794 Interviews
PhonePe Interview Questions
4.0
 • 341 Interviews
PayPal Interview Questions
3.8
 • 224 Interviews
Fiserv Interview Questions
3.0
 • 181 Interviews
KFintech Interview Questions
3.5
 • 148 Interviews
Visa Interview Questions
3.5
 • 145 Interviews
MasterCard Interview Questions
3.9
 • 144 Interviews
TransUnion Interview Questions
3.9
 • 93 Interviews
CapitalOne Interview Questions
3.7
 • 81 Interviews
View all

FIS Reviews and Ratings

based on 5.9k reviews

3.9/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.5

Salary

3.7

Job security

3.8

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 5.9k Reviews and Ratings
Mainframe Developer (Banking Domain)

Chennai,

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Mainframe Developer (Banking Domain)

Chennai

6-15 Yrs

Not Disclosed

Mainframe Developer (Banking Domain)

Chennai,

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.7k salaries
unlock blur

₹8 L/yr - ₹31 L/yr

Software Engineer
1.7k salaries
unlock blur

₹7.4 L/yr - ₹13 L/yr

Lead Engineer
737 salaries
unlock blur

₹8 L/yr - ₹24.8 L/yr

Senior Leader Engineer
720 salaries
unlock blur

₹9.9 L/yr - ₹32.4 L/yr

Team Member
554 salaries
unlock blur

₹1.4 L/yr - ₹6.8 L/yr

Explore more salaries
Compare FIS with

Paytm

3.2
Compare

PhonePe

4.0
Compare

Fiserv

2.9
Compare

KFintech

3.5
Compare
write
Share an Interview