Number of islands 1. you can find it on leetcode
Software Engineer New Grad Interview Questions
2,940 software engineer new grad interview questions shared by candidates
Project experience. Easy/Medium coding questions. (DFS, binary search, hash table, etc.)
BFS for multi-child tree structure
Assign values from a set to indices in a matrix such that a value isn't repeated 3 times in a row/column.
Dynamic Programming
1. flower blooming 2. time minupulation
Efficient string manipulations and geometric questions.
Coding questions focused mainly on strings, arrays, recursion, bfs, dfs
I can't share the question but if you study DSA and you did what everyone mention (leetcode/neetcode) then will ease your path towards it
I was asked there is a directory and inside that directory there can be multiple directories as well as multiple files and each file has a size, I need to calculate file size of entire directory. Follow up question -> Implement a cache. If the file size has been calculated give it from the cache or else calculate the file size and store it in the cache
Viewing 1241 - 1250 interview questions