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

You have 17 red and 17 blue balls, and you remove 2 at a time. If the two are the same colour, add in one extra blue ball. If they are different colours, add in an extra red ball. What colour is the final ball removed?
avatar

Software Engineer

Interviewed at Geonomics

4.1
Jul 23, 2014

You have 17 red and 17 blue balls, and you remove 2 at a time. If the two are the same colour, add in one extra blue ball. If they are different colours, add in an extra red ball. What colour is the final ball removed?

Find the first index of the substring. Condition: Do not use java library function or regular expressions. And measure the performance of your implementation with the standard java library function. Examples: String 1: “abcdefg” String 2: “bcd” Should return 1 String 1: “abcdefg” String 2: “x” Should return -1
avatar

Software Engineer

Interviewed at Salesforce

4
May 2, 2012

Find the first index of the substring. Condition: Do not use java library function or regular expressions. And measure the performance of your implementation with the standard java library function. Examples: String 1: “abcdefg” String 2: “bcd” Should return 1 String 1: “abcdefg” String 2: “x” Should return -1

Come out with an algorithm for getting the column number provided the column name in a excel sheet and vice versa. Excel has a naming convention of A,B..Z,AA,AB,AC..ZZ,AAA... This had to be converted to the column numbers. A will be 1 and AA will 27.. Also the algorithm to find the name provided column number.
avatar

Software Engineer

Interviewed at Google

4.4
Mar 19, 2009

Come out with an algorithm for getting the column number provided the column name in a excel sheet and vice versa. Excel has a naming convention of A,B..Z,AA,AB,AC..ZZ,AAA... This had to be converted to the column numbers. A will be 1 and AA will 27.. Also the algorithm to find the name provided column number.

""" # Question 2: # Fill in the blanks # # Given an array containing None values fill in the None values # with most recent non None value in the array # # For example: # - input array: [1,None,2,3,None,None,5,None] # # - output array: [1,1,2,3,3,3,5,5] #
avatar

Data Engineer

Interviewed at Meta

3.5
Jun 8, 2020

""" # Question 2: # Fill in the blanks # # Given an array containing None values fill in the None values # with most recent non None value in the array # # For example: # - input array: [1,None,2,3,None,None,5,None] # # - output array: [1,1,2,3,3,3,5,5] #

Implement a function string balanceParanthesis(string s); which given a string s consisting of some parenthesis returns a string s1 in which parenthesis are balanced and differences between s and s1 are minimum. Eg - "(ab(xy)u)2)" -> "(ab(xy)u)2" ")))(((" -> ""
avatar

Software Engineer

Interviewed at Meta

3.5
Aug 9, 2011

Implement a function string balanceParanthesis(string s); which given a string s consisting of some parenthesis returns a string s1 in which parenthesis are balanced and differences between s and s1 are minimum. Eg - "(ab(xy)u)2)" -> "(ab(xy)u)2" ")))(((" -> ""

Viewing 51 - 60 interview questions

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