Software Engineer Intern Interview Questions

9,335 software engineer intern interview questions shared by candidates

Las preguntas eran de opción múltiple. Una que recuerdo era sobre identificar si un número era válido según ciertas reglas: debía estar entre 0 y 999999, podía tener signo negativo, pero no debía tener ceros a la izquierda, ni ser decimal, ni tener un -0. Las opciones eran algo como: 00001, -0, 83.1 y 76. También hubo ejercicios de operadores lógicos, pero en lugar de los símbolos comunes (<, >, &&, !), usaban otros símbolos como $ para menor que, u otras combinaciones para negación, y tenías que decir si la expresión era verdadera o falsa.
avatar

Software Engineer Intern

Interviewed at Encora

3.8
May 1, 2025

Las preguntas eran de opción múltiple. Una que recuerdo era sobre identificar si un número era válido según ciertas reglas: debía estar entre 0 y 999999, podía tener signo negativo, pero no debía tener ceros a la izquierda, ni ser decimal, ni tener un -0. Las opciones eran algo como: 00001, -0, 83.1 y 76. También hubo ejercicios de operadores lógicos, pero en lugar de los símbolos comunes (<, >, &&, !), usaban otros símbolos como $ para menor que, u otras combinaciones para negación, y tenías que decir si la expresión era verdadera o falsa.

# List of tickets, in the form (origin, destination) ORIGINAL_TICKETS = [ ('SFO', 'LAX'), ('LAX', 'JFK'), ('JFK', 'LHR'), ('LHR', 'CDG'), ('CDG', 'DXB'), ('DXB', 'HKG'), ('HKG', 'HAM'), ] Write a function which given the original origin, find the final destination. Then write a function that would find both the original origin and final destination with only access to that ticket list. Finally write a function that finds a missing ticket given the original origin and final destination.
avatar

Software Engineer Intern

Interviewed at Yelp

3.2
Apr 11, 2014

# List of tickets, in the form (origin, destination) ORIGINAL_TICKETS = [ ('SFO', 'LAX'), ('LAX', 'JFK'), ('JFK', 'LHR'), ('LHR', 'CDG'), ('CDG', 'DXB'), ('DXB', 'HKG'), ('HKG', 'HAM'), ] Write a function which given the original origin, find the final destination. Then write a function that would find both the original origin and final destination with only access to that ticket list. Finally write a function that finds a missing ticket given the original origin and final destination.

Viewing 641 - 650 interview questions

Glassdoor has 9,335 interview questions and reports from Software engineer intern interviews. Prepare for your interview. Get hired. Love your job.