Tip 1 : The project you have mentioned on your resume should be done by heart
Tip 2 : Have in depth knowledge of the topics you have mentioned on your resume
Tip 3 : Practice hard LC questions
Tip 1 : You should mention at least two good projects
Tip 2 : Do the projects by heart



I used backtracking



The start time of one chosen meeting can’t be equal to the end time of the other chosen meeting.
'N' = 3, Start = [1, 3, 6], End = [4, 8, 7].
You can organize a maximum of 2 meetings. Meeting number 1 from 1 to 4, Meeting number 3 from 6 to 7.
Rain prediction problem
I used desion trees
The problems were asked on the topics mentioned on the resume
I mentioned NLP(Natural Language Processing)
I was asked series of questions in depth.
Then various functionality of the project I mentioned was ask. How can I improve them? What did I did in my previous internship was asked
Where you implemented NLP and how?
What are the uses of nlp?
What is tf idf, cosine similarity? What are its advantages and Disadvantages? How would you tackle Disadvantages?
What is Word Embedding? What are its advantages and Disadvantages? How would you tackle Disadvantages?

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