Upload Button Icon Add office photos

Fiserv

Compare button icon Compare button icon Compare

Filter interviews by

Fiserv Interview Questions, Process, and Tips for Experienced

Updated 2 Apr 2025

Top Fiserv Interview Questions and Answers for Experienced

View all 27 questions

Fiserv Interview Experiences for Experienced

Popular Designations

80 interviews found

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

I applied via Referral and was interviewed before Sep 2022. There were 4 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 - Technical 

(2 Questions)

  • Q1. Wildfly & Apache Questions
  • Q2. Websphere questions regarding troubleshooting
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation
Round 4 - One-on-one 

(1 Question)

  • Q1. Personal details

Analyst Interview Questions & Answers

user image Anonymous

posted on 12 Feb 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your name?
  • Q2. Where are you from

Interview Preparation Tips

Interview preparation tips for other job seekers - No tips...if you are looking for a balanced life please dont join Fiserv

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 2 Apr 2025

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

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

  • Q1. Oops concepts details
  • Q2. Design patterns and uses
  • Ans. 

    Design patterns are reusable solutions to common software design problems, enhancing code maintainability and scalability.

    • Creational Patterns: Manage object creation. Example: Singleton ensures a class has only one instance.

    • Structural Patterns: Deal with object composition. Example: Adapter allows incompatible interfaces to work together.

    • Behavioral Patterns: Focus on communication between objects. Example: Observer def

  • Answered by AI
  • Q3. Sql query example
  • Ans. 

    An SQL query retrieves data from a database using specific criteria and commands.

    • SELECT statement: Used to select data from a database. Example: SELECT * FROM employees;

    • WHERE clause: Filters records based on specified conditions. Example: SELECT * FROM employees WHERE age > 30;

    • JOIN operation: Combines rows from two or more tables based on a related column. Example: SELECT * FROM orders JOIN customers ON orders.custo...

  • Answered by AI
  • Q4. Database related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - No job security, internal politics are too much, leadership likes special buttering.

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Core Java, Advance Java
  • Q2. Springboot annotations, hibernate
  • Q3. SQL and Database questions
  • Q4. Resume based questions

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 (43)

Fiserv interview questions for popular designations

 Technology Analyst

 (10)

 Software Engineer

 (9)

 Software Developer

 (6)

 Technical Lead

 (5)

 Specialist

 (5)

 Project Manager

 (3)

 Financial Analyst

 (2)

 Software Development Engineer

 (2)

I applied via Referral and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Perfomance tuning,Collection,Bulk collect related questions.
  • Q2. They asked me many questions which cover complete sql and PLSQL.
Round 2 - Technical 

(1 Question)

  • Q1. Second round would be Manager round which is combination of technical and manager round.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Have flawless resume.
2. Get active on Job searching sites mainly naukri and linkedin.
3. If you have referral in a good companies then use it first.
4. Get prepare and ready yourself to face interview and have good communication skill also.

Software Engineering Specialist Interview Questions asked at other Companies

Q1. Explain Python Data Structures and advantages and some differences in each
View answer (2)

Get interview-ready with Top Fiserv Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Cards & Payments Domain knowledge, SDLC, Agile & Project Management Methodologies
Round 2 - Technical 

(1 Question)

  • Q1. Team Management, Interpersonal skills & Projects
Round 3 - HR 

(1 Question)

  • Q1. Usual TA discussions

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (2)

Jobs at Fiserv

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

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions based on your skill set.
Round 2 - Technical 

(1 Question)

  • Q1. Technical plus coding questions based on your skill set.
Round 3 - Behavioral 

(1 Question)

  • Q1. Managerial round based on the process your follow for example agile etc.

Software Engineering Specialist Interview Questions asked at other Companies

Q1. Explain Python Data Structures and advantages and some differences in each
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. C#, .net related questions
Round 2 - Technical 

(1 Question)

  • Q1. Oops, solid principals

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 (43)

Interview Questions & Answers

user image Anonymous

posted on 19 Mar 2024

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

I appeared for an interview before Mar 2023.

Round 1 - Coding Test 

Array String Problems

Round 2 - Technical 

(2 Questions)

  • Q1. Oops , Programming Question,Projects questions ,DBMS queries
  • Q2. Binary Search Polymorphism Encapsulation Types of inheritance Select query Java multithreding
Round 3 - One-on-one 

(1 Question)

  • Q1. Techno managerial Round Design a ecommerce application. Waterfall model

Interview Questions & Answers

user image Anonymous

posted on 19 May 2022

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(1 Question)

  • Q1. Interview questions related to oops basics, asp.net, API etc.
Round 2 - Case Study 
Round 3 - Behavioral 

(1 Question)

  • Q1. More of how to manage a team, project, agile approach etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions will be asked from vast knowledge if you have worked on vast things. As an example if you are a full stack developer then please go through front end, back-end and database questions.

Fiserv Interview FAQs

How many rounds are there in Fiserv interview for experienced candidates?
Fiserv interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Fiserv interview process for experienced candidates are Technical, HR and One-on-one Round.
How to prepare for Fiserv interview for experienced candidates?
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 Fiserv. The most common topics and skills that interviewers at Fiserv expect are SQL, Bloomberg, Social Media, Troubleshooting and Agile.
What are the top questions asked in Fiserv interview for experienced candidates?

Some of the top questions asked at the Fiserv interview for experienced candidates -

  1. What would you do if there is a release scheduled tomorrow and QA identifies a ...read more
  2. 1. Solid principles implementation in a given scenario, how can we apply and im...read more
  3. What are triggers , where can they be used ? What is a mutating trigger problem...read more
How long is the Fiserv interview process?

The duration of Fiserv interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Fiserv Interview Process for Experienced

based on 33 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 759 Interviews
PhonePe Interview Questions
4.0
 • 306 Interviews
PayPal Interview Questions
3.9
 • 212 Interviews
HighRadius Interview Questions
2.8
 • 186 Interviews
Razorpay Interview Questions
3.6
 • 154 Interviews
Visa Interview Questions
3.5
 • 141 Interviews
KFintech Interview Questions
3.5
 • 140 Interviews
MasterCard Interview Questions
3.9
 • 139 Interviews
Revolut Interview Questions
2.5
 • 100 Interviews
View all

Fiserv Reviews and Ratings

based on 2.4k reviews

3.0/5

Rating in categories

2.8

Skill development

2.9

Work-life balance

3.2

Salary

2.8

Job security

2.7

Company culture

2.6

Promotions

2.7

Work satisfaction

Explore 2.4k Reviews and Ratings
VisionPLUS Support Engineer

Pune

8-11 Yrs

Not Disclosed

OTC Collections Expert

Noida

3-7 Yrs

Not Disclosed

Director, Risk and Compliance

Mumbai

15-19 Yrs

Not Disclosed

Explore more jobs
Technical Lead
1.5k salaries
unlock blur

₹13 L/yr - ₹38 L/yr

Senior Associate
532 salaries
unlock blur

₹3.5 L/yr - ₹13.7 L/yr

Specialist
488 salaries
unlock blur

₹9 L/yr - ₹29 L/yr

Senior Software Engineer
439 salaries
unlock blur

₹6.7 L/yr - ₹26 L/yr

Professional
346 salaries
unlock blur

₹5.4 L/yr - ₹19.4 L/yr

Explore more salaries
Compare Fiserv with

Global Payments

4.0
Compare

Paytm

3.3
Compare

PhonePe

4.0
Compare

KFintech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview