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
IBM cic discussion page is now available


https://t.me/code_alphix2


You ask your doubts & clarification
Cts codes are available

@Mrtrueliving_ix
Cts Offcampus - Cl3- Codes are available

@Mrtrueliving_ix

@Mrtrueliving_ix

πŸ’― Plagfree || verified codes Only βœ“
FINAL CALL FOR IBM CIC


IBM cic Slots are available


https://t.me/Code_alphix/8984?single

https://t.me/Code_alphix/7949?single

https://t.me/Code_alphix/6109

https://t.me/Code_alphix/8068

https://t.me/Code_alphix/7953?single

https://t.me/Code_alphix/8555?single


DM for test clearance Guarantee ❀️
πŸŽ‰

@Mrtrueliving_ix

@Mrtrueliving_ix

πŸ’― Plagfree coding | πŸ’― selection βœ“

Instant results within 2 hrs
πŸŽ‰
Please open Telegram to view this post
VIEW IN TELEGRAM
Cognizant - Offcampus βœ“ - 5 Pmβœ…πŸ’»

Test accomplished ❀️ ||
#Cshap_track βœ…

DM FOR ANY PLACEMENT HELP

@Mrtrueliving_ix @Mrtrueliving_ix

#Cts #Offcampus #R2

R1: https://t.me/Code_alphix/9068
Please open Telegram to view this post
VIEW IN TELEGRAM
We take only a few remote Slots


Remaining all pics sharing

πŸ’― Plagfree coding βœ“

DM Now for ibm cic


@Mrtrueliving_ix

@Mrtrueliving_ix
All Codes available

@Mrtrueliving_ix
Ibm CIC- Ase Help done βœ…


DM for placement Help

Test accomplished ❀️✨ || 2/2 Slots βœ“

@Mrtrueliving_ix

@Mrtrueliving_ix

#IBM #Offcampus #cic #R1
import collections
import math

def getNumberOfProcess(processTime, totalTime):
Q = collections.deque(processTime)
c = 0
while Q and totalTime > 0:
if len(Q) == 1:
t = Q[0]
if totalTime >= t:
totalTime -= t
c += 1
Q.popleft()
else:
break
else:
f = Q[0]
l = Q[-1]
tf = 2 * f - 1
tl = 2 * l
ts = min(tf, tl)
if totalTime >= ts:
totalTime -= ts
c += 1
hf = math.ceil(ts / 2)
hl = math.floor(ts / 2)
if tf <= tl:
Q.popleft()
if Q:
Q[-1] -= hl
else:
Q.pop()
if Q:
Q[0] -= hf
else:
if Q[0] <= math.ceil(totalTime / 2):
c += 1
if len(Q) > 1 and Q[-1] <= math.floor(totalTime / 2):
c += 1
totalTime = 0
break
return c
πŸ”₯2❀1
def reassignedPriorities(priorities):
uniq = sorted(set(priorities))
rank = {v: i + 1 for i, v in enumerate(uniq)}
return [rank[v] for v in priorities]
πŸ”₯2❀1
IBM pics sharing βœ“ help done

@Mrtrueliving_ix
@Mrtrueliving_ix
❀1
def getLimitBreaches(timestamps, userIds, actions, m):
active = {}
breach = set()

for uid, act in zip(userIds, actions):
c = active.get(uid, 0)
if act == "login":
c += 1
if c > m:
breach.add(uid)
elif act == "logout" and c > 0:
c -= 1
active[uid] = c

return sorted(breach)
IBM CIC mails out βœ“
Successfully Cleared IBM- CIC - ASE βœ“


test accomplished ❀️ || plagfree coding βœ“

DM for any placement Help

@Mrtrueliving_ix
@Mrtrueliving_ix

πŸ’― Test Clearance Guarantee
πŸŽ‰βœ…


⚑I DON’T MAKE PROMISES.I DELIVER
⚑️

https://t.me/Code_alphix/9105?single
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❀1πŸ”₯1
Today All placement exams Help available


DM for πŸ’― test Clearance ❀️

@Mrtrueliving_09
@Mrtrueliving_09
Revature L1 communication help done βœ“


Test accomplished ❀️ || Offcampus

DM for any placement Help

@Mrtrueliving_09
@Mrtrueliving_09

R1:
https://t.me/Code_alphix/9010?single

#Revature #R2 #Communication