TCS Exam Answers Live Refresh in Every 2mins
1)512
2)12.6
3)4800
4)12%
5) 150,40
6)0.048
7)8/5
8) 60
9) former less -16-2/3
10) 8-1/3
11)424
12)21.66%
13-41.67%
14-81.96
15- 6 1/4 days
16- 120
17- 418cm
18 - 280
19- 1.21
20-72
--------------------------------------
Verbal
17. badc
18. QR
19)he had come to DC in order...
20) Director Sato lacked the fox with..
21)what ever she lacked in physical charm...
22)the Roman emperor, Marcus aurelius
23)stockdare employed a tactic that many....
24)the clarity of belief that that mind will role
25)it is the ability to test your own moral courage whenfaced...
Q 8 : 4
Q 9 : wb
--------------------------------------------------------------------
ADVANCED Quants
1) 31/45
2) 40
3) q²-2pr/pr²
4) 6
5) 15
6) 3
7) 40
8) 4
9) west bengal
10) 5
--------------------------------------------------------------------
Advanced Reasoning
1) Yes
2) AZHAR
3) 23
4)
5) INIBRG
--------------------------------------------------------------------
Coding Answers
1. Praveen buying the code
x=int(input())
y=[]
for i in range(1,x+2):
y.append(i)
if(x>=1):
print (x+1)
3. Python
King Jeremy Code
n=int(input())
a=input()
b=input()
res,res2="",""
for x in range (len(a)):
if a[x]!=b[x]:
res+=a[x]
res2+=b[x]
for x in set(res2):
if x not in a :
print(-1)
break
else:
print(len(set(res2)))
C++ :-
0 Comments