Tip 1 :Try to build resume with two projects and participation in few hackathons which lets you prepare Projects as well as have some certificates on the resume.
Tip 2 : Try to be consistent with data structures and Algorithms. At least attempt, daily question on leetcode.I would recommend strivers 180 questions list.
Tip 3 :Have a good conceptual understanding of Oops and Operating Systems. This will help you to be prepared with the initial part of the interview.
Tip 1:Have at least one good project in your resume. And try to be thorough with it.
Tip 2:Try to keep it as crisp as possible add links to the project deploy. Don't overthink your resume gets better with time.



1. Not allowed to engage in more than 1 transaction at a time, which means if you have bought stock then you can buy another stock before selling the first stock.
2. If you bought a stock at ‘X’ price and sold it at ‘Y’ price then the profits ‘Y - X’.
It is not compulsory to perform an exact '2' transaction.



Step 1:It is a pretty standard question and easy too.
Step 2: Still I tried it with two three test cases and wrote the code.



Step-1: You need to identify that what was going to be used solve with your own test cases
step-2:Then I wrote the code.
Timing:30 minutes



step1:She asked me to code it and while coding I was explaining my approach to her at the same time
Only HR-related questions were asked in the final round. The interviewer began by asking me about my various projects, my part in them, and how effective they were in terms of actual use cases
Introduce yourself
Explain your projects
What is your role in the projects

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?