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 Questions & Answers

user image Anonymous

posted on 11 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Core java, Automation , finance related and agile process

Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2021

I applied via Campus Placement and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Diamond patter code
  • Q2. Java concepts?

Interview Preparation Tips

Interview preparation tips for other job seekers - It very easy to crack fiserv interview

Specialist Interview Questions & Answers

user image Anonymous

posted on 28 Jul 2022

I applied via Naukri.com and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sql and plsql questions in almost all topics
Round 2 - Technical 

(1 Question)

  • Q1. Plsql and unix about the project and scenarios faced in the project.code deployment prices
Round 3 - Coding Test 

Sql and plsql questions.both multiple choice and coding was there.

Round 4 - HR 

(1 Question)

  • Q1. HR round is a formal one asking for salary details and background details.

Interview Preparation Tips

Topics to prepare for Fiserv Specialist interview:
  • Oracle
Interview preparation tips for other job seekers - Prepare well for the interview based on the technology and JD shared.
If it is good if you are from a Fintech background.

Specialist Interview Questions asked at other Companies

Q1. 1. Solid principles implementation in a given scenario, how can we apply and improve the problem shared by interviewer. 2. C# coding questions on strings and arrays. 3. Rest API methods and it's implementation. 4. Basic questions on Jquery,... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. Vision plus, testing related questions and credit card related

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)

QA Specialist Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2021

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly related to US and Indian banking system

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be very helpfull for you to get the project information from HR and prepare accordingly. Focus on the specific parts like loan , deposit cards etc

QA Specialist Interview Questions asked at other Companies

Q1. List comprehension in python Loops and decorators
View answer (1)

Get interview-ready with Top Fiserv Interview Questions

Interview Questionnaire 

2 Questions

  • Q1. Basic cyber security questions they have asked and they have asked some situational question.
  • Q2. Prepare yourself for the interview and keep cool as much possible during the interview. They will check your nerv system. Wish you all the best for your future.

Information Security Analyst Interview Questions asked at other Companies

Q1. What is vulnerability management? How do Vulnerability scanners work? What is OWASP top 10? What is SQL injection? How to mitigate SQLi attacks? What is XSS? How to mitigate XSS attacks? What is MITRE framework? What is Cyber-kill chain? Wh... read more
View answer (1)

Jobs at Fiserv

View all

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. On core java and spring boot and spring mvc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared well for core java

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

Interview Questions & Answers

user image Anonymous

posted on 22 May 2021

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

Interview Questionnaire 

1 Question

  • Q1. Majorly related to Change Management, Incident and Six Sigma project which was mentioned my resume..

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to your basics and answer whatever you do in current role.

I applied via Naukri.com and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. How to define a parameterized cursor in PLSQL , how to open and close it
  • Ans. 

    Defining and using a parameterized cursor in PL/SQL

    • Declare a cursor variable with parameters

    • Open the cursor using the OPEN statement and pass in the parameter values

    • Fetch rows from the cursor using the FETCH statement

    • Close the cursor using the CLOSE statement

  • Answered by AI
  • Q2. Write a query to delete duplicate records from a table
  • Ans. 

    Query to delete duplicate records from a table

    • Use GROUP BY to group the records by the columns that define duplicates

    • Use HAVING to filter out groups with count greater than 1

    • Use DELETE to remove the duplicate records

  • Answered by AI
  • Q3. What is Rownum ? Is expression Rownum >4 correct ?
  • Ans. 

    Rownum is a pseudocolumn in Oracle that assigns a unique number to each row returned by a query.

    • Rownum starts with 1 and increments by 1 for each row returned by the query.

    • The expression Rownum > 4 is correct and will return all rows with a Rownum greater than 4.

    • Rownum can be used to limit the number of rows returned by a query, for example, 'SELECT * FROM table WHERE Rownum <= 10'.

  • Answered by AI
  • Q4. What is the difference between procedure and function
  • Ans. 

    Procedure is a set of instructions that performs a specific task, while function returns a value after performing a specific task.

    • Procedure does not return a value, while function returns a value

    • Procedure can modify the values of input parameters, while function cannot

    • Functions can be called from within a procedure, but procedures cannot be called from within a function

  • Answered by AI
  • Q5. What are triggers , where can they be used ? What is a mutating trigger problem , how can it be solved?
  • Ans. 

    Triggers are database objects that execute automatically in response to certain events. Mutating trigger problem occurs when a trigger tries to read or modify a table that is already being modified by the same transaction.

    • Triggers can be used to enforce business rules, audit changes, and maintain referential integrity.

    • They can be used to automatically update a table when a related table is updated.

    • Mutating trigger prob...

  • Answered by AI
  • Q6. How to define user defined exceptions ?
  • Ans. 

    User defined exceptions can be defined by creating a new class that extends the Exception class.

    • Create a new class that extends the Exception class

    • Add constructors to the class to initialize the exception

    • Throw the exception using the 'throw' keyword

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I appeared for PL SQL developer , the trick would be to go through all aspects of PL SQL instead of deep diving a few...interviewers like it when you know a little bit about a lot of things...practice SQL hard ... No excuses for not knowing about Joins ( all types ) , group by , having , case , decode . If possible go for merge statement and insert first and insert all as well ...learn how to tune a SQL query and all the optimization techniques

Skills evaluated in this interview

Top Fiserv Software Development Engineer 3 Interview Questions and Answers

Q1. What are triggers , where can they be used ? What is a mutating trigger problem , how can it be solved?
View answer (1)

Software Development Engineer 3 Interview Questions asked at other Companies

Q1. What are triggers , where can they be used ? What is a mutating trigger problem , how can it be solved?
View answer (1)

Interview Questionnaire 

1 Question

  • Q1. What should I remember during the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and rely on your experience. Show how you have worked through tough situations with actual examples and not theoretical answers

Senior Director Interview Questions asked at other Companies

Q1. How will you deign an Agile transformation program from scratch for a new client
View answer (1)

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