CodingHuman #Coding_Help , All exam codes, Coding solutions, accenture TCS Wipro Nagarro Persistent Cisco
588 subscribers
136 photos
310 links
We Provide free material, Coding stuff, Placement material, Handwritten Notes, previous year company questions, Job updates and many more.
Conding help.
Download Telegram
TCS NQT
NUMERICAL

1.)8
2.)49
3.)90
4.)1596
5.)4
6.)5.14
7.)4784
8.)6.25
9.)20
@Coding_human
10.)74.8 nanograms
11.)20%
12.)10 & 11
13.)45
14.)40
15.)4 Days
16.)-1/3
17.)12.2
18.)both I and II
1.)8
2.)49
3.)90
4.)1596
5.)4
6.)5.14
7.)4784
8.)6.25
9.)20
10.)74.8 nanograms
11.)20%
12.)10 & 11
13.)45
14.)40
15.)4 Days
16.)-1/3
17.)12.2
18.)both I and II
19.)13.1
20.)18
21.)3,2
22.)Data is tri mode
23.)2019
24.)13
25.)2016
26.)
Telegram- @Coding_human
@tcs_nqt_exam_mindtree_help
TCS NQT (05/02/22)
VERBAL:
----------------------
1.)Out of the Box,up the ..
2.).....out of harms way
3.)A.)do me a.....
4.)Writing is one person
@Coding_human
5.)During the...
6.)to sustain
7.)in the long term survival....
8.)C-II
9.)a-3,b-4,c-1,d-2
10.)
Telegram-@Coding_human
@tcs_nqt_exam_mindtree_help
# Python 3
INPUT:
mo3s,t23m,4tq5
13,3,45
OUTPUT:
3,NA,45
mos,NA,tq


arr=input().split(",")
nums=input().split(",")
nums=set(nums)
res1=[]
res2=[]
ch="0123456789"
for i in arr:
t=""
ans=""
for j in i:
if j in ch:
t+=j
else:
ans+=j
if t in nums:
res1.append(t)
res2.append(ans)
else:
res1.append("NA")
res2.append("NA")
if res1:
print(*res1,sep=",")
print(*res2,sep=",")

Infosys exam

Telegram- @Coding_human
TCS NUMERICAL ABILITY
1) 10
2) A
3)328812
4) 11
5) 6hrs
6) 301
7) 8/27
8) 500
9)87
10) 67
11)15
@Coding_human
12)28500
13)1300
14)22.5
15)6000
16) 25
17) 53
18)three times of sum
19) 12.5
20) 0.5

Telegram👇
@Coding_human
@Coding_human
@Coding_human
@Coding_human
@DMAD_Discussion
TCS NUMERICAL ABILITY
1) 10
2) A
3)328812
4) 11
5) 6hrs
6) 301
7) 8/27
8) 500
9) 82.5
10) 64.8
11)A:15 b19
12)28500
13) 1920
14) 22.5
15) 6250
16) 25
17) 52 days
18)four times
19) 13.5
20) 8
21) 0.42
22) 0.5
23) 169

Telegram👇
@Coding_human
@Coding_human
#include <stdio.h>
int fact(int num){
if(num>1){
return num*fact(num-1);
}@Coding_human
else if(num<=1){
return 1;
} }

int main() {
int n,p,res;
scanf("%d",&n);
scanf("%d",&p);
res = fact(n)/(fact(p)*fact(n-p));
printf("%d",res);

return 0;
}

Pollution code
@Coding_human
@Coding_human
@Coding_human
@Coding_human