Deloitte USI - NLA
Hiring Alert π¨
https://www.linkedin.com/posts/deloitte_national-level-assessmentgateway-2-is-now-activity-7282270984944926720-a-Py?
Thank you.
Hiring Alert π¨
https://www.linkedin.com/posts/deloitte_national-level-assessmentgateway-2-is-now-activity-7282270984944926720-a-Py?
Thank you.
LinkedIn
National Level AssessmentβGateway 2 is now live! | Deloitte | 310 comments
National Level Assessment (NLA) is back with Gateway 2 for another exciting season. If you are a BCA, BSc, BCom, BBA, BE, BTech, MTech or MCA graduate, seize this opportunity to pursue a rewarding and meaningful career at Deloitte.
Get ready to showcaseβ¦
Get ready to showcaseβ¦
Please open Telegram to view this post
VIEW IN TELEGRAM
Amazon Multiple Roles Hiring
1: Associate retail Process
Apply Link ποΈ
https://amazonvirtualhiring.hirepro.in/registration/incta/dirc1/apply/?event=14368&job=58310
2: Digital Associate IVA Hyderabad
Apply Link ποΈ
https://amazonvirtualhiring.hirepro.in/registration/incta/ju0f4/apply/?j=56658&e=12512
Exam Mails and Interview Mails Confirmed π
Must Apply π
DM @MRTRUELIVING_IX β€οΈ
π― Test Clearance with remote access π―
1: Associate retail Process
Apply Link ποΈ
https://amazonvirtualhiring.hirepro.in/registration/incta/dirc1/apply/?event=14368&job=58310
2: Digital Associate IVA Hyderabad
Apply Link ποΈ
https://amazonvirtualhiring.hirepro.in/registration/incta/ju0f4/apply/?j=56658&e=12512
Exam Mails and Interview Mails Confirmed π
Must Apply π
DM @MRTRUELIVING_IX β€οΈ
π― Test Clearance with remote access π―
Zensar Technologies Apply Link: 2021, 2022, 2023, 2024, 2025 BATCH
Apply link: https://forms.office.com/pages/responsepage.aspx?id=Mj58IBVx006KVSL37bd9ybeqpIAtYiJKvHTQhHsYIn5UMFNHUktTVEJDNUlUSzdGMENHUktOWEg1SS4u&route=shorturl
Apply link: https://forms.office.com/pages/responsepage.aspx?id=Mj58IBVx006KVSL37bd9ybeqpIAtYiJKvHTQhHsYIn5UMFNHUktTVEJDNUlUSzdGMENHUktOWEg1SS4u&route=shorturl
Mass Hiring for freshers 2025/24/23
WIPRO
https://app.joinsuperset.com/students/jobprofiles/91b80201-6cf1-4e14-a5a5-e374b167a4ec
Capgemini
https://app.joinsuperset.com/students/jobprofiles/2165f2f8-5dce-4fd9-a866-09ed5b401419
Deloitte NLA
https://usrecruiting.deloitte.com/national-level-assessment-deloitte-us-india-offices?id1=in:2sm:3li:4rbmcon25::6:20250107054500::15747124037:5#subpage/engineeringgateway2
Nla2
https://usrecruiting.deloitte.com/national-level-assessment-deloitte-us-india-offices?id1=in:2sm:3li:4rbmcon25::6:20250107054500::15747124037:5#subpage/sciencegateway2
WIPRO
https://app.joinsuperset.com/students/jobprofiles/91b80201-6cf1-4e14-a5a5-e374b167a4ec
Capgemini
https://app.joinsuperset.com/students/jobprofiles/2165f2f8-5dce-4fd9-a866-09ed5b401419
Deloitte NLA
https://usrecruiting.deloitte.com/national-level-assessment-deloitte-us-india-offices?id1=in:2sm:3li:4rbmcon25::6:20250107054500::15747124037:5#subpage/engineeringgateway2
Nla2
https://usrecruiting.deloitte.com/national-level-assessment-deloitte-us-india-offices?id1=in:2sm:3li:4rbmcon25::6:20250107054500::15747124037:5#subpage/sciencegateway2
ASSA ABLOY is hiring for Associate Software Engineer
Experience: 0 - 2 year's
Expected Salary: 5-10 LPA
Apply here : https://assaabloy.jobs2web.com/job/Chennai-Associate-Software-Engineer-600-032/1156229801/
Experience: 0 - 2 year's
Expected Salary: 5-10 LPA
Apply here : https://assaabloy.jobs2web.com/job/Chennai-Associate-Software-Engineer-600-032/1156229801/
All placement help available
π¬ IBM -CIC
π¬ Amazon
π¬ Uber
π¬ Zeta
π¬ Ascendion
π¬ Accenture -2025
π¬ Wipro
π― Authentic Test Clearance π€πͺ
DM @MRTRUELIVING_IXπ±
@code_alphix @MRTRUELIVING_IX
SHARE https://t.me/code_alphix
#Make_Connections π€ #HelpThemToSucceedπ
All OA help available π―πͺ
π― Authentic Test Clearance π€πͺ
DM @MRTRUELIVING_IX
@code_alphix @MRTRUELIVING_IX
SHARE https://t.me/code_alphix
#Make_Connections π€ #HelpThemToSucceedπ
Please open Telegram to view this post
VIEW IN TELEGRAM
Apply link:
https://campus.epam.in/en/training
Login and rigister for one course and complete the course
https://campus.epam.in/en/training
Login and rigister for one course and complete the course
Please open Telegram to view this post
VIEW IN TELEGRAM
def weird_sum(N, arr):
result = []
for i in range(N):
for _ in range(1):
pass
result.append(sum(arr) - arr[i])
return result
if __name__ == "__main__":
N = int(input())
arr = []
for i in range(N):
arr.append(int(input()))
result = weird_sum(N, arr)
for x in result:
print(x)
Weridsum // AB inBev
Please open Telegram to view this post
VIEW IN TELEGRAM
def is_palindrome(n):
return str(n) == str(n)[::-1]
def count_palindromes(x, y):
return sum(1 for i in range(min(x, y), max(x, y) + 1) if is_palindrome(i))
if __name__ == "__main__":
x = int(input())
y = int(input())
print(count_palindromes(x, y))
Count palindrome
Please open Telegram to view this post
VIEW IN TELEGRAM
def find_missing(n, a):
es = n * (n + 1) // 2
ess = n * (n + 1) * (2 * n + 1) // 6
asum = sum(a)
assq = sum(x * x for x in a)
sd = es - asum
ssd = ess - assq
prod = (sd * sd - ssd) // 2
disc = sd * sd - 4 * prod
sqrt_disc = disc ** 0.5
x = (sd + sqrt_disc) // 2
y = sd - x
return [int(x), int(y)]
Find missing
Please open Telegram to view this post
VIEW IN TELEGRAM
All placement help available
π Capgemini
π HCl : https://t.me/code_alphix/4294
π Amazon
Help available DM @MRTRUELIVING_IXβ
Help available DM @MRTRUELIVING_IX
Please open Telegram to view this post
VIEW IN TELEGRAM
Company : Adobe
Role : SDE 1
Eligible Batches : 2023, 2022, 2021 Graduates
Apply Link : https://careers.adobe.com/us/en/job/ADOBUSR152092EXTERNALENUS/Software-Development-Engineer
Role : SDE 1
Eligible Batches : 2023, 2022, 2021 Graduates
Apply Link : https://careers.adobe.com/us/en/job/ADOBUSR152092EXTERNALENUS/Software-Development-Engineer
E6 hiring
What experiences and skills are necessary to be successful in this role:
β’ Looking for Engineering graduates with 0-1 years of experience
β’ Preferably B.Tech or B.E Computer graduates (2024 or 2025 Batch)
Apply: https://job-boards.greenhouse.io/episodesixlinkedin/jobs/5411834004
What experiences and skills are necessary to be successful in this role:
β’ Looking for Engineering graduates with 0-1 years of experience
β’ Preferably B.Tech or B.E Computer graduates (2024 or 2025 Batch)
Apply: https://job-boards.greenhouse.io/episodesixlinkedin/jobs/5411834004
job-boards.greenhouse.io
Graduate Trainee- India
Chennai, India
π₯2
Please open Telegram to view this post
VIEW IN TELEGRAM