Upload Button Icon Add office photos

Filter interviews by

Custom Automated Prosthetics Software Developer Interview Questions and Answers

Updated 7 Apr 2024

Custom Automated Prosthetics Software Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is object oriented programming
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: In a banking application, a 'Customer' class may have attributes like name and account balance, and methods li

  • Answered by AI
  • Q2. React vs angular
  • Ans. 

    React is a lightweight library for building user interfaces, while Angular is a full-fledged framework for web development.

    • React is more flexible and allows for easier integration with other libraries and frameworks.

    • Angular provides more out-of-the-box features and a more opinionated structure.

    • React uses a virtual DOM for better performance, while Angular uses two-way data binding for easier data manipulation.

    • React is ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

String and arrays duplicate and sorting questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project details
  • Q2. Project deployment
Round 3 - HR 

(2 Questions)

  • Q1. Previous company details
  • Q2. CTC discussion and company review
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Two coding questions, one is easy and the other is difficult. Who solved 2nd question was shortlisted for an interview.

Round 2 - Interview 

(1 Question)

  • Q1. Introduce yourself—questions from OS, DBMS, DSA, Project, and one coding problem.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Anagram of two strings in java
  • Ans. 

    Java program to check if two strings are anagrams

    • Create a function that takes two strings as input

    • Convert both strings to character arrays and sort them

    • Check if the sorted arrays are equal to determine if they are anagrams

  • Answered by AI
  • Q2. Insert and select query in MySQL
  • Ans. 

    Insert and select data in MySQL using SQL queries

    • Use INSERT INTO table_name (column1, column2, ...) VALUES (value1, value2, ...); to insert data

    • Use SELECT * FROM table_name; to select all data from a table

    • Use SELECT column1, column2 FROM table_name WHERE condition; to select specific data based on a condition

  • Answered by AI
  • Q3. Get and Post APIs in rest
  • Ans. 

    GET and POST are HTTP methods used in REST APIs for retrieving and sending data.

    • GET method is used to retrieve data from a server

    • POST method is used to send data to a server

    • GET requests are idempotent, while POST requests are not

    • GET requests should only be used for retrieving data, not for modifying data

    • Example: GET request to retrieve a list of users - GET /users

    • Example: POST request to create a new user - POST /users

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical round and there were three panelists. Started with alot of database questions and core java question. Prepare well about your project working in the company. I couldn't clear this round recieved rejection mail after two weeks.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic apti question, more of english and maths questions, can be [passed easliy

Round 2 - Coding Test 

Data algorithm, cicd pipeline and multiple android ios application questions

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

  • Answered by AI
  • Q2. Salary negotiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is difference between inner join and full join
  • Ans. 

    Inner join returns only the matching rows between two tables, while full join returns all rows from both tables.

    • Inner join only includes rows that have a match in both tables

    • Full join includes all rows from both tables, filling in NULL values for non-matching rows

    • Inner join is more commonly used than full join in practice

    • Example: Inner join - SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

    • Example: Full ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Sep 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Java coding questions with microservices design patterns.
Round 2 - Technical 

(1 Question)

  • Q1. System design and nfr discussion

Custom Automated Prosthetics Interview FAQs

How many rounds are there in Custom Automated Prosthetics Software Developer interview?
Custom Automated Prosthetics interview process usually has 2 rounds. The most common rounds in the Custom Automated Prosthetics interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Custom Automated Prosthetics Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Custom Automated Prosthetics Software Developer Salary
based on 15 salaries
₹6 L/yr - ₹18 L/yr
46% more than the average Software Developer Salary in India
View more details
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