Tip 1 : Understanding the TCS NQT Syllabus and Exam Pattern
Tip 2 : Solve TCS NQT Previous Years Papers
Tip 3 : Solve Hackkerrank problems
Tip 1 : Limit your resume to one page
Tip 2 : Be honest
24 MCQ questions on verbal ability, reasoning ability, numerical ability, programming logic and hands-on-coding
Coding round they will ask two questions I remember only 1.



1. It is an integer starting from 1.
2. The larger the element, the larger the rank. If two elements are equal, their rank must be the same.
3. It should be as small as possible.
'ARR' = [4, 7, 2, 90]
Here, 2 is the smallest element, followed by 4, 7, and 90.
Hence rank of element 2 is 1, element 4 is 2, element 7 is 3, and element 90 is 4.
Hence we return [2, 3, 1, 4].
Iterative over the array using a for loop.
Now use another for loop to check the number of elements having value less than the current element.
We can use a set to get the number of unique elements having value less than the current element.
Number of such unique elements + 1 is the rank of that element.
Coding, we will be allocated to any college near our location we have to physically present there to attend, there will be three to four investigator per hall so there will be strict rules to follow you will be terminated if you try to malpractice



If the given arrays are [1, 2, 3] and [1, 2] then you need to return true as ARR2 is a subset of ARR1, but if the given arrays are [1, 2, 3] and [1, 2, 2] then you need to return false since ARR2 is not a subset of ARR1.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: