Sprinklr Interview Experience for Fresher SDE - Intern,
Jul 2019
This was MCQ +Coding round. There were 2 coding questions and around 5 MCQ’s. Coding Questions were pretty fair and have an appropriate level.
Multiple Choice Questions were based on aptitude, time complexity, and Data structures.
Check if any two intervals overlap among a given set of intervals. An interval is given in form of start and end time. Given a set of intervals, check if any two intervals overlap or not.
Let a(n) be a sequence of numbers, which is defined by the recurrence relation a1=1 and a(n+1)/a(n)=2n. The task is to find the value of log2(a(n)) for a given n.