1. Implement LinkedHashMap , how does it ensure O(1) for a get call. 2. Sort employee list , sorting can be applied on name,salary that will be decided on runtime. So we need to implement multiple comparators and pass the same to Collections.sort(list,new ComparatorName()). 3. In the above list make sure there is no duplicates, if fname and lname are same, they are duplicates.
Senior Interview Questions
341,204 senior interview questions shared by candidates
Recruiter: Asked about why I want to move to this company, area, role.
SAT style aptitude test.
My way of getting transparency in a project and when to set yellow / red flags.
What are some difficulties do you expect to have in this position
what is you success story ?
Write a program to remove vowels from a given string
Explain SWAPS
2- Write code in one of the classes to meet the following requirement Once a month, a file is uploaded into the system that has all the bank transactions. These include payments made by customers. Customers may pay all charges for multiple projects in one payment or may pay per project. The system must determine matching amounts and display it to the company’s accountant so he can easily tally payments and invoices. Following are the fields in the uploaded sheet. Date Type (Debit/Credit) Amount ID (I added this column)
why you want to leave your previous company?
Viewing 731 - 740 interview questions