Upload Button Icon Add office photos

Filter interviews by

Custom Automated Prosthetics Interview Questions, Process, and Tips

Updated 13 Dec 2024

Top Custom Automated Prosthetics Interview Questions and Answers

View all 7 questions

Custom Automated Prosthetics Interview Experiences

Popular Designations

4 interviews found

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

Customer Support Executive Interview Questions asked at other Companies

Q1. Understanding customer problems,whT i know about BPO nd how they work,how i will handle a difficult nd angry customer,i can satisfied my client.
View answer (21)
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

Top Custom Automated Prosthetics Senior Automation Engineer Interview Questions and Answers

Q1. Find the smallest and greatest numbers from an array?
View answer (1)

Senior Automation Engineer Interview Questions asked at other Companies

Q1. 1. Print numbers from 1 to 100 without using any loop ? 2. How do you take out duplicate values from array without using any set ? if you iterate the array and take out unique values , how do you do it for 2lakh items in less time? 3. Diffe... read more
View answer (1)

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

Technology Interview Questions asked at other Companies

Q1. A fish using 6 sticks was drawn in a specific direction and was asked to rotate in 180 degrees moving minimum number of sticks possible
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad 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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Custom Automated Prosthetics interview questions for popular designations

 Customer Support Executive

 (1)

 Senior Automation Engineer

 (1)

 Software Developer

 (1)

 Technology

 (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jun 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 - Technical 

(1 Question)

  • Q1. About Diabetes types
Round 3 - Technical 

(1 Question)

  • Q1. About Diabetes and it's types, test
Round 4 - Technical 

(1 Question)

  • Q1. About Diabetes, types, test

Interview Preparation Tips

Interview preparation tips for other job seekers - They have wasted my time. I had given 3 rounds of interview (technical) nothing is different. I got cleared every interview. I don't know why they rejected me. Atleast they didn't even called me about feedback. I waited for 3 days. After I called HR, then she is saying that I'm not selected in final. My doubt is what is the difference in final round of interview, it is same as first 2 interviews. Same questions nothing changed. Infact 3rd round is easier than 2nd round. I don't even know why those people rejected me in 3rd round.
They simply wasted my time, I waited for a couple of days for feedback, hoping that I'll clear final round and get a job.
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 6 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Self details and qualification
Round 3 - Technical 

(2 Questions)

  • Q1. Purchase requirement questions
  • Q2. Material with vendor code creation
  • Ans. 

    Material with vendor code creation involves assigning unique codes to materials purchased from vendors.

    • Create a unique vendor code for each material purchased

    • Ensure the vendor code is easily identifiable and searchable

    • Maintain a database or system to track materials and their corresponding vendor codes

  • Answered by AI
Round 4 - Group Discussion 

Compilation questions and general question

Round 5 - No 

(2 Questions)

  • Q1. Po condition material follow up
  • Q2. Sap details and wmps
Round 6 - Case Study 

Bachelor of history and economics and political

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Method Development
Round 3 - Interview with V.P 

(1 Question)

  • Q1. Scientific & challenges
Round 4 - HR 

(1 Question)

  • Q1. Salary bargaining with HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Politely
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Oracle cycles and plsql coding
  • Q2. General hr discussion with hr

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have good techincal knowledge you can clear it easy.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Communication skills are tested and expectation there is to be convincing and confident

Round 2 - Technical 

(1 Question)

  • Q1. Healthcare related questions are asked, related to your knowledge in therapeutic diet and health management
Round 3 - HR 

(1 Question)

  • Q1. Expectations related to salary and background check is done

Interview Preparation Tips

Interview preparation tips for other job seekers - ● Be confident on the subject matter
● Be prepared and deep dive into the syllabus before the interview
● Stay calm and composed
● Most importantly being a healthcare worker be soft, empathetic and positive

I applied via AmbitionBox and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. ROUTINE IMMUNAIZATION RELETED QUESTION
  • Q2. SURVILLAINCE RELETED QUESTIO
  • Q3. FIELD RELETED QUESTION

Interview Preparation Tips

Interview preparation tips for other job seekers - MY ADVICE IS FOR W.H.O. MONITOR WORK - Officely work done only goggle sheet no hard copy.

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.

Custom Automated Prosthetics Interview Process

based on 7 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 802 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
117 salaries
unlock blur

₹6.5 L/yr - ₹21 L/yr

Associate Consultant
47 salaries
unlock blur

₹4.5 L/yr - ₹12.6 L/yr

Senior Consultant
40 salaries
unlock blur

₹9.2 L/yr - ₹26 L/yr

Analyst
19 salaries
unlock blur

₹4 L/yr - ₹4.4 L/yr

Senior Associate
16 salaries
unlock blur

₹14.9 L/yr - ₹23 L/yr

Explore more salaries
Compare Custom Automated Prosthetics with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview