I was asked a couple coding questions, a couple design problems on concurrency and scalability, but most of my interviews were discussions about past projects and experiences.
Software Development Engineer Interview Questions
32,839 software development engineer interview questions shared by candidates
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.
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.
Viewing 731 - 740 interview questions