https://app.joinsuperset.com/join/#/signup/student?jp=fd4be287-c8d5-4ace-ac26-6875ca63bc34
Check your eligibility //2024
Join more job updates
@code_alphix
Check your eligibility //2024
Join more job updates
@code_alphix
๐ญ1
Company Name : Walmart Global Tech
Challenge Name : Sparkplug
Batch : 2026 passouts
Role : SDE Internship with 1.1 L stipend/month
Link : https://unstop.com/hackathons/sparkplug-summer-internship-2025-walmart-global-tech-india-1175366?lb=UBWxsub&utm_medium=Share&utm_source=shortUrl
*Only 35 colleges eligible*
Join : @code_alphix
Challenge Name : Sparkplug
Batch : 2026 passouts
Role : SDE Internship with 1.1 L stipend/month
Link : https://unstop.com/hackathons/sparkplug-summer-internship-2025-walmart-global-tech-india-1175366?lb=UBWxsub&utm_medium=Share&utm_source=shortUrl
*Only 35 colleges eligible*
Join : @code_alphix
Unstop
Sparkplug - Summer Internship 2025 - 2024 | 1175366 // Unstop
Find out the best Sparkplug - Summer Internship 2025 that match your interests. Prove your mettle and win exciting prizes like job opportunities and cash rew... | 2024 | 1175366
All placement help available
0๏ธโฃ Cognizant { aptitude+ Coding}
0๏ธโฃ LinkedIn
0๏ธโฃ De shaw
0๏ธโฃ Rupeek
0๏ธโฃ Accenture -On campus
0๏ธโฃ Oracle
Any other OA
{ on // Off campus}
With remote access { high success rate}โถ๏ธ
๐ฏ Test Clearanceโถ๏ธ โ๏ธ
-@mrtrueliving_ix๐ฃ
Any other OA
{ on // Off campus}
With remote access { high success rate}
๐ฏ Test Clearance
-@mrtrueliving_ix
Please open Telegram to view this post
VIEW IN TELEGRAM
COGNIZANT EXAM HELP GROUP pinned ยซAll placement help available 0๏ธโฃ Cognizant { aptitude+ Coding} 0๏ธโฃ LinkedIn 0๏ธโฃ De shaw 0๏ธโฃ Rupeek 0๏ธโฃ Accenture -On campus 0๏ธโฃ Oracle Any other OA { on // Off campus} With remote access { high success rate}โถ๏ธ ๐ฏ Test Clearance โถ๏ธ โ๏ธ -@mrtrueliving_ix๐ฃ ยป
Done ๐
def simpleCipher(encrypted, k):
k = k % 26
decrypted = []
for char in encrypted:
old_pos = ord(char) - ord('A')
new_pos = (old_pos - k) % 26
new_char = chr(new_pos + ord('A'))
decrypted.append(new_char)
return ''.join(decrypted)
Please open Telegram to view this post
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
def findMinincrease(threadSize):
n = len(threadSize)
m = n - 2
if m <= 0:
return 0
groupA_cost = 0
groupB_cost = 0
for f in range(2, n):
index = f - 1
left = threadSize[index - 1]
right = threadSize[index + 1]
target = max(left, right) + 1
cost = target - threadSize[index]
if cost < 0:
cost = 0
if f % 2 == 0:
groupA_cost += cost
else:
groupB_cost += cost
if m % 2 == 1:
return groupA_cost
else:
return min(groupA_cost, groupB_cost)
MOD = 10**9 + 7
def comb3(n):
if n < 3:
return 0
return n * (n - 1) % MOD * (n - 2) % MOD * pow(6, MOD - 2, MOD) % MOD
def evenproduct(nums):
n = len(nums)
even = sum(1 for num in nums if num % 2 == 0)
odd = n - even
total_triplets = comb3(n)
odd_triplets = comb3(odd)
valid_triplets = (total_triplets - odd_triplets + MOD) % MOD
return valid_triplets
Even product// LinkedIn
def findMinIncrease(threadSize):
n = len(threadSize)
if n < 3:
return 0
required_increase = [0] * n
for i in range(1, n - 1):
needed = max(threadSize[i - 1], threadSize[i + 1]) + 1
required_increase[i] = max(0, needed - threadSize[i])
prev0 = (0, 0)
prev1 = (-1, 0)
for i in range(n):
current0 = (0, 0)
current1 = (0, 0)
if i in (0, n - 1):
current0 = max(prev0, prev1, key=lambda x: (x[0], -x[1]))
prev0 = current0
prev1 = (-1, 0)
continue
current0 = max(prev0, prev1, key=lambda x: (x[0], -x[1]))
if prev0[0] != -1:
current1 = (prev0[0] + 1, prev0[1] + required_increase[i])
else:
current1 = (-1, 0)
prev0 = current0
prev1 = current1 if current1[0] != -1 else (-1, 0)
final_ans = max(prev0, prev1, key=lambda x: (x[0], -x[1]))
return final_ans[1]
This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
def windFarms(premium, x, y):
n = len(premium)
mx, my = sum(x[i] * premium[i] for i in range(n)) / sum(premium), sum(y[i] * premium[i] for i in range(n)) / sum(premium)
cx, cy = round(mx), round(my)
return sum(premium[i] * (abs(x[i] - cx) + abs(y[i] - cy)) for i in range(n))
De Shaw SLOTS are available
DM @mrtrueliving_ixโถ๏ธ
Flag free Codes { Sucess rate}
๐ฏ Test Clearanceโ๏ธ โถ๏ธ
DM @mrtrueliving_ix
Flag free Codes { Sucess rate}
๐ฏ Test Clearance
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
DM for plag free code ๐ฃ ๐ โถ๏ธ
-@mrtrueliving_ix
@Mrtrueliving_ix
De shaw slot are done โ
Only coding partโถ๏ธ
2/2 Codes done๐ฑ
All placement help available
#DeShaw #Coding #passed
-@mrtrueliving_ix
@Mrtrueliving_ix
De shaw slot are done โ
Only coding part
2/2 Codes done
All placement help available
#DeShaw #Coding #passed
Please open Telegram to view this post
VIEW IN TELEGRAM
๐2โค1๐1๐ซก1
Channel name was changed to ยซCognizant Rupeek LinkedIn Airtel Accenture Oracle De Shaw exam helpยป
IBM. // Data science
Coding along with SQL are done๐ฑ
Test accomplished๐ฅ ๐
DM for any placement help
-@mrtrueliving_ix
-@mrtrueliving_ix
-@mrtrueliving_ix
#IBM #DataScience #Done
All placement help available
Coding along with SQL are done
Test accomplished
DM for any placement help
-@mrtrueliving_ix
-@mrtrueliving_ix
-@mrtrueliving_ix
#IBM #DataScience #Done
All placement help available
Please open Telegram to view this post
VIEW IN TELEGRAM