The main thrust of many of their questions was my ability to communicate and work with clients from the discovery phase onward.
Engineer Software Interview Questions
419,688 engineer software interview questions shared by candidates
How to search a 2D array for an integer.
Given a string from STDIN, determine if it's a pangram, not a pangram, or multiple pangrams where a multiple panagram must have exactly N instances of each character in the alphabet.
Medium- easy level coding question. Technical Testing/automation experience related questions
Professional questions ( programming ) Why did you choose this company?
Write a method to reverse the order of words in a string. e.g.: "This is a string" -> "string a is This"
what are the ways you can submit data to server
There are 49 horses of which you need to find the 25th fastest horse.At a time you can race 7 horses.How many number of races are required to find the 25th fastest horse? After each race,we know which is first and which is second but dont know the speed.That makes more sense) Hint - Consider the significance of 25 (24 horses r faster than this horse and 24 are slower)
1. Find a path from source word to target word with certain intermediate words in a dictionary. It's like the one other people here shared. But one thing is that you only have a function to check if a certain word is in the dictionary or not. (no other way to access the dictionary). 2. Find the best path from upper left corner to bottom right corner in a grid by moving right or down. The "best" path is the one with highest alphabetical order after sorted.
OOD
Viewing 2301 - 2310 interview questions