Ingegnere Interview Questions

Ingegnere Interview Questions

Gli ingegneri sono responsabili della progettazione e della realizzazione di prodotti. Durante un colloquio di lavoro, aspettati di ricevere domande sulle tue competenze tecniche e di essere valutato per la tua capacità di lavorare in team alla creazione e realizzazione di oggetti. Le domande specifiche che ti verranno poste dipenderanno dal tipo di ruolo tecnico per il quale ti stai candidando, ad esempio una specifica disciplina ingegneristica come software engineer, ingegnere elettrico o ingegnere meccanico.

Domande tipiche dei colloqui per Ingegnere e come rispondere

Question 1

Domanda 1: Qual è il progetto di ingegneria più impegnativo al quale hai partecipato e come sei riuscito a garantirne il successo?

How to answer
Come rispondere: Per rispondere a questa domanda dovrai fare un esempio specifico. Idealmente, sei nella condizione di scegliere un progetto che rispecchia il tipo di lavoro che faresti nel ruolo per cui stai sostenendo il colloquio. Anche se non è il tuo progetto più impegnativo, ricordati di descrivere con chiarezza ed entusiasmo gli ostacoli che hai incontrato e il risultato positivo raggiunto.
Question 2

Domanda 2: Nel tuo ruolo attuale, quali misure adotti per evitare di commettere errori?

How to answer
Come rispondere: Indipendentemente dal processo adottato, più o meno formale, elenca tutte le misure specifiche da te impiegate, quali gli strumenti digitali o la consulenza dei colleghi. Fai in modo che la risposta dimostri il tuo impegno per il controllo della qualità, l'efficienza e la sicurezza.
Question 3

Domanda 3: Descrivi una volta in cui hai dovuto gestire un cliente o un interlocutore difficile.

How to answer
Come rispondere: Anche in questo caso dovrai raccontare un esempio specifico che metta in risalto doti quali pazienza e buon senso. Il datore di lavoro vuole assicurarsi che tu sia in grado di sostenere con sicurezza e calma le tue decisioni. Descrivi un esempio con un risultato positivo.

375,174 ingegnere interview questions shared by candidates

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).

If your are given an Integer Singly linked list. Print it backwards. Constraints: 1. Do not manipulate the list. (example: do not make it a doubly linked list, do not add or delete elements, do not change any memory location of any element) 2. O(n) < time < O(n^2) 3. O(1) < space < O(n)
avatar

Software Engineer

Interviewed at Meta

3.5
Jan 11, 2017

If your are given an Integer Singly linked list. Print it backwards. Constraints: 1. Do not manipulate the list. (example: do not make it a doubly linked list, do not add or delete elements, do not change any memory location of any element) 2. O(n) < time < O(n^2) 3. O(1) < space < O(n)

Viewing 21 - 30 interview questions

Glassdoor has 375,174 interview questions and reports from Ingegnere interviews. Prepare for your interview. Get hired. Love your job.