Tip 1 : Must do Hands-on practice before appearing for the process
Tip 2 : Must be clear with basic concepts of Programming.
Tip 1 : Resume should be crisp and to the point, do not add unnecessary details
Tip 2 : Must highlight your achievements clearly
there were 30 MCQs and 1 coding question
Create a registration page for a travel application.
1. I created an array where registration details will be stored. This contains Phone number as the unique field for every participant.
2. If a user selects register, I collect user details and phone number, then I checked if the phone number exists in my array or not. If yes, I redirect the user to "login page" saying the "user has already registered". If no, I would process the registration and add the details in my array
3. If a user selects login, I collect phone number and password, then I checked if the phone number exists in my array or not. If yes, I I would redirect the user to "Home" Page. If no, I would ask them to register first.
This was a 30 min round revolving around my profile, the minor project I did, the bottlenecks I had while working on my minor project, and followed by a puzzle problem



Input : 1 -> 2 -> 3 -> 4 -> 'NULL' and 'K' = 2
Output: 1 -> 2 -> 4 -> 'NULL'
Explanation:
After removing the second node from the end, the linked list become 1 -> 2 -> 4 -> 'NULL'.

Traverse the list and find the length M.
Again traverse the linked list from the start till we reach the (M − N)th node.
Now we delete the (M - N + 1)th node and return the head pointer. Before deleting the node, we need to relink the next pointer of the (M - N)th node to the (M − N + 2)th node.

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: