All coding Solution
13.3K subscribers
185 photos
181 files
36 links
Download Telegram
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
ExcelVBANotesForProfessionals.pdf
2.5 MB
ExcelVBANotesForProfessionals.pdf

@Allcodingsolution
👍7👏2
SQLNotesForProfessionals.pdf
1.5 MB
SQLNotesForProfessionals.pdf

@Allcodingsolution
👍5
♨️ IBM INTERVIEW EXPERIENCE

Technical Round:

1) They Ask Some Basic Java Questions.

HR Round:

1) Tell Me About YourSelf.
2) Why IBM?
3) About IBM?
4) Hobbies?
5) Where Do You See YourSelf In The
Next Five Years?
6) Why Should I Hire You?

Note: Be Confident & Don't Be
Nervous. Be Clear & Tharow
With Resume Because Most Of
The Qsn Are Rised From IT.

Telegram:- @Allcodingsolution
👍25👏8
Websites to practice frontend skills:

1. Frontend Mentor
frontendmentor.io

2. Codewars
codewars.com

3. Codewell
codewell.cc

4. JavaScript30
javascript30.com

5. Coderbyte
coderbyte.com

6. CSS Battle
cssbattle.dev

7. FreeCodeCamp
freecodecamp.org/learn/

8. Frontend Practice
frontendpractice.com

9. CodePen Challenges
codepen.io/challenges/?re

10. Dev Challenges
devchallenges.io
👍132👎1
If I were to start Computer Science in 2023,

- Harvard - Stanford
- MIT - IBM
- Microsoft - Google

❯ CS50 from Harvard
http://cs50.harvard.edu/x/2023/certificate/

❯ C/C++http://ocw.mit.edu/courses/6-s096-effective-programming-in-c-and-c-january-iap-2014/

❯ Python
http://cs50.harvard.edu/python/2022/

❯ SQLhttp://online.stanford.edu/courses/soe-ydatabases0005-databases-relational-databases-and-sql

❯ DSA
http://techdevguide.withgoogle.com/paths/data-structures-and-algorithms/

❯ Javahttp://learn.microsoft.com/shows/java-for-beginners/


❯ JavaScripthttp://learn.microsoft.com/training/paths/web-development-101/

❯ TypeScript
http://learn.microsoft.com/training/paths/build-javascript-applications-typescript/

❯ C#http://learn.microsoft.com/users/dotnet/collections/yz26f8y64n7k07


❯ Mathematics (incl. Statistics)ocw.mit.edu/search/?d=Mathematics&s=department_course_numbers.sort_coursenum

❯ Data Science
cognitiveclass.ai/courses/data-science-101

❯ Machine Learninghttp://developers.google.com/machine-learning/crash-course

❯ Deep Learning
introtodeeplearning.com

❯ Full Stack Web (HTML/CSS)pll.harvard.edu/course/cs50s-web-programming-python-and-javascript/2023-05

❯ OS, Networking
ocw.mit.edu/courses/6-033-computer-system-engineering-spring-2018/

❯ Compiler Designonline.stanford.edu/courses/soe-ycscs1-compilers
👍143😁2🤯1
𝐅𝐫𝐞𝐞 𝐂𝐞𝐫𝐭𝐢𝐟𝐢𝐜𝐚𝐭𝐢𝐨𝐧𝐬 𝐭𝐨 𝐚𝐝𝐝 𝐭𝐨 𝐲𝐨𝐮𝐫 𝐑𝐞𝐬𝐮𝐦𝐞 𝐢𝐧 𝟐𝟎𝟐𝟑:

🔸Data Science https://mylearn.oracle.com/ou/learning-path/become-an-oci-data-science-professional-2023/121944

🔸React https://hackerrank.com/skills-verification/react_basic

🔸Angular https://hackerrank.com/skills-verification/angular_intermediate

🔸SEO https://academy.hubspot.com/courses/seo-training

🔸Digital Marketing from Google http://learndigital.withgoogle.com/digitalgarage/course/digital-marketing

🔸Cloud Security https://mylearn.oracle.com/ou/learning-path/become-a-cloud-security-professional-2023/121923

🔸Web Dev (HTML and CSS) https://freecodecamp.org/learn/2022/responsive-web-design/

🔸Python https://cs50.harvard.edu/python/

🔸JavaScript https://hackerrank.com/skills-verification/javascript_intermediate

🔸DevOps https://mylearn.oracle.com/ou/learning-path/become-an-oci-devops-professional-2023/121756

🔸Machine Learning https://freecodecamp.org/learn/machine-learning-with-python/

🔸Java https://data-flair.training/courses/free-java-course/

🔸C++ http://learn.saylor.org/course/view.php?id=65

🔸Go https://hackerrank.com/skills-verification/golang_intermediate

🔸Neo4j Certified Professional https://graphacademy.neo4j.com/courses/neo4j

🔸Redis Certified Developer https://university.redis.com/certification/

🔸MongoDB https://learn.mongodb.com/learning-paths/mongodb-for-sql-professionals

🔸Backend Development https://freecodecamp.org/learn/back-end-development-and-apis/

🔸SQL https://hackerrank.com/skills-verification/sql_advanced

🔸C# https://freecodecamp.org/learn/foundational-c-sharp-with-microsoft/


Telegram:- @Allcodingsolution
👍92