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 Software Engineer Interview Questions and Answers

Updated 17 Dec 2024

6 Interview questions

A Software Engineer was asked 6mo ago
Q. 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 ut...
Ans. 

Understanding OOP concepts, SOLID principles, design patterns, and C# features for software engineering.

  • OOP concepts include encapsulation, inheritance, polymorphism, and abstraction.

  • SOLID principles consist of Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.

  • Design patterns like Singleton and Factory Method are commonly used in software development.

  • In real-w...

A Software Engineer was asked 6mo ago
Q. MVC architecture in dot net. asp.net core architecture and how it is different from plain dot net. Kestrel web server.
Ans. 

MVC architecture in ASP.NET Core is a design pattern that separates an application into three main components: Model, View, and Controller.

  • MVC architecture in ASP.NET Core helps in organizing code and improving maintainability.

  • ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, Internet-connected applications.

  • Kestrel is a cross-platform web server for ASP.NET Core that is...

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked
Q. What are the basic OOPS concepts of Java? What is the difference between String and StringBuffer?
Ans. 

Basic OOPS concepts of Java include inheritance, encapsulation, polymorphism, and abstraction. String is immutable while StringBuffer is mutable.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the impl...

A Software Engineer was asked
Q. View child life cycle hooks
Ans. 

Child life cycle hooks are methods that are called at specific points in the lifecycle of a child component in Angular.

  • ngOnChanges: called when an input property of the component changes

  • ngOnInit: called once the component is initialized

  • ngDoCheck: called during every change detection run

  • ngAfterContentInit: called after content (ng-content) has been projected into the component

  • ngAfterContentChecked: called after eve...

A Software Engineer was asked 11mo ago
Q. Tell me about FIS
Ans. 

FIS is a global financial technology company providing software solutions for banking and payments.

  • FIS offers a wide range of software solutions for financial institutions, including core banking systems, payment processing, and risk management.

  • The company serves clients in over 130 countries and processes over 75 billion transactions annually.

  • FIS was ranked #1 in the FinTech 100 list in 2020.

  • Some of FIS's popular...

A Software Engineer was asked
Q. Explain above concepts in detail
Ans. 

The candidate is asked to explain certain concepts in detail related to software engineering.

  • Explain the concepts thoroughly with examples

  • Provide a clear and concise explanation of each concept

  • Demonstrate understanding of the concepts through practical examples

FIS Software Engineer Interview Experiences

25 interviews found

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

(1 Question)

  • Q1. Innerjoin, index, some logical question.
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

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
  • Q2. Equals vs hashcode contract
Round 2 - HR 

(2 Questions)

  • Q1. Why did you leave previous company
  • 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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. SQL, finance, coding, problem solving
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java concepts and java 8 related coding question
Round 2 - Technical 

(1 Question)

  • Q1. Java 8 features
Round 3 - HR 

(1 Question)

  • Q1. Basic HR discussions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(6 Questions)

  • 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 u...
  • Ans. 

    Understanding OOP concepts, SOLID principles, design patterns, and C# features for software engineering.

    • OOP concepts include encapsulation, inheritance, polymorphism, and abstraction.

    • SOLID principles consist of Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion.

    • Design patterns like Singleton and Factory Method are commonly used in software development.

    • In real-world ...

  • Answered by AI
  • Q2. MVC architecture in dot net. asp.net core architecture and how it is different from plain dot net. Kestrel web server.
  • Ans. 

    MVC architecture in ASP.NET Core is a design pattern that separates an application into three main components: Model, View, and Controller.

    • MVC architecture in ASP.NET Core helps in organizing code and improving maintainability.

    • ASP.NET Core is a cross-platform, high-performance framework for building modern, cloud-based, Internet-connected applications.

    • Kestrel is a cross-platform web server for ASP.NET Core that is ligh...

  • Answered by AI
  • Q3. What are the ways to enhance performance for web applications.
  • Q4. 2 Programming questions/logical questions to get output in least number of loops.
  • Q5. Angular Basic questions Like 1. Ways to bind data in ang 2. ways to send and receive data from parent to child and child to parent 3. What are the decorators, directives , components ,pipes, filters
  • Q6. There were 2 persons asking me the questions. Their last question was about SQL. I have explained them that I worked in Crystal Reports, Custom Reports, SSRS Reports , they asked 2 Codd's Rule.
Round 2 - HR 

(1 Question)

  • Q1. They had inquiries regarding my tenure at previous organizations and my family background?

Interview Preparation Tips

Interview preparation tips for other job seekers - Though This is a long ago, so you might not get similar questions but I must say they do not discourage you if you miss anything.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Hackerrank test for coding

Round 3 - Technical 

(2 Questions)

  • Q1. Java 8 basics like streams, optional
  • Q2. Microservices architecture based questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. .net framework, oops, error handling
  • Q2. Explain above concepts in detail
  • Ans. 

    The candidate is asked to explain certain concepts in detail related to software engineering.

    • Explain the concepts thoroughly with examples

    • Provide a clear and concise explanation of each concept

    • Demonstrate understanding of the concepts through practical examples

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Reason to change and salary expectations
  • Q2. Better career opportunities
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Assignment 

First round was online assessment which has MCQ questions covering Core Java, Spring, SQL and REST API

Round 2 - Technical 

(2 Questions)

  • Q1. First was Techinal and mainly focused on core java, spring, RESTful Webservices.
  • Q2. Few coding problems on Java 8 Streams
Round 3 - Technical 

(2 Questions)

  • Q1. This round is mainly focused on previous projects and roles and responsibilities. Also few questions asked on how deployments were taken care (also project specific, not technical).
  • Q2. Explained above

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core Java, Java 8 concepts, Spring Boot, Hibernate, Microservices
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude and technology

Round 2 - Technical 

(2 Questions)

  • Q1. Details about current project
  • Q2. Details about technical concepts

What people are saying about FIS

View All
favorablelily
Verified Icon
1w
works at
FIS
Renegotiation post offer acceptance
Got an offer from EY and accepted it without second thought. While I was serving NP, got better offer from another organisation however I am not very much interested to join this org. Can I renegotiate on my offer with EY team? Will EY accept my request and offer me more salary ? Please suggest.
Got a question about FIS?
Ask anonymously on communities.

FIS Interview FAQs

How many rounds are there in FIS Software Engineer interview?
FIS interview process usually has 2-3 rounds. The most common rounds in the FIS interview process are Technical, HR and Aptitude Test.
How to prepare for FIS Software Engineer 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, Debugging, Financial Services, SQL and Software Design.
What are the top questions asked in FIS Software Engineer interview?

Some of the top questions asked at the FIS Software Engineer interview -

  1. What are the first concepts of Object-Oriented Programming (OOP), the SOLID pri...read more
  2. MVC architecture in dot net. asp.net core architecture and how it is differen...read more
  3. What are the basic OOPS concepts of Java? What is the difference between String...read more
What are the most common questions asked in FIS Software Engineer HR round?

The most common HR questions asked in FIS Software Engineer interview are -

  1. What are your strengths and weakness...read more
  2. What are your salary expectatio...read more
  3. What is your family backgrou...read more
How long is the FIS Software Engineer interview process?

The duration of FIS Software Engineer 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.2/5

based on 25 interview experiences

Difficulty level

Moderate 92%
Hard 8%

Duration

Less than 2 weeks 75%
2-4 weeks 17%
4-6 weeks 8%
View more
Join FIS Advancing the way the world pays, banks and investments
FIS Software Engineer Salary
based on 1.8k salaries
₹7.4 L/yr - ₹13 L/yr
12% more than the average Software Engineer Salary in India
View more details

FIS Software Engineer Reviews and Ratings

based on 205 reviews

4.0/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.6

Salary

3.7

Job security

4.0

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 205 Reviews and Ratings
Software Engineer Senior

Chennai

6-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
2.7k salaries
unlock blur

₹12.5 L/yr - ₹24 L/yr

Software Engineer
1.8k salaries
unlock blur

₹7.4 L/yr - ₹13 L/yr

Lead Engineer
751 salaries
unlock blur

₹12.7 L/yr - ₹21 L/yr

Senior Leader Engineer
714 salaries
unlock blur

₹17.2 L/yr - ₹29.1 L/yr

Team Member
578 salaries
unlock blur

₹1.9 L/yr - ₹6 L/yr

Explore more salaries
Compare FIS with

Paytm

3.2
Compare

MasterCard

3.9
Compare

PhonePe

4.0
Compare

Visa

3.5
Compare
write
Share an Interview