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
@Coding_human
1)some bats
Only conclusion 1 folows
D

2)jitin at present
The data in both
A

3)some parks
Nethier consluion 1.


4)ram's brother.
The data in both satesment

5)graph
C
125 per

6)percentage of accidents
B
35000

7)deperments
C
100

8)all men are strong
Neither consluion.
A

9)class 6th grpah
D
100




1)some bats
Only conclusion 1 folows
D

2)jitin at present
The data in both
A

3)some parks
Nethier consluion 1.


4)ram's brother.
The data in both satesment

5)graph
C
125 per

6)percentage of accidents
B
35000

7)deperments
C
100

8)all men are strong
Neither consluion.
A

9)class 6th grpah
D
100

10)some pencil
Neither consluion
D

11)slipa
B
Is nessecary


Telegram @Coding_human

1)some bats
Only conclusion 1 folows
D

2)jitin at present
The data in both
A

3)some parks
Nethier consluion 1.


4)ram's brother.
The data in both satesment
@Coding_human
5)graph
C
125 per

6)percentage of accidents
B
35000
https://t.me/DMAD_Discussion
7)deperments
C
100

8)all men are strong
Neither consluion.
A

9)class 6th grpah
D
100

10)some pencil
Neither consluion
D

11)slipa
B
Is necessary



Telegram @Coding_human
for t in range(int(input())):
n=int(input())
i=1
s=0
while(s<n):
s=s+i*i
i=i+1
i=i-1
print(i)

Python
Healthy candies Code
Telegram - @Coding_human
@Coding_human
Programming Language Uses

Python:
1) Data Science
2) Machine Learning @Coding_human
3) Web Apps
4) Automation
5) Game Development

Telegram - @Coding_human
NPCI Interview Experience - 2022

1) Introduce Yourself
2) Write a program to find second
highest in array.
3) Explain the code.
4) Time Complexity of written code
5) What is Github
6) Alternative of Github
7) Explain the project(mentioned in
resume)
8) Any Questions you want to ask.

Telegram - @Coding_human
@Coding_human
def replaceDigit(x, d1, d2):
result = 0
multiply = 1

while (x // 10 > 0):

# Take remainder of number
# starting from the unit
# place digit
remainder = x % 10

# check whether it is
# equal to the digit
# to be replaced.if yes
# then replace
if (remainder == d1):
result = (result + d2 *
multiply)

else: # else remain as such
result = (result + remainder *
multiply)

# Update and move forward
# from unit place to hundred @Coding_human
# place and so on.
multiply *= 10
x = int(x / 10) # update the value

# check whether it is equal to the digit
# to be replaced.if yes then replace
if (x == d1):
result = result + d2 * multiply

else: # else remain as such
result = result + x * multiply
return result


# Driver code
x = 645
d1 = 6
d2 = 5
print(replaceDigit(x, d1, d2))

Python
Replace single digit code
Telegram - @Coding_human
📌Tech Mahindra Interview Experience

1) Asked my I'd card
2) Self intro
3) mentioned basics of Java
So he asked basics
4) Data types
5) Inheritance
6) Polymorphism
7) Exception
8) Are u willing to relocate
9) Are u comfortable with any
shifts
10) Are u interested in learning new
language

Telegram - @Coding_human
DCA java answer's


1. BC
D

2. {0,2,6,8}

3. public void addCrossMappings (CorsRegistry registry)

4. Failed

5. Display all the computer parts in ascending orders...

6. Larger Number: 25

7. There will be two errors....

8. A
9. 02
03
04
@Coding_human
10. -32767

11. 01
02

12. 5
D
1
4

13. Only i and ii

14. IT
Technical

15. Error

16. 25 days

telegram:- @Coding_human
https://t.me/Coding_human
n=int(input())
arr=[]
count=0
for x in range(n):
temp=list(map(int,input().split("/")))https://t.me/Coding_human
arr.append(temp)
if temp[1] in [1,3,5,7,8,10,12]:
count+=1
if count!=0:
print(count)
else:
for x in arr:
if x[2]%2==0:
count+=1
print(count)

DOB lucky draw code Python
Telegram - @Coding_human
https://t.me/Coding_human
public class Main
{


public static void main(String[] args) {
int [] students = {4,9,5,3,2,10};
int counter;
for(int i=0; i<6; i++){
counter = 0;
for(int j=0; j<i; j++){
if (students[j] > students[i]){
counter += 1;
}

}
System.out.print(counter+" ");
}

}
}


University everywhere code in java

Telegram:-https://t.me/Coding_human
def solve(input1):
res=""
for i in input1:
if(i.isupper()):
res+="_"+i.lower()
else:
res+=i
print(res)

Modify Variable Names
Python 3

Telegram:-https://t.me/Coding_human