Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
logo
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
3.9

based on 5.8k Reviews

  • Why join us
  • Reviews
    5.8k
  • Salaries
    37.3k
  • Interviews
    495
  • Jobs
    240
  • Benefits
    780
  • Photos
    17
  • Posts
    3

Filter interviews by

FIS Software Engineer Interview Questions and Answers

Updated 17 Dec 2024

FIS Software Engineer Interview Experiences

25 interviews found

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Dec 2024

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

(1 Question)

  • Q1. Innerjoin, index, some logical question.
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2024

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

(1 Question)

  • Q1. Basics about Angular, Typescript, html, css and Core JAVA
  • Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Scenario based questions to write the logic
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Normal questions about our background
  • Add your answer
Anonymous

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
  • View 1 more answer
  • Q2. Equals vs hashcode contract
  • Add your answer
Round 2 - HR 

(2 Questions)

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

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2024

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

(1 Question)

  • Q1. SQL, finance, coding, problem solving
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2024

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

(1 Question)

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

(1 Question)

  • Q1. Java 8 features
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Basic HR discussions
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image arpit rai

posted on 17 Dec 2024

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
    Add your answer
  • 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
    Add your answer
  • Q3. What are the ways to enhance performance for web applications.
  • Ans. 

    Ways to enhance performance for web applications include optimizing code, using caching mechanisms, minimizing HTTP requests, and utilizing content delivery networks.

    • Optimize code by removing unnecessary code, using efficient algorithms, and minimizing database queries.

    • Implement caching mechanisms such as browser caching, server-side caching, and database caching to reduce load times.

    • Minimize HTTP requests by combining...

  • Answered by AI
    Add your answer
  • Q4. 2 Programming questions/logical questions to get output in least number of loops.
  • Add your answer
  • 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
  • Add your answer
  • 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.
  • Add your answer
Round 2 - HR 

(1 Question)

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

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.
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 12 Sep 2023

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
  • Add your answer
  • Q2. Microservices architecture based questions
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Jul 2023

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
  • Add your answer
  • 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
    Add your answer
Round 3 - HR 

(2 Questions)

  • Q1. Reason to change and salary expectations
  • Add your answer
  • Q2. Better career opportunities
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Aug 2024

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.
  • Add your answer
  • Q2. Few coding problems on Java 8 Streams
  • Add your answer
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).
  • Add your answer
  • Q2. Explained above
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core Java, Java 8 concepts, Spring Boot, Hibernate, Microservices
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2024

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
  • Add your answer
  • Q2. Details about technical concepts
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
devshacker007
·
ex -
Zizbey Consultancy
Job Chahiye Boss, Experience 3 Saal Ka — Lekin Salary Fresher Wali!
👔 HR: "Aapke paas Vue.js, React, Node.js, DevOps, AI sabka experience hai?" 👨‍💻 Main: "Haan, maine toh LinkedIn pe sabki post bhi like ki hai!😅" 🤖 Aaj kal interview mein skills se zyada "you must be available to work under pressure, weekends, and salary delay" pe focus hota hai! 💸 Salary expectation batate hi HR bolta hai — "Oh! We are looking for someone who is passionate... not someone who wants money!🏃‍♂️" 🚀 Lekin fir bhi hum apply karte ja rahe hain, kyunki ghar ke EMI aur Swiggy ke bill ne bhi promise kiya hai — "We will never leave you alone!" 📢 Dear companies, ab to job dedo — experience toh Zindagi bhi de rahi hai daily!
FeedCard Image
Got a question about FIS?
Ask anonymously on communities.
More about working at FIS
  • HQ - Jacksonville,Florida, United States
  • FinTech
  • 10k-50k Employees (India)
  • Software Product

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, Medical Coding, Banking Operations, Career Development and Core Java.
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. Why should we hire y...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.

FIS Interviews By Designations

  • FIS Software Engineer Interview Questions
  • FIS IT Trainee Interview Questions
  • FIS Senior Software Engineer Interview Questions
  • FIS Software Developer Interview Questions
  • FIS Lead Engineer Interview Questions
  • FIS Business Analyst Interview Questions
  • FIS Lead Analyst Interview Questions
  • FIS Analyst Interview Questions
  • Show more
  • FIS Customer Service Associate Interview Questions
  • FIS Senior Analyst Interview Questions

Interview Questions for Popular Designations

  • Senior Software Engineer Interview Questions
  • Associate Software Engineer Interview Questions
  • Softwaretest Engineer Interview Questions
  • Software Engineer Trainee Interview Questions
  • Software Developer Interview Questions
  • Software Developer Intern Interview Questions
  • Software Development Engineer Interview Questions
  • Junior Software Developer Interview Questions
  • Show more
  • Junior Software Engineer Interview Questions
  • Full Stack Software Developer Interview Questions
logo
Join FIS Advancing the way the world pays, banks and investments

Software Engineer Interview Questions from Similar Companies

Paytm
Paytm Software Engineer Interview Questions
3.2
 • 51 Interviews
PayPal
PayPal Software Engineer Interview Questions
3.9
 • 25 Interviews
Visa
Visa Software Engineer Interview Questions
3.5
 • 19 Interviews
PhonePe
PhonePe Software Engineer Interview Questions
4.0
 • 11 Interviews
MasterCard
MasterCard Software Engineer Interview Questions
3.9
 • 11 Interviews
Fiserv
Fiserv Software Engineer Interview Questions
2.9
 • 9 Interviews
i-exceed technology solutions
i-exceed technology solutions Software Engineer Interview Questions
2.9
 • 8 Interviews
Broadridge Financial Solutions
Broadridge Financial Solutions Software Engineer Interview Questions
3.9
 • 6 Interviews
PayU Payments
PayU Payments Software Engineer Interview Questions
3.5
 • 5 Interviews
Verifone
Verifone Software Engineer Interview Questions
3.3
 • 5 Interviews
View all
FIS Software Engineer Salary
based on 1.7k salaries
₹4 L/yr - ₹15.9 L/yr
5% more than the average Software Engineer Salary in India
View more details

FIS Software Engineer Reviews and Ratings

based on 201 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 201 Reviews and Ratings
Software Engineer Jobs at FIS
FIS
Software Engineer

Mumbai,

Chennai

8-13 Yrs

Not Disclosed

FIS
Sr. Software Engineer (C Language & Linux tools)

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Explore more jobs
FIS Salaries in India
Senior Software Engineer
2.7k salaries
unlock blur

₹8 L/yr - ₹31 L/yr

Software Engineer
1.7k salaries
unlock blur

₹4 L/yr - ₹15.9 L/yr

Lead Engineer
733 salaries
unlock blur

₹8 L/yr - ₹24.8 L/yr

Senior Leader Engineer
690 salaries
unlock blur

₹9.9 L/yr - ₹32 L/yr

Team Member
649 salaries
unlock blur

₹1.4 L/yr - ₹6.8 L/yr

Explore more salaries
Compare FIS with
Paytm

Paytm

3.2
Compare
PhonePe

PhonePe

4.0
Compare
Fiserv

Fiserv

2.9
Compare
KFintech

KFintech

3.5
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • FIS Interview Questions >
  • FIS Software Engineer Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter