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.
Senior Software Engineer Ii Interview Questions
95,624 senior software engineer ii interview questions shared by candidates
Delete duplicate in sorted linked list
Basic Technical screening through a pair programming video chat. This was not very difficult as the spec was clearly defined. This was not an algorithm test. There was no other questions or anything unexpected.
Sorting algorithm for a string array
Why you want to join accenture, as this company as same as other IT consulting companies.
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.
Shunting Yard Algorithm
How to make class as Immutable
Difference between process/thread, heap/stack. What is JIT?
1st phase 1st technical interview: Problem was that given a positive integer n print all distinct ordered sets of positive integer which have sum equal n. eg:- for n=2 output: { [1, 1] } for n=3 output: { [1, 1, 1], [1, 2], [2, 1] } for n=4 output: { [1, 1, 1, 1], [1, 1, 2], [1, 2, 1], [2, 1, 1], [2, 2], [1, 3], [3, 1] }
Viewing 451 - 460 interview questions