Open In App

Sprinklr Interview Experience for Product Engineer (On-Campus)

Improve
Improve
Like Article
Like
Save
Share
Report

Education: IIT, Non-CSE branch

Round 1(Online Assessment): It consisted of 3 coding questions of difficulty – easy, medium, hard, and 10 MCQ’s.

I do not remember the questions exactly, 

  • Easy – Simple Greedy
  • Medium – based on DFS 
  • Hard – based on digit DP.

I was able to solve 2 questions completely and 3rd with more than half the test cases. 17 students were shortlisted for interviews.

Round 2(Tech Round):

  1. Given an array increasing – decreasing – increasing and so on, how to sort the complete array. This problem boiled down to merge k sorted array.
  2. Find the left view and bottom view of a binary tree in a single traversal of the tree.

Round 3(Tech Round):

  1. Given a string s, find a number of ways to split the string such that each split part has a unique starting character.
  2. Find number of pairs (x, y) in an array such that x^y > y^x
  3. Design Chess.

Round 4(Tech Round):

  1. Find if the tree is a mirror tree or not.
  2. Variation of Knapsack
  3. Design URL service
  4. Easy probability question.

Round 5(HR Round): General question: why sprinklr, strengths, and weakness, etc.


Last Updated : 09 Dec, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads