Upload Button Icon Add office photos

Fiserv

Compare button icon Compare button icon Compare

Filter interviews by

Fiserv Interview Questions, Process, and Tips

Updated 26 Feb 2025

Top Fiserv Interview Questions and Answers

View all 63 questions

Fiserv Interview Experiences

Popular Designations

172 interviews found

Technology Intern Interview Questions & Answers

user image Khushboo Bhagchandani

posted on 27 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(1 Question)

  • Q1. Explain your projects
  • Ans. 

    I have worked on various projects including developing a mobile app for tracking fitness goals and a web application for managing inventory.

    • Developed a mobile app using React Native to track fitness goals and provide workout plans

    • Created a web application using Node.js and MongoDB to manage inventory and track sales

    • Implemented RESTful APIs for communication between front-end and back-end systems

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Situational based questions of SDLC

Technology Intern Interview Questions asked at other Companies

Q1. what is ros1 and difference between ros1 and ros2?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Where do you envision yourself in five years?
  • Ans. 

    In five years, I envision myself as a seasoned Quality Specialist leading a team of professionals in implementing innovative quality improvement strategies.

    • Leading a team of quality professionals

    • Implementing innovative quality improvement strategies

    • Continuing professional development and training

    • Contributing to the overall success of the organization

  • Answered by AI
  • Q2. How do you plan to ensure compliance in your professional life?
  • Ans. 

    I plan to ensure compliance in my professional life by staying up-to-date on regulations, conducting regular audits, and providing ongoing training to staff.

    • Stay informed on industry regulations and updates

    • Conduct regular audits to identify areas of non-compliance

    • Provide ongoing training to staff on compliance procedures and best practices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I would suggest you try to understand the question first and then answer all the questions without any hesitation.

Quality Specialist Interview Questions asked at other Companies

Q1. Do you know about excel? What is Vlookup and how to use it
View answer (1)
Fiserv Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 easy to moderate questions in hackerank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA, SQL, OOPs and other basics
  • Q2. DSA, SQL, OOPs and other basics. Emphasis on Resume

Technology Analyst 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 (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. What are you previous company
  • Ans. 

    I previously worked at a multinational retail company specializing in electronics.

    • Managed daily operations including inventory management, staff scheduling, and customer service

    • Implemented new sales strategies to increase revenue and improve customer satisfaction

    • Collaborated with cross-functional teams to streamline processes and improve efficiency

  • Answered by AI

Assistant Manager Operations Interview Questions asked at other Companies

Q1. What can you tell me about xlookup function?
View answer (26)

Fiserv interview questions for popular designations

 Technology Analyst

 (10)

 Software Engineer

 (9)

 Technical Lead

 (5)

 Specialist

 (5)

 Software Developer

 (5)

 Project Manager

 (3)

 Financial Analyst

 (2)

 Software Development Engineer

 (2)

Senior Credit Analyst Interview Questions & Answers

user image Abhijeet Kumar

posted on 25 Sep 2024

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

I applied via Company Website

Round 1 - Assignment 

Assignment is easy with some case study questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Normal basic questions regarding ratios, financial and credit analysis

Senior Credit Analyst Interview Questions asked at other Companies

Q1. How would you rate a bank and what are the key factors that you will look upon?
View answer (1)

Get interview-ready with Top Fiserv Interview Questions

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

(1 Question)

  • Q1. Tell me about yourself?
  • Ans. 

    Experienced technical lead with a strong background in software development and project management.

    • Over 8 years of experience in leading technical teams and delivering successful projects

    • Proficient in various programming languages such as Java, Python, and JavaScript

    • Skilled in Agile methodologies and implementing best practices for software development

    • Strong communication and leadership skills, able to collaborate effe

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. COBOL functions.
  • Q2. File Management

Interview Preparation Tips

Interview preparation tips for other job seekers - Through with the concepts

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Jobs at Fiserv

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

The topic was -> "One nation one election"

Round 2 - Technical 

(2 Questions)

  • Q1. What is a String pool in Java?
  • Ans. 

    String pool in Java is a pool of unique strings stored in memory to optimize memory usage.

    • String pool is a part of Java's memory where unique string literals are stored.

    • When a new string is created, Java checks if it already exists in the pool to save memory.

    • Strings created using double quotes are added to the pool, while those created using 'new' keyword are not.

    • Example: String str1 = "hello"; String str2 = "hello"; /...

  • Answered by AI
  • Q2. Explain different types of exception in Java.
  • Ans. 

    Java has checked and unchecked exceptions. Checked exceptions must be handled at compile time, while unchecked exceptions do not need to be handled explicitly.

    • Checked exceptions: Must be caught or declared in the method signature. Example: IOException, SQLException

    • Unchecked exceptions: Do not need to be caught or declared. Example: NullPointerException, ArrayIndexOutOfBoundsException

  • Answered by AI

Skills evaluated in this interview

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 (42)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics of api Testing
Round 2 - Technical 

(1 Question)

  • Q1. Basics of automation framework
Round 3 - HR 

(1 Question)

  • Q1. Work experience

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA questions were asked.

Round 2 - Group Discussion 

Topic was blockchain

Round 3 - One-on-one 

(2 Questions)

  • Q1. Oops questions - inheritance, polymorphism
  • Q2. SQL questions - queries on joins and basic ones

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql query to join 3 table with condition
  • Ans. 

    Use SQL JOIN to combine 3 tables with a specific condition.

    • Use INNER JOIN to combine the tables based on a common column

    • Specify the condition in the ON clause of the JOIN statement

    • You can also use LEFT JOIN or RIGHT JOIN depending on your requirement

  • Answered by AI
  • Q2. About ITIL, Agile

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
Contribute & help others!
anonymous
You can choose to be anonymous

Fiserv Interview FAQs

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

Some of the top questions asked at the Fiserv interview -

  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.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

SALARIES

BIS Research

SALARIES

Philips

LIST OF COMPANIES

Ceat Tyres

Overview

SALARIES

Fiserv

DESIGNATION

Tell us how to improve this page.

Fiserv Interview Process

based on 122 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Paytm Interview Questions
3.3
 • 750 Interviews
FIS Interview Questions
3.9
 • 482 Interviews
Diebold Nixdorf Interview Questions
3.8
 • 45 Interviews
View all

Fiserv Reviews and Ratings

based on 2.3k reviews

3.0/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

3.2

Salary

2.9

Job security

2.8

Company culture

2.6

Promotions

2.7

Work satisfaction

Explore 2.3k Reviews and Ratings
Cyber Risk Management Advisor

Pune

15-17 Yrs

Not Disclosed

Qa Analyst

Chennai,

Bangalore / Bengaluru

4-8 Yrs

₹ 9-18 LPA

Advisor, Software Development Engineering

Chennai

10-15 Yrs

Not Disclosed

Explore more jobs
Technical Lead
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Specialist
555 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
533 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
437 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Professional
359 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Fiserv with

Global Payments

4.1
Compare

FIS

3.9
Compare

Broadridge Financial Solutions

3.9
Compare

NCR Corporation

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