tell me about yourself
Ingeniero Interview Questions
Ingeniero Interview Questions
Un ingeniero es responsable de diseñar y crear productos. En el contexto de una entrevista, es posible que te pregunten acerca de tus habilidades técnicas y que te evalúen por tu capacidad de trabajar en equipo con el fin de conseguir crear o construir cosas. El tipo de preguntas que te harán dependerá del tipo de puesto de ingeniero que estés buscando, o lo que es lo mismo, la disciplina de ingeniería concreta como, por ejemplo, de software, eléctrica o mecánica.
Preguntas de entrevista más frecuentes para ingeniero/a y cómo responderlas
Pregunta n.º 1: ¿Cuál es el proyecto de ingeniería más difícil que has abordado, y cómo te aseguraste de poder terminarlo con éxito?
Pregunta n.º 2: En tu puesto actual, ¿qué medidas tomas para no cometer errores?
Pregunta n.º 3: Describe una situación en la que tuvieses que lidiar con un cliente o una parte interesada difícil.
1,136,810 ingeniero interview questions shared by candidates
Given an array of numbers, replace each number with the product of all the numbers in the array except the number itself *without* using division.
write a program in c/c++/java to print the pattern 1 2*2 3*3*3 4*4*4*4 4*4*4*4 3*3*3 2*2 1
How long do you plan to work here?
Given the numbers 1 to 1000, what is the minimum numbers guesses needed to find a specific number if you are given the hint "higher" or "lower" for each guess you make.
how do you get an Elephant in the fridge?
Unexpected: Puzzle question. If you have 2 eggs, and you want to figure out what's the highest floor from which you can drop the egg without breaking it, how would you do it? What's the optimal solution?
Given a string "aaabbbcc", compress it, = "a3b3c2" . Given that output string's length is always smaller than input string, you have do it inplace. No extra space
GIven 9 balls all of which weigh the same except for one, what is the minimum of weighings necessary to find the ball weighs more (or less).
Question was "Given a pattern and a string input - find if the string follows the same pattern and return 0 or 1. Examples: 1) Pattern : "abba", input: "redblueredblue" should return 1. 2) Pattern: "aaaa", input: "asdasdasdasd" should return 1. 3) Pattern: "aabb", input: "xyzabcxzyabc" should return 0.
Viewing 21 - 30 interview questions