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
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
MINDTREE & TCS IRC EXAM SOLUTION GROUP:
@Coding_human
@Tcs_IRC_mindtree_exam_help
โ Share post in ur college Whatsapp grps.
@Coding_human
@Tcs_IRC_mindtree_exam_help
โ Share post in ur college Whatsapp grps.
# 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
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
Please open Telegram to view this post
VIEW IN TELEGRAM
Accenture ans
Drown
@Coding_human
Should.
Cocking
3421
3142
Blame
Habit
Wrong
Strong
Applying
@accenture_Tcs_atos_exam_help
Drown
@Coding_human
Should.
Cocking
3421
3142
Blame
Habit
Wrong
Strong
Applying
@accenture_Tcs_atos_exam_help
TCS 10 am slot
1)15.24
3)328812
2 D /47
4 8
5 5 h
6 301
โ Telegram- @Coding_human
https://t.me/tcs_nqt_accenture_atos_exam_help
1)15.24
3)328812
2 D /47
4 8
5 5 h
6 301
โ Telegram- @Coding_human
https://t.me/tcs_nqt_accenture_atos_exam_help
TCS NUMERICAL ABILITY
1) 10
2) A
3)328812
4) 11
5) 6hrs
6) 301
7) 8/27
8) 500
9)87
10) 67
@Coding_human
https://t.me/tcs_nqt_accenture_atos_exam_help
@DMAD_Discussion
1) 10
2) A
3)328812
4) 11
5) 6hrs
6) 301
7) 8/27
8) 500
9)87
10) 67
@Coding_human
https://t.me/tcs_nqt_accenture_atos_exam_help
@DMAD_Discussion
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
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
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
CodingHuman #Coding_Help , All exam codes, Coding solutions, accenture TCS Wipro Nagarro Persistent Cisco pinned ยซThis message couldn't be displayed on your device due to copyright infringement.ยป
#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
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
Please open Telegram to view this post
VIEW IN TELEGRAM
โ
Tcs solutions
1.18.7
2 2+ root3
3. 7.14
4. 11
@Coding_human
@tcs_nqt_infosys_exam
@DMAD_Discussion
(Guyss share with your friends ๐ฅ)
1.18.7
2 2+ root3
3. 7.14
4. 11
@Coding_human
@tcs_nqt_infosys_exam
@DMAD_Discussion
(Guyss share with your friends ๐ฅ)
TCS Exam 10 AM Mrng
Numerical Ability
1. 18.7
2. 2+โ3
3.7.14
4. 11
5. 210
6.4.89
7.543218
8.
9.
10.
11.
12.
13.
14.
15.
Telegram - @Coding_human
@tcs_nqt_infosys_exam
@DMAD_Discussion
Numerical Ability
1. 18.7
2. 2+โ3
3.7.14
4. 11
5. 210
6.4.89
7.543218
8.
9.
10.
11.
12.
13.
14.
15.
Telegram - @Coding_human
@tcs_nqt_infosys_exam
@DMAD_Discussion
Numerical Ability
1. 18.7
2. 2+โ3
3.7.14
4. 11
5. 210
6. 4.89
7. 543218
8. 143.81
9. 5 5/7
@Coding_human
10. 96
11. 44
12.45/2 days
13.210
14.10570
15.
Telegram๐
@Coding_human
@Coding_human
@tcs_nqt_infosys_exam
@DMAD_Discussion
1. 18.7
2. 2+โ3
3.7.14
4. 11
5. 210
6. 4.89
7. 543218
8. 143.81
9. 5 5/7
@Coding_human
10. 96
11. 44
12.45/2 days
13.210
14.10570
15.
Telegram๐
@Coding_human
@Coding_human
@tcs_nqt_infosys_exam
@DMAD_Discussion
TCS Exam 10 AM Mrng
Numerical Ability
1. 18.7
2. 2+โ3
3.7.14
4. 11
5. 210
@Coding_human
6. 4.89
7. 543218
8. 143.82
9. 5 5/7
10. 96
11. 44
12. 45/2
13. 210
14.10570
15.62
16.3 days
Telegram- @Coding_human
@Coding_human
Numerical Ability
1. 18.7
2. 2+โ3
3.7.14
4. 11
5. 210
@Coding_human
6. 4.89
7. 543218
8. 143.82
9. 5 5/7
10. 96
11. 44
12. 45/2
13. 210
14.10570
15.62
16.3 days
Telegram- @Coding_human
@Coding_human
#include<stdio.h>
int main(){
int a,b[20];
@Coding_human
scanf("%d",&a);
scanf("%d",&b);
if(a==5){
printf("No");
else
printf("Yes");
return 0;
}
C programming
John code @Coding_human
int main(){
int a,b[20];
@Coding_human
scanf("%d",&a);
scanf("%d",&b);
if(a==5){
printf("No");
else
printf("Yes");
return 0;
}
C programming
John code @Coding_human