🎯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
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
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
👍19❤1🔥1
♨️ 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
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
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
👍13❤2👎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
- 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
👍14❤3😁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
🔸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
👍9❤2
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
Telegram:- @Allcodingsolution
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
Telegram:- @Allcodingsolution
👍8❤2👏1