Engineer Interview Questions

934,722 engineer interview questions shared by candidates

You are given an array of N elements in the form "property1: value1; property2: value2;...;propertyX: valueX;" for some some N and any X. There is also another array of M elements of the form "property: value". You are supposed to write an algorithm to remove every element in the N length array that has a "property: value" pair in the M length array. The trick is that the most intuitive solution of iterating through the M array and filtering the N array at each element is already written. You must come up with a solution that solves the problem in less than O(NM) time.
avatar

Front End Engineer

Interviewed at Meta

3.5
Oct 17, 2018

You are given an array of N elements in the form "property1: value1; property2: value2;...;propertyX: valueX;" for some some N and any X. There is also another array of M elements of the form "property: value". You are supposed to write an algorithm to remove every element in the N length array that has a "property: value" pair in the M length array. The trick is that the most intuitive solution of iterating through the M array and filtering the N array at each element is already written. You must come up with a solution that solves the problem in less than O(NM) time.

introduction about yourself, how you think will fit in role, stress strain curve in detail. powertrain of an EV. explain components in detail. where id the maximum power from battery used in car? other consumptions in car. heat dissipation in EV. explain the cooling system with the function of each component. traction control system. center of gravity. comparing material on the stress strain curve. interpretation. where will the curve head if force is stopped in between the stress strain curve.
avatar

Mechanical Engineer

Interviewed at Lucid Motors

3.2
Oct 16, 2021

introduction about yourself, how you think will fit in role, stress strain curve in detail. powertrain of an EV. explain components in detail. where id the maximum power from battery used in car? other consumptions in car. heat dissipation in EV. explain the cooling system with the function of each component. traction control system. center of gravity. comparing material on the stress strain curve. interpretation. where will the curve head if force is stopped in between the stress strain curve.

Given an array as an input: [1,2,3,4,5] Return an array, which has a given index the product of all the other numbers in the array (except for the number at the given index), without using the divide operator: [120,60,40,30,24]
avatar

Software Development Engineer

Interviewed at ServiceNow

4.1
Sep 1, 2017

Given an array as an input: [1,2,3,4,5] Return an array, which has a given index the product of all the other numbers in the array (except for the number at the given index), without using the divide operator: [120,60,40,30,24]

In the 2nd round they asked: 1. An egg has to be boiled which takes exactly 11 minutes to boil. There are only 2 sand watches available to you one of 9 minutes and the other of 5 minutes. Using only these sand watches boil the egg.
avatar

Product Engineer Trainee

Interviewed at Seclore

3.9
Sep 25, 2015

In the 2nd round they asked: 1. An egg has to be boiled which takes exactly 11 minutes to boil. There are only 2 sand watches available to you one of 9 minutes and the other of 5 minutes. Using only these sand watches boil the egg.

Viewing 881 - 890 interview questions

Glassdoor has 934,722 interview questions and reports from Engineer interviews. Prepare for your interview. Get hired. Love your job.