Upload Button Icon Add office photos

Fiserv

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Fiserv Software Developer Interview Questions and Answers

Updated 24 Oct 2024

Fiserv Software Developer Interview Experiences

5 interviews found

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

user image sameeksha khare

posted on 27 Jan 2024

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

(1 Question)

  • Q1. Basic Java questions

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Decorator, iterator, list comprehensions

Round 2 - Technical 

(2 Questions)

  • Q1. List, set, dict related questions
  • Q2. Django related questions
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

Fiserv interview questions for designations

 Senior Software Developer

 (1)

 Associate Software Developer

 (1)

 Software Developer 3

 (1)

 Software Developer Professional

 (1)

 Software Engineer

 (9)

 Software Professional

 (1)

 Software Tester

 (1)

 Java Developer

 (2)

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts, MVC, WEB API, SQL, Project related questions

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I was interviewed in Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills and ability to work in a team

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
  • Q2. Simple coding questions..Basically pattern.
  • Q3. And also they will ask about your projects.

Interview Preparation Tips

Round: Test
Experience: 60 multiple choice questions so have to manage time carefully.
Tips: Have to give equal importance to all the sections..So try to do well in all section.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical + HR Interview
Experience: Don't panic...Only write those things that you know in your resume.

Skills: Smart Coding
College Name: Jaypee Institute Of Information Technology, Noida
Contribute & help others!
anonymous
You can choose to be anonymous

Fiserv Interview FAQs

How many rounds are there in Fiserv Software Developer interview?
Fiserv interview process usually has 1-2 rounds. The most common rounds in the Fiserv interview process are Technical, Group Discussion and Coding Test.
How to prepare for Fiserv 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 Fiserv. The most common topics and skills that interviewers at Fiserv expect are EJB, Ajax, Project Management, Automation and JSP.
What are the top questions asked in Fiserv Software Developer interview?

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

  1. What is a String pool in Ja...read more
  2. Explain different types of exception in Ja...read more
  3. Oops Concepts, MVC, WEB API, SQL, Project related questi...read more

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

Philips

INTERVIEWS

BIS Research

No Interviews

INTERVIEWS

Fiserv

No Interviews

LIST OF COMPANIES

Ceat Tyres

Locations

INTERVIEWS

Ceat Tyres

100 top interview questions

Tell us how to improve this page.

Fiserv Software Developer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
Fiserv Software Developer Salary
based on 351 salaries
₹5.3 L/yr - ₹21.7 L/yr
59% more than the average Software Developer Salary in India
View more details

Fiserv Software Developer Reviews and Ratings

based on 54 reviews

3.3/5

Rating in categories

2.9

Skill development

3.5

Work-life balance

3.2

Salary

3.3

Job security

3.4

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 54 Reviews and Ratings
Tech Lead - Software Development

Bangalore / Bengaluru

4-6 Yrs

₹ 4.65-8.5 LPA

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