HR screening: What's the kill signal in linux?
Developer Intern Interview Questions
12,170 developer intern interview questions shared by candidates
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
Given a tree find out whether is a BST or not.
Explain inheritance in C# and .NET
Most efficient way to represent a weight with smaller weights of 3,7,16
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.
Parsing log files for login data
They asked about the projects on which I have worked and what difficulties I faced.
Viewing 731 - 740 interview questions