Open In App

Sprinklr Interview Experience for Product Engineer (On-Campus)

Last Updated : 25 Dec, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Sprinklr visited our Campus for Placement for the 2023-24 session.

The Recruitment Process had five rounds:

  • Online Coding Round
  • Technical Round 1
  • Technical Round 2
  • Technical Round 3
  • Cultural Fitment Round

Online Coding Round, Platform: HackerEarth:

There were three coding questions with scores, of 50,75 and 100, respectively. I do not precisely remember the questions, but for 75, It was a greedy sliding window question; for 100, it was a simple DP question where we had to take elements from either end, which increases the score by a given formula, and we have to return the maximum score.

Those with scores > 100 were shortlisted for interviews. There were 12 candidates, and I was one of them.

Technical Round 1:

The round was held on Microsoft Teams. After some brief introduction, I was presented with two questions,

  • You are given a number N and a prime number C. You are given Q queries of the forms A, and B. You need to tell whether a number exists between A and B (inclusive) such that N*C is divisible by that number for all the Q queries.

Technical Round 2:

Similar to round 1, after some brief introduction, we jumped to DSA.

Technical Round 3:

In this round, I was asked to implement vectors in C++, I was also asked to differentiate between a vector and an array, and then, I was asked to implement LRU Cache.

Cultural Fitment Round:

It was not an eliminatory round, questions revolved around the preferred tech stack, the work culture of Sprinklr and my journey so far.

After a few hours of the last round, the final list of selected candidates came out and I was one of them.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads