Tip 1 : Do atleast 2 projects
Tip 2 : Complete competitive programming
Tip 3 : Practice more interview Questions particular to the company applying to
Tip 1 : Don't lie on resume
Tip 2 : Try to wrap resume in one page
The round was online. It had coding, aptitude and verbal questions.



It was at 11:45 am on Microsoft teams. Interviewer was friendly. I was asked to share my screen.



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?
Introduction , Projects and technologies worked on , sql queries like select , insert , difference between delete , truncate, drop , synchronized & asynchronized programming , oops properties.
It was on microsoft teams. Hr asked me basic questions.
Introduce yourself.
Are you willing to relocate?
Do you have any other offer in hand?
When can you join our organization?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the output of print(type("Python"))?