You have a 100 coins laying flat on a table, each with a head side and a tail side. 10 of them are heads up, 90 are tails up. You can't feel, see or in any other way find out which side is up. Split the coins into two piles such that there are the same number of heads in each pile.
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.
840,563 engineer interview questions shared by candidates
Write some pseudo code to raise a number to a power.
Describe and code an algorithm that returns the first duplicate character in a string?
In a given sorted array of integers remove all the duplicates.
Given an array of numbers, replace each number with the product of all the numbers in the array except the number itself *without* using division.
Suppose you have a matrix of numbers. How can you easily compute the sum of any rectangle (i.e. a range [row_start, row_end, col_start, col_end]) of those numbers? How would you code this?
What sort would you use if you required tight max time bounds and wanted highly regular performance.
What are the effects of a mismatched circuit?
What are the different ways you can you tell if this part is steel or aluminium.
Given a table that has parent's id and children id, write a query that return grandparents and grandchildrens
Viewing 1 - 10 interview questions