Upload Button Icon Add office photos
Engaged 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 Mar 2025

Top FIS Interview Questions and Answers

View all 204 questions

FIS Interview Experiences

Popular Designations

482 interviews found

Intern Interview Questions & Answers

user image Vishu Gupta

posted on 13 Sep 2020

I applied via Campus Placement and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. What do you understand by Three way handshake ?
  • Ans. 

    Three way handshake is a method used in TCP/IP communication to establish a connection between a client and a server.

    • Three way handshake involves three steps: SYN, SYN-ACK, and ACK.

    • The client sends a SYN packet to the server to initiate the connection.

    • The server responds with a SYN-ACK packet, acknowledging the client's request.

    • Finally, the client sends an ACK packet to the server, confirming the connection establishme...

  • Answered by AI
  • Q2. Difference between SSL and TLS
  • Ans. 

    SSL and TLS are both cryptographic protocols used to secure internet communications.

    • SSL stands for Secure Sockets Layer and is an older protocol that has been largely replaced by TLS.

    • TLS stands for Transport Layer Security and is the successor to SSL.

    • TLS is more secure than SSL and offers better encryption algorithms.

    • TLS also supports newer protocols and ciphers, while SSL does not.

    • SSL is vulnerable to attacks such as ...

  • Answered by AI
  • Q3. On which layer switch and router work and their types ?
  • Ans. 

    Switches work on layer 2 and routers work on layer 3. Types of switches include unmanaged, managed, and layer 3 switches.

    • Switches work on layer 2 of the OSI model and routers work on layer 3.

    • Switches are used to connect devices within a network and forward data based on MAC addresses.

    • Types of switches include unmanaged, managed, and layer 3 switches.

    • Routers are used to connect different networks and forward data based ...

  • Answered by AI
  • Q4. 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 unavailable...

  • Answered by AI
  • Q5. Which packets are used to perform DOS attack?
  • Ans. 

    Various types of packets can be used for DOS attacks, including SYN floods, UDP floods, and ICMP floods.

    • SYN floods involve sending a large number of SYN packets to overwhelm the target server's resources.

    • UDP floods involve sending a large number of UDP packets to consume the target server's bandwidth.

    • ICMP floods involve sending a large number of ICMP packets to flood the target server with traffic.

    • Other types of packet...

  • Answered by AI
  • Q6. Cryptography and its types
  • Ans. 

    Cryptography is the practice of secure communication in the presence of third parties.

    • Symmetric-key cryptography

    • Asymmetric-key cryptography

    • Hash functions

    • Encryption algorithms

    • Digital signatures

  • Answered by AI
  • Q7. Difference between MD5 and SHA 2
  • Ans. 

    MD5 is a hash function that produces a 128-bit hash value while SHA-2 is a family of hash functions that produce hash values of varying lengths.

    • MD5 produces a fixed-length hash value of 128 bits while SHA-2 produces hash values of 224, 256, 384, or 512 bits.

    • MD5 is considered less secure than SHA-2 due to its susceptibility to collision attacks.

    • SHA-2 is a family of hash functions that includes SHA-224, SHA-256, SHA-384,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always focus to give answer in a well define manner. Don't give answer if you don't know. Read the basic questions from internet make a list of 1000 of interview question of the domain in which you wanna go.
Always find out more things about a topic like asked question to yourself like-
What is it ?
Why we use ?
What are the different types ?
Previous version of it if any and why it is not used now?
The latest version
Make a checklist of the attacks on the all common protocol.

Thanks I hope it will help you.

Skills evaluated in this interview

Top FIS Intern Interview Questions and Answers

Q1. What do you understand by Three way handshake ?
View answer (2)

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I was interviewed 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

Top FIS Testing Engineer Lead Interview Questions and Answers

Q1. 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?
View answer (1)

Testing Engineer Lead Interview Questions asked at other Companies

Q1. 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?
View answer (1)
FIS Interview Questions and Answers for Freshers
illustration image
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

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)
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

Senior Customer Service Associate Interview Questions asked at other Companies

Q1. Do you know numbers in Hindi?
View answer (2)

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)

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.

IT Trainee Interview Questions asked at other Companies

Q1. Types of Cloud? Various Service Providers for Cloud?
View answer (1)

Get interview-ready with Top FIS Interview Questions

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

Senior Product Support Engineer Interview Questions asked at other Companies

Q1. what is github , clone repository , issue faced in production , whhat is process followed in you last company
View answer (1)

Jobs at FIS

View all
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

Senior Analyst II Interview Questions asked at other Companies

Q1. 1. What you will check in BRS ? 2. Possible causes of difference in balance in our books and our receivable books ?
View answer (1)
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

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
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

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
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

Product Manager Interview Questions & Answers

user image saloni tomar

posted on 28 Nov 2024

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

(2 Questions)

  • Q1. Introduction and previous experience
  • Q2. What data points to cover for underwriting?
  • Ans. 

    Data points for underwriting include financial history, credit score, employment status, and insurance claims.

    • Financial history (income, assets, debts)

    • Credit score

    • Employment status

    • Insurance claims history

  • Answered by AI

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

REVIEWS

eClerx

No Reviews

SALARIES

Agility E Services

SALARIES

JLL

COMPANY BENEFITS

ANAROCK Property Consultants

No Benefits

LIST OF COMPANIES

FIS

Locations

SALARIES

HCLTech

SALARIES

ISHIR

REVIEWS

ANAROCK Property Consultants

No Reviews

REVIEWS

ANAROCK Property Consultants

No Reviews

Tell us how to improve this page.

FIS Interview Process

based on 336 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Cyient Interview Questions
3.6
 • 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.1

Promotions

3.6

Work satisfaction

Explore 5.5k Reviews and Ratings
Fraud Support Associate II

Panipat,

Yamunanagar

+4

1-4 Yrs

Not Disclosed

PMO with Business Analyst(Finance Domain)

Panipat,

Yamunanagar

+4

7-10 Yrs

₹ 8-19.5 LPA

Explore more jobs
Senior Software Engineer
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
709 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Member
652 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Leader Engineer
649 salaries
unlock blur

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