i
Decimal Point
Analytics
Filter interviews by
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
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.
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
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 ...
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...
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
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'.
The first line contains ...
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...
You are provided with the head of a linked list containing integers. Your task is to determine if the linked list is circular.
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.
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
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
1. Quants section
2. Logical Reasoning
3. Verbal Communication
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...
I applied via Campus Placement and was interviewed before Oct 2023. There were 3 interview rounds.
Basic aptitude questions
One graph and one DP question
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
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.
I appeared for an interview in Dec 2021.
Round duration - 90 Minutes
Round difficulty - Medium
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...
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
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'.
The first line contains...
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 ...
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.
You are provided with the head of a linked list containing integers. Your task is to determine if the linked list is circular.
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.
Round duration - 10 Minutes
Round difficulty - Easy
Tip 1 : Practice DS & ALGO questions without any day off to help improve your problem solving.
Tip 2 : Get your CS fundamentals strong.
Tip 1 : Have some projects on resume.
Tip 2 : You should not fake things on your resume.
I applied via Referral and was interviewed in Aug 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.
Top trending discussions
I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.
I applied via Referral and was interviewed before Nov 2020. There were 4 interview rounds.
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
I applied via Campus Placement and was interviewed in Feb 2021. There was 1 interview round.
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...
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
I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.
The duration of Decimal Point Analytics interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 3 interview experiences
Difficulty level
Duration
based on 270 reviews
Rating in categories
Research Analyst
389
salaries
| ₹2 L/yr - ₹6 L/yr |
Senior Research Analyst
215
salaries
| ₹3.2 L/yr - ₹7.5 L/yr |
Software Development Engineer
74
salaries
| ₹4.8 L/yr - ₹11 L/yr |
Business Analyst
63
salaries
| ₹4.5 L/yr - ₹11 L/yr |
Data Scientist
59
salaries
| ₹11.2 L/yr - ₹18.9 L/yr |
Markets and Markets
Ascent Business Solutions
LogixHealth
Coronis Health