Printing out the elements in specified order for a given matrix
New Grad Software Engineer Interview Questions
2,866 new grad software engineer interview questions shared by candidates
Mostly "prove you know data structures & algorithms and that you've done undergrad coursework". So compilers, some graphics, but no "1000% contrived" toy problems. Know well-known algorithms/data-structures by heart (but they're no bs, so you won't get super edgy / "prove you're a genius" data-structure interview questions). Know how to recognize exponential time problems.
N/A
Given a decimal number, find the number of ones in its binary representation. Can you improve the time complexity from O(log(d)) to O(1) and reduce the space to O(1)
Create all possible subsets subsets of given set.
Questions based on resume
Round 3 : Implement a shared pointer. Asked about projects as well
Round 4 : Agorithm- need to find if an api has been called more than n times in the last 5 minutes( the api will be called continuously)
How do you design a website like tinyurl?
Find all the palindrome sub-strings in a string
Viewing 1711 - 1720 interview questions