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.4k
  • Interviews
    495
  • Jobs
    237
  • Benefits
    780
  • Photos
    17
  • Posts
    3

Filter interviews by

FIS Software Developer Interview Questions and Answers

Updated 13 May 2025

FIS Software Developer Interview Experiences

12 interviews found

Software Developer Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2024

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

(1 Question)

  • Q1. Basics of angular, ts,js
  • Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Programming questions
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Family backgroud
  • Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 22 Feb 2024

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
  • Add your answer
  • 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
    Add your answer
  • Q3. Collections questions
  • Add your answer
  • Q4. Live coding based on the answers you give
  • Add your answer
  • Q5. Your current project and how you handled difficulties in that
  • Add your answer

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
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 8 Apr 2024

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.
  • Add your answer
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.
Anonymous

Software Developer Interview Questions & Answers

user image AMAL M M

posted on 13 May 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Angular concepts
  • Add your answer
  • Q2. React native concept
  • Add your answer
  • Q3. Observable and promises
  • Add your answer
  • Q4. Directives concepts
  • Add your answer
  • Q5. Pipes concepts in angular
  • Ans. 

    Pipes in Angular transform data for display in templates, enhancing UI with formatting and filtering capabilities.

    • Pipes are simple functions that accept an input value and return a transformed value.

    • Angular provides built-in pipes like DatePipe, CurrencyPipe, and DecimalPipe for common transformations.

    • Custom pipes can be created using the @Pipe decorator, allowing for tailored data transformations.

    • Example of a built-in...

  • Answered by AI
    Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2024

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

Max subsequence sum, 15 min

Round 2 - HR 

(2 Questions)

  • Q1. How to deal with difficult coworker
  • Add your answer
  • Q2. Toughest tech challenge I have faced
  • Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 18 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. OOPS pillers and explanation
  • Ans. 

    OOPS pillars are the four main principles of Object-Oriented Programming: Encapsulation, Inheritance, Polymorphism, and Abstraction.

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

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

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

    • Abstraction: Hiding the complex implementati...

  • Answered by AI
    Add your answer
  • Q2. Solid principles
  • Add your answer
  • Q3. If given CityName as parameter to method then get all the movies in that city. If given MovieName as parameter then get all the theaters with that movie
  • Ans. 

    Use conditional statements to determine whether the parameter is CityName or MovieName, then query the database accordingly.

    • Check if the parameter is CityName or MovieName

    • If CityName, query database for all movies in that city

    • If MovieName, query database for all theaters showing that movie

  • Answered by AI
    Add your answer
  • Q4. Any certification?
  • Ans. 

    Yes, I have certifications in Java and AWS.

    • Certified in Java programming language

    • Certified in Amazon Web Services (AWS)

  • Answered by AI
    Add your answer
  • Q5. LINQ and Extension method
  • Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 31 May 2023

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

I applied via Referral and was interviewed in May 2023. There were 3 interview rounds.

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 - Aptitude Test 

GENERAL APTITUDE QUESTIONS

Round 3 - Technical 

(2 Questions)

  • Q1. JAVA CODES FOR BEGINNER
  • Ans. 

    Java codes for beginners include basic syntax, data types, control structures, and object-oriented programming concepts.

    • Learn basic syntax and data types such as int, double, and String.

    • Understand control structures like if-else statements and loops.

    • Familiarize yourself with object-oriented programming concepts like classes and objects.

    • Practice coding exercises and projects to reinforce your learning.

    • Utilize online res...

  • Answered by AI
    Add your answer
  • Q2. NODE FUNCTIONS FOR BINARY
  • Ans. 

    Node functions for binary are used to manipulate binary data in Node.js.

    • The Buffer class is used to handle binary data in Node.js.

    • The `toString()` method can be used to convert binary data to a string.

    • The `write()` method can be used to write binary data to a buffer.

    • The `read()` method can be used to read binary data from a buffer.

    • The `slice()` method can be used to extract a portion of a buffer.

    • The `concat()` method c...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 6 Feb 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

C, linux, general aptitude

Round 2 - Technical 

(4 Questions)

  • Q1. Basics of C , coding for swap, sort, prime number
  • Add your answer
  • Q2. Tell about you?
  • Add your answer
  • Q3. What is data type of auto?
  • Ans. 

    The data type of auto is determined by the value assigned to it at compile time.

    • The auto keyword in C++ is used to automatically deduce the data type of a variable based on its initializer.

    • The data type of auto can be any valid C++ type, including fundamental types, user-defined types, or even complex types like function pointers or lambda expressions.

    • The actual data type of auto is resolved by the compiler during comp...

  • Answered by AI
    Add your answer
  • Q4. What work location prefered?
  • Add your answer

Skills evaluated in this interview

Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 30 Mar 2024

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

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops concepts, solid principle, sqlcquery
  • Add your answer
  • Q2. Solid principle
  • Add your answer
Anonymous

Software Developer Interview Questions & Answers

user image Anonymous

posted on 26 May 2021

I applied via LinkedIn and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1) General C# and Sql Questions.. some concepts in more depth
  • Add your answer
  • Q2. Joins, Union, Linq, Collections
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepared with basic C# questions like delegates, generics, events, interfaces, static classes with some examples

Sql Questions like types of Joins, Subquery, Union, view, stored proc, identity, indexes with some examples
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 Developer interview?
FIS interview process usually has 1-2 rounds. The most common rounds in the FIS interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for FIS Software Developer 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 .NET, Analytical, CSS, Coding and Consulting.
What are the top questions asked in FIS Software Developer interview?

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

  1. How you can handle exceptions in case of inherita...read more
  2. If given CityName as parameter to method then get all the movies in that city. ...read more
  3. What is data type of au...read more
How long is the FIS Software Developer interview process?

The duration of FIS Software Developer 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 Developer Interview Questions
  • Lead Software Engineer Interview Questions
  • Software Development Engineer II Interview Questions
  • Associate Software Developer Interview Questions
  • Software Development Engineer 1 Interview Questions
  • Software Engineer Level 1 Interview Questions
  • Software Engineer Interview Questions
  • Senior Software Engineer Interview Questions
  • Show more
  • Java Software Developer Interview Questions
  • Senior Software Development Engineer Interview Questions
logo
Join FIS Advancing the way the world pays, banks and investments

Software Developer Interview Questions from Similar Companies

Paytm
Paytm Software Developer Interview Questions
3.2
 • 35 Interviews
PhonePe
PhonePe Software Developer Interview Questions
4.0
 • 12 Interviews
Visa
Visa Software Developer Interview Questions
3.5
 • 11 Interviews
PayPal
PayPal Software Developer Interview Questions
3.9
 • 9 Interviews
Fiserv
Fiserv Software Developer Interview Questions
2.9
 • 6 Interviews
Broadridge Financial Solutions
Broadridge Financial Solutions Software Developer Interview Questions
3.9
 • 5 Interviews
MasterCard
MasterCard Software Developer Interview Questions
3.9
 • 4 Interviews
TransUnion
TransUnion Software Developer Interview Questions
4.0
 • 4 Interviews
PayU Payments
PayU Payments Software Developer Interview Questions
3.5
 • 4 Interviews
i-exceed technology solutions
i-exceed technology solutions Software Developer Interview Questions
3.0
 • 3 Interviews
View all
FIS Software Developer Salary
based on 355 salaries
₹5.2 L/yr - ₹20 L/yr
30% more than the average Software Developer Salary in India
View more details

FIS Software Developer Reviews and Ratings

based on 49 reviews

3.7/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.1

Salary

3.5

Job security

3.9

Company culture

2.8

Promotions

3.5

Work satisfaction

Explore 49 Reviews and Ratings
FIS Salaries in India
Senior Software Engineer
2.7k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Software Engineer
1.7k salaries
unlock blur

₹4 L/yr - ₹15.9 L/yr

Lead Engineer
725 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Leader Engineer
689 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 Developer 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