Tip 1 : Try to make at least 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
It was a round with moderate level difficulty. The interviewer started with a puzzle and then followed it with 2 coding questions
Bag of Coins
You have 10 bags full of infinite coins. But one bag is full of fake coins, and you can’t remember which one. You know that a genuine coin weighs 1 gram, and a fake coin weighs 1.1 grams. How do you identify the bag containing forged coins in minimum readings?
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



Assuming, the linked list is 10 -> 20 -> 30 -> 40 -> 50 -> 60 -> NULL. X = 2 and Y = 5. On reversing the given linked list from position 2 to 5, we get 10 -> 50 -> 40 -> 30 -> 20 -> 60 -> NULL.
Basic approach of changing links of nodes



It was a mixed round with one question of DBMS and one easy question of programming
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
To make an AI less repetitive in a long paragraph, you should increase: