Tip 1 : Build projects rather than just following tutorials on youtube
Tip 2 : Do not intend to solve thousands of problems, instead learn patterns and then solve the top questions from any platform.
Tip 3 : Do not try to learn a lot of technologies at once. Master a few of them. It is better to be a master of some instead of a jack of all technologies.
Tip 4 : Track your progress, make notes and revise consistently. Consistency is the key, especially for learning DSA.
Tip 1: Keep it concise and clean, don’t add too man things that you can’t defend in interview
Tip 2: Mention top skills and projects.
Tip 3: Don’t forget to add linkedin and github profile URLs



The diameter of a binary tree is the length of the longest path between any two end nodes in a tree.
The number of edges between two nodes represents the length of the path between them.
Input: Consider the given binary tree:

Output: 6
Explanation:
Nodes in the diameter are highlighted. The length of the diameter, i.e., the path length, is 6.
30 MCQs related to CS fundamentals including DBMS, OOP, Computer networking, SQL, etc.







Consider ‘arr’ = [1,2,-2,-1], the largest value of ‘K’ is 2, since a negative of 2 is also present in the array. Hence, the answer is 2.
SQL query requiring simple join operations
Fundamentals of OS for e.g.
What is a virtual machine?
What is the kernel?
1. Situational questions
2. Personality test questions
3. Why do you want to join this company?, etc

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