Upload Button Icon Add office photos

Filter interviews by

Custom Automated Prosthetics Interview Questions and Answers

Updated 13 Dec 2024
Popular Designations

7 Interview questions

A Customer Support Executive was asked 6mo ago
Q. What is the difference between customer support and customer 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 is...

View all Customer Support Executive interview questions
A Senior Automation Engineer was asked
Q. Given an array of strings, how would you remove duplicate 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.

View all Senior Automation Engineer interview questions
A Senior Automation Engineer was asked
Q. How does the heap mechanism work?
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 i...

View all Senior Automation Engineer interview questions
A Senior Automation Engineer was asked
Q. How does memory work internally?
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...

View all Senior Automation Engineer interview questions
A Senior Automation Engineer was asked
Q. How do you find the smallest and largest numbers in 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

View all Senior Automation Engineer interview questions
A Senior Automation Engineer was asked
Q. 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').

View all Senior Automation Engineer interview questions
A Senior Automation Engineer was asked
Q. 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

View all Senior Automation Engineer interview questions
Are these interview questions helpful?

Custom Automated Prosthetics Interview Experiences

4 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 4 interview rounds.

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 

The test was easy, questions were on selenium and java, it was 15mins. Pgm. on reversing a number, unary operators etc.

Round 3 - Technical 

(4 Questions)

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

  • Answered by AI
  • 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.

  • Answered by AI
  • Q3. 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

  • Answered by AI
  • 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').

  • Answered by AI
Round 4 - Technical 

(2 Questions)

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

  • Answered by AI
  • Q2. 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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There is this guy named Arak Capgemini, he took one of the technical rounds. He is very bad at pronunciations, almost all the words he uttered were wrong. His English is pathetic. It was very difficult to understand the questions, I had to request him every time to repeat the questions. Also, he was very rude on all the candidates.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

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

  • Answered by AI
Round 2 - Group Discussion 

Communication skills

Technology Interview Questions & Answers

user image Jessica Yap

posted on 29 Jul 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. How do you see yourself 5 years from now
  • Ans. 

    In 5 years, I see myself as a senior tech lead, leading a team of developers and working on cutting-edge projects.

    • Leading a team of developers on innovative projects

    • Taking on more responsibilities and challenges

    • Continuing to learn and grow in the tech field

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

10 Aptitude questions and 2 coding questions

Round 2 - Coding Test 

Basic coding question on array string

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Custom Automated Prosthetics?
Ask anonymously on communities.

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

50 questions 12 mins

Round 2 - Technical 

(1 Question)

  • Q1. Quant based questions (P&C,Averages,probability) followed by case study

Interview Preparation Tips

Interview preparation tips for other job seekers - approach is important more than the answer

I appeared for an interview in Sep 2021.

Interview Questionnaire 

1 Question

  • Q1. Working ability

Interview Preparation Tips

Interview preparation tips for other job seekers - Hard work & Honesti key of success

I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.

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 

They are asking aptitude related questions and total 15 to 20 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - While attending the interview, please use update resume with latest information
Are these interview questions helpful?

I applied via Referral and was interviewed before May 2018. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic question like describe yourself
  • Q2. As i was fresher when i have joined they mainly ask about the basic Regulatory Affairs question.

Interview Preparation Tips

Round: Test
Experience: Aptitude regarding Regulatory Affairs

General Tips: Crisp and clean process it took about a week to get the offer letter.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Time Management, Decision Making Skills
Duration: <1 week

I applied via Naukri.com

Interview Questionnaire 

3 Questions

  • Q1. Generally asked about introduction first. Question asked related to pharmacology.
  • Q2. Why you join our organisation. Why do you think that you are best condidate for this position. What is pharmacovigilance and how it's work. Name of the medicines that give a analgesic effect but not in NSA...
  • Q3. Introduction

Interview Preparation Tips

Round: Test
Experience: Given the case study of patient medical history

General Tips: This interview was a technical one but was majorly a stress test. It lasted for one hour. The interviewer tested both my communication skills and technical knowledge . Most of the question asked from pharmacology. I was able to answered all the questions correctly.
Skills: Inter Person Communication Skills, Communication, Body Language
Duration: >3 Months

I applied via Recruitment Consultant and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic Apti Resoning Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy

Custom Automated Prosthetics Interview FAQs

How many rounds are there in Custom Automated Prosthetics interview?
Custom Automated Prosthetics interview process usually has 2-3 rounds. The most common rounds in the Custom Automated Prosthetics interview process are Aptitude Test, Technical and HR.
How to prepare for Custom Automated Prosthetics interview?
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 Custom Automated Prosthetics. The most common topics and skills that interviewers at Custom Automated Prosthetics expect are Business Development, Computer science, Dealer Sales, Dealing and Desktop Support.
What are the top questions asked in Custom Automated Prosthetics interview?

Some of the top questions asked at the Custom Automated Prosthetics interview -

  1. Find the smallest and greatest numbers from an arr...read more
  2. what is the difference between customer support and serv...read more
  3. Remove duplicates from a Array of Strin...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.4/5

based on 7 interview experiences

Difficulty level

Easy 25%
Moderate 50%
Hard 25%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Hetero Interview Questions
3.9
 • 255 Interviews
HCL Healthcare Interview Questions
4.6
 • 80 Interviews
Meril Interview Questions
3.7
 • 64 Interviews
ZoomRx Interview Questions
3.0
 • 38 Interviews
View all

Custom Automated Prosthetics Reviews and Ratings

based on 3 reviews

5.0/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

4.3

Salary

4.3

Job security

4.3

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 3 Reviews and Ratings
Consultant
55 salaries
unlock blur

₹6.5 L/yr - ₹19 L/yr

Senior Consultant
42 salaries
unlock blur

₹9.2 L/yr - ₹30 L/yr

Analyst
24 salaries
unlock blur

₹3.8 L/yr - ₹4.2 L/yr

Senior Analyst
15 salaries
unlock blur

₹4.3 L/yr - ₹7.5 L/yr

Software Engineer
14 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Explore more salaries
Compare Custom Automated Prosthetics with

Hetero

3.9
Compare

Sahrudaya Healthcare (Medicover Hospitals)

4.6
Compare

Teva Pharmaceuticals

3.9
Compare

Parexel International

3.8
Compare
write
Share an Interview