Tip 1 : Practice questions from leet code, start from topics like arrays, string, dp.
Tip 2 : Understand the concepts of any programming language of your choice in depth, it will help you in long run.
Tip 3 : Should do 1 or 2 good projects
Tip 1 : one page resume
Tip 2 : should not put anything on your resume which you don't know, it will have a negative impact
Tip 3 : should update your resume according to the job requirement
Tip 4 : add one coding profile (username and platform) to your resume
Down: (row+1,col)
Right: (row, col+1)
Down right diagonal: (row+1, col+1)
This round was with the CTO of the company and it was a combination of both HR and tech question, puzzles were also asked in this round.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the output of print(type("Python"))?