Add office photos
Employer?
Claim Account for FREE

Custom Automated Prosthetics

5.0
based on 3 Reviews
Filter interviews by

Harita Nti Interview Questions and Answers

Updated 13 Dec 2024

Q1. Find the smallest and greatest numbers from an array?

Ans.

Find the smallest and greatest numbers from an array of strings.

  • Convert the array of strings to an array of numbers using parseInt() or Number()

  • Use Math.min() and Math.max() to find the smallest and greatest numbers

  • Handle edge cases like empty array or non-numeric values

Add your answer

Q2. Remove duplicates from a Array of Strings?

Ans.

Use a Set data structure to remove duplicates from the array of strings.

  • Create a Set to store unique strings.

  • Iterate through the array and add each string to the Set.

  • Convert the Set back to an array to get the final result.

Add your answer

Q3. How do memory internally works?

Ans.

Memory internally works by storing data in binary format using cells called memory cells.

  • Memory is made up of memory cells that store data in binary format (0s and 1s)

  • Memory cells are organized in a hierarchical structure with different levels of access speed (registers, cache, RAM, disk)

  • Data is retrieved from memory by specifying the memory address where the data is stored

  • Memory operates based on the principle of read and write operations to access and modify data

  • Examples of...read more

Add your answer

Q4. What are hooks in Cucumber?

Ans.

Hooks in Cucumber are blocks of code that run before or after each scenario in a feature file.

  • Hooks can be used to set up preconditions before a scenario runs or clean up after a scenario completes.

  • Common hooks include @Before and @After which run before and after each scenario respectively.

  • Hooks can also be tagged to run only for specific scenarios using tags like @Before('@tagname').

Add your answer
Discover Harita Nti interview dos and don'ts from real experiences

Q5. How does heap mechanism works?

Ans.

Heap mechanism is a data structure that stores elements in a specific order to allow efficient retrieval of the maximum or minimum element.

  • Heap is a complete binary tree where each node has a value greater than or equal to its children (max heap) or less than or equal to its children (min heap).

  • Common operations on a heap include insertion, deletion, and heapify.

  • Heapify is the process of converting a binary tree into a heap by maintaining the heap property.

Add your answer

Q6. Program on Palindrome. ?

Ans.

A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

  • Check if the given string is equal to its reverse

  • Ignore spaces and punctuation when checking for palindrome

  • Convert the string to lowercase for case-insensitive comparison

Add your answer

Q7. what is the difference between customer support and service

Ans.

Customer support focuses on assisting customers with issues and inquiries, while customer service encompasses the overall experience and satisfaction of the customer.

  • Customer support is reactive, addressing specific problems or questions raised by customers.

  • Customer service is proactive, aiming to create a positive overall experience for the customer.

  • Customer support typically involves troubleshooting technical issues or providing information about products or services.

  • Custom...read more

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

Interview Process at Harita Nti

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

Top Interview Questions from Similar Companies

3.7
 • 627 Interview Questions
3.8
 • 399 Interview Questions
4.2
 • 190 Interview Questions
4.1
 • 137 Interview Questions
4.2
 • 135 Interview Questions
4.2
 • 129 Interview Questions
View all
Top Custom Automated Prosthetics 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