Decimal Point Analytics interview experience Real time questions & tips from candidates to crack your interview

SDE - Intern

Decimal Point Analytics
upvote
share-icon
3 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Data Structures, Algorithms, OOPS, MERN, DBMS
Tip
Tip

Tip 1 : Practice DS & ALGO questions without any day off to help improve your problem solving.
Tip 2 : Get your CS fundamentals strong.

Application process
Where: Campus
Eligibility: 7.5 CGPA and aggregate of 160% in 10th and 12th boards
Resume Tip
Resume tip

Tip 1 : Have some projects on resume. 
Tip 2 : You should not fake things on your resume.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date22 Nov 2021
Coding problem2

1. Rahul And Minimum Subarray

Moderate
0/80
Asked in companies
Paytm (One97 Communications Limited)JP MorganArcesium

Rahul is a programming enthusiast. He is currently learning about arrays/lists. One day his teacher asked him to solve a very difficult problem. The problem was to find the length of the smallest subarray(subarray is a contiguous part of an array/list) in a given array/list ‘ARR’ of size ‘N’ with its sum greater than a given value. If there is no such subarray return 0.

Example: Given an ‘ARR’: [1, 2, 21, 7, 6, 12] and a number ‘X’: 23. The length of the smallest subarray is 2 as the subarray is [21, 7].

Note: Here are multiple subarrays whose sum is greater than ‘X’ such as [1, 2, 21] or [7, 6, 12] but we have to choose the minimum length subarray.

Try solving now

2. Maximum Of All Subarrays Of Size k.

Moderate
20m average time
80% success
0/80
Asked in companies
BarclaysAmazonOracle

You are given an array consisting of N non-negative integers, and an integer K denoting the length of a subarray, your task is to determine the maximum elements for each subarray of size K.

Note:
A subarray is a contiguous subset of an array.

The array may contain duplicate elements.

The given array follows 0-based indexing.

It is guaranteed that there exists at least one subarray of size K.
Try solving now
02
Round
Medium
Video Call
Duration20 Minutes
Interview date13 Dec 2021
Coding problem1

This round was mostly resume-based. The interviewer asked about my projects and asked technical questions related to them. He then asked 1 DS question which was to detect whether the linked list is a circular linked list or not. He also asked me for a puzzle in the end.

1. Circularly Linked

Easy
15m average time
85% success
0/40
Asked in companies
MicrosoftSAP LabsHCL Technologies

You are given the head of a linked list containing integers, You need to find out whether the given linked list is circular or not.

Note :

1. A linked list is said to be circular if it has no node having its next pointer equal to NULL and all the nodes form a circle i.e. the next pointer of last node points to the first node.
2. An empty linked will also be considered as circular.
3. All the integers in the linked list are unique.
4. In the input, the next pointer of a node with i’th integer is linked to the node with data (i+1)’th integer (If (i+1)’th node exists). If there is no such (i+1)’th integer then the next pointer of such node is set to NULL.
Try solving now
03
Round
Easy
HR Round
Duration10 Minutes
Interview date13 Dec 2021
Coding problem1

1. Basic HR Question

He first asked me about my native town and where do I live currently. He then asked about my family background. Then he asked about my long-term and short-term goals. He also asked on which tech stack do I work currently and whether would I be comfortable if I had to shift my working tech stack during the internship period.

Problem approach

Tip 1 : Jo go through the company's website or LinkedIn profile and get to know the company.
Tip 2 : Prepare 2-3 questions you would ask to the HR. 

Here's your problem of the day

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

Skill covered: Programming

Which of the following ensures referential integrity in SQL?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
2414 views
0 comments
0 upvotes
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
4805 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
1651 views
0 comments
0 upvotes
company logo
System Engineer
2 rounds | 2 problems
Interviewed by Tata Consultancy Services (TCS)
1376 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - Intern
3 rounds | 6 problems
Interviewed by Amazon
14209 views
4 comments
0 upvotes
company logo
SDE - Intern
4 rounds | 7 problems
Interviewed by Microsoft
13596 views
1 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 4 problems
Interviewed by Amazon
9392 views
2 comments
0 upvotes