Tip 1 : Practice programming daily
Tip 2 : Don't go after development when you are applying as a fresher, focus on DSA and CP.
Tip 3 : Apply for multiple companies.
Tip 1 : Keep it simple in one page
Tip 2 : Use novoresume.com for nice templates
Tip 3 : Mention your projects and experience clearly.
They gave around 7 days of time for attending the test.
It had 4 coding questions out of which I solved 2 fully and 2 partially.
Questions were medium-hard and based on DSA.









‘?’ – matches any single character
‘*’ – Matches any sequence of characters(sequence can be of length 0 or more)



The interviewer asked one coding question. It was easy-medium.
He asked 3-4 SQL Queries and asked me to solve them in an online compiler.
He asked about my projects and asked me to open GitHub and explain a project.
He gave a table and asked to tell all normal forms

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