Open In App

Sprinklr Interview Experience | (On Campus for Internship)

Round One :

  It was an online coding test conducted on HackerEarth. A test consisting of 3 coding questions. 

           Hint: Minimum distance between source and destination using BFS algorithm.



My first and third are accepted and the second one is partially corrected and I got 90 out of 100 in second. So, I am shortlisted for the next round along with the other 47 students.

Round Two(Technical Round- Face to Face) | Online Interview:

The Interviewer was very nice and he made a very comfortable environment. First, he introduced himself and also explained to me about his work and project. Then he asked me to introduce myself.  Then he asked me a coding question.



My first approach was wrong and then he asked me to take different inputs and find output and then I came with the brute force method of time complexity O(K*N). We discussed this approach and he asked me to reduce the time complexity. I tried out different ways and at last, I came up with an O(N) approach. We discuss that approach and then he asked to implement that approach.

At last, he asked me if I had any questions for him. 

Round Three(Technical Round – Face to Face) | Online Interview:

The interviewer has directly started with the coding question.

First I told him that this problem has both properties of DP. (Overlapping Subproblem and Optimal Structure) and then I wrote the mathematical equation of DP and then discuss this approach with him. He asked me to implement this and also asked me to draw a table of DP.

Round Four(Technical Round – Face to face) | Online Interview: 

there are two interviewers in this round.  He asked me the following question,

Problem Statement: Given my location and given an array of N different driver’s location. So, how can I find the nearest driver location?  I told them to use set<pair<int, int>> and the first argument is the distance of the ith driver from me and the second argument is an index of driver that is I. and discuss the time complexity of insert and erase function of set and algorithm of this problem’s solution.

Problem Statement: There is a building of the N floor and there are two lifts in that building and I have to design a time-efficient algorithm for these two lift. He said that there is no optimal solution for this but just wanted to know how many different scenarios you can think.

At last, he saw my CV and asked a question from my project. and then he asked me if I had any questions for any of them.

Final Round (HR) | Online Interview :

It was a very interesting round and very chill. She asked very typical HR question like Why do want to join sprinklr?, Introduce your self. Then asked some question from my resume.

At last, she asked me if I have any questions for her. Asking questions to the interviewer is a good sign as it shows your interest in the company.

Final Verdict: SELECTED

Article Tags :