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

SDE - 1

Sprinklr
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: OOPS, core java, DBMS, SQL & PL/SQL, Data Structures and Algorithms, UI (HTML, JS), SDLC, Java 8 concepts, UML diagrams, Collections, Multithreading, Exception Handling, Hashing, Recursion problems.
Tip
Tip

Tip 1 : Practice more problem solving questions
Tip 2 : understand the comcepts in depth
Tip 3 : try to work on onw or two handson project to get more experience in that stack.

Application process
Where: Referral
Eligibility: Above 7 CGPA
Resume Tip
Resume tip

Tip 1 : Add some good projects on resume
Tip 2 : put things which you know well and not technologies which you don't know.

Interview rounds

01
Round
Medium
Video Call
Duration45 minutes
Interview date30 Sep 2021
Coding problem2

1. Rotting Oranges

Moderate
20m average time
78% success
0/80
Asked in companies
Samsung R&D InstituteSalesforceSamsung

You have been given a grid containing some oranges. Each cell of this grid has one of the three integers values:

  • Value 0 - representing an empty cell.
  • Value 1 - representing a fresh orange.
  • Value 2 - representing a rotten orange.
  • Every second, any fresh orange that is adjacent(4-directionally) to a rotten orange becomes rotten.

    Your task is to find out the minimum time after which no cell has a fresh orange. If it's impossible to rot all the fresh oranges then print -1.

    Note:
    1. The grid has 0-based indexing.
    2. A rotten orange can affect the adjacent oranges 4 directionally i.e. Up, Down, Left, Right.
    
    Problem approach

    You have been given a grid containing some oranges. Each cell of this grid has one of the three integers values:
    Value 0 - representing an empty cell.
    Value 1 - representing a fresh orange.
    Value 2 - representing a rotten orange.
    Every second, any fresh orange that is adjacent(4-directionally) to a rotten orange becomes rotten.
    Your task is to find out the minimum time after which no cell has a fresh orange. If it's impossible to rot all the fresh oranges then print -1.

    Try solving now

    2. Count Triplets

    Easy
    15m average time
    85% success
    0/40
    Asked in companies
    AmazonPayPalDunzo

    You have been given an integer ‘X’ and a non-decreasing sorted doubly linked list with distinct nodes.

    Your task is to return the number of triplets in the list that sum up to the value ‘X’.

    Problem approach

    You have been given an integer ‘X’ and a non-decreasing sorted doubly linked list with distinct nodes.
    Your task is to return the number of triplets in the list that sum up to the value ‘X’.

    Try solving now
    02
    Round
    Hard
    Video Call
    Duration45 minutes
    Interview date30 Sep 2021
    Coding problem2

    1. Euler Path

    Hard
    15m average time
    85% success
    0/120
    Asked in companies
    AmazonSprinklrTrilogy Innovations

    You are given an undirected graph 'EDGE_LIST' of ‘N’ nodes and ‘M’ edges. Your task is to return any Euler path of the graph. If no Euler path exists then you need to return -1.

    Note :
    An Euler path is a path in a graph such that every edge must be visited exactly once. You can visit the same vertex multiple times. 
    
    Problem approach

    You are given an undirected graph 'EDGE_LIST' of ‘N’ nodes and ‘M’ edges. Your task is to return any Euler path of the graph. If no Euler path exists then you need to return -1.

    Try solving now

    2. Closest Sum

    Moderate
    30m average time
    70% success
    0/80
    Asked in companies
    AmazonMicrosoftAcko

    Given an array 'ARR'' of 'N' integers and an integer 'target', your task is to find three integers in 'ARR' such that the sum is closest to the target.

    Note
    In the case of two closest sums, print the smallest sum.
    
    Problem approach

    Given an array 'ARR'' of 'N' integers and an integer 'target', your task is to find three integers in 'ARR' such that the sum is closest to the target.

    Try solving now

    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 - 1
    2 rounds | 4 problems
    Interviewed by Sprinklr
    831 views
    0 comments
    0 upvotes
    company logo
    SDE - 1
    2 rounds | 5 problems
    Interviewed by Sprinklr
    998 views
    0 comments
    0 upvotes
    company logo
    SDE - 1
    2 rounds | 4 problems
    Interviewed by Sprinklr
    849 views
    0 comments
    0 upvotes
    company logo
    SDE - 1
    3 rounds | 14 problems
    Interviewed by Sprinklr
    3895 views
    0 comments
    0 upvotes
    Companies with similar interview experiences
    company logo
    SDE - 1
    5 rounds | 12 problems
    Interviewed by Amazon
    115097 views
    24 comments
    0 upvotes
    company logo
    SDE - 1
    4 rounds | 5 problems
    Interviewed by Microsoft
    58238 views
    5 comments
    0 upvotes
    company logo
    SDE - 1
    3 rounds | 7 problems
    Interviewed by Amazon
    35147 views
    7 comments
    0 upvotes