π’ Tomorrowβs Slot Availability
πΉ Aptitude:
The 1 PM slot is fully filled.
All other time slots are available.
πΉ IBM:
6 PM slots are available.
πΉ CTS Communication:
6 PM slots are available.
β³ Hurry up and book your slots!
DM FOR π― TEST CLEARANCE
@Mrtrueliving_ix @Mrtrueliving_ix β
Please open Telegram to view this post
VIEW IN TELEGRAM
β€1
π Cognizant Fresher Hiring β GenC | 2025 Batch π
π Role: Graduate Trainee (IT)
π Eligible Batch: 2025 Pass-outs
π° CTC: βΉ4 LPA
β³ Last Date: 23rd November 2025, 11:59 PM
π Apply Now:
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/bd733bc3-5c60-44d5-82f7-efea76e9b718
---
Eligibility Criteria:
βοΈ B.E / B.Tech / M.E / M.Tech β 2025 Batch
π Role: Graduate Trainee (IT)
π Eligible Batch: 2025 Pass-outs
π° CTC: βΉ4 LPA
β³ Last Date: 23rd November 2025, 11:59 PM
π Apply Now:
https://app.joinsuperset.com/join/#/signup/student/jobprofiles/bd733bc3-5c60-44d5-82f7-efea76e9b718
---
Eligibility Criteria:
βοΈ B.E / B.Tech / M.E / M.Tech β 2025 Batch
COGNIZANT EXAM HELP GROUP
Those who have completed the CTS test today, start your preparation. We are expecting the test results within a week (around 3 days). Another phase hiring start soon All The best π β
@Mrtrueliving_ix
β¨ Experience teaches more than prediction ever can. β¨
Always your favourite well - wisherπΈ π
@Mrtrueliving_ix @Mrtrueliving_ix
Always your favourite well - wisher
@Mrtrueliving_ix @Mrtrueliving_ix
Please open Telegram to view this post
VIEW IN TELEGRAM
β€4
PLACEMENT EXAMS HELL AVAILABLE
COGNIZANT ONCAMPUS
=> APTITUDE & COMMUNICATION
=> TECHNICAL
HITACHI
IBM CIC
CAPGEMINI
SAP
ION
AMAZON SDE
WALMART
WIPRO ELITE
DM FOR ANY PLACEMENT HELP
@Mrtrueliving_ix @Mrtrueliving_ix
Test Clearance Guarantee
Please open Telegram to view this post
VIEW IN TELEGRAM
PLACEMENT EXAMS HELL AVAILABLE
COGNIZANT ONCAMPUS
=> APTITUDE & COMMUNICATION
=> TECHNICAL
HITACHI
IBM CIC
CAPGEMINI
SAP
ION
AMAZON SDE
WALMART
WIPRO ELITE
DM FOR ANY PLACEMENT HELP
@Mrtrueliving_ix @Mrtrueliving_ix
Test Clearance Guarantee
Please open Telegram to view this post
VIEW IN TELEGRAM
β€2
Cognizant - ONCAMPUSβ π»
Test accomplished β€οΈ || 6/6 Slots - 1 pm
DM for any placement Help
@Mrtrueliving_ix @Mrtrueliving_ix
#Cts #ONCAMPUS #R2
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Cognizant - ONCAMPUSβ π»
Test accomplished β€οΈ || 2/2 Slots - 3 pm
DM for any placement Help
@Mrtrueliving_ix @Mrtrueliving_ix
#Cts #ONCAMPUS #R2
Please open Telegram to view this post
VIEW IN TELEGRAM
Cognizant - ONCAMPUSβ π»
Test accomplished β€οΈ || 1/1 Slots - 5 pm
DM for any placement Help
@Mrtrueliving_ix @Mrtrueliving_ix
#Cts #ONCAMPUS #R2
R1: https://t.me/Code_alphix/8932
Please open Telegram to view this post
VIEW IN TELEGRAM
β€2
def findStarvation(priorities):
p = priorities
n = len(p)
starve = [0] * n
for i in range(n):
mi = -1
cp = p[i]
for j in range(i + 1, n):
if p[j] < cp:
mi = max(mi, j)
if mi != -1:
starve[i] = mi - i
return starve
β€2
import os
import sys
def getNumberOfOperations(arr):
n = len(arr)
if n == 0:
return 0
t = arr[n - 1]
for i in range(n - 2, -1, -1):
x = arr[i]
if x > t:
t = x
else:
t += 1
return t
Cognizant ONCAMPUS - communication Help done β
Test accomplished β€οΈ || 6 PMβ
DM for any placement Help available
@Mrtrueliving_ix @Mrtrueliving_ix
#Cts #ONCAMPUS #R1
β€1