You have 2 sand glass. 1 shows 7 minutes and other shows 11 minutes. You have an egg which needs to be boiled exactly for 15 minutes on a stove. How will you do it.
Senior Developer Interview Questions
94,605 senior developer interview questions shared by candidates
Delete duplicate in sorted linked list
How to get a random number from an array of length 100, without repetition.
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
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?
Viewing 441 - 450 interview questions