Given: List<String> getActors(String actorName) This function takes an actor and returns all the actors they acted with in their career. Use this function to calculate the degrees of separation between one actor to another.
Software Development Intern Interview Questions
2,990 software development intern interview questions shared by candidates
Nothing was unexpected
Given a red and black tree,traverse a tree from bottom to up and remove red nodes preserving structure of tree
-Name one incident in the past where you broke a rule/law to achieve something desirable
Simple linked list implementation problems, questions on data structures (hash-maps, etc.), asked to code binary search tree solution to a problem (i can't quite remember the question exactly)
What is a linked list? What is a hash table?
If there is a file that many people can access to either read or write. How would you handle that file? Make a system that allows people to read and write (conceptually) and how would people access it while others are changing it?
Given thousand lists, find the longest common sublist
Finding patterns in sequences of letters, then determining the next sequence.
Dynamic Programming, Trees and graphs
Viewing 1281 - 1290 interview questions