Why do you want yo join Fiserv?
Senior Programmer Analyst Interview Questions
98,355 senior programmer analyst interview questions shared by candidates
Onsite - 1. You have a computer with seven core cpu, you have a file and you have to read each line of the file, check if it has the word UPS in it, if so , then write it to a file, if there is no word as UPS in it, write that line to a different file. 2. An amount will be given as input. The amount will have some cents in change. So, for example $29.90. For the change, you have to start using the highest denomination and go to the lowest until the change value is completely met.
How do you check whether String contains any duplicate characters?
How many years of systems level programming experience do you have?
can you join in a week
Write an API for a phonebook service where the answer time (search name by the phone number) does not depend on the size of the phonebook.
Given a string of words and a maxWidth, write a method that inserts new lines where appropriate to perform a word-wrap. (Wrap on word boundaries, assume " " is fine). Now, how does your implementation handle string with multiple spaces between words ... Are those extra spaces lost or preserved?
The racehorse problem: given 25 horses and no stopwatch, and you can only race 5 horses at the same time, how few races does it take to find the fastest horse?
Delete duplicate in sorted linked list
Implement a lock-free queue/stack/... using atomic test-and-set functions.
Viewing 451 - 460 interview questions