Tip 1 : Prepare DSA well and I personally recommend Coding Ninjas and GeeksForGeeks for interview preparation.
Tip 2 : Be confident & relaxed during the interview.
Tip 3 : Do revise your projects i.e how it works and what are its functionalities.
Tip 1: Make your resume short and try to make it one page only and mention all the skills that you are confident in.
Tip 2: Do not put false things on your resume.
There was a slot given to me in the morning around 10 am. First, I had to register to get a unique number and use that unique number to access the test. There were different sections in the Test.
Verbal Ability, Reasoning Ability, Numerical Ability, DSA, Comprehension, Coding questions



Let there be three friends ‘A’, ‘B’, ‘C’ with debts-
• A has to pay $ 2000 to B.
• A has to pay $ 1000 to C.
• B has to pay $ 3000 to C.
• C has to pay $ 1000 to A.
Then their minimized cash flow system will be-
• A will finally pay $ 2000 to C.
• B will finally pay $ 1000 to C.
Thus, the total cash flow among them will be $ 3000.
By taking Array and Simple implementation.
There are 3 interviewer Panels.
Technical, Managerial, HR interviewer.
In Technical Interviewer asked Python, Project related Questions, and DBMS Questions.
Mainly focus on Python related questions.



Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
By using the 2-pointers Approach. I gave the Optimal Solution.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: