Tip 1 : Thorough revision of your projects, skills, and previous experience as mentioned in your resume
Tip 2 : Practice of Mathematical and Logical Puzzles
Tip 3 : Good coding command
Tip 1 : Resume should always be crisp, clear, and short
Tip 2 : Only mention projects which you can explain and defend
The test was 100 minutes long, web-proctored and switching between tabs was not allowed.
Series of questions based on Reasoning Ability, Mathematical Ability, Verbal Ability and Puzzle Solving.
This was the second round and the interview round. It was all about OOPS concepts, OS and DBMS fundamentals, CV discussion. It was approximately 45 mins long.
‘str’ = 'abcabab', we can split this string into 3 string a, b, c as a = 'abc', b = 'ab', c = 'abc', we can clearly see that b is a substring of both a and c.
A substring is a contiguous sequence of characters within a string. For example 'ab', 'b' and 'abc' are the substring of string 'abc', but 'ac' is not a substring of 'abc'.
A non-empty substring means a substring with a size greater than 0.
Function and coding practices of python were questioned. Question on predefined functions and then finally implementation of OOP concept in python.
Questions were focused on resume, skills, and projects
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which operator is used for exponentiation in Python?