Buy and sell stock leetcode medium variant
Intern Software Engineer Interview Questions
9,750 intern software engineer interview questions shared by candidates
Basic question that used binary search
What are you looking for in an internship?
Details about the collections library in java
Why did you apply to Geotab?
What does SSL stand for?
HR screening: What's the kill signal in linux?
1. What does HTML stand for? 2. What is ssh?
# 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.
Given a log file with format: " 1,2,start 2,3,end 2,4, start """" where each tuple is a (job_id,time,option) where option is start or end, find a way to map concurrent processes to each other
Viewing 611 - 620 interview questions