Tip 1 : try to make atleast one project from any of the technology either frontend, backend or both
Tip 2 : practice SQL queries , focus on basic concepts of OOPS
Tip 3 : practice small coding problems like find prime numbers, odd even numbers, factorial of a number, some patterns problems
Tip 1: Do not put false things on resume it can impact your interview round
Tip 2: having some projects on your resume always make you stand out from others
MCQ and coding round
There will be mathematical puzzle questions
Tip 1: Take a quick look at the question
Tip 2:Develop a general idea regarding the theme of the problem.
Tip 3: Practice some mocks so that you will get some idea for resolving the mathematical puzzles
HR round
Write CRUD operation queries in SQL
Tip 1: Do practice SQL queries
Tip 2: Read some theoretical concepts of DBMS from internet



Consider if ‘N’ = 4, the Factorial of 4 will be the product of all numbers from 1 to 4, which is 1 * 2 * 3 * 4 = 24. Hence, the answer is 24.
Tip 1: Practice basic programs like find factorial of a number, prime number etc.
Tip 2: Practice patterns designing

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?