They gave me an open ended problem , optimizing some part of their operations. Given a map and multiple locations from where an order has to be procured , Delivery executive location and customer location, how would you find the best path.
Development Engineer Interview Questions
37,123 development engineer interview questions shared by candidates
Standard coding and design questions. Some questions about my background. A tedious question was to convert a string representing a roman number to an integer. This question is not hard to solve, but tedious to code.
Given a 2D array of boolean values determine the largest square sub-array containing only 1s.
Describe the most challenging problem you've had and how you solved it?
It is easy, look online for questions and how to solve them
Reverse the letters of words in a sentence. Then, reverse the sentence.
Find out the number of connected cells in a 2D array
Given the head of a linked list, write a program in your language of choice to return the middle node of the list.
Coin algorithm - I forgot the exact number, but we had 1, 5, 10, 25 cents and based on the number of cents, calculate the least number of coins to achieve the given values.
Rearrange digits of a number to find the largest possible number in O(n) time.
Viewing 781 - 790 interview questions