Add office photos
Employer?
Claim Account for FREE

Decimal Point Analytics

3.0
based on 219 Reviews
Filter interviews by

K P Towers Interview Questions and Answers

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
Q2. Rahul And Minimum Subarray

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

View 2 more answers
Q3. Circularly Linked

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

View 1 answer
Q4. Maximum Of All Subarrays Of Size k.

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

View 3 more answers
Discover K P Towers 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

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

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
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at K P Towers

based on 16 interviews in the last 1 year
Interview experience
4.1
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 2.8k Interview Questions
3.5
 • 2k Interview Questions
4.0
 • 377 Interview Questions
3.4
 • 252 Interview Questions
3.5
 • 154 Interview Questions
3.8
 • 142 Interview Questions
View all
Top Decimal Point Analytics Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

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