Tip 1 : Properly grasp Data Structures and Algorithms from basics.
Tip 2 : Learn about Time complexity
Tip 3 : Be honest and walk through your thought process to the interviewer.
Tip 1 : It's good to have one or two projects on your resume. Mention the tech stack you used and a brief description of the project. It will be best if you host/upload your project on the cloud.
Tip 2 : Avoid unnecessary details like Hobbies, family details, declaration, date, signature, etc.
Tip 3 : You're more than a 1-page resume. But your resume should not be more than a page
The first round was the Online Coding Round of 70 minutes with 3 problems of 3 marks, 3 marks, and 4 marks respectively.
The first two questions were easy and the third one was a bit tricky.
Anyone who is practicing continuously could have solved these questions easily within the time limit. The test cases were also not so hard and distinct. I coded in C++ language.



A palindrome string is one that reads the same backward as well as forward. Given a string 'STR', you need to tell the minimum number of characters needed to insert into it to make it a palindromic string.



Suppose, Ninja is stuck at node 62. The possible exit points in the maze are: 40, 10, and 20. From all the possible exit points the closest ones are 10 and 20 which are at a distance of 1 unit.



Input:
'num1' : 1 -> 2 -> 3 -> NULL
'num2' : 4 -> 5 -> 6 -> NULL
Output: 5 -> 7 -> 9 -> NULL
Explanation: 'num1' represents the number 321 and 'num2' represents 654. Their sum is 975.
The Interview was Overall focused on Data structures and Algorithms



Let the array = [ 4, 2, 1, 5, 3 ]
Let pivot to be the rightmost number.





Here, for ‘k’ = 7, the output will be 14 12 10.
This Round contains some Tricky Puzzles
A person has 3000 bananas and a camel. He wants to transport the maximum number of bananas to a destination 1000 KMs away, using only the camel as a mode of transportation. The camel cannot carry more than 1000 bananas at a time and eats a banana every km it travels. What is the maximum number of bananas that can be transferred to the destination using only camel (no other mode of transportation is allowed).
Tip 1 : Listen Patiently to the problem
Tip 2 : Take your time
Tip 3 : Create logics one by one in your mind
You have a glass of tomato soup. You have one other empty glass of a different size and shape. You have to give the soup to two children. How would you divide the soup into two glasses so that both of them are satisfied that they have got an equal share of soup?
Tip 1 : Listen Patiently to the problem
Tip 2 : Take your time
Tip 3 : Create logics one by one in your mind
Mainly Focused on your Soft skills, your body language etc.
Tip 1 : Stay calm
Tip 2 : Never lie in front of HR
Tip 3 : Show a positive attitude to join the organisation

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: