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

* Describe the design of a most-recently-used list, such as the "Recent Files" menu in Microsoft Word. It has two public methods, getlist() and access(str), which retrieve the list and mark an item as accessed, respectively. The list has a maximum number of items it can hold, say 5, and it should not have duplicates. Describe the data structure used and the running time of both public methods.
avatar

Software Engineer

Interviewed at Google

4.4
Nov 7, 2009

* Describe the design of a most-recently-used list, such as the "Recent Files" menu in Microsoft Word. It has two public methods, getlist() and access(str), which retrieve the list and mark an item as accessed, respectively. The list has a maximum number of items it can hold, say 5, and it should not have duplicates. Describe the data structure used and the running time of both public methods.

You are given an n by n array filled with '0's, and you have to set randomly X number of '1's in that array. Looping and generating x random number doesn't work as you might get the same random number (especially as X gets closer to n*n, collisions will become more likely in which case you'll loop for a very long time before filling all the '1's). All positions must have the same probability to get selected, and the array might be huge.
avatar

Software Engineer

Interviewed at Google

4.4
Jan 29, 2015

You are given an n by n array filled with '0's, and you have to set randomly X number of '1's in that array. Looping and generating x random number doesn't work as you might get the same random number (especially as X gets closer to n*n, collisions will become more likely in which case you'll loop for a very long time before filling all the '1's). All positions must have the same probability to get selected, and the array might be huge.

Viewing 91 - 100 interview questions

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