Q1.An API is running slow. Upon investigation it was found that SPROC running behind it is perfectly optimized. How can you debug this behavior... read more
Q2.Find the length of longest substring composed of same digit, within a string of digits: (was asked to complete within 10 mins) E.g. 01241XXX... read more
Q3.Given an array of integers (both positive and negative) find the maximum and second maximum number without using sort and using only single ... read more