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

Software Engineer Interview Questions & Answers

user image Shemant Singh

posted on 25 Jul 2024

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

(2 Questions)

  • Q1. Reverse a string
  • Ans. 

    Reverse a string by iterating through the characters and swapping them

    • Create an empty string to store the reversed string

    • Iterate through the characters of the original string from end to start

    • Append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q2. Equals vs hashcode contract
  • Ans. 

    Equals method checks for object equality while hashcode method returns a unique integer for an object.

    • Equals method compares two objects for equality based on their contents

    • Hashcode method returns a unique integer value for an object based on its contents

    • Both methods are used in conjunction to ensure correct behavior in collections like HashMap

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why did you leave previous company
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities

    • Looking to expand skill set

    • Seeking career advancement

    • Company restructuring or downsizing

    • Relocation to a new area

  • Answered by AI
  • Q2. Expectations from fis
  • Ans. 

    Expectations from FIS include strong technical skills, problem-solving abilities, teamwork, and a commitment to continuous learning.

    • Strong technical skills in programming languages and software development

    • Ability to solve complex problems efficiently and creatively

    • Collaboration with team members to achieve project goals

    • Commitment to continuous learning and staying updated on industry trends

    • Adaptability to changing proj

  • Answered by AI

Skills evaluated in this interview

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)

principal Analyst - Scrum Master Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2024

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

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions about agile
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything was from your resume. You should be clear about your goal about 3 years and 5 years.
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 Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Oops related questions
  • Q2. How you can handle exceptions in case of inheritance
  • Ans. 

    Exceptions in inheritance can be handled by using try-catch blocks in the derived class.

    • Use try-catch blocks in the derived class to catch exceptions thrown by the base class methods.

    • Handle exceptions specific to the derived class in the catch block.

    • Consider using super() to call the base class constructor within the try block.

    • Avoid catching general exceptions unless necessary to maintain code clarity.

    • Ensure proper exc...

  • Answered by AI
  • Q3. Collections questions
  • Q4. Live coding based on the answers you give
  • Q5. Your current project and how you handled difficulties in that

Interview Preparation Tips

Topics to prepare for FIS Software Developer interview:
  • Core Java
  • Spring Boot
  • Microservices
Interview preparation tips for other job seekers - Have a good hands on with all the Java concepts you should be able to explain every concept using code. Don't just reply on online interview questions always think very deeply about each and every concept this will help you to tackle hardest interview questions with deep concept knowledge

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. 1. Implement a linked list 2. Java 8 stream questions
  • Q2. Java streams questions & convert to list map etc
Round 2 - Technical 

(1 Question)

  • Q1. 1. questions on microservices & AWS

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

 (11)

 Lead Engineer

 (9)

 Business Analyst

 (8)

 Lead Analyst

 (8)

 Analyst

 (7)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Coding Test 

It was a metl test. Different objectives type questions from different area.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good core knowledge will help.

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)

Get interview-ready with Top FIS Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Selenium and java
Round 2 - One-on-one 

(1 Question)

  • Q1. Api and postman
Round 3 - One-on-one 

(1 Question)

  • Q1. Test scenarios and procedures

Software Test Analyst Interview Questions asked at other Companies

Q1. How would you test a login page?
View answer (1)

Jobs at FIS

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

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Topics in AWS, Projects done at previous employers, basic questions on Angular. Messaging pattern, why use messaging instead of Rest API.
Round 2 - Group Discussion 

Topics in AWS, RxJava, difference in approach between hibernate and MyBATIS. Kafka. JMeter based performance tests and other items listed in your resume.

Interview Preparation Tips

Topics to prepare for FIS Software Developer interview:
  • Core Java
  • Microservices
  • AWS
  • Kafka
  • MyBATIS
  • Angular
Interview preparation tips for other job seekers - Fidelity is a good company to work for. The interview process is fair with reasonable questions based on the skills listed in your resume. The feedback is done in less than a week.

Top FIS Software Developer Interview Questions and Answers

Q1. How you can handle exceptions in case of inheritance
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Internal external tables
  • Q2. MySQL questions

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction Work description Excel experience Jira or other project menegement tool
Round 2 - Group Discussion 

Same as round 1 has question most are from project managemenr area

Program and Project Management Analyst Interview Questions asked at other Companies

Q1. Principles of PMO
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. In this round ask most of the question from string manipulation. It is a DSA round
  • Q2. Frequency of each character
  • Ans. 

    The frequency of each character in a given string is calculated and displayed.

    • Iterate through the string and count the occurrences of each character

    • Store the counts in a data structure like a hashmap or array

    • Return the frequency of each character

  • Answered by AI
Round 2 - Technomanagiral 

(2 Questions)

  • Q1. In this ask about your salary expectation. DSA question DBMS Shellscript
  • Q2. DBMS join query

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear your CS fundamental it will we easy to crack the interview

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

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