Developer Intern Interview Questions

12,170 developer intern interview questions shared by candidates

# 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.

Suppose you have a set of patients in the United States of who are at risk of heart attacks. Each person has a device on them that returns a set of 15 boolean values, each value corresponding to a risk factor for heart attacks. (You don't need to understand the hardware implementation of this device, just understand that it works.) Describe a database that will help doctors understand when a patient is most likely at risk of a heart attack.
avatar

Software Engineer Intern

Interviewed at Epic

3.3
Nov 7, 2013

Suppose you have a set of patients in the United States of who are at risk of heart attacks. Each person has a device on them that returns a set of 15 boolean values, each value corresponding to a risk factor for heart attacks. (You don't need to understand the hardware implementation of this device, just understand that it works.) Describe a database that will help doctors understand when a patient is most likely at risk of a heart attack.

Viewing 731 - 740 interview questions

Glassdoor has 12,170 interview questions and reports from Developer intern interviews. Prepare for your interview. Get hired. Love your job.