COGNIZANT EXAM HELP GROUP
3.55K subscribers
5.3K photos
21 videos
10 files
3.22K links
πŸš€ Placement Preparation Hub

πŸŽ“ From Preparation to Placement

⚑ OA Support β€’ Coding β€’ Aptitude β€’ Technical β€’ HR

🌟 Trusted by Hundreds of Students

πŸ† 372+ Placement Successes βœ…

πŸ“© DM: @Mrtrueliving_ix

πŸ’™ Turning Aspirations into Offer Letters.
Download Telegram
Successfully cleared Ascendion ONCAMPUS Test πŸ‘βœ”οΈ

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
All placement help available

Deloitte NLA Exam 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 βœ”οΈπŸ”Έ

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
Harman Help available βœ”οΈπŸ”Έ

DM
@MRTRUELIVING_IX βœ”οΈπŸŽ‰

Test Clearance
πŸ’―
Please open Telegram to view this post
VIEW IN TELEGRAM
Deloitte codes are available

DM @MRTRUELIVING_IX βœ”οΈπŸ”Έ
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
πŸ“£

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 βœ”οΈ
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 βœ”οΈΒ»
This media is not supported in your browser
VIEW IN TELEGRAM
Deloitte 4 pm slot codes are available βœ”οΈπŸ”Έ

DM @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 βœ”οΈ // Ascendion πŸ”Έ
Please open Telegram to view this post
VIEW IN TELEGRAM
Amazon SDE Help DoneπŸ”Έβœ”οΈ

Test accomplished
πŸ’―πŸŽ‰

All placement help available


DM
@MRTRUELIVING_IX βœ”οΈβœ…

#Amazon #SDE
Please open Telegram to view this post
VIEW IN TELEGRAM
Deloitte 4 pm Help available

DM
@MRTRUELIVING_IX βœ”οΈβœ…πŸ’»
Please open Telegram to view this post
VIEW IN TELEGRAM