All coding Solution
13.3K subscribers
185 photos
181 files
36 links
Download Telegram
KPIT code in java
👍6😁2👏1
Tech track t7

1)d
Cloud storage
3)b
Packet filtering firewall
4) a
Event handling :choosing the items
5)a
Installing malware
6)a
Phone is hacked
22)d
Stride
23)c

Telegram:-@Allcodingsolution
👍13
Biz Skills Track 1 Slot 1 Answers


1 - Respect/Listen
2-trying to network
3- Active associates/passive associates
4- all are correct
5- Meditation
6- A, D
7- Their are many criteria
8-d-it may not reduce
E- it does not outline
9- A,C,F
10-the ability to manage
11-they througly explore
12-b,c.
13-b,c,e
14-a,c,e,f
15-Observe ,design , execute
16-true
17-can take several forms
18-jennifer oversimplified
19-manager or lead encourages
20-b-insight people
C- be respectful
21-she is important but is unable
22-Globalization
24- morals
25-verbal skills
26-gender dominance
27- you may have conversations
29- mind mapping, hypothesis
31-d,f
32-culture/experience
33-twitter,LinkedIn
34-a,bd,e
👍10
Biz Skills Track 1 Slot 1 Answers


1 - Respect/Listen
2-trying to network
3- Active associates/passive associates
4- all are correct
5- Meditation
6- A, D
7- Their are many criteria
8-d-it may not reduce
E- it does not outline
9- A,C,F
10-the ability to manage
11-they througly explore
12-b,c.
13-b,c,e
14-a,c,e,f
15-Observe ,design , execute
16-true
17-can take several forms
18-jennifer oversimplified
19-manager or lead encourages
20-b-insight people
C- be respectful
21-she is important but is unable
22-Globalization
24- morals
25-verbal skills
26-gender dominance
27- you may have conversations
29- mind mapping, hypothesis
31-d,f
32-culture/experience
33-twitter,LinkedIn
34-a,bd,e

Telegram:- @Allcodingsolution
👍20🔥1
Infosys SE role(EE Branch)

Tell me ur btech branch
Why core to IT?
Project
Diff b/w capacitor and inductor
2 phase motor working
Diode
Transformer
Diff b/w alternator and generator
What is semiconductor?
If capacitor is not present in fan then what happen?
NPN and PNP transistor?
Any language
What is recursion?
What is SDLC and it's stages?
What is difference between abstraction and encapsulation?
Call by value and call by refrence?
Header file
What is machine learning?
Do u have own laptop or desktop?
Have u any ques?

Telegram:- @Allcodingsolution
👍16
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 :- @Allcodingsolution
👍18
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:- @Allcodingsolution
👍30
virtusa coding question and answers.pdf
5.7 MB
virtusa coding question and answers.pdf

Telegram:-@Allcodingsolution
👍241👎1
🎯Hexaview interview experience
1) self intro
2) asked 3 coding questions
1 given array and values x
Check weather pair sum equal to x in o(n)
2) given string
Reverse each word maintaing order in o(n)
Ex i love books
Result i evol skoob
3 ) given arrays O's 1's 2's
Sort array without sorting function in o(n)
One logical question
Given two rod
One rod takes 60 mints to burn totally
Measure time taken for 45 mints

Telegram:- @Allcodingsolution
👍223
Virtusa HR interview Question

1) Introduce yourself?
2) Why you chose java?
3) Are ready to work with different
technologies?
4) Are ready relocate?
5) Are you ready to sign 2yr bond?
6) How many coding questions you
solved in technical assessment &
which are those?

Telegram:- @Allcodingsolution
👍31👏2
L&T Technical Interview Experience

1) Overview of internship?
2) What you have learned from the
internship?
3) Safety measures adopted by the
company?
4) What practical exposure did you get
during the internship?
5) What is bio-fuel?
6) What is the impact of bio-fuel blending
on the economy? (I had said my
interest is reading business news)
7) Do you know the process of biofuel
manufacturing?
8) Explain "Fuel and
combustion" (Elective subject).
9) Why excess air is required during
combustion?
10) What is the half-burned coal is
called? What will you do with that?

Note: No questions were asked from
the final year project. Majority Of
Questions (Internship, Elective
Subject, Hobbies).

Tips: 1) Read thoroughly the internship
report.
2) Basics of MTO, HTO, FFO, CET are
important.
3) Knowledge about software like
DWSIM/ASPAN can give you an
upper edge.

Telegram :- @Allcodingsolution
👍47👎31
Wiley edge interview questions

1. Self introduction
2. Project
3. Any language which u r comfortable
4.oops
5. Basic program like fibonacci series
6. And prepare your resume

Telegram:- @Allcodingsolution
👍19
15-feb-2021 pseudocode questions.pdf
13.5 MB
15-feb-2021 pseudocode questions.pdf

Telegram:-@Allcodingsolution
👍10
🎯MINDTREE Interview Experience

Technical Round:

1)Tell me about yourself
2)Explain the program which you have
written.
3) Qsn From Internships.
4) What you know about Mindtree.
5) Any questions to me.

HR Round:

1) Tell me about yourself.
2) Your strengths and weaknesses.
3) Any two areas you need to improve.
4) 1 success story and 1 failure story.
5) Difference between hard work and
smart work
6) Any questions to me.

Telegram:- @Allcodingsolution
👍41
def variantsCount(n, s0, k, b, m, a):
if n <=0:
return 0

sum_array = [s0]
for i in range(1,n):
s_i = ((k * sum_array[i - 1] + b) % m) + 1 + sum_array[i - 1]
sum_array.append(s_i)

# two pointer to calculate the count
left = 0
right = len(sum_array) -1
count = 0
while left <= right:
area = sum_array[left] * sum_array[right]
if area <= a:
count += 2*(right - left) + 1
left +=1
elif area > a:
right -=1
return count

Paint the ceiling code
Python3

Telegram:- @Allcodingsolution
👍23
Capgemini Exam Ans
11:30Am (17/10/22)

Telegram:- @Allcodingsolution
👍191🔥1