Tip 1 : Practice DSA from Leetcode, Geeksforgeeks, etc.
Tip 2 : Go through the subjects from Geeksforgeeks, Javatpoint, etc.
Tip 1 : Keep it one-pager
Tip 2 : Try to cover maximum points by keeping each crisp. No need to go into details.



Used DFS to find the number of connected components which is the total number of islands



'N' = 4,
4 can be represented as 2^2. So, 4 is the power of two, and hence true is our answer.
Was asked to explain the High-Level and Low-Level design of the project I was working on. Was asked to discuss some use cases where the design can be optimized further.
Explain Inheritance
Function Overloading vs Overriding
Explain Polymorphism
Explain ACID property in DBMS
Interface vs Abstract Classes
LRU Cache and implementation of code

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?