An array of 99 elements contains integers from 1 to 100 with one missing element. Find the missing element.
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,258 desarrollador de software interview questions shared by candidates
Given the list of points of the skyline of a city in order (from East to West) Find the maximal rectangle contained in this skyline. I was asked to write the code. I managed to find the algorithm but was not sufficient.
Given an array of positive integers and a target integer, find if there is a consecutive subarray that sums to the target. E.g, given {5,6,4,12}, findsum(10)=true, findsum(11)=false.
Coderpad: given an array scores[][] = {“jerry”,”65”},{“bob”,”91”}, {“jerry”,”23”}, {“Eric”,”83”}} Find the student with highest average score
Given an array of integers where each element points to the index of the next element how would you detect if there is a cycle in this array?
My experience and availability to relocate
Print the series 1,3,7,13,21,43,57,73,91,111,157,183,211...
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.
Implement a function rotateArray(vector<int> arr, int r) which rotates the array by r places. Eg 1 2 3 4 5 on being rotated by 2 gives 4 5 1 2 3.
Viewing 31 - 40 interview questions