Technical coding question, common behavior question
Software Engineer New Grad Interview Questions
3,069 software engineer new grad interview questions shared by candidates
What is polymorphism? Give an example. What is the difference between private inheritance and protected inheritance?
Most questions can be found in previous reviews. Standard online coding and whiteboard coding questions. Basic interview questions such as: why Yelp? what team are you interested in? Several scenario questions such as: what might be the possible reasons of slow network connection? C/C++ questions: what is inline function? describe why compiler does not perform inline in some circumstances.
What is SSL and what is it used for?
What OOD steps would you take to implement a Bank with some restrictions? - Delete all transactions after 6 months - Find a transaction by date - Some other stuff, cant remember
Given an array of string with 300 elements, how do you pair each of them so that each individual can be paired with all elements after couple of repetition?
Query by example
Build a key/value store with transactions (has add, getVal, getKey, delete, begin, rollback, and commit operations.
Print out the level order traversal on a binary tree.
BST, String, and recursion questions
Viewing 491 - 500 interview questions