The three problems were fairly easy, but the engineer had the impression that my solutions would not work (even though they passed all the test cases). The interviewing engineer kept asking me about edge cases (which I pointed out) and made me change the tests accordingly to show that my solutions would fail. Even though, I showed the ability to add to my solution the cases that were added, the engineer did not seem impressed.
Software Engineering Interview Questions
56,371 software engineering interview questions shared by candidates
Are u want to relocate?
How are you
What brings you to this industry given that your degree isn't specific to petroleum?
Interview was resume and project based with core subject questions.
How long you want to be with the company?
3.What you will do if your work end at 2PM for the day
Round 1: Given a menu (list of items prices), find all possible combinations of items that sum a particular value K. (A variation of the typical 2sum/Nsum questions). Round 2: Given a flight itinerary consisting of starting city, destination city, and ticket price (2d list) - find the optimal price flight path to get from start to destination. (A variation of Dynamic Programming Shortest Path) Given a list of sorted words from an alien dictionary, find the order of the alphabet. (Alien Dictionary Topological Sort - https://discuss.leetcode.com/topic/22476/16-18-lines-python-30-lines-c)
General questions about data structures and C# / Java topics. Some code-writing prompts. One logic puzzle and one problem where I had to determine what was wrong with some code on a whiteboard.
Do you need to feel valued for the work you've done?
Viewing 481 - 490 interview questions