Tip 1: Whatever is mentioned in your resume, make sure you have in-depth knowledge of it.
Tip 2: Try solving at least 50 questions before your interview from online coding platforms.
Tip 3: Make sure you have gone through the projects mentioned in your resume.
Tip 1: Make sure that whatever you have written, you have knowledge of it.
Tip 2: Mention all the required skills mentioned in the job role, whichever you have knowledge of.
Technical 1 - Evening: The environment was good, and the interviewer was friendly; he made me comfortable in just a few minutes.



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
System design and DSA
Design a chat bot.



The given linked lists may or may not be null.
If the first list is: 1 -> 4 -> 5 -> NULL and the second list is: 2 -> 3 -> 5 -> NULL
The final list would be: 1 -> 2 -> 3 -> 4 -> 5 -> 5 -> NULL
HR round
Why do you want to join?
Where do you see yourself in 5 years?
Rate yourself in all the skills mentioned in your resume.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?