Tip 1 : Prepare good for DS & Algo as most companies have a separate round for it.
Tip 2 : Don't lie over your resume
Tip 1 : Don't Lie over your resume
Tip 2 : Avoid unnecessary details like Hobbies, family details, declaration, date, signature, etc.
This is purely coding test conducted on Hackerrank platform



This is purely data structure technical round



The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then the reverse linked list is 4 -> 3 -> 2 -> 1 -> NULL and the head of the reversed linked list will be 4.
Can you solve this problem in O(N) time and O(1) space complexity?
Assuming the best cricketer playing with the best strategy. How many maximum runs he can score in IPL satisfying all rules of cricket and no wide balls?
Tip 1 : Firslty clear and understand the puzzle
Tip 2 : then think about the whole possible scenarios
this is purely HR round. Interviewer asked questions related your projects , hobbies and your strengths and weakness

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: