Intern Software Engineer Interview Questions

9,750 intern software engineer 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.

Viewing 611 - 620 interview questions

Glassdoor has 9,750 interview questions and reports from Intern software engineer interviews. Prepare for your interview. Get hired. Love your job.