Add office photos
Decimal Point Analytics logo
Employer?
Claim Account for FREE

Decimal Point Analytics

2.9
based on 246 Reviews
Filter interviews by
Fresher
Experienced
Clear (1)

Decimal Point Analytics Interview Questions and Answers for Freshers

Updated 17 Oct 2024

Q1. 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 portfolio.

  • Mutual funds offer investors the benefits of diversif...read more

Add your answer
right arrow

Q2. 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 array 'AR...read more

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

Add your answer
right arrow

Q3. 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 if it co...read more
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.

Add your answer
right arrow

Q4. 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 an inte...read more
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 the window.

Add your answer
right arrow
Discover Decimal Point Analytics interview dos and don'ts from real experiences

Q5. 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

Add your answer
right arrow

Q6. 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

Add your answer
right arrow

Q7. 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.

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Decimal Point Analytics for Freshers

based on 3 interviews
Interview experience
4.3
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

Accenture Logo
3.8
 • 4k Interview Questions
eClerx Logo
3.3
 • 316 Interview Questions
Tata Projects Logo
4.2
 • 305 Interview Questions
Indiamart Intermesh Logo
3.6
 • 184 Interview Questions
CitiusTech Logo
3.4
 • 172 Interview Questions
Samvardhana Motherson Group Logo
3.7
 • 142 Interview Questions
View all
Recently Viewed
LIST OF COMPANIES
Discover companies
Find best workplace
LIST OF COMPANIES
Discover companies
Find best workplace
SALARIES
insightsoftware
INTERVIEWS
Decimal Point Analytics
No Interviews
INTERVIEWS
Decimal Point Analytics
No Interviews
INTERVIEWS
Khimji Kunverji & Co.
No Interviews
SALARIES
Synamedia
INTERVIEWS
Decimal Point Analytics
No Interviews
INTERVIEWS
WebMobril Technologies
No Interviews
LIST OF COMPANIES
Institutional Shareholder Services
Locations
Top Decimal Point Analytics Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter