Tip 1 : Have at least one project done
Tip 2 : Practice lots of questions as much as you can
Tip 1 : Have some good projects in your resume
Tip 2 : Do not false skills in your resume as interview will be based on your resume
It was a pure coding round. 2 coding questions from basic data structure (Linked List, Tree) were asked?



The recursive approach to reverse a linked list is simple, just we have to divide the linked lists in two parts and i.e first node and the rest of the linked list, and then call the recursion for the other part by maintaining the connection.



A graph is a tree if the following two conditions are satisfied:
So, We will check it for the following conditions
Few core CS questions were asked in this round followed up by single coding question
Tip 1 : Focus on core CS subjects
Tip 2 : Go through the basic concepts of DBMS
Tip 1 : Along with coding questions have some knowledge about the concepts behind them
Tip 2 : Go through the theory section of your preferred language (python in my case)



Start with two pointers. When you encounter a space, reverse the word before it.
It was a HR round. Basic HR questions were asked and after this round, I was sent the selection letter
Tip 1 : Be confident while giving answers
Tip 2 : Practise basic HR Questions

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: