Engenheiro Interview Questions

Engenheiro Interview Questions

Os(as) engenheiros(as) são responsáveis por desenvolver e construir produtos. Em uma entrevista, prepare-se para responder sobre sua competência técnica e sua habilidade para trabalhar em equipe para conseguir criar coisas. As perguntas específicas que você deverá responder dependerão do tipo de cargo de engenharia que você está procurando, por exemplo, se é uma determinada disciplina da engenharia, como software, elétrica ou mecânica.

Principais perguntas de entrevista para engenheiro(a) e como respondê-las

Question 1

Pergunta 1: Qual é o projeto de engenharia mais complicado no qual já trabalhou e o que você fez para garantir um resultado de sucesso?

How to answer
Como responder: Essa pergunta pede um exemplo específico. O ideal seria escolher um projeto que represente o tipo de trabalho que você faria no cargo para o qual está sendo entrevistado(a). Mesmo se não for seu projeto mais complicado, não deixe de descrever com clareza e entusiasmo os obstáculos que enfrentou e o êxito final.
Question 2

Pergunta 2: Na sua função atual, que medidas você toma para evitar cometer erros?

How to answer
Como responder: Quer você siga um procedimento formal ou não, enumere as medidas específicas que você utiliza (tais como ferramentas digitais, conversar com os colegas, etc.). Assegure-se de que sua resposta demonstre compromisso com o controle de qualidade, a eficiência e a segurança.
Question 3

Pergunta 3: Descreva uma situação na qual teve de lidar com um cliente ou alguma parte interessada difícil.

How to answer
Como responder: Essa pergunta também pede um exemplo específico que demonstre paciência e bom discernimento. O(a) empregador(a) buscará provas de que você é capaz de defender suas decisões com tranquilidade e confiança. Dê um exemplo de um resultado positivo.

395,257 engenheiro interview questions shared by candidates

Given the list of points of the skyline of a city in order (from East to West) Find the maximal rectangle contained in this skyline. I was asked to write the code. I managed to find the algorithm but was not sufficient.
avatar

Software Engineer

Interviewed at Google

4.4
Dec 4, 2009

Given the list of points of the skyline of a city in order (from East to West) Find the maximal rectangle contained in this skyline. I was asked to write the code. I managed to find the algorithm but was not sufficient.

Suppose that you earn 100% annual interest (APY) on $1 initial deposit. How long before you'll be as rich as Bill Gates ($63 billion)? Given a number, e.g., 314159, as an array [3,1,4,1,5,9], increment it: change it to [3,1,4,1,6,0].
avatar

Software Engineer

Interviewed at Google

4.4
Feb 12, 2013

Suppose that you earn 100% annual interest (APY) on $1 initial deposit. How long before you'll be as rich as Bill Gates ($63 billion)? Given a number, e.g., 314159, as an array [3,1,4,1,5,9], increment it: change it to [3,1,4,1,6,0].

you have a sequence where each number is a multiple of 2 or 5 (so: 2^i * 5^j). he gave the beginning of the sequence as 1,2,3,4,5,8,10,16... and asked me to find an algorithm to calculate the next number in the sequence.
avatar

Software Engineer

Interviewed at Google

4.4
Mar 10, 2010

you have a sequence where each number is a multiple of 2 or 5 (so: 2^i * 5^j). he gave the beginning of the sequence as 1,2,3,4,5,8,10,16... and asked me to find an algorithm to calculate the next number in the sequence.

1. Phone interview - Sort the characters in string by frequency and then by their alphabetical order. Example - bbaaccc -> cccaabb 2. The question that screwed me - given array is [0,1,1,0,1,1,1] ; output should be [0,1,1,0,1,2,3] ie., for every non-zero element in array, find its distance to the nearest zero in O(n) time. i would definitely encourage the candidates who read this post to share their solution for this question. 3. In order traversal of Binary search tree related (the solution is to start from right sub tree).
avatar

Software Engineer

Interviewed at Bloomberg

4
Dec 29, 2016

1. Phone interview - Sort the characters in string by frequency and then by their alphabetical order. Example - bbaaccc -> cccaabb 2. The question that screwed me - given array is [0,1,1,0,1,1,1] ; output should be [0,1,1,0,1,2,3] ie., for every non-zero element in array, find its distance to the nearest zero in O(n) time. i would definitely encourage the candidates who read this post to share their solution for this question. 3. In order traversal of Binary search tree related (the solution is to start from right sub tree).

Viewing 21 - 30 interview questions

Glassdoor has 395,257 interview questions and reports from Engenheiro interviews. Prepare for your interview. Get hired. Love your job.