Tip 1 : Have thorough knowledge of the technologies used in your projects
Tip 2 : Go through the important questions of subjects like OOPS and Operating Systems
Tip 3 : Practice string and array related questions the most
Tip 1 : Have some projects on resume.
Tip 2 : Include subjects in the resume too.
In the first round, we were supposed to complete at least 20 MCQ assessments with an average score greater than 60%. Each test consists of 5 MCQ and for each question you were given approximately 4-5 minutes depending on the question. The environment is like a game where you have to be consistent and fast at the same time. You are given a period of 5-6 days in which you need to complete the assessments. You can choose timings according to your availability.
In this question we were given a single coding problem that was required to be solved in 60 minutes. It was a medium-hard level problem and passing 3 out of 5 test cases was enough to move on to the next round. The codelyser platform was not much user friendly as it had a lot of extra things making it complicated. We were given a week to solve the question. We could start any time we want and after starting the test we had 60 minutes to complete it.
The interview started with the basic questions of introduction, and quickly moved to the coding question. I was first given a coding question, then asked some subject related questions and finally another coding question too. The last 30 minutes was the HR round, in which the basic HR questions were asked. The interviewer was very cool and helped whenever I got stuck. It was in the day from 11:00 AM to 12:30 PM.
If all the characters in the substring are the same.
If the length of the substring is odd and only the middle element is different, while all the other characters are the same.
“aba” is a special palindrome, while “abaa” is not
Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
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?