Tip 1 : Practice the programming in depth and try atleast 10 questions for each programming concept.
Tip 2 : Study the academics subjects in depth and prepare atleast 2 subjects perfectly.
Tip 3 : Work over your communication skills. End of the day your final selection will be done based on your behaviour and how good you in keeping your points to others.
Tip 1 : Put your top skills at top and highlight them in bold.
Tip 2 : Prepare a short resume no more than 1 page.
Round done by video call. Duration was 50 minutes. Total were 2 persons taking interview. They mostly asked questions related to Data Structure like OOPS and Stack. Later they start asking SQL queries and Machine Learning Questions.
Retrieve the student details who have less then 50 marks in English subject from a student table.
Which Machine Learning model is best for classification?
Describe full working of Logestic regression and its functions like sigmoid.
Difference between Binary Search Tree and Binary Tree ?
Tip 1 : First give them the technique you will use to solve the question.
Tip 2 : make the final answer and say directly.



Input:
'num1' : 1 -> 2 -> 3 -> NULL
'num2' : 4 -> 5 -> 6 -> NULL
Output: 5 -> 7 -> 9 -> NULL
Explanation: 'num1' represents the number 321 and 'num2' represents 654. Their sum is 975.
Tech + HR round

If the given string is:
abcadeecfb
Then after deleting all duplicate occurrences, the string looks like this:
abcdef
Why do you want this job?
What is your biggest achievement?
If you won 10 crore would you still work?

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