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
SOTI // Position master✔️👍
Please open Telegram to view this post
VIEW IN TELEGRAM
SOTI // BOX STACKING 👍
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
SOTI test Accomplished 👍💯

ANY oA help:

@Mrtrueliving_ix ✔️✔️ @Mrtrueliving_ix
Please open Telegram to view this post
VIEW IN TELEGRAM
Mitsogo Hiring Software Test Engineer - QA:

Graduation Year: 2023 / 2024

Experience: Freshers

Eligibility: B.Tech/BE any Stream is eligible to apply.

Location: Kochi, Kerela

Apply Link: https://www.mitsogo.com/careers/4069761008/
FLIPKART(SDE) OA help available

@Mrtrueliving_ix

💯🛍 Test clearance ✔️

Prev:

https://t.me/code_alphix/836

https://t.me/code_alphix/880

#paid help 📌
Please open Telegram to view this post
VIEW IN TELEGRAM
Case Changer // nextwave 👍
Please open Telegram to view this post
VIEW IN TELEGRAM
def can_make_identical(array_one, array_two, m):
diff = [array_two[i] - array_one[i] for i in range(m)]

start = end = -1
value = None
for i in range(m):
if diff[i] != 0:
if value is None:
value = diff[i]
if value < 0:
return False, len(set(array_one).intersection(array_two))
start = end = i
elif diff[i] == value:
end = i
else:
return False, len(set(array_one).intersection(array_two))

if start == -1:
return True, 0

for i in range(start, end + 1):
if diff[i] != value:
return False, len(set(array_one).intersection(array_two))

return True, value

m = int(input())
array_one = list(map(int, input().split()))
array_two = list(map(int, input().split()))

can_make, result = can_make_identical(array_one, array_two, m)

if can_make:
print(f"YES {result}")
else:
print(f"NO {result}")


Array similarity // nextwave 👍
Please open Telegram to view this post
VIEW IN TELEGRAM
def mex_number():
    n = int(input())
    arr = list(map(int, input().split()))
    arr_set = set(arr)
    mex = 0
    while mex in arr_set:
        mex += 1
    for num in sorted(arr):
        arr_set.remove(num)
        new_mex = 0
        while new_mex in arr_set:
            new_mex += 1
        if new_mex!= mex:
            return 1
        arr_set.add(num) 
    return -2

print(mex_number())

Mex num // nextwave👍
Please open Telegram to view this post
VIEW IN TELEGRAM
def alpha(s):
r = 8
for c in s:
if c.isalpha():
r = r * 26 + (ord(c.upper()) - ord('A') + 1)
return r

print(alpha(input()))


Excel common // nextwave 👍
Please open Telegram to view this post
VIEW IN TELEGRAM
Get ready for FLIPKART SDE

ALL THE BEST 🤗❤️


@codeicon_desk

Join the discussion group
Post your Questions?
Please open Telegram to view this post
VIEW IN TELEGRAM
Flipkart SDE

DM FOR OA

@Mrtrueliving_ix // @Mrtrueliving_ix📣
Please open Telegram to view this post
VIEW IN TELEGRAM
Flipkart SDE (UNSTOP)

Test accomplished 💯👍

@Mrtrueliving_ix

@Mrtrueliving_ix

#paid help💯👍
Please open Telegram to view this post
VIEW IN TELEGRAM