Tip 1: Be thorough with the basics of DSA
Tip 2: Be sure to know networking terminology
Tip 3: Explain your specialty and field of interest confidently
Tip 1: Mention Projects
Tip 2: Give value to Internships
Basic data structure problems were asked, and I was expected to provide the answers in the form of pseudocode. Questions mostly included Python and dynamic programming.



Checking the number of occurrences of an element in a string and returning most repeated element
Created a Python hashmap to list the occurrences and return the needed.

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