How would you reverse a linked list?
Engineer Interviews
Engineer Interview Questions
Engineers are responsible for designing and building products. In an interview context, expect to be quizzed on your technical skills, and also evaluated for your ability to work as a part of a team to get things built. The specific questions you are asked will depend on what type of engineering position you are looking for such as a specific engineering discipline like software engineer, electrical engineer, or mechanical engineer.
Top Engineer Interview Questions & How to Answer
Question #1: What is the most challenging engineering project you've dealt with, and how did you ensure it was successful?
Question #2: In your current role, what steps do you take to avoid making mistakes?
Question #3: Describe a time you dealt with a difficult client or stakeholder.
843,473 engineer interview questions shared by candidates
Serialize (flatten) and de-serialize a binary tree. First describe the approach, then write the code.
Phone interview 1: 1. Describe what a hash map/table is. Later evolved into how to deal with collisions. 2. Write the code to take an int array and return a new int array whose value at i is the product of all values in the input array except the value at i.
Print the BST in level order
validate a binary tree
How do you update a table with a large number of updates, while maintaining the availability of the table for a large number of users?
What is the O(n) of the implementation I gave in the code exercise?
Tell me about a time when your team had a conflict with another team
How to detect overlapping area for two rectangles
Anagrams.
Viewing 3061 - 3070 interview questions