Tip 1 : Read the question carefully and try to understand it.
Tip 2 : Taking time to understand the question will save time so that you don't have to keep rereading the questions again
Tip 3 : Keep track of the time, the questions might easy but they aren't so it's better to think and code fast.
Tip 1 : Keep it concise. Don't let it go more than a page or two at most
Tip 2 : Don't falsify skills, you'll probably get caught amd6 it'll end badly
15:00 IST, 22nd August (India Time, GMT+5.5) to 20:00 IST, 22nd August 2020.
This was the timing during which I was expected to take the test. Once I login I'll have only an hour to finish the test.
You'll have a practice round where you can keep practicing and get used to the environment.
The browser tab shouldn't be minimised or navigate to another tab which might lead to disqualification



1. Start checking from the end of the linked list and not from the beginning. For example, if the linked list is ( a, b, a ,b, a) and the string is equal to “aba” , then the answer should be (a b), not (b a).
2. After removing an occurrence check again for new formations.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?