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
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
it was conducted in the evening. we were asked to attempt the coding round online, on our personal laptops



The order of subsets is not important.
The order of elements in a particular subset should be in increasing order of the index.
it was in a private room, with a single interviewer. the interviewer was polite and was very much helpful


Down: (row+1,col)
Right: (row, col+1)
Down right diagonal: (row+1, col+1)
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.
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
How do you remove whitespace from the start of a string?