Tip 1 : Stay focused
Tip 2 : Practice coding questions
Tip 3 : View previous interviews of the company applying to
Tip 1 : Have at least 3 great project
Tip 2 : Write only what you know and prepare well
This was an online assessment round. It was conducted on the Campustest platform. Around 180 students gave this round. The test was divided into 5 sections, each with a time constraint.
Operating Systems- 10 questions (15 minutes).
Computer Networks – 4 questions (15 minutes).
Quantitative Analysis – 10 questions (10 minutes).
Verbal – 10 questions (10 minutes).
Aptitude – 10 questions (15 minutes).
This was an online coding round. This round had 3 questions.
Paragraph = ‘It's a square SqUare. It's a FLAT flat.’
Banned =[FLAT, IT, S].
So we can see these words [IT, S, SQUARE, FLAT ] are most frequent.
Now we will look at to banned list and we can see 3 of the words are banned.
So we have a unique answer SQUARE which has a frequency of 2 and not on the banned list.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you select an element by class name in CSS?