Sprinklr interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Sprinklr
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1.5 Months
Topics: data structures, big o, dynamic programming, sorting algorithms, tree algorithms
Tip
Tip

Tip 1 : practise various models of questions, it also helps you indentify corner cases better 
Tip 2 : for interview, practise writing code on paper and thinking out aloud while solving a question

Application process
Where: Campus
Eligibility: No
Resume Tip
Resume tip

Tip 1 : only write actual things in resume and be prepared to explain what you mentioned in resume if asked for
Tip 2 : keep the resume precise, and ensure that the important points are highlighted

Interview rounds

01
Round
Medium
Online Coding Interview
Duration60 minutes
Interview date17 Aug 2019
Coding problem1

it was conducted in the evening. we were asked to attempt the coding round online, on our personal laptops

1. Return Subsets Sum to K

Moderate
40m average time
75% success
0/80
Asked in companies
Thought WorksMicrosoftUber

Given an integer array 'ARR' of size 'N' and an integer 'K', return all the subsets of 'ARR' which sum to 'K'.

Subset of an array 'ARR' is a tuple that can be obtained from 'ARR' by removing some (possibly all) elements of 'ARR'.

Note :
The order of subsets is not important. 

The order of elements in a particular subset should be in increasing order of the index.
Try solving now
03
Round
Medium
Face to Face
Duration30 minutes
Interview date18 Aug 2019
Coding problem1

it was in a private room, with a single interviewer. the interviewer was polite and was very much helpful

1. Min Cost Path

Moderate
25m average time
65% success
0/80
Asked in companies
SprinklrOYO

You have been given a matrix of ‘N’ rows and ‘M’ columns filled up with integers. Find the minimum sum that can be obtained from a path which starts from the top left corner and ends with the bottom right corner.

From any cell in a row, we can move to the right, down or the down-right diagonal cell. So from a particular cell (row, col), we can move to the following three cells:

Down: (row+1,col)
Right: (row, col+1)
Down right diagonal: (row+1, col+1)
Try solving now
04
Round
Easy
HR Round
Duration15 minutes
Interview date18 Aug 2019
Coding problem1

it was a private room and there are 2 ppl from the talent team of sprinklr. They asked me my previous intern experience and expectations from this intern. I think I was a cultural fit to the organization.

1. Basic HR Questions

What keeps you motivated?

Where do you see yourself in next 5 years?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
4 rounds | 15 problems
Interviewed by Sprinklr
2558 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Sprinklr
1171 views
0 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 8 problems
Interviewed by Sprinklr
3348 views
1 comments
0 upvotes
company logo
SDE - Intern
3 rounds | 7 problems
Interviewed by Sprinklr
2546 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
15605 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
15499 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
10215 views
2 comments
0 upvotes