The test was conducted on 19/02/21 (offline mode TCS Ion)
2 coding questions + 10 MCQs
MCQs
These were on a easy level out of 10, 5 were formC++.
3 question were form Stack and Queue(basic pop, push concept)
2 question was to predict the output
Coding
There were 5 platform present C, C++, Java, Python, Pearl
1. Check the number is a prime factor of 2,3,5.
We are required to take 1 number input
and count the numbers in satisfying the condition(inclusive).
2. https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/
Both question were on a esay scale.