Open In App

Sigmoid Analytics Interview Experience

Online Assessment consists of 20 Mcqs consisting of C++ and Java I/O problems, time complexity, and Complete code.

And Three coding questions in selected language of medium to hard level:-

say s = 999 and k = 1
so the choice would be 9,99 or 99,9
in either case the maximum number is 99
say s=999 and k =2
so the choice will be like 9,9,9
so output will be 9
say s = 857 and k = 1
the choice would be 85,7 or 8,57
so the output will be like 85
i < j.
fist digit of arr[i] and last digit of arr[j] are co-prime(only 1 is there common divisors of both)
constraints: length of arr = 1e5 and each number can be up to 1e9.
Article Tags :