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

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.

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" ")))(((" -> ""

class A { public A() { foo(); } public void foo() { System.out.println("Class A"); } } class B extends A { public B(){} public void foo() { System.out.println("Class B"); } } class main { public static void main(String[] args) { A a = new B(); } } What does it print? Class A or Class B?
avatar

Software Engineer

Interviewed at Bloomberg

4
Oct 25, 2012

class A { public A() { foo(); } public void foo() { System.out.println("Class A"); } } class B extends A { public B(){} public void foo() { System.out.println("Class B"); } } class main { public static void main(String[] args) { A a = new B(); } } What does it print? Class A or Class B?

Viewing 51 - 60 interview questions

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