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)
Engineering Consultant Interview Questions
56,373 engineering consultant interview questions shared by candidates
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?
Some of the Key Questions in Round 1: HR Round 1. Tell me about yourself and your past experience. I think they were just checking communication skills. Also depth of experience 2. What am i looking in my next role? 3. Salary expectations
Can you tell me what an abstract class and an interface are in Java?
How many watts of power a device had when given the current and voltage.
How many simulations would it take to get an accuracy of less than or equal to 1%
Recruiter asked basic background and experience questions easily available on my resume, never got to the second interview for whatever reason is beyond me.
Find the smallest 100 numbers in an array. How to do it if the array is too large to fit in memory
What was the most uncomfortable work situation and how did you deal with it ?
Viewing 491 - 500 interview questions