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.
Interview was very mild level and most questions were focused on basic computer networks topics followed by one DSA question. The interview ended with some puzzle questions.



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.
A palindrome string is a sequence of characters which reads the same backward as forward. We use this property of palindrome to check whether the given string is a palindrome or not.
Why do we need ipv6 if we already have ipv4?
Difference single variant and multivariant parameters?
Explain HTTP, FTP, TCP/IP protocol etc.
HR round with behavioural questions mainly.
Why do you want to work here?
What is your biggest strength?
Are you okay with relocating?

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