Tip 1 : Practice writing common questions like sorting and Fibonacci series
Tip 2 : Prepare basics well with good knowledge of data structures
Tip 3 : Be ready to answer in multiple coding languages
Tip 1: Have projects included with brief information
Tip 2: Only add skills which you can answer questions about in interview
MCQ's about coding, Coding questions with preferred language, DBMS questions with SQL.



Words are separated by one or more whitespace characters.
For the given string “Madam oyo cat”, “Madam”, and “oyo” are the palindrome words
I first split the sentence on spaces, creating a list of words.
I made a reverse function to reverse strings
For each word i checked if it was the same as its reversed form.



I was asked to sort a tuple in python.
I made sure to explain that tuples themselves are immutable and therefore i would need to first convert it to a list.
I then applied select sort, as i was the most comfortable with it and time complexity was not an issue.
Questions about your projects, and new trends in tech world.
Tip 1: Be clear about your role in project.
Tip 2: Explain things with gestures and make sure you are getting across well

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: