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
Wipro 9 Am Help done โœ”๏ธ๐ŸŽ‰โœ…


DM
@Mrtrueliving_ix for test clearance ๐ŸŽ‰

Test accomplished โค๏ธ

#Wipro #Offcampus #2025Batch

All sections are Done
โœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
Wipro 12pm Help done โœ”๏ธ๐ŸŽ‰โœ…


DM
@Mrtrueliving_ix for test clearance ๐ŸŽ‰

Test accomplished โค๏ธ

#Wipro #Offcampus #2025Batch

All sections are Done
โœ…
Please open Telegram to view this post
VIEW IN TELEGRAM
Q: How many problems did you solve today?
{ Infosys Sp}
Anonymous Poll
20%
3
38%
1-2
42%
0-1
โค2
Flipkart grid 6 Pm Slots are available โœ”๏ธ

DM @Mrtrueliving_ix โœ…๐ŸŽ‰
Please open Telegram to view this post
VIEW IN TELEGRAM
Epam Slots Are Available.....โœ…


DM
@Mrtrueliving_ix...

Test Clearance Guarantee
๐Ÿ’ฏ๐ŸŽ‰
Please open Telegram to view this post
VIEW IN TELEGRAM
JUSPAY - Part A Help.... Available ๐ŸŽฏ


DM for Help...

@Mrtrueliving_ix

@Missalgo
Please open Telegram to view this post
VIEW IN TELEGRAM
All Drive placement Help Available.โœ…

Contact for Test Clearance
๐Ÿชซ

DM
@missalgo๐Ÿ˜ˆ

Plagfree | Authentic Coding | ๐Ÿ’ฏ test
โญ๏ธ
Please open Telegram to view this post
VIEW IN TELEGRAM
โค1
Amazon SDE Help done โœ”๏ธ

DM
@Missalgo โœ…

#Amazon #SDE #Offcampus #2025Batch
Please open Telegram to view this post
VIEW IN TELEGRAM
Successfully Cleared PWC CTDP ....


Test accomplished โค๏ธ
๐Ÿ’ป

DM
@Missalgo @Mrtrueliving_ix โœ…โœ…

Shortlist for next round โค๏ธ

#PWC #Offcampus #2025Batch

Prev proof โœ”๏ธ

https://t.me/code_alphix/6997
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2๐ŸŽ‰1
Amazon SDE Help done โœ”๏ธ

Test accomplished โค๏ธ || pics sharing โœ…

DM
@Missalgo โœ…

#Amazon #SDE #Offcampus #2025Batch
Please open Telegram to view this post
VIEW IN TELEGRAM
Uber ONCAMPUS { 2027 Batch}

Codes Are Available...
๐ŸŽ‰โœ…

DM
@missalgo @Mrtrueliving_ix
Please open Telegram to view this post
VIEW IN TELEGRAM
def count_substrings(n, arr, k):
l, z, o, res = 0, 0, 0, 0
for r in range(n):
if arr[r] == '0':
z += 1
else:
o += 1
while z > k or o > k:
if arr[l] == '0':
z -= 1
else:
o -= 1
l += 1
res += r - l + 1
return res

def main():
n = int(input().strip())
arr = input().strip()
k = int(input().strip())
if k == 0:
print(0)
else:
print(count_substrings(n, arr, k))

if __name__ == "__main__":
main()

Count the Substrings // Jpmc
def maxResourceValue(n, m, grid):
dp = [[0] * m for _ in range(n)]

for i in range(n):
for j in range(m):
if grid[i][j] == -1 or grid[i][j] == -3:
dp[i][j] = 0
elif i == 0 and j == 0:
dp[i][j] = grid[i][j] if grid[i][j] > 0 else 0
else:
top = dp[i - 1][j] if i > 0 else 0
left = dp[i][j - 1] if j > 0 else 0
dp[i][j] = max(top, left) + (grid[i][j] if grid[i][j] > 0 else 0)

return dp[n - 1][m - 1]

def main():
n, m = map(int, input().strip().split())
grid = []
for _ in range(n):
row = list(map(int, input().strip().split()))
grid.append(row)

result = maxResourceValue(n, m, grid)
print(result)

if __name__ == "__main__":
main()

Space explorer // jpmc
All Placement Help Available ๐ŸŽฏ....

DM for test clearance
๐Ÿ’ฏ๐ŸŽ‰

@missalgo | @Mrtrueliving_ix

@Mrtrueliving_ix| @missalgo


Remote access | pics Sharing
โœ”๏ธ

Plagfree coding | High success rate
๐Ÿ’ฏ
Please open Telegram to view this post
VIEW IN TELEGRAM
MORNING STAR MDP HELP AVAILABLE



  DM @missalgo | @Mrtrueliving_ix

Those who need ๐Ÿ’ฏ test Clearance ๐Ÿ’ฏ๐ŸŽ‰


Review proof

https://t.me/code_alphix/4758
Please open Telegram to view this post
VIEW IN TELEGRAM
Ion Slots are available...โค๏ธโญ๏ธ

DM
@Mrtrueliving_ix โœ…

Review proof ๐Ÿงพ:
https://t.me/code_alphix/6113?single
Please open Telegram to view this post
VIEW IN TELEGRAM
Virtusa R2 Help available....

DM @Mrtrueliving_ix ๐ŸŽ‰โœ…๐Ÿ’ป
Please open Telegram to view this post
VIEW IN TELEGRAM
โค1