Tip 1 : Practice python from internet
Tip 2 : Practice SQL from internet
Tip 3 : Keep your hands on big data tools
Tip 1 : Don't add waste things just add things related to your job profile
Tip 2 : Make it a single page resume
Tip 3 : Use online standard templates
Program + SCQ
Suppose given input is ...
Use two for loop to iterate through every possible sub string and check if it contain any repeated charater.
It was a easy and much familiar question. So, apply the approach that you applied when you were practising all kinds of sort
Asked python question to solve during interview
The questions were directly based on the Data Structures, easy questions with enough time. Interviewer was very friendly and gave us the enough time to code the solutions.
Iterate through elements and reverse the string and store it in new output list
Tip 1 : At least practice some important questions of the basic Data Structures
Tip 2 : Keep practising regularly
Basic HR related questions
Tip 1 : Always keep positive approach
Tip 2 : Practice HR related question
Tip 3 : Think and take time to answer
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the result of 4 % 2?