Given two hashmap type data structures (expected, actual) compare the two maps and return the differences in the maps. Map values can be another map or it can be an integer value. A map can look like the following: Apple - 3 Orange Banana - 4 Strawberry - 7 Key Apple maps to 3 Key orange maps to another map containing banana mapped to 4 and strawberry mapped to 7
Grad Interview Questions
7,940 grad interview questions shared by candidates
write a function that takes an int n and prints a pyramid of stars where lowest level has n stars.
Write an algorithm to find a loop in a graph. The graph is unidirectional with any number of connections. The graph is not necessarily connected
Sort numbers in an array such that all the odd numbers are at the end of an array. Which college did you graduate from?
Patient presents with active chest pain, radiating to right arm, sob, what is your course of action?
Print out a binary tree in level order
Find 3 numbers in an array adding up to a given sum S.
Why do you want to become an RN?
LRU Cache Problem.
Implement a Big Integer class with an addition operation. Displaying the number in base 10 is a requirement. -Follow up: actually run the code and write tests for it.
Viewing 131 - 140 interview questions