LC style questions in both coding rounds
Software Developer New Grad Interview Questions
2,866 software developer new grad interview questions shared by candidates
Printing out the elements in specified order for a given matrix
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?
Viewing 1711 - 1720 interview questions