Upload Button Icon Add office photos

Filter interviews by

Fiserv Senior Software Developer Interview Questions and Answers

Updated 24 Feb 2022

Fiserv Senior Software Developer Interview Experiences

1 interview found

I applied via Recruitment Consulltant and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions mostly from java 8 new features? Stream manipulation , lambda expression. functional interface, optional class
  • Q2. Java collection in depth, like Set, List, Queue, Map. Difference between them . ConcurrentHashMap is one of hot cake
Round 2 - Technical 

(1 Question)

  • Q1. Question based on programming like How to find 2nd highest salary of Employee by each department using stream api . How to find duplicate elements in two arrays?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you seeking jobs as Java developer then must check following topics.
1. Java 8 new Features.
2. Oops concept in advance with real life analogy.
3. Collection framework.
4. Thread concept.
5. Design pattern.
6. Immutable class.
7. String / String buffer/ String builder.
8. Serializable
9. Comparable vs Comparator
10.Marker Interface

Interview questions from similar companies

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

(2 Questions)

  • Q1. What is dependancy Injection?
  • Ans. 

    Dependency Injection is a design pattern where the dependencies of a class are provided from the outside rather than created within the class itself.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between classes

    • Improves code reusability and maintainability

    • Commonly implemented using frameworks like Spring in Java

  • Answered by AI
  • Q2. How We maintain security in Application?
  • Ans. 

    Maintaining security in applications involves implementing encryption, authentication, authorization, and regular security audits.

    • Implement encryption to protect data in transit and at rest

    • Use strong authentication mechanisms like multi-factor authentication

    • Implement proper authorization controls to restrict access to sensitive data

    • Regularly conduct security audits and penetration testing to identify vulnerabilities

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Aptitude Test 

DSA leetcode on hackerrank

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2022. There were 3 interview rounds.

Round 1 - Coding Test 

The Two-Sum Problem solve using any programming language(like C#, Python, JavaScrpit ...)

Round 2 - Technical 

(5 Questions)

  • Q1. -About Your project & architecture -Dependency injection -Azure Function & other services -Authentication & Authorization (JWT)
  • Ans. Dependency injection is a technique for achieving inversion of control between class and their objects
  • Answered Anonymously
  • Q2. What is Angular Interceptor?
  • Ans. 

    Angular Interceptor is a middleware that intercepts HTTP requests and responses.

    • It can be used to add headers, modify requests, handle errors, and more.

    • Interceptors can be global or specific to a certain request.

    • Example use cases include adding authentication tokens to requests or logging responses.

    • Interceptors are implemented using the HttpInterceptor interface in Angular.

  • Answered by AI
  • Q3. What is Microservice C#?
  • Ans. 

    Microservice C# is a software architecture pattern where an application is built as a collection of small, independent services.

    • Each service is responsible for a specific task or feature

    • Services communicate with each other through APIs

    • Allows for scalability, flexibility, and easier maintenance

    • Examples include Netflix, Amazon, and Uber

  • Answered by AI
  • Q4. About angular state management?
  • Q5. It's the process of managing the state of the user controls.
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a senior software developer with over 10 years of experience in developing and implementing software solutions.

    • I have expertise in multiple programming languages including Java, Python, and C++.

    • I have experience in developing web applications using frameworks such as Spring and Django.

    • I have worked on projects involving database design and management using SQL and NoSQL databases.

    • I have experience in leading devel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st Round- Programming practices
2nd Round- About your project architecture, oops connects and solid principles

Skills evaluated in this interview

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. DSA ( Tree and Stacks)
  • Q2. System Design
  • Q3. Behavioral Question eg- what was the most difficult task or day you went across in your previous organization,

Interview Preparation Tips

Interview preparation tips for other job seekers - Candidate must focus on DSA, some important topics are stack, queue, and Tree and some concepts of System Design
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The DSA round happens with pseudo code

Round 2 - Technical 

(2 Questions)

  • Q1. Question asked from my resume
  • Q2. How I implemented everything
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join
  • Q2. Where do you see yourself in five years

Interview Preparation Tips

Interview preparation tips for other job seekers - I haven’t clear the second round
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

A test that covers all fundamental topics, including networking, object-oriented programming (OOP), and data structures and algorithms (DSA).

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for quick sort
  • Q2. Puzzle
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java Fundamentals
  • Q2. System Design
Round 2 - One-on-one 

(2 Questions)

  • Q1. Previous experience
  • Q2. Spring boot
Round 3 - HR 

(2 Questions)

  • Q1. Offer discussion
  • Q2. Onboarding process
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the react lifecycle functions and how they work
  • Ans. 

    React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

  • Answered by AI
  • Q2. Css box model, difference between padding and margin
  • Ans. 

    Padding is the space inside the border of an element, while margin is the space outside the border.

    • Padding is used to create space between the content and the border of an element.

    • Margin is used to create space between the border of an element and other elements.

    • Padding affects the size of the content area, while margin affects the positioning of the element.

    • Example: padding: 10px will create 10 pixels of space inside ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations in CTC and variables?
  • Q2. Will you relocate to the location required?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything bookish! don't only speak related to your experience

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Data structures and algo. 2 ques were asked in hackerrank

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to System design
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic question related to Spring and Java

Fiserv Interview FAQs

How many rounds are there in Fiserv Senior Software Developer interview?
Fiserv interview process usually has 2 rounds. The most common rounds in the Fiserv interview process are Technical.
What are the top questions asked in Fiserv Senior Software Developer interview?

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

  1. Questions mostly from java 8 new features? Stream manipulation , lambda express...read more
  2. Java collection in depth, like Set, List, Queue, Map. Difference between them ....read more

Tell us how to improve this page.

Fiserv Senior Software Developer Salary
based on 192 salaries
₹6.5 L/yr - ₹25 L/yr
At par with the average Senior Software Developer Salary in India
View more details

Fiserv Senior Software Developer Reviews and Ratings

based on 20 reviews

2.4/5

Rating in categories

2.0

Skill development

2.4

Work-life balance

2.1

Salary

2.9

Job security

2.3

Company culture

1.9

Promotions

2.1

Work satisfaction

Explore 20 Reviews and Ratings
Technical Lead
1.4k salaries
unlock blur

₹11 L/yr - ₹37.9 L/yr

Specialist
553 salaries
unlock blur

₹10 L/yr - ₹29 L/yr

Senior Associate
534 salaries
unlock blur

₹3.5 L/yr - ₹13.7 L/yr

Senior Software Engineer
446 salaries
unlock blur

₹8 L/yr - ₹28.3 L/yr

Professional
367 salaries
unlock blur

₹5.8 L/yr - ₹19.1 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.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview