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
Form the string βœ…

def form_str(n, subs, main):
m_len = len(main)
dp = [float('inf')] * (m_len + 1)
dp[0] = 0

for i in range(m_len + 1):
if dp[i] == float('inf'):
continue
for s, c in subs:
s_len = len(s)
max_olap = min(i, s_len)
for olap in range(max_olap + 1):
start = i - olap
end = start + s_len
if end > m_len:
continue
if start >= 0:
if main[start:i] == s[:olap]:
if main[i:end] == s[olap:]:
dp[end] = min(dp[end], dp[i] + c)

return "Impossible" if dp[m_len] == float('inf') else dp[m_len]

n = int(input())
subs = []
for _ in range(n):
ln = input().strip()
if not ln:
continue
parts = ln.split()
if len(parts) != 2:
w = " ".join(parts[:-1])
cost = int(parts[-1])
else:
w, cost = parts[0], int(parts[1])
subs.append((w, cost))
main = input().strip()
subs = [(s, c) for s, c in subs if s in main]
print(form_str(n, subs, main), end="")
Check your application status -Barclays
AMDOCS ONCAMPUS help done β–ΆοΈβœ”οΈ

Test accomplished
▢️
All placement help available

OA HELP:
@MRTRUELIVING_IX β˜„οΈ

#Amdocs #ONCAMPUS #Done
Please open Telegram to view this post
VIEW IN TELEGRAM
BNP help available { 7 pm}

DM : @MRTRUELIVING_IX βœ”οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
void sort_students(struct Student arr[], int n) {
struct Student temp;
for (int i = 0; i < n-1; i++) {
for (int j = i+1; j < n; j++) {
if (arr[i].score < arr[j].score ||
(arr[i].score == arr[j].score && strcmp(arr[i].first_name, arr[j].first_name) > 0) ||
(arr[i].score == arr[j].score && strcmp(arr[i].first_name, arr[j].first_name) == 0 && strcmp(arr[i].last_name, arr[j].last_name) > 0)) {
temp = arr[i];
arr[i] = arr[j];
arr[j] = temp;
}
}
}
}


AMDOCS βœ…
Oracle Help available

DM
@MRTRUELIVING_IX β–ΆοΈβœ”οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
Oracle βœ”οΈ

Test accomplished ❀️

All placement help available

HELP:
@MRTRUELIVING_IX

#ORACLE #ONcampus #Done▢️
Please open Telegram to view this post
VIEW IN TELEGRAM
Accenture ON // OFF campus

Help available

-
@MRTRUELIVING_IX

-
@MRTRUELIVING_IX

HELP THROUGH THE REMOTE ACCESS
▢️

πŸ’― Test Clearance
πŸ€—

Check previous helping proofs 🦈🫑🀝
Please open Telegram to view this post
VIEW IN TELEGRAM
Dear Students, This is to inform you that ACCENTURE campus drives are cancelled across India due to unforeseen circumstances. All the colleges received mail from HR.


#Alert #Accenture #ONCAMPUS πŸ“£πŸ“£
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘€4
All placement help available

-@MRTRUELIVING_IX β–ΆοΈβœ”οΈπŸ“£
Please open Telegram to view this post
VIEW IN TELEGRAM
def maxEvents(arrival, duration, n):
c = arrival[0]
d = 0
for i in range(n):
if 1 <= arrival[i] <= 1000 and 1 <= duration[i] <= 1000:
if c <= arrival[i]:
c = arrival[i] + duration[i]
d += 1
return d

Meesho maxEvents βœ”οΈ
Please open Telegram to view this post
VIEW IN TELEGRAM
DevRev sending interview mail's ▢️

Check your mails
βœ”οΈ

Congratulations πŸŽ‰ & Well prepared for that ☺️

#DEVREV #INTERVIEW
Please open Telegram to view this post
VIEW IN TELEGRAM
❀2πŸ‘Œ1🫑1
Upcoming all placement help available

-
@MRTRUELIVING_IX

TEST Clearance πŸ’―
▢️

#Remote Access

Feel free to contact
@MRTRUELIVING_IX
Please open Telegram to view this post
VIEW IN TELEGRAM
All placement help available

🐰 Cognizant

🐰 Accenture

🐰 DELTA X

🐰 WIPRO

🐰 Capgemini

🐰 IBM

Any placement help available

ON // OFF CAMPUS HELP AVAILABLE

πŸ’― Test Clearance πŸ€—πŸͺ„

-
@MRTRUELIVING_IX

-
@MRTRUELIVING_IX
Please open Telegram to view this post
VIEW IN TELEGRAM