Give a 2D rectangular array represented as a 1D arrary in row-major form, rotate the array by 90 degrees
Development Engineer Interview Questions
37,123 development engineer interview questions shared by candidates
You have a list of sentences/words. How to find out the sub list that consists of a specific prefix? Ex: input: prefix="he", list = ["hello", "world", "hello world", "hey dude", "galaxy"....] output: ["hello", "hello world", "hey dude"]
Determine the first non-repeated character in a word. For example, in abbcaf it should return c. Do this in O(n) time with O(1) space.
Given an array, put all repeated characters together.
generating prime number
A big project for 4 teams each with 3 people to do.
Tell me a time when you get criticised about your work
Was given various challenges to write scripts that test different programs and data.
How much would you be willing to pay to join the following game? Start with 0 dollars on the table. You flip a fair-sided coin. If the coin is heads, I add another dollar, and you flip again. If the coin is tails, you walk away with the cash on the table.
Viewing 171 - 180 interview questions