Past college project and a technical challenge I faced. Round 1 - LRU cache, Round 2- I don't remeber clearly but it was not that hard, leetcode medium, Round 3- easy binary sorting problem.
New Grad Software Engineer Interview Questions
2,906 new grad software engineer interview questions shared by candidates
Given an IPv4 string in dotted decimal representation, return the 32 bit integer representation.
Given a sorted array where the only operation you can do on it is .elementAtIndexX, find the index of an element you're looking for. You are not aware of the size of the array can only use the one function provided to get the value of an element at the index x.
Create a Stack class with push and pop methods
First call is a recruiter who will just ask you about your resume, as long as you can talk about whats on there you will pass. Tech screening is simple DSA questions which you will verbally solve. Then several conceptual questions about whatever team you are going to be interviewing for.
Your favorite two coding languages.
sort an array of characters in order of frequency. Characters with the highest frequency appear first. Characters with the same frequency are sorted in lexicographical order.
if PARKE is spelled as OAQ___ (3 letters, can't remember), then MATTER will be spelled how?
Compute the five shortest routes in a graph.
Typical DSA and some OOP questions
Viewing 981 - 990 interview questions