7 340
Subscribers
-824 hours
-267 days
-10430 days
Posts Archive
+2
Accenture 10Am slot-2 done successfully ✅✅✅
Contact: @mlcoder2
Note : 2pm slots are available
+2
Accenture 10Am slot-1 ✅✅✅
Both codes passed All test cases ✅✅
Contact: @mlcoder2
+4
Wipro 6pm slot-2 done successfully ✅✅✅
Both codes passed all test cases ✅✅✅
Contact: @mlcoder2
+4
Wipro 6pm slot-1 ✅✅✅
Both codes passed all Testcases ✅✅
Contact: @mlcoder2
+4
Wipro exam done through remote access ✅✅✅
Both codes passed all Testcases ✅
Contact: @mlcoder2
+2
Wipro 12pm exam done through remote access ✅✅✅
Both codes passed all the cases ✅✅✅
Contact: @mlcoder2
+1
INFOR exam done through remote access ✅✅
Contact: @mlcoder2
+3
Wipro exam done successfully through Access ✅✅✅
Both codes passed all cases ✅✅✅
import math
def slidingWindowSpikes(measurements, measurementsLength, m, tolerance):
sum_of_indices = 0
for i in range(measurementsLength - m + 1):
window = measurements[i:i+m]
mean = sum(window) / m
variance = sum((x - mean) ** 2 for x in window) / m
standard_error = math.sqrt(variance)
if standard_error > tolerance:
sum_of_indices += (i + 1)
return sum_of_indices
SLIDING WINDOW SPIKES ✅✅
SOTI Round-2 ✅
Coding All Test cases passed ✅
Contact: @mlcoder2
+1
IBM slot-1 on-Campus exam ✅✅✅
Both codes passed with all Testcases ✅✅
Contact: @mlcoder2
Our premium candidate got an offer letter from Accenture 🥳🥳🥳🥳
Check dates on PDF ✅
100% clearance for any placement exam ✅
Contact: @mlcoder2
