TCS NQT Exam 28th Aug 2022 2pm Slot Answers Live
Aptitude :-
1) 2^3*3*7^1
2) BD
3) Z/Z+A
4) 11.25
5) 9180
6) 49.33
7) 300
8) 1782.7
9) 83.5
10) 5.2987
11) 420L
12) 127:513
13) 220
14) 360
15) 1275
16) 1152
17) 92 or 89
18) 754
19) 20
20) 53
------------------------------------------------------
Verbal
1) Suman, Ravi and me are
2) Major rebellion has suppressed
3) Scarcely had the water
4) Inequalities
5) CBAD
6) The William sisters
7) Had shown up/ to get on my nerves
8) Sparkled with the light/ pang of pity
9) 2341
10) BEACD
11) DAEBC
12) SP
13)Calls for an end
14) Call for the end
15) wisdom enables us
16) Barbeque
17)ECDBA
18) PQSR
19)𝚠𝚒𝚝𝚑 𝚊𝚗 𝚊𝚌𝚌𝚒𝚍𝚎𝚗𝚝
20)𝙼𝚊𝚋𝚎𝚕 𝚑𝚊𝚍 𝚋𝚎𝚎𝚗
21)𝚓𝚊𝚌𝚔 𝚎𝚡𝚙𝚛𝚎𝚜𝚜
22)𝚃𝚘𝚗𝚎 𝚍𝚎𝚊𝚏
23)𝙶𝚛𝚎𝚊𝚝 𝚖𝚞𝚜𝚒𝚌
24)𝚒𝚗𝚍𝚒𝚊𝚗 𝚌𝚕𝚊𝚜𝚜𝚒𝚌𝚊𝚕
25)𝚒𝚝 𝚒𝚜 𝚗𝚘𝚝 𝚒𝚗𝚌𝚕𝚞𝚜𝚒𝚟𝚎
------------------------------------------------------
Reasoning :-
1.HXQ
2.XTZQCON
6.BOTH
7.FATHER'S FATHER
8.+$@#%
9.32
10.he will not shortlisted
------------------------------------------------------
Advanced Aptitude
1)0.811
2) 48/13
3)1/h^4(g^4-4g^2h+2h^2)
4)a=5, b=23
5)120
6) 2.14
7) 23
8) 24000 or 26000
9) 2017
10) 143%
------------------------------------------------------
Advanced Reasoning
1) No
2) VEER
3) K1L1M
4) HJIKH
5) Both satisfy
6) vi and vii
7) 6th sweet served
8) VF
9) 1 is strong
10) none of
------------------------------------------------------
Coding
Tom Code :-
Rajesh Code :-
N=int(input())
A=[]
A=list(map(int,input().split()))
print(A)
Q=int(input())
ARRAY=[]
from itertools import repeat
ARRAY=[[]for i in repeat(None,Q)]
print(ARRAY)
for i in range(0,Q):
x,y=input().split()
x=int(x)
y=int(y)
ARRAY[i].append(x)
ARRAY[i].append(y)
print(ARRAY)
for i in range(0,Q):
count=0
if(ARRAY[i][0]==0):
for j in range(len(A)):
if(A[j]>=ARRAY[i][1]):
count+=1
print(count)
elif(ARRAY[i][0]==1):
for j in range(len(A)):
if(A[j]>ARRAY[i][1]):
count+=1
print(count)
else:
pass
A=[]
A=list(map(int,input().split()))
print(A)
Q=int(input())
ARRAY=[]
from itertools import repeat
ARRAY=[[]for i in repeat(None,Q)]
print(ARRAY)
for i in range(0,Q):
x,y=input().split()
x=int(x)
y=int(y)
ARRAY[i].append(x)
ARRAY[i].append(y)
print(ARRAY)
for i in range(0,Q):
count=0
if(ARRAY[i][0]==0):
for j in range(len(A)):
if(A[j]>=ARRAY[i][1]):
count+=1
print(count)
elif(ARRAY[i][0]==1):
for j in range(len(A)):
if(A[j]>ARRAY[i][1]):
count+=1
print(count)
else:
pass
0 Comments