Tip 1 : Practice DSA as much as you can. You can use multiple websites available on internet like leetcode, gfg, hacker rank, hackerearth and so on. And if I talk about myself, my favourite is leetcode.
Tip 2 : try to understand the problem and build the logic. Don't see the solution in one go. Read the problem, try to understand, build the logic then implement it in your suitable coding language. This is the best way to solve the problems.
Tip 3 : make atleast 3 project in your resume. Try to use more recent tech in your resume. It helps in shortlisting the resume.
Tip 4 : study the core cse subjects like oops, DBMS, os, computer networks.
Tip 1 : try to add tech projects in your resume.
Tip 2 : make it simple and do attach each and every link like your GitHub, LinkedIn, coding profile and so on.
It was scheduled on 10:00 am, 18 September 2021.
The environment was really amazing and I was able to login easily.



You can’t sell without buying first.
For the given array [ 2, 100, 150, 120],
The maximum profit can be achieved by buying the stock at minute 0 when its price is Rs. 2 and selling it at minute 2 when its price is Rs. 150.
So, the output will be 148.
It was conducted virtually in google meet and the interview was a mixture of technical and HR-type questions.
Since my stream was non-circuital he asked me why u got interested in the IT sector, after that he asked some questions from the oops concept( Inheritance, difference between function overloading and function overriding, etc.), easy DBMS definition, one SQL query. After that he asked me if I had any questions for them I said yes and then I asked a question.
This round is to check whether you are a cultural fit for the company or not. In this, situational-based questions were asked after that brief details of the project, and some puzzles were asked (for me the asked angle between the minute hand and hour hand).

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