Tip 1 : Prepare everything about your project you mentioned in resume.
Tip 2 : Prepare example for every topic you learn
Tip 1 : Don't write false things.
Tip 2 : Write at least 2 projects
It was in afternoon only and environment was good . They asked two problems to code in one and a half hour.



Two pointer approach



Using BFs we will check the graph for the following properties, if it satisfies them it is a tree or vice versa
They only wanted to see the communication skills and fluency of the language as they themselves told us before the discussion began.
It was at 12 PM and the environment was good .
What is your thinking on “The increasing pollution with the increasing technology and How we can manage it”?
Firstly understand the topic carefully and try to speak about it. If you got late chance then also try to modify someone content and speak.
It was in afternoon and environment is good. Some MCQs were asked in this round followed up by one coding question.


1. If the list is empty, the function immediately returns None because there is no middle node to find.
2. If the list has only one node, then the only node in the list is trivially the middle node, and the function returns that node.
Step 1 : First find length of linked list through traversing.
Step 2 : Then if length is odd then select the middle element.
Step 3 : If length is even then divide it by 2 and select next element after that.
It was in morning 10 am and environment was good.
These are question as mainly for checking you communication skills so properly answer it .

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