Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Decimal Point Analytics Team. If you also belong to the team, you can get access from here

Decimal Point Analytics Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Decimal Point Analytics Interview Questions and Answers for Freshers

Updated 8 Feb 2025
Popular Designations

7 Interview questions

A Software Developer Intern was asked 8mo ago
Q. Given an array of integers, find the first repeating element in the array.
Ans. 

Use a hashmap to find the repeating element in the array of strings

  • Iterate through the array and store each element in a hashmap with its frequency

  • Check for any element with frequency greater than 1, that is the repeating element

View all Software Developer Intern interview questions
A Software Developer Intern was asked 8mo ago
Q. Define the four pillars of OOPS.
Ans. 

Encapsulation, Inheritance, Polymorphism, Abstraction

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Inheritance: Ability of a class to inherit properties and behavior from another class.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the complex implementation details and showing only the necessary features.

View all Software Developer Intern interview questions
An Intern was asked
Q. What are your strengths?
Ans. 

My strengths include strong communication skills, adaptability, and problem-solving abilities.

  • Strong communication skills: able to effectively convey ideas and information

  • Adaptability: able to quickly adjust to new situations and challenges

  • Problem-solving abilities: able to analyze situations and find effective solutions

View all Intern interview questions
A Research Analyst was asked
Q. What is a mutual fund?
Ans. 

A mutual fund is a type of investment vehicle that pools money from multiple investors to invest in a diversified portfolio of stocks, bonds, or other securities.

  • Mutual funds are managed by professional fund managers who make investment decisions on behalf of the investors.

  • Investors buy shares in the mutual fund and the value of their investment is determined by the performance of the underlying securities in the ...

View all Research Analyst interview questions
A Software Developer Intern was asked
Q. 

Rahul and Minimum Subarray Challenge

Rahul, who is passionate about programming, is learning about arrays and lists. He faces a challenging problem to determine the smallest subarray length in a given arra...

Ans. 

The problem is to find the length of the smallest subarray in a given array with its sum greater than a given value.

  • Iterate through the array and keep track of the current subarray sum

  • If the current sum becomes greater than the given value, update the minimum subarray length

  • If the current sum becomes negative, reset the sum and start a new subarray

  • Return the minimum subarray length

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Maximum of All Subarrays of Size k

Given an array of 'N' non-negative integers and an integer 'K', your task is to find the maximum elements for each subarray of size 'K'.

Input:

The first line contains ...
Ans. 

The task is to find the maximum elements for each subarray of size K in a given array.

  • Iterate through the array and maintain a deque of indices of the maximum elements in the current window of size K.

  • For each new element, remove indices from the deque that are outside the current window.

  • Add the index of the new element to the deque, and print the maximum element of the window if the first index in the deque is out...

View all Software Developer Intern interview questions
A Software Developer Intern was asked
Q. 

Circular Linked List Detection

You are provided with the head of a linked list containing integers. Your task is to determine if the linked list is circular.

Note:
  • A linked list is considered circular...
Ans. 

The task is to determine whether a given linked list is circular or not.

  • A linked list is circular if the next pointer of the last node points to the first node.

  • An empty linked list is also considered circular.

  • Check if any node has its next pointer equal to NULL.

  • All the integers in the linked list are unique.

  • The next pointer of a node with i'th integer is linked to the node with data (i+1)'th integer.

View all Software Developer Intern interview questions
Are these interview questions helpful?

Decimal Point Analytics Interview Experiences for Freshers

6 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 31 Mar 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Face to face interveiw
  • Q2. Tell me about your self
  • Q3. Strenghts of ypu
  • Ans. 

    My strengths include strong communication skills, adaptability, and problem-solving abilities.

    • Strong communication skills: able to effectively convey ideas and information

    • Adaptability: able to quickly adjust to new situations and challenges

    • Problem-solving abilities: able to analyze situations and find effective solutions

  • Answered by AI
  • Q4. Weakness in you work
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

1. Quants section
2. Logical Reasoning
3. Verbal Communication

Round 3 - HR 

(2 Questions)

  • Q1. Typical HR questions like where do you see yourself self in 5 years
  • Q2. Why this organisation
Round 4 - Technical 

(3 Questions)

  • Q1. Basic Finance questions
  • Q2. What is mutual fund?
  • Ans. 

    A mutual fund is a type of investment vehicle that pools money from multiple investors to invest in a diversified portfolio of stocks, bonds, or other securities.

    • Mutual funds are managed by professional fund managers who make investment decisions on behalf of the investors.

    • Investors buy shares in the mutual fund and the value of their investment is determined by the performance of the underlying securities in the portf...

  • Answered by AI
  • Q3. Question on Captial Market and equity.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic of finance and equity. They will ask if you are willing to learn coding, ans yes to them as you will get chance to learn database usage.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

One graph and one DP question

Round 3 - Technical 

(2 Questions)

  • Q1. Find the repeating element in the array
  • Ans. 

    Use a hashmap to find the repeating element in the array of strings

    • Iterate through the array and store each element in a hashmap with its frequency

    • Check for any element with frequency greater than 1, that is the repeating element

  • Answered by AI
  • Q2. Define four pillars of OOPS.
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation details and showing only the necessary features.

  • Answered by AI

Skills evaluated in this interview

I appeared for an interview in Dec 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 Minutes
Round difficulty - Medium

  • Q1. 

    Rahul and Minimum Subarray Challenge

    Rahul, who is passionate about programming, is learning about arrays and lists. He faces a challenging problem to determine the smallest subarray length in a given arr...

  • Ans. 

    The problem is to find the length of the smallest subarray in a given array with its sum greater than a given value.

    • Iterate through the array and keep track of the current subarray sum

    • If the current sum becomes greater than the given value, update the minimum subarray length

    • If the current sum becomes negative, reset the sum and start a new subarray

    • Return the minimum subarray length

  • Answered by AI
  • Q2. 

    Maximum of All Subarrays of Size k

    Given an array of 'N' non-negative integers and an integer 'K', your task is to find the maximum elements for each subarray of size 'K'.

    Input:

    The first line contains...
  • Ans. 

    The task is to find the maximum elements for each subarray of size K in a given array.

    • Iterate through the array and maintain a deque of indices of the maximum elements in the current window of size K.

    • For each new element, remove indices from the deque that are outside the current window.

    • Add the index of the new element to the deque, and print the maximum element of the window if the first index in the deque is outside ...

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Medium

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.

  • Q1. 

    Circular Linked List Detection

    You are provided with the head of a linked list containing integers. Your task is to determine if the linked list is circular.

    Note:
    • A linked list is considered circula...
  • Ans. 

    The task is to determine whether a given linked list is circular or not.

    • A linked list is circular if the next pointer of the last node points to the first node.

    • An empty linked list is also considered circular.

    • Check if any node has its next pointer equal to NULL.

    • All the integers in the linked list are unique.

    • The next pointer of a node with i'th integer is linked to the node with data (i+1)'th integer.

  • Answered by AI
Round 3 - HR 

Round duration - 10 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in MumbaiEligibility criteria7.5 CGPA and aggregate of 160% in 10th and 12th boardsDecimal Point Analytics interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, MERN, DBMSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

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

Application resume tips for other job seekers

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

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - HR 

(8 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.
Round 2 - Technical 

(1 Question)

  • Q1. Mutual fund,zero coupon bonds, depreciation, accounting golden rules,
Round 3 - Technical 

(1 Question)

  • Q1. Same as HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - No so much difficult process , just prepare basic of given technical, it's enough

I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic SQL queries, Java oops concepts
  • Q2. What's your weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be very honest while you answer

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Decimal Point Analytics?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Case based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be analytical in answering and ask questions before you start answering.
Are these interview questions helpful?

I applied via Referral and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Prepare market model for furniture market
  • Ans. 

    A market model for the furniture market involves analyzing market trends, consumer behavior, and competition to forecast demand and sales.

    • Analyze market trends and consumer behavior

    • Identify key competitors and their market share

    • Forecast demand and sales based on data analysis

    • Consider factors such as economic conditions and consumer preferences

    • Use statistical models and software to create a comprehensive market model

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - To have knowledge of emerging trends in existing domain expertise

I applied via Campus Placement and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How you will figure out how many WhatsApp user are there in world
  • Ans. 

    Estimating the number of WhatsApp users worldwide requires a combination of data sources and statistical methods.

    • Collect data from WhatsApp's official reports and announcements

    • Use third-party analytics tools to estimate user numbers

    • Analyze demographic and geographic trends to extrapolate global user numbers

    • Consider factors such as population growth and smartphone adoption rates

    • Compare with similar messaging apps to val...

  • Answered by AI
  • Q2. Tell me about the how you will tackle a crude data for data analysis
  • Ans. 

    I will start by understanding the data source and its quality, then clean and preprocess the data before performing exploratory data analysis.

    • Understand the data source and its quality

    • Clean and preprocess the data

    • Perform exploratory data analysis

    • Identify patterns and trends in the data

    • Use statistical methods to analyze the data

    • Visualize the data using graphs and charts

    • Iterate and refine the analysis as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and always try to discuss

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Sql, Python programming Questions
Round 2 - Technical 

(1 Question)

  • Q1. Retail, CPG based case study questions like offer allocation method for loyal customers

Decimal Point Analytics Interview FAQs

How many rounds are there in Decimal Point Analytics interview for freshers?
Decimal Point Analytics interview process for freshers usually has 2-3 rounds. The most common rounds in the Decimal Point Analytics interview process for freshers are Technical, HR and Aptitude Test.
How to prepare for Decimal Point Analytics interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Decimal Point Analytics. The most common topics and skills that interviewers at Decimal Point Analytics expect are Analytics, Research Analysis, Illustrator, Python and Data Analysis.
What are the top questions asked in Decimal Point Analytics interview for freshers?

Some of the top questions asked at the Decimal Point Analytics interview for freshers -

  1. What is mutual fu...read more
  2. Find the repeating element in the ar...read more
  3. define four pillars of OO...read more
What are the most common questions asked in Decimal Point Analytics HR round for freshers?

The most common HR questions asked in Decimal Point Analytics interview are for freshers -

  1. Where do you see yourself in 5 yea...read more
  2. What are your salary expectatio...read more
  3. Why are you looking for a chan...read more
How long is the Decimal Point Analytics interview process?

The duration of Decimal Point Analytics interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 3 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Sigmoid Interview Questions
3.3
 • 62 Interviews
Merilytics Interview Questions
2.9
 • 51 Interviews
ICRA Analytics Interview Questions
3.3
 • 43 Interviews
Dunnhumby Interview Questions
4.0
 • 31 Interviews
Royal Research Interview Questions
2.0
 • 28 Interviews
Coronis Health Interview Questions
3.7
 • 26 Interviews
Everest Group Interview Questions
3.3
 • 25 Interviews
View all

Decimal Point Analytics Reviews and Ratings

based on 270 reviews

2.8/5

Rating in categories

2.9

Skill development

2.8

Work-life balance

2.4

Salary

2.4

Job security

2.7

Company culture

2.3

Promotions

2.6

Work satisfaction

Explore 270 Reviews and Ratings
Senior Frontend Developer

Gandhinagar,

Nashik

+1

4-9 Yrs

Not Disclosed

Front End Developer

Gandhinagar,

Nashik

+1

4-8 Yrs

₹ 10-17 LPA

Senior Flutter Developer

Gandhinagar,

Nashik

+1

4-9 Yrs

Not Disclosed

Explore more jobs
Research Analyst
389 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Senior Research Analyst
215 salaries
unlock blur

₹3.2 L/yr - ₹7.5 L/yr

Software Development Engineer
74 salaries
unlock blur

₹4.8 L/yr - ₹11 L/yr

Business Analyst
63 salaries
unlock blur

₹4.5 L/yr - ₹11 L/yr

Data Scientist
59 salaries
unlock blur

₹11.2 L/yr - ₹18.9 L/yr

Explore more salaries
Compare Decimal Point Analytics with

Markets and Markets

3.1
Compare

Ascent Business Solutions

3.2
Compare

LogixHealth

3.5
Compare

Coronis Health

3.6
Compare
write
Share an Interview