Upload Button Icon Add office photos

Fiserv

Compare button icon Compare button icon Compare

Filter interviews by

Fiserv Technology Analyst Interview Questions and Answers

Updated 9 Jan 2025

7 Interview questions

A Technology Analyst was asked 6mo ago
Q. Write the test cases for the given scenarios.
Ans. 

Test cases for various scenarios to ensure functionality and reliability of the system.

  • Test case for user login: Verify valid credentials allow access.

  • Test case for password reset: Ensure email is sent for valid requests.

  • Test case for data input: Validate that required fields are filled.

  • Test case for error handling: Check system response for invalid operations.

A Technology Analyst was asked 11mo ago
Q. What is the difference between Order By and Group By?
Ans. 

Order By is used to sort the result set in ascending or descending order, while Group By is used to group the result set by one or more columns.

  • Order By is used with SELECT statement to sort the result set based on specified column(s)

  • Group By is used with SELECT statement to group the result set based on specified column(s)

  • Order By can be used with or without Group By, but Group By requires an aggregate function l...

Technology Analyst Interview Questions Asked at Other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Minimum Number of Vertices to Reach All Nodes Problem Statement I ... read more
asked in Infosys
Q3. An atomic Spark job runs for 15 minutes every day. One day, it ru ... read more
Q4. Flatten a Multilevel Sorted Linked List You are given a linked li ... read more
Q5. Box Stacking Problem Statement Consider you are provided with 'n' ... read more
A Technology Analyst was asked 11mo ago
Q. What is the difference between a Primary key and a Unique key?
Ans. 

Primary key uniquely identifies a record in a database table, while a unique key ensures that all values in a column are different.

  • Primary key is used to uniquely identify each record in a table

  • Primary key does not allow NULL values

  • Unique key ensures that all values in a column are different

  • Unique key can have NULL values, but only one NULL per column

A Technology Analyst was asked 11mo ago
Q. Tell me about yourself.
Ans. 

A Technology Analyst evaluates and implements technology solutions to improve business processes and efficiency.

  • Analyze business needs and identify technology solutions, e.g., recommending cloud services for data storage.

  • Evaluate existing systems and suggest improvements, such as upgrading software for better performance.

  • Collaborate with IT teams to implement new technologies, like integrating AI tools for data an...

A Technology Analyst was asked
Q. How does memory management work in C++?
Ans. 

C++ memory management involves dynamic allocation, deallocation, and the use of pointers for efficient resource handling.

  • Memory allocation is done using 'new' keyword: int* arr = new int[10];

  • Memory deallocation is done using 'delete' keyword: delete[] arr;

  • C++ supports stack and heap memory management; stack is for static allocation, heap for dynamic.

  • Smart pointers (like std::unique_ptr) help manage memory automati...

A Technology Analyst was asked 6mo ago
Q. Acid properties.
Ans. 

Acid properties refer to the characteristics of acids, including their ability to donate protons, react with bases, and turn litmus paper red.

  • Acids can donate protons (H+ ions)

  • Acids react with bases to form salts and water

  • Acids turn blue litmus paper red

  • Common examples of acids include hydrochloric acid (HCl) and sulfuric acid (H2SO4)

Fiserv HR Interview Questions

25 questions and answers

Q. What is your name?
Q. What were your responsibilities at your previous company?
Q. How do you plan to ensure compliance in your professional life?
A Technology Analyst was asked 11mo ago
Q. Types of inheritance
Ans. 

Types of inheritance include single, multiple, multilevel, hierarchical, hybrid, and so on.

  • Single inheritance: a class inherits from only one base class.

  • Multiple inheritance: a class inherits from more than one base class.

  • Multilevel inheritance: a class inherits from a class which in turn inherits from another class.

  • Hierarchical inheritance: multiple classes inherit from a single base class.

  • Hybrid inheritance: a c...

Are these interview questions helpful?

Fiserv Technology Analyst Interview Experiences

10 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-oneΒ 

(4 Questions)

  • Q1. Difference between Order By and Group By
  • Q2. Explain Normalisation concepts in detail
  • Q3. Difference between Primary and Unique
  • Ans. 

    Primary key uniquely identifies a record in a database table, while a unique key ensures that all values in a column are different.

    • Primary key is used to uniquely identify each record in a table

    • Primary key does not allow NULL values

    • Unique key ensures that all values in a column are different

    • Unique key can have NULL values, but only one NULL per column

  • Answered by AI
  • Q4. Types of inheritance
  • Ans. 

    Types of inheritance include single, multiple, multilevel, hierarchical, hybrid, and so on.

    • Single inheritance: a class inherits from only one base class.

    • Multiple inheritance: a class inherits from more than one base class.

    • Multilevel inheritance: a class inherits from a class which in turn inherits from another class.

    • Hierarchical inheritance: multiple classes inherit from a single base class.

    • Hybrid inheritance: a combin...

  • Answered by AI

Skills evaluated in this interview

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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding TestΒ 

Basic coding questions based on array, strings were asked.

Round 2 - TechnicalΒ 

(2 Questions)

  • Q1. Explain doubly linked list. And one coding question was asked about doubly linked list and I had to explain the solution.
  • Q2. HR round was covered in this round only so interviewer asked me some HR round questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2024.Β There were 2 interview rounds.

Round 1 - Aptitude TestΒ 

Don’t remember the questions

Round 2 - TechnicalΒ 

(2 Questions)

  • Q1. Acid properties.
  • Ans. 

    Acid properties refer to the characteristics of acids, including their ability to donate protons, react with bases, and turn litmus paper red.

    • Acids can donate protons (H+ ions)

    • Acids react with bases to form salts and water

    • Acids turn blue litmus paper red

    • Common examples of acids include hydrochloric acid (HCl) and sulfuric acid (H2SO4)

  • Answered by AI
  • Q2. Write the test cases for the given scenarios.
  • Ans. 

    Test cases for various scenarios to ensure functionality and reliability of the system.

    • Test case for user login: Verify valid credentials allow access.

    • Test case for password reset: Ensure email is sent for valid requests.

    • Test case for data input: Validate that required fields are filled.

    • Test case for error handling: Check system response for invalid operations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics oops, dbms
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023.Β There were 4 interview rounds.

Round 1 - Coding TestΒ 

1 hour of coding test

Round 2 - One-on-oneΒ 

(2 Questions)

  • Q1. Just norm intro
  • Q2. Project discussion
Round 3 - One-on-oneΒ 

(2 Questions)

  • Q1. Related to basic java
  • Q2. Related to dbms
Round 4 - HRΒ 

(2 Questions)

  • Q1. Just norm intro asked
  • Q2. Are u willing to relocate
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Feb 2023.Β There were 2 interview rounds.

Round 1 - Coding TestΒ 

Gooo oooo hshshs hhsh jdsj jsis jjsjsj

Round 2 - TechnicalΒ 

(3 Questions)

  • Q1. Do not remember now sorry
  • Q2. Oops dsa db os networking
  • Q3. Hsh shsh Susu aosk

Interview Preparation Tips

Interview preparation tips for other job seekers - Dbsb shdh susj djdh dhsksl aksudy sksk
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023.Β There was 1 interview round.

Round 1 - One-on-oneΒ 

(1 Question)

  • Q1. How does memory management works in C++ as i said c++ is my primary language?
  • Ans. 

    C++ memory management involves dynamic allocation, deallocation, and the use of pointers for efficient resource handling.

    • Memory allocation is done using 'new' keyword: int* arr = new int[10];

    • Memory deallocation is done using 'delete' keyword: delete[] arr;

    • C++ supports stack and heap memory management; stack is for static allocation, heap for dynamic.

    • Smart pointers (like std::unique_ptr) help manage memory automatically...

  • Answered by AI

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

Round 1 - Coding TestΒ 

3 questions of easy to medium difficulty.

Round 2 - One-on-oneΒ 

(2 Questions)

  • Q1. Explain your resume project.
  • Q2. Do you consider yourself a team player.. if so explain.
Round 3 - One-on-oneΒ 

(1 Question)

  • Q1. More project related questions like why I chose a specific technology for the project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn to explain your resume projects thoroughly. Be honest throughout the interview.

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

Round 1 - Coding TestΒ 

3 questions of easy to medium difficulty.

Round 2 - One-on-oneΒ 

(2 Questions)

  • Q1. Explain your resume project.
  • Q2. Do you consider yourself a team player.. if so how.
Round 3 - One-on-oneΒ 

(1 Question)

  • Q1. More project related question like why I chose a specific technology for the project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn to explain your resume projects thoroughly. Be honest throughout the interview.

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

Interview QuestionnaireΒ 

1 Question

  • Q1. Explain you projects and technology behind it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn your projects thoroughly

Top trending discussions

View All
Interview Hub
2w
a team lead
FeedCard Image
Got a question about Fiserv?
Ask anonymously on communities.

Fiserv Interview FAQs

How many rounds are there in Fiserv Technology Analyst interview?
Fiserv interview process usually has 2-3 rounds. The most common rounds in the Fiserv interview process are One-on-one Round, Coding Test and Technical.
How to prepare for Fiserv Technology Analyst 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 Performance Tuning, SSIS, T - SQL, Troubleshooting and Billing.
What are the top questions asked in Fiserv Technology Analyst interview?

Some of the top questions asked at the Fiserv Technology Analyst interview -

  1. How does memory management works in C++ as i said c++ is my primary langua...read more
  2. Write the test cases for the given scenari...read more
  3. Difference between Order By and Group...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 8 interview experiences

Difficulty level

Easy 40%
Moderate 60%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.2
Β β€’Β 806 Interviews
FIS Interview Questions
3.9
Β β€’Β 504 Interviews
PhonePe Interview Questions
4.0
Β β€’Β 348 Interviews
PayPal Interview Questions
3.8
Β β€’Β 225 Interviews
Razorpay Interview Questions
3.6
Β β€’Β 162 Interviews
KFintech Interview Questions
3.5
Β β€’Β 155 Interviews
Visa Interview Questions
3.5
Β β€’Β 146 Interviews
MasterCard Interview Questions
3.9
Β β€’Β 145 Interviews
Revolut Interview Questions
2.6
Β β€’Β 104 Interviews
View all
Fiserv Technology Analyst Salary
based on 119 salaries
β‚Ή5.8 L/yr - β‚Ή12 L/yr
18% more than the average Technology Analyst Salary in India
View more details

Fiserv Technology Analyst Reviews and Ratings

based on 11 reviews

2.7/5

Rating in categories

2.4

Skill development

2.7

Work-life balance

3.0

Salary

2.2

Job security

2.4

Company culture

2.4

Promotions

2.2

Work satisfaction

Explore 11 Reviews and Ratings
Technical Lead
1.5k salaries
unlock blur

β‚Ή20.6 L/yr - β‚Ή36 L/yr

Specialist
548 salaries
unlock blur

β‚Ή14.1 L/yr - β‚Ή25.8 L/yr

Senior Associate
531 salaries
unlock blur

β‚Ή5.4 L/yr - β‚Ή12.6 L/yr

Senior Software Engineer
427 salaries
unlock blur

β‚Ή12.3 L/yr - β‚Ή26.1 L/yr

Software Developer
381 salaries
unlock blur

β‚Ή9.1 L/yr - β‚Ή18.6 L/yr

Explore more salaries
Compare Fiserv with

Global Payments

3.7
Compare

Paytm

3.2
Compare

FIS

3.9
Compare

PhonePe

4.0
Compare
write
Share an Interview