Company : Juspay
Role : Software Development Engineer Backend
Eligible Batches : 2025, 2026, 2027 Graduates
Location : Bangalore
Apply Link : https://juspay.io/careers/DEV-BE02
Apply as soon as possible
Company : Juspay
Role : Software Development Engineer Backend
Eligible Batches : 2020 - 2024 Graduates
Location : Bangalore
Apply Link : https://juspay.io/careers/DEV-BE01
Apply as soon as possible
Role : Software Development Engineer Backend
Eligible Batches : 2025, 2026, 2027 Graduates
Location : Bangalore
Apply Link : https://juspay.io/careers/DEV-BE02
Apply as soon as possible
Company : Juspay
Role : Software Development Engineer Backend
Eligible Batches : 2020 - 2024 Graduates
Location : Bangalore
Apply Link : https://juspay.io/careers/DEV-BE01
Apply as soon as possible
β€1π«‘1
Company : Myntra
Role : Machine Learning related
Eligible Batch : 2024 Graduates
Apply Link : https://docs.google.com/forms/d/e/1FAIpQLSdVtLrISOgppmpLfB63SJh5CaKiw4opnXyJgSW52XWntGc6VQ/viewform
Apply as soon as possible
Role : Machine Learning related
Eligible Batch : 2024 Graduates
Apply Link : https://docs.google.com/forms/d/e/1FAIpQLSdVtLrISOgppmpLfB63SJh5CaKiw4opnXyJgSW52XWntGc6VQ/viewform
Apply as soon as possible
β€1
Juspay Software Development Engineer Hiring Challenge
Package: 08 - 30 LPA
Eligibility:
β’ YOE - 1 to 5 years of industry experience
β’ Open for developers from SDK, Backend, Data Science, and System design Background.
Link of registration
https://assessment.hackerearth.com/challenges/new/hiring/juspay-developer-hiring-challenge-bangalore-february-2025/
Package: 08 - 30 LPA
Eligibility:
β’ YOE - 1 to 5 years of industry experience
β’ Open for developers from SDK, Backend, Data Science, and System design Background.
Link of registration
https://assessment.hackerearth.com/challenges/new/hiring/juspay-developer-hiring-challenge-bangalore-february-2025/
HackerEarth
Juspay Software Development Engineer Hiring Challenge (Bangalore) - February 2025
Challenge Overview:
Juspay Technologies is looking for Functional programmers to join their team in Bangalore. You are just 2 hours away to complete your first step to joining Juspay.
Recruitment Process:
Registration on HackerEarth
Online assessment
Resultβ¦
Juspay Technologies is looking for Functional programmers to join their team in Bangalore. You are just 2 hours away to complete your first step to joining Juspay.
Recruitment Process:
Registration on HackerEarth
Online assessment
Resultβ¦
β€1
Successfully cleared Ascendion ONCAMPUS Test πβοΈ
Test accomplished β€οΈ
Prev
https://t.me/code_alphix/4694?single
All placement help available
#Ascendion #Round1 #Clearπ π―
Test accomplished β€οΈ
Prev
https://t.me/code_alphix/4694?single
All placement help available
#Ascendion #Round1 #Clear
Please open Telegram to view this post
VIEW IN TELEGRAM
π1
Please open Telegram to view this post
VIEW IN TELEGRAM
All placement help available
DM for π―βοΈ test Clearance πΈ
Prev
https://t.me/code_alphix/4000
https://t.me/code_alphix/2723
https://t.me/code_alphix/4004?single
DM @MRTRUELIVING_IXβοΈ πΈ
Round 2 help available
https://t.me/code_alphix/3553
Prev
https://t.me/code_alphix/4769
DM @MRTRUELIVING_IXβοΈ
#HelpAvailable
@code_alphix @MRTRUELIVING_IXπ β
Deloitte NLA Exam Help Available
DM for π―
Prev
https://t.me/code_alphix/4000
https://t.me/code_alphix/2723
https://t.me/code_alphix/4004?single
DM @MRTRUELIVING_IX
Tech Mahindra Exam Help Available
Round 2 help available
https://t.me/code_alphix/3553
Ascendion Exam Help availableπ π―
Prev
https://t.me/code_alphix/4769
DM @MRTRUELIVING_IX
#HelpAvailable
@code_alphix @MRTRUELIVING_IX
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
def is_prime(n):
if n < 2:
return False
for i in range(2, int(n**0.5) + 1):
if n % i == 0:
return False
return True
def extract_primes(n):
p = set()
s = str(n)
for l in range(1, len(s) + 1):
for i in range(len(s) - l + 1):
x = int(s[i:i+l])
if is_prime(x):
p.add(x)
if p:
print(*sorted(p))
else:
print("No prime numbers found")
def main():
n = int(input())
extract_primes(n)
if __name__ == "__main__":
main()
Exact prime// Deloitte 2 pm
Please open Telegram to view this post
VIEW IN TELEGRAM
Deloitte NLA - 2 PM
Test accomplished β€οΈ
Coding+ MCQ are doneπ£
DM : @Mrtrueliving_ix
@Mrtrueliving_ix
#DELOITTE #NLA #HELP #DONE
Test accomplished β€οΈ
Coding+ MCQ are done
ALL PLACEMENT HELP AVAILABLE
DM : @Mrtrueliving_ix
@Mrtrueliving_ix
#DELOITTE #NLA #HELP #DONE
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
β€2π1
Deloitte NLA - 4pm & 7 pm slots are available
Prev
https://t.me/code_alphix/4781?single
DM for π― test ClearanceπΈ π
@MRTRUELIVING_IXβοΈ
@MRTRUELIVING_IXβοΈ
Prev
https://t.me/code_alphix/4781?single
DM for π― test Clearance
@MRTRUELIVING_IX
@MRTRUELIVING_IX
Please open Telegram to view this post
VIEW IN TELEGRAM
def main():
print("do not " + input().strip())
main()
Str as input // Deloitte - 2pm
Please open Telegram to view this post
VIEW IN TELEGRAM
COGNIZANT EXAM HELP GROUP pinned Β«Deloitte NLA - 4pm & 7 pm slots are available Prev https://t.me/code_alphix/4781?single DM for π― test Clearance πΈ π @MRTRUELIVING_IX βοΈ @MRTRUELIVING_IX βοΈ Β»
Please open Telegram to view this post
VIEW IN TELEGRAM
def solve(Q, X, Y, N):
MOD = 10**9 + 7
ans = 0
for i in range(Q):
x = X[i]
y = Y[i]
n = N[i]
curr = 0
for j in range(n):
curr ^= (x + j) * y
ans = (ans + curr) % MOD
return ans
Love xor
Please open Telegram to view this post
VIEW IN TELEGRAM
All placement help available
Wipro: https://t.me/code_alphix/2890
https://t.me/code_alphix/4715?single
Amazon: https://t.me/code_alphix/4665?single
Morningstar:
https://t.me/code_alphix/4656
Zeta: https://t.me/code_alphix/4634
Ascendion:
https://t.me/code_alphix/4769
Capgemini :
https://t.me/code_alphix/4377?single
Cognizant:
https://t.me/code_alphix/4636
Hcl : https://t.me/code_alphix/4294
Tech Mahindra:
https://t.me/code_alphix/3553
https://t.me/code_alphix/4472?single
DM @MRTRUELIVING_IX
@Codealphix @MRTRUELIVING_IX
Please open Telegram to view this post
VIEW IN TELEGRAM
Amazon SDE Help DoneπΈ βοΈ
Test accomplishedπ― π
DM @MRTRUELIVING_IXβοΈ β
#Amazon #SDE
Test accomplished
All placement help available
DM @MRTRUELIVING_IX
#Amazon #SDE
Please open Telegram to view this post
VIEW IN TELEGRAM