Tip 1 : Focus on Problem Solving, Data Structures and Algorithms
Tip 2 : DBMS
Tip 3 : Basics of Operating System, Rest API's and Computer Networks
Tip 1: Resume should be of One Page only
Tip 2: Simple, Use Overleaf platform



For the array [50, 21, 9], if we follow 1-based indexing, the Reverse Pairs are (1, 2), (1, 3) and (2, 3). Thus, the total count i.e. the answer becomes 3.
A single index of the pair (i, j) can be used multiple times.




1. A ‘path’ is a sequence of adjacent pair nodes with an edge between them in the binary tree.
2. The ‘path’ doesn’t need to pass through the root.
3. The ‘path sum’ is the sum of the node’s data in that path.
Asked about some of my project and then provide an assignment to discuss in next interview,


What is Indexing?(Learn)
Do you know SQL and then some query like Find the second largest salary and Foreign Key Relationship?
They told some specific features to create :-
1) Interviewer and Interviewee list additon and updation
2) Page where they can choose a time-slot for interviewer and interviewee with the condition that time-slot must not overlap for interviewer.
3) Mail should send to the interviewees regarding the interview with the link and time slot.

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