Reverse the words in a sentence. For example, "Have a nice day" becomes "day nice a Have"
Engineer Interview Questions
843,586 engineer interview questions shared by candidates
Given an integer array, write a program that returns an array with elements = product of the integers in input array except the one in its position. Ex: Given input: [2, 3, 10, 4, 5], output: [600, 400, 120, 300, 240] What is the complexity of your program? When will your program not work? Below is what I presented (O(n)), but it did not qualify me for the next round.
Why did you leave your previous company?
Tell me about yourself
If a batsman given super powers so that he can hit any run[6,4 ,etc] and he wants to score highest run for himself , how he'll do that in 50 over game?
Given a collection of numbers, it has two functions: insert() and getMedian(). Choose a data structure to construct this collection and design the insert() and getMedian() function. Explain the time complexity of each function.
Check if there exist duplicates in array or not
What is Firewall, DNS, DHCP etc
This round consists of 6 competitive coding questions and you need to solve at least 4 to get you through.
When designing a system, what order do you put the following attributes and why; Speed, Quality and Durability?
Viewing 761 - 770 interview questions