Given a list of inputs parse them out without repeating characters.
Software Developer New Grad Interview Questions
2,866 software developer new grad interview questions shared by candidates
Medium level leet code questions. I would recommend to brush up on algorithms and data structures. They were not too difficult.
Medium Level Question - from LeetCode. String Manipulations.
Linked List/Hash map and asked questions on DBMS
In 1st round they asked 1 dp question which I solved. Another was a linked-list question which I explained but messed up in the code. still I got chance for 2nd round. Inn 2nd round they asked me 1 calendar based question which can be solved using basic logic.
N/A
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.
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.
Merging k-sorted arrays BST Root to leaf sum
Viewing 1761 - 1770 interview questions