What would you do if minutes before your shift your computer wouldn't turn on?
Desarrollador De Software Interview Questions
Desarrollador De Software Interview Questions
El desarrollo de software es una trayectoria profesional muy demandada, y también es un puesto que puede ofrecer oportunidades de altos ingresos y de realización profesional. A la hora de realizar una entrevista para un puesto de desarrollador de software, es probable que te hagan preguntas sobre tus habilidades técnicas y sociales, y sobre cómo sueles gestionar los proyectos para asegurar su eficiencia.
Preguntas de entrevista más frecuentes para desarrollador/a de software y cómo responderlas
Pregunta n.º 1: ¿A qué tipo de desarrollo de software te dedicas actualmente?
Pregunta n.º 2: Describe un problema de desarrollo al que hayas tenido que hacer frente y explica cómo lograste solucionarlo.
Pregunta n.º 3: ¿Cómo sueles abordar el proceso de QA?
665,636 desarrollador de software interview questions shared by candidates
print a pattern 012345678910987654321
What is your dream job ?
You have a 64bit interger counter set to 0. How long it will take to overflow the counter given that you are incrementing it at 4Ghz speed.
Given an unsorted array of integers, find first two numbers in the array that equal a given sum.
Interviewer ask me to solve some permutation related problems. 1) Algorithm to get Index of a permutation when all permutations arranged in lexicographical order and its complexity
integer partiontioing given N (a integer) how many ways you can write as N summation of other numbers 5 = 1+ 2 +2 = 2+ 2 + 1 = 1 + 3 +1 = 1 + 4 etc.. write C code to print every combination
Given an array, print the largest subarray that has elements in an increasing order
Implement the "see and tell" algorithm with a given seed number x and a number of iterations y. Output the result on iteration y
print out all prime numbers in a given string. abc2134kd31 -> 2, 13, 3, 3
Viewing 181 - 190 interview questions