Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Auxein Medical Team. If you also belong to the team, you can get access from here

Auxein Medical Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Auxein Medical Interview Questions and Answers

Updated 8 May 2024

Auxein Medical Interview Experiences

Popular Designations

7 interviews found

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

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Regarding cutting tools.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was done by director followed by HR. Technical round was quite time taking.

Senior Purchase Executive Interview Questions asked at other Companies

Q1. What kind of commodities have you purchased?
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Some design products

Round 2 - HR 

(2 Questions)

  • Q1. For salary negotiations
  • Q2. Name Father name Whare are you from How many person in your family Current ctc About your family in brief.
Round 3 - One-on-one 

(1 Question)

  • Q1. Design related questions like GD&T, Basic mechanical question etc.

Assistant Design Engineer Interview Questions asked at other Companies

Q1. What is a machine and differentiate between component,product and machine?
View answer (1)

QA Engineer Interview Questions & Answers

user image vivek soni

posted on 30 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Last organisation leaving reason

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Can u come 7 days
  • Q2. Can u work underpressure
  • Q3. Can u come under the table
  • Q4. Can u go on road instant

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad condition / Environment

Store Incharge Interview Questions asked at other Companies

Q1. if material purchase in party but some material in liquid and some has been expiared how would have in this case?
View answer (4)

Auxein Medical interview questions for popular designations

 Senior Engineer

 (1)

 Assistant Design Engineer

 (1)

 Design Engineer

 (1)

 Export Executive

 (1)

 Store Incharge

 (1)

 QA Engineer

 (1)

 Senior Purchase Executive

 (1)

I applied via Naukri.com and was interviewed in Mar 2022. 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 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. What is your family background?
  • Q4. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be straight froward and to the point

Export Executive Interview Questions asked at other Companies

Q1. How to mange goods if you have not invoice but you need send goods to cha warehouse for export perpose.
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Sep 2022. There were 2 interview rounds.

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 - HR 

(5 Questions)

  • Q1. Why you want to join auxein?
  • Q2. Personal Details
  • Q3. Last company working detail
  • Q4. Why you left last company
  • Q5. Are you comfortablehere

Interview Preparation Tips

Interview preparation tips for other job seekers - HR round do easily

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)

Jobs at Auxein Medical

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

I applied via Approached by Company and was interviewed before Mar 2022. There were 4 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 

(2 Questions)

  • Q1. Salary, current company, location
  • Q2. Ask for previous employer's salary work place
Round 3 - Group Discussion 

Questioning regarding material standard gd&t

Round 4 - Assignment 

Assign model in solid works for implant or instruments by physical sample

Interview Preparation Tips

Interview preparation tips for other job seekers - a proper review of your cv, review your company profile and review relevant standards of the industry

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related to excel VBA and MySQL

Interview Preparation Tips

Interview preparation tips for other job seekers - It was not much tough, there was 3 round and final with HR.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in Dec 2022. 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 - Technical 

(6 Questions)

  • Q1. How do you find the code performance issue in the code deployed in production?
  • Ans. 

    To find code performance issues in production, use monitoring tools and profiling techniques.

    • Use monitoring tools like New Relic, AppDynamics, or Datadog to track performance metrics and identify bottlenecks.

    • Use profiling techniques like CPU profiling, memory profiling, and network profiling to pinpoint specific areas of the code that are causing performance issues.

    • Analyze logs and error messages to identify patterns a...

  • Answered by AI
  • Q2. What is asynchronous programming
  • Ans. 

    Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking each other.

    • Asynchronous programming is used to improve the performance of applications that require a lot of I/O operations.

    • It involves the use of callbacks, promises, and async/await keywords in JavaScript.

    • Asynchronous programming can be used in both front-end and back-end development.

    • Examples of asynchro...

  • Answered by AI
  • Q3. Write a program to change background after every 0.5 sec interval to orange,white,green on button click in Angular?
  • Ans. 

    Program to change background color on button click in Angular

    • Create a button in Angular template

    • Add click event listener to the button

    • Use setInterval() function to change background color after every 0.5 sec

    • Use ngStyle directive to change background color dynamically

  • Answered by AI
  • Q4. How to load a component only after 3 of my services are loaded?
  • Ans. 

    Use Angular's 'resolve' property to load component after services are loaded.

    • Create a resolver service that waits for all three services to complete before resolving.

    • Add the resolver service to the 'resolve' property of the component's route.

    • Access the resolved data in the component using the ActivatedRoute service.

    • Example: { path: 'my-component', component: MyComponent, resolve: { data: MyResolverService } }

  • Answered by AI
  • Q5. What is difference between iquerable and ienumrable
  • Ans. 

    IQueryable is for querying data from a source that implements IQueryable interface while IEnumerable is for iterating over a collection of data.

    • IQueryable is used for deferred execution while IEnumerable is used for immediate execution.

    • IQueryable is used for querying data from a remote data source while IEnumerable is used for querying data from an in-memory collection.

    • IQueryable is more efficient for large datasets as...

  • Answered by AI
  • Q6. When you go with entity framework and ado.net
  • Ans. 

    Entity Framework is an ORM while ADO.NET is a data access technology.

    • Entity Framework is easier to use and provides more abstraction than ADO.NET.

    • ADO.NET is faster and more flexible than Entity Framework.

    • Use Entity Framework for simple CRUD operations and ADO.NET for complex queries and performance-critical applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on skills from your resume. Prepare more on Angular,Design patterns. Should have knowledge on Azure.

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Concepts of Oops. Ex: Encapsulation, Abstraction, Polymorphism with real time examples.
  • Q2. Multithreading concepts in Java
  • Ans. 

    Multithreading in Java allows multiple threads to execute concurrently within a single program.

    • Java provides built-in support for multithreading through the java.lang.Thread class.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • Synchronization is used to prevent race conditions and ensure thread safety.

    • Java also provides several classes and interfaces for managing thread exec...

  • Answered by AI
  • Q3. 2 Coding Questions were asked. first was easy and was medium type.
  • Q4. Questions related to my project in detail.

Interview Preparation Tips

Interview preparation tips for other job seekers - They had asked Questions according to my resume. So, be confident with the skills you mentioned. Be Confident and cool. The interviewers were very friendly.

Skills evaluated in this interview

Auxein Medical Interview FAQs

How many rounds are there in Auxein Medical interview?
Auxein Medical interview process usually has 2 rounds. The most common rounds in the Auxein Medical interview process are HR, Resume Shortlist and Assignment.
How to prepare for Auxein Medical 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 Auxein Medical. The most common topics and skills that interviewers at Auxein Medical expect are Regulatory Affairs, ISO 13485, Solid Works, Surgical and Follow Ups.
What are the top questions asked in Auxein Medical interview?

Some of the top questions asked at the Auxein Medical interview -

  1. Design related questions like GD&T, Basic mechanical question e...read more
  2. Regarding cutting too...read more

Tell us how to improve this page.

Auxein Medical Interview Process

based on 8 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

Philips Interview Questions
3.9
 • 157 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
Medtronic Interview Questions
4.0
 • 69 Interviews
Stryker Interview Questions
4.0
 • 41 Interviews
View all

Auxein Medical Reviews and Ratings

based on 95 reviews

3.4/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.3

Salary

3.1

Job security

3.2

Company culture

3.3

Promotions

3.2

Work satisfaction

Explore 95 Reviews and Ratings
Design Head

Sonipat

15-24 Yrs

Not Disclosed

Engineer/ Sr. Engineer Design

Sonipat

3-7 Yrs

Not Disclosed

Manager- Quality Control (QC)

Sonipat

10-18 Yrs

Not Disclosed

Explore more jobs
Design Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Engg. Design
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

VMC Operator
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

NPD Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Auxein Medical with

Stryker

4.0
Compare

Smith & Nephew Healthcare

4.1
Compare

Johnson & Johnson

4.0
Compare

Medtronic

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