Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Questions were from GIT version control and Python programming. He was knowledgeable and asked questions on Data Structures, Algorithms, Python programming and Mathematical problem solving skills. He was sitting in front of me browsing python documentations and asking few questions. Knowing nothing very well he was trying to judge based on the my confidence level while answering.



String 'S' is NOT case sensitive.
Let S = “c1 O$d@eeD o1c”.
If we ignore the special characters, whitespaces and convert all uppercase letters to lowercase, we get S = “c1odeedo1c”, which is a palindrome. Hence, the given string is also a palindrome.
Basic HR round
What do you know about us or our company?
How long do you think you will work for us after we hire you?
Are you applying for other jobs? Do you have any other offer in hand?

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