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
COGNIZANT EXAM HELP GROUP pinned ยซThose who need to clear ๐Ÿ’ฏ Revature Fractal wiley edge Swiggy De shaw Uber Redbus Cognizant ANY ONLINE EXAM HELP AVAILABLE WITH REMOTE ACCESS ๐Ÿ’ฏ๐Ÿ’ป DM for help @Mrtrueliving_ix ๐Ÿ’ฏ Test clearance ๐Ÿ‘ยป
import os
from collections import defaultdict

def countVerticalPaths(cost, edge_nodes, edge_from, edge_to, k):
# Write your code here

children = defaultdict(list)
for i in range(edge_nodes - 1):
u, v = edge_from[i] - 1, edge_to[i] - 1
children[u].append(v)
children[v].append(u)

prefixes = defaultdict(int)
prefixes[0] = 1
stack = [(0, 0, False)]
visited = [False] * edge_nodes
visited[0] = True
count = 0

while stack:
node, current_sum, is_backtrack = stack.pop()
if is_backtrack:
prefixes[(current_sum + cost[node]) % k] -= 1
continue

current_mod = (current_sum + cost[node]) % k
count += prefixes[current_mod]
prefixes[current_mod] += 1
stack.append((node, current_sum, True))

for child in children[node]:
if not visited[child]:
visited[child] = True
stack.append((child, current_mod, False))

return count


DTCC -hack tree-python3โœ…
def count_set_bits(number):
bit_mask = 1
set_bits_count = 0
for bit_position in range(32):
quotient = number // (bit_mask << (bit_position + 1))
remainder = number % (bit_mask << (bit_position + 1)) - (bit_mask << bit_position)
set_bits_count += quotient * (bit_mask << bit_position)
if remainder > 0:
set_bits_count += remainder
if (number >> bit_position) & 1:
set_bits_count += 1
return set_bits_count

def solve(target_count):
if target_count == 0:
return 1
low, high = 1, int(1e9) + 1
while low < high:
mid = (low + high) // 2
current_count = count_set_bits(mid)
if current_count >= target_count + 1:
high = mid
else:
low = mid + 1
return low

def get_value_at_indices(queries):
results = []
for query in queries:
result = solve(query)
results.append(result)
return results

DTCC -femaleโœ…
Fractal

Role : software engineer

#Mission accomplished โœ…

DM for help

@Mrtrueliving_ix๐Ÿ’ฏ

@Mrtrueliving_ix๐Ÿ’ฏ
Who want Wile edge test

Ping me for 1000% clearance ๐Ÿ‘๐Ÿค—

Absolutely plag free code โœ…

DM for help @Mrtrueliving_ix

@Mrtrueliving_ix

#paid help
Bottomline is hiring for Associate Software Engineer
Expected Salary: 7-12 LPA
Batch: 2023/2024
Apply here:
https://boards.greenhouse.io/bottomlinetechnologies/jobs/7498875002?gh_src=e1c2a8322us
Those who need to clear ๐Ÿ’ฏ

Revature(30th)
Fractal(30th)
wiley edge(3-9pm today)
Swiggy
De shaw
Uber
Redbus
Cognizant

ANY ONLINE EXAM HELP AVAILABLE WITH REMOTE ACCESS ๐Ÿ’ฏ๐Ÿ’ป

DM for help
@Mrtrueliving_ix

๐Ÿ’ฏ Test clearance ๐Ÿ‘
Hiring for SDET - Intern & Full time At Cashfree Payments
Batch: 2023, 2024, 2025, 2026

https://docs.google.com/forms/d/e/1FAIpQLSetl8ZhAgiPQBYz-fChjTZHcm_DyKJcLisqvu7VAA9Ba8sZYQ/viewform
Wiley edge

McQ + coding ๐Ÿ’ฏโœ…

Hiring_vision โœ…

#accomplished โœ…๐Ÿ’ฏ

DM for help

@Mrtrueliving_ix โœ…

@Mrtrueliving_ix โœ…

@Mrtrueliving_ix โœ…

#paid help โœ…

#9pm endedโš ๏ธโš ๏ธ
BlackBerry hiring Interns for multiple roles in Bengaluru.
๐ŸŽ“ Interested students (especially 2023 & 2024 graduates) please apply through this link ๐Ÿ‘‰ https://forms.office.com/pages/responsepage.aspx?id=8WTgf4IfBkCwX2LqZZ84sO_2q8qibRVBkwrkal825_FUNklQNEVERVlCWUhBQjJGMU03RVhLWVJLVC4u

- Paid internship
- Duration: 6-9 months
- Roles:
*Cloud backend engineer
*Associate cloud engineer
*Software development engineer in Test (SDET)