Tip 1: Prepare well in DSA; I personally recommend Coding Ninjas for interview preparation.
Tip 2: Be confident and relaxed during the interview.
Tip 3: Revise your projects, including how they work and their functionalities.
Tip 1: Keep your resume concise; aim for one page and include only the skills you are confident in.
Tip 2: Do not include false information 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, I was able to solve that problem.
There are three interviewer panels: Technical, Managerial, and HR. In the technical interview, I was asked questions related to Python, my projects, and DBMS, with a primary 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.
I was not able to give optimal solution that time.

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: