Upload Button Icon Add office photos

Filter interviews by

Conformis Interview Questions and Answers

Updated 15 Mar 2024

Conformis Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Favorite subject Types of beam GD& T
  • Ans. 

    My favorite subject is Structural Engineering. I am familiar with different types of beams and Geometric Dimensioning and Tolerancing (GD&T).

    • Types of beams include cantilever beams, simply supported beams, and fixed beams.

    • GD&T is a system for defining and communicating engineering tolerances. It uses symbols to specify geometric characteristics of parts.

    • I have experience applying GD&T principles in CAD software to ensu

  • Answered by AI

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

Interview questions from similar companies

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Snaphelper Class
  • Q2. Apply & let difference
  • Ans. 

    Apply is used to apply a function to each element of a collection, while let is used to assign a value to a variable.

    • Apply: Used to apply a function to each element of a collection. Example: list.apply { println(it) }

    • Let: Used to assign a value to a variable. Example: val result = calculate().let { it * 2 }

  • Answered by AI
  • Q3. Communication between Coroutines
  • Ans. 

    Communication between Coroutines in Android development.

    • Use channels to communicate between coroutines

    • Channels are used to send data between coroutines

    • Channels can be used for both sending and receiving data

  • Answered by AI
  • Q4. Hilt Dependency
  • Q5. HashMap Collision

Interview Preparation Tips

Topics to prepare for EazyDiner Android Developer interview:
  • Kotlin
  • Coroutines
  • HashMap
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Personal details
  • Q2. Experience privious
Round 2 - One-on-one 

(3 Questions)

  • Q1. Personal details
  • Q2. Experience details
  • Q3. How u aproach handling team
  • Ans. 

    I approach handling my team with clear communication, setting goals, providing support, and fostering a positive work environment.

    • Establish clear expectations and goals for the team

    • Provide regular feedback and support to team members

    • Encourage open communication and collaboration within the team

    • Recognize and reward team members for their achievements

    • Address any conflicts or issues promptly and professionally

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company...plz joins
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Mar 2023.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce your self
  • Q2. What is sale ? how you manage store
Round 2 - Case Study 

If one customer is angry from your product and service how will you handle

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

(2 Questions)

  • Q1. How Indexing works in DB
  • Ans. 

    Indexing in DB is a technique to improve the speed of data retrieval by creating a data structure that allows for quick lookup of data.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition.

    • Types of indexes include B-tree, hash, and bitmap indexes.

    • Indexes can be unique or non-unique, clustered or non-clustered.

    • Example: Creating an index on the 'email' column ...

  • Answered by AI
  • Q2. Spring Boot depenencies
Round 2 - One-on-one 

(2 Questions)

  • Q1. System Design of Bookmyshow
  • Ans. 

    Bookmyshow is a popular online ticketing platform for movies, events, and other entertainment.

    • Bookmyshow allows users to browse and book tickets for movies, events, plays, sports, etc.

    • The system should have features like seat selection, payment gateway integration, booking history, and notifications.

    • Scalability is important to handle high traffic during popular movie releases or events.

    • Integration with cinema partners ...

  • Answered by AI
  • Q2. Some SQL queries to write

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Assignment 

Round 1 : Received Assessment with dataset and questions, within xlsx file format. question were on countifs, sumifs, conditional formatting, reports and dashboard, pivot chart.

Round 2 - Assignment 

Round 2: This round was on meet again dataset was provided and within 30 min i have to complete given task. and submit.

Round 3 - One-on-one 

(1 Question)

  • Q1. Round 3: Final Round with HR and Manager, Tasks were provided in google sheets, questions were like perform countifs, sumifs, vlookup, Nested IF, importrange, query, Pivot table, pivot chart.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice on Excel and Google Sheets too.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. General Question Tell me about yourself
  • Q2. How soon you can join
Round 2 - Coding Test 

Read about MPIN that is used to access mobile banking apps

Many a times users end up setting an MPIN that is guessable because

1. It is a commonly used MPIN eg 1122

2. It is a combination of easily known demographics of the user. Eg: if the birthdate is 02- Jan-1998 then MPIN could be 0201 or 9802 or 0201 etc. Demographics such as these could be used alone or in a combination

a. DOB

b. Wedding Anniversary

c. Spouse birthday

Solutions Required

1. Part A: Assume that the MPIN is 4-digits. Write a program that suggests if the MPIN is a commonly used one. Ignore the demographics for this part

2. Part B: Enhance the above to take user's demographics as input and provides an output

a. Strength: WEAK or STRONG

3. Part C: Enhance the above to provide the following outputs

a. Strength: WEAK or STRONG

b. If weak then the reason why was it considered weak: It should give from the following the reasons as an array. Array should be empty if Strength is STRONG and non-empty if WEAK

i. COMMONLY_USED

ii. DEMOGRAPHIC_DOB_SELF

iii. DEMOGRAPHIC_DOB_SPOUSE

iv. DEMOGRAPHIC_ANNIVERSARY

4. Part E: Above with a 6-digit PIN

5. Write code that tests the above written code using a set of inputs. Write at least 20 test case in PYTHON

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Medium leetcode
Round 2 - Technical 

(1 Question)

  • Q1. Regarding experience
Round 3 - Behavioral 

(1 Question)

  • Q1. General behavioural question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. The interview was on sql first they took hacker rank test on dsa and in second round they called for f2f interview
  • Q2. They told to write two sql query
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 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 - HR 

(2 Questions)

  • Q1. Ask basic details about me
  • Q2. Told me about company profile.
Round 3 - Technical 

(2 Questions)

  • Q1. Ask me questions about technical knowledge
  • Q2. Discuss roll n responsibility and ask my background and experience
Round 4 - Assignment 

Given an assignment to complete and i did complete it but after it MR. Brajesh singh, totally ghosted me no as no reply no msg no call, even didnt tell me feed back that my assignment good or bad.

Interview Preparation Tips

Interview preparation tips for other job seekers - my experience was not good.

Conformis Interview FAQs

How many rounds are there in Conformis interview?
Conformis interview process usually has 1 rounds. The most common rounds in the Conformis interview process are Technical.
How to prepare for Conformis 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 Conformis. The most common topics and skills that interviewers at Conformis expect are Communication Skills, Solid Works, Desktop Support, Email Writing and GMP.

Tell us how to improve this page.

Conformis Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

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

Conformis Reviews and Ratings

based on 18 reviews

2.9/5

Rating in categories

2.1

Skill development

2.9

Work-life balance

2.9

Salary

2.4

Job security

2.3

Company culture

2.3

Promotions

2.0

Work satisfaction

Explore 18 Reviews and Ratings
CAD Engg
33 salaries
unlock blur

₹2.9 L/yr - ₹4.5 L/yr

CAD Engineer 1
18 salaries
unlock blur

₹2.9 L/yr - ₹4.1 L/yr

Cadd Designer
7 salaries
unlock blur

₹2.7 L/yr - ₹4.7 L/yr

Lead Engineer
6 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Engineer Trainee
6 salaries
unlock blur

₹2.9 L/yr - ₹3 L/yr

Explore more salaries
Compare Conformis with

Stryker

4.0
Compare

Smith & Nephew Healthcare

4.0
Compare

Johnson & Johnson

4.0
Compare

Zimmer Biomet

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