Related to data structure and algorithm, and common behavior questions.
New Grad Software Engineer Interview Questions
2,866 new grad software engineer interview questions shared by candidates
Randomly pair up list of users.
Technical Screening: https://leetcode.com/problems/minimum-number-of-operations-to-move-all-balls-to-each-box/ Three Interviews: - Given a list of words return the largest group of anagrams - https://leetcode.com/problems/number-of-islands/ - Merge k sorted arrays into one array Personal Qualities Interview: - https://leetcode.com/problems/exclusive-time-of-functions/
How do you return the rightmost view of a binary tree?
Word search, find a word in a matrix
Talk about an experience when you worked in a group/resolved conflict.
Given a list of strings that represent users of a social network, return a map with keys for users. As values, it should have a list of their suggested friends on the network. The mapping should be "fair" in the sense of users having mostly the same number of connections.
Why Qualtrics?
subset sum We have [(slc, lax), (slc, sea), (sea, lax), (lax, sea)…], find path from src to dest in k hops, return true if there is and one more I can't recall
For the phone screen one of the questions asked LRU cache
Viewing 2191 - 2200 interview questions