Filter interviews by
I applied via Naukri.com and was interviewed before Aug 2020. There were 5 interview rounds.
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
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
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'.
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
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...
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
I appeared for an interview in Jan 2025.
I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.
Fiserv interview questions for popular designations
I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.
AI vs Human what is best
In 5 years, I see myself as a senior Process Associate leading a team and contributing significantly to the growth of the company.
Continuing to excel in my role as a Process Associate
Taking on additional responsibilities and leadership roles within the team
Contributing innovative ideas to improve processes and efficiency
Mentoring and training new team members
Building strong relationships with clients and stakeholders
Get interview-ready with Top Fiserv Interview Questions
I have 5 years of experience as a Sales Training Manager in the technology industry.
Developed and implemented sales training programs for new hires and existing employees
Utilized various training methods such as role-playing, workshops, and online modules
Analyzed sales performance data to identify training needs and areas for improvement
Our client base consists of a diverse range of industries including technology, healthcare, finance, and retail.
Clients come from various industries such as technology, healthcare, finance, and retail
We work with both small businesses and large corporations
Our clients are located both domestically and internationally
I handle clients by building strong relationships and providing exceptional service.
I prioritize communication and actively listen to clients' needs
I personalize solutions to meet each client's unique requirements
I follow up regularly to ensure client satisfaction
I address any issues promptly and effectively to maintain trust and loyalty
I continuously seek feedback to improve services and exceed expectations
Yes, I am archiving the target as per company norms.
Yes, I ensure that all sales targets are archived according to company guidelines.
I maintain detailed records of sales targets achieved and missed.
Regularly review and update archived targets to track progress and performance.
Provide reports on archived targets to management for analysis and decision-making.
Yes, I am willing to do open market cold calling as part of my job as a Sales Training Manager.
I have experience in cold calling and understand its importance in generating leads and sales.
I am confident in my communication skills and ability to build rapport with potential clients over the phone.
I am willing to put in the effort and time required to make successful cold calls and achieve sales targets.
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 like C...
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization involves breaking down data into smaller, more manageable tables
It reduces data redundancy by eliminating duplicate data
Normalization helps maintain data integrity by ensuring data is stored in a consistent manner
There are different levels of normalization, such as First Normal Form (1NF), Second ...
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
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...
It was online test on hackerrank platform there were 2-3 programming questions and you have to clear all of the test cases
Write DB queries for given condition
Use SELECT statement to retrieve data from database
Use WHERE clause to specify the condition for filtering data
Use JOIN clause if data needs to be retrieved from multiple tables
I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.
I have extensive experience in release engineering, including managing release cycles, coordinating with cross-functional teams, and ensuring smooth deployments.
Managed release cycles for multiple software products
Coordinated with development, QA, and operations teams to plan and execute releases
Implemented release automation tools to streamline the release process
Ensured compliance with release management best practic...
Branching strategy is decided based on project complexity, team size, release frequency, and risk tolerance.
Consider project complexity - simple projects may only need a main branch, while complex projects may require feature branches.
Take team size into account - larger teams may benefit from feature branches to work on separate tasks concurrently.
Evaluate release frequency - frequent releases may warrant a branching ...
I manage the release process by coordinating with development, testing, and operations teams to ensure smooth deployment.
Coordinate with development, testing, and operations teams to plan release schedule
Ensure all necessary documentation and release notes are prepared
Perform risk assessment and mitigation strategies
Use version control systems to track changes and releases
Communicate with stakeholders about release sta...
I have experience using tools like Jenkins, Git, Docker, and Ansible for release management.
Jenkins
Git
Docker
Ansible
Nexus is a repository manager that allows you to proxy, collect, and manage dependencies of many different types.
Nexus is used to store and manage software artifacts such as JARs, WARs, and Docker images.
It helps in controlling access to repositories and ensures that only approved artifacts are used in builds.
Nexus can also act as a proxy to other repositories, reducing build times and improving reliability.
It provides...
Deployment strategies include blue-green deployment, canary deployment, rolling deployment, and feature toggles.
Blue-green deployment involves running two identical production environments and switching between them.
Canary deployment gradually rolls out changes to a small subset of users before deploying to the entire infrastructure.
Rolling deployment updates a subset of servers at a time, ensuring continuous availabil...
I prepare release documentation by creating detailed release notes, updating user guides, and communicating changes to stakeholders.
Create detailed release notes outlining new features, bug fixes, and any known issues
Update user guides to reflect changes in the new release
Communicate release changes to stakeholders through emails, meetings, or documentation
Ensure all documentation is clear, concise, and easily accessib
Recommend prioritizing the critical bug fix and delaying the release for the application
Prioritize the critical bug fix for the application that is not widely used
Coordinate with QA and dev teams to ensure the bug fix is thoroughly tested
Communicate with stakeholders about the delay in release and the reasons behind it
Top trending discussions
Some of the top questions asked at the Fiserv interview -
The duration of Fiserv interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 126 interviews
Interview experience
based on 2.4k reviews
Rating in categories
Technical Lead
1.4k
salaries
| ₹13 L/yr - ₹38 L/yr |
Specialist
556
salaries
| ₹10 L/yr - ₹28.5 L/yr |
Senior Associate
529
salaries
| ₹3.5 L/yr - ₹15.3 L/yr |
Senior Software Engineer
432
salaries
| ₹7 L/yr - ₹30.5 L/yr |
Professional
370
salaries
| ₹5.5 L/yr - ₹19.1 L/yr |
Global Payments
Paytm
KFintech
HighRadius