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 3 Apr 2025

Top FIS Interview Questions and Answers

View all 211 questions

FIS Interview Experiences

Popular Designations

492 interviews found

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

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

Round 1 - Aptitude Test 

Some aplitude MCQ and coding questions along with core subjects MCQ where asked

Round 2 - Technical 

(5 Questions)

  • Q1. They were asking differently for everyone with some of them they asked DSA, SQL and with some of them they asked about cloud , Ai and some with deep project details that they mentioned in their resume
  • Q2. Good knowledge ofAI
  • Q3. Knowledge of cloud computing
  • Q4. DSA Question on simple MEX
  • Q5. SQl queries which was a little tough

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with practicing DSA along with good grasp ko knowledge in Trending fields too

Software Engineer Intern Trainee Interview Questions asked at other Companies

Q1. find average salary of employees from given table for each designation where employee age greater than 30
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

More about the coding, Else if statements

Round 2 - Technical 

(2 Questions)

  • Q1. Challenges faced in fraud department
  • Ans. 

    Challenges in fraud department include evolving fraud tactics, high volume of transactions, and balancing fraud prevention with customer experience.

    • Evolving fraud tactics require constant monitoring and updating of fraud detection systems.

    • High volume of transactions increases the likelihood of fraudulent activity going unnoticed.

    • Balancing fraud prevention measures with providing a seamless customer experience can be ch...

  • Answered by AI
  • Q2. Technical questions about the applications

Senior Fraud Analyst Interview Questions asked at other Companies

Q1. If the user would not get OTP to access the profile?
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What are the use cases for Java and Go (Golang)?
  • Q2. What is the process for designing a rule engine?
  • Ans. 

    Designing a rule engine involves defining rules, creating a processing framework, and ensuring scalability and maintainability.

    • Identify the domain and requirements: Understand the specific use case, such as fraud detection or business process automation.

    • Define rules: Create clear, actionable rules that the engine will evaluate, e.g., 'If transaction amount > $10,000, flag for review.'

    • Choose an architecture: Decide b...

  • Answered by AI

Principal Engineer Interview Questions asked at other Companies

Q1. what technique did you use to understand the root cause of the problem and isolate the specific task or process that needed attention
View answer (3)
Interview experience
4
Good
Difficulty level
-
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction and my current role
Round 2 - One-on-one 

(1 Question)

  • Q1. About my job profile ops 1 round
Round 3 - One-on-one 

(1 Question)

  • Q1. Once again about my current role and my experience was asked

Interview Preparation Tips

Topics to prepare for FIS Senior Project Manager interview:
  • Tell about yourself,
  • Your current role
  • Why do you want to switch
Interview preparation tips for other job seekers - If its in your destiny you will get it otherwise keep searching

Senior Project Manager Interview Questions asked at other Companies

Q1. DESIGIN PROCEDURE :- DLC thickness 150mm. 1:- use M15 grade concrete,max aggregate cement ratio 12:1 2:-The minimum cement content 150kg per cum. If flayash is more than >20% the mini.mum cement content. 120kg pet cum 3:- The 5 no sample... read more
View answer (3)

FIS interview questions for popular designations

 Software Engineer

 (25)

 IT Trainee

 (22)

 Senior Software Engineer

 (19)

 Software Developer

 (11)

 Lead Engineer

 (9)

 Business Analyst

 (8)

 Lead Analyst

 (8)

 Analyst

 (7)

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 asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

Get interview-ready with Top FIS Interview Questions

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 (225)

Jobs at FIS

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. DB2 question like create query
  • Q2. Linux and shell question and Java basics

Service Delivery Analyst Interview Questions asked at other Companies

Q1. Why want to work here What is the diff between hedge fund and mutual fund What is investment banking
View answer (1)
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 List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
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 (225)
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 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 343 interviews

Interview experience

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

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.3k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 802 Interviews
View all

FIS Reviews and Ratings

based on 5.7k 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.7k Reviews and Ratings
Mainframe Development and Support

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Technical Project Manager (Network and Implementation)

Gurgaon / Gurugram

12-15 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.6k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Software Engineer
1.7k salaries
unlock blur

₹4.1 L/yr - ₹15.6 L/yr

Lead Engineer
722 salaries
unlock blur

₹8 L/yr - ₹24.9 L/yr

Senior Leader Engineer
697 salaries
unlock blur

₹9.9 L/yr - ₹30.5 L/yr

Team Member
634 salaries
unlock blur

₹1.4 L/yr - ₹6 L/yr

Explore more salaries
Compare FIS with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

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