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
Accenture ONCAMPUS Drive Help Available 🎯

@Mrtrueliving_ix @Mrtrueliving_ix
🔥2
IBM codes Are Available 🎯

@Mrtrueliving_ix @Mrtrueliving_ix
import math
import sys

def getMinimumChanges(fileSize, minSize):
n = len(fileSize)
s_list = []
t_def = 0
g_chg = 0

for f, m in zip(fileSize, minSize):
s = f - m
if s < 0:
g_chg += 1
t_def += abs(s)
else:
s_list.append(s)

if sum(s_list) < t_def:
return -1

s_list.sort(reverse=True)
p_chg = 0
rem_def = t_def

for s in s_list:
if rem_def > 0:
rem_def -= s
p_chg += 1
else:
break

return g_chg + p_chg
3
import sys
import math

def getMinOperations(kValues):
res = []
for k in kValues:
if k == 0:
res.append(0)
continue
ops = 0
while k > 0:
if k % 2 == 0:
k //= 2
else:
k -= 1
ops += 1
res.append(ops)
return res
4
Edgeverve Slots are available

@Mrtrueliving_ix @Mrtrueliving_ix
Accenture ONCAMPUS R1 cleared


DM for all Placement help

@Mrtrueliving_ix @Mrtrueliving_09

#Accenture #ONCAMPUS #R1
2
Epam both codes are available

@Mrtrueliving_ix @Mrtrueliving_ix
Epam test help done'

Test accomplished ❤️

DM for any placement Help available

@Mrtrueliving_ix @Mrtrueliving_ix

Slot-1
Epam test help done'

Test accomplished ❤️

DM for any placement Help available

@Mrtrueliving_ix @Mrtrueliving_ix

Slot-2
Accenture ONCAMPUS drive - R2& R3 - cleared ✓

Test accomplished ❤️

DM for any placement Help available

@Mrtrueliving_09 @Mrtrueliving_09

#Accenture #ONCAMPUS #drive

R1:https://t.me/Code_alphix/8745?single
Infosys - edgeverve Help done


Test accomplished ❤️ || Offcampus ✓

DM for any placement Help

@Mrtrueliving_ix @Mrtrueliving_ix

#Infosys #edgeverve #R1
3
Deloitte ONCAMPUS R1 Help


Test accomplished || 65 MCQs+ 2 codes

Role: Cyber security

DM for test clearance

@Mrtrueliving_ix @Mrtrueliving_ix

@Mrtrueliving_09 @Mrtrueliving_09

#Deloitte #ONCAMPUS
Experian Slots are available


@Mrtrueliving_09 @Mrtrueliving_ix