Tip 1 : You need to have a great aptitude for knowledge
Tip 2 : Solve questions from previously asked coding questions
Tip 3 : Add at least two projects in your resume
Tip 1 : Make it simple and one page resume.
Tip 2 : Add projects in your resume which you have developed yourself
Tip 3 : Use Proper fonts in your resume
It was an online coding round and aptitude round. The duration of the round was 60 Mins


Create a function that finds the middle node of a linked list. For example:
1 -> 2 -> 3 -> 4 -> nil
// middle is 3
1 -> 2 -> 3 -> nil
// middle is 2
Tip 1 : Try to cover all the edge cases while running the code
Tip 2 : Practice coding questions on an online platforms like leetcode, geeks for geeks
It was a technical Interview, interviewers were very friendly. There was one coding question from strings. And they have asked about the projects which I mentioned in my resume.



Given a string, write a function to check if it is palindrome or not.
A string is said to be palindrome if the reverse of the string is same as string. For example, “abba” is palindrome, but “abbc” is not palindrome.
Tip 1 : Practice coding questions on a notepad before your interview
Tip 2 : Try to explain the concept before jumping to the solution
This was an HR Round, HR asked various behavioral questions during this interview.
Tell me about yourself
Tell me about most challenging project
Tell me about basic pillars of OOPs
what is acid properties
Is I can relocate to any location in India
Tip 1 : Be well versed with your resume
Tip 2 : Be confident and focus on your communications
Tip 3 : Prepare for the behavioural 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: