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
All Coding+MCQs Exams help Available ❀️

πŸ‘‰ Edgeverse

πŸ‘‰IBM

πŸ‘‰Capgemini

πŸ‘‰Infosys (on / off campus )

πŸ‘‰Wipro

πŸ‘‰Amazon

πŸ‘‰Wipro

πŸ‘‰HCL

πŸ‘‰ Deloitte


DM
@MRTRUELIVING_IX πŸ“±

@MRTRUELIVING_IX

Remote Access Available
πŸ”ΌπŸ”Όβœ”οΈβœ”οΈ

πŸ’―πŸ˜”sure clearanceβœ…

πŸ‘¨β€πŸ’»πŸ”˜ MCQ + Coding Help πŸ”˜ ?
Please open Telegram to view this post
VIEW IN TELEGRAM
IBM sending conformation mails check your mailsπŸŽ‰

And complete the form and so that based on your responses they will send you the interview location or exam link

Thank you

Still not applied apply now
Apply link:

https://t.me/code_alphix/4590

https://ibmglobal.avature.net/en_US/careers/JobDetail/Associate-System-Engineer/7789
All placement help available


DM @MRTRUELIVING_IX ❀️

πŸ’― Test Clearance πŸ“±
Please open Telegram to view this post
VIEW IN TELEGRAM
IBM SLOTS are available

DM
@MRTRUELIVING_IX
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 πŸ’―
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/
All placement help available

😬 IBM -CIC
😬 Amazon
😬 Uber
😬 Zeta
😬 Ascendion
😬 Accenture -2025
😬 Wipro

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
Ab inBev Help available

DM
@MRTRUELIVING_IX βœ…
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
This media is not supported in your browser
VIEW IN TELEGRAM