Upload Button Icon Add office photos
Engaged Employer

i

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

Stryker Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Stryker Intern Interview Questions and Answers

Updated 30 Jun 2024

Stryker Intern Interview Experiences

3 interviews found

Intern Interview Questions & Answers

user image Billionaire Baby

posted on 30 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Tell us about your coursework
  • Ans. 

    I have taken a variety of coursework in my field of study, including classes in programming, data analysis, and communication.

    • Completed courses in programming languages such as Java, Python, and SQL

    • Took classes in data analysis techniques like regression analysis and data visualization

    • Studied communication skills through courses in public speaking and professional writing

  • Answered by AI
  • Q2. How would you approach this?

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Intern Interview Questions & Answers

user image Anonymous

posted on 20 Apr 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2022. There were 3 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 Resume tips
Round 2 - Assignment 

80 mcqs - 90 mins based on different (Campus Placement)

Round 3 - Technical 

(3 Questions)

  • Q1. About projects in resume
  • Q2. Data structure and algorithms in resume
  • Q3. 30 mins round based both technical and Hr combined.

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 24 May 2022

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

Round 1 - Aptitude Test 

Basic aptitude mcq, technical question 9n c,cpp and python and R

Round 2 - One-on-one 

(2 Questions)

  • Q1. Discussion about project in detail
  • Q2. Tell me about the projects
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself. Basic details abt company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume
Tech knowledge oops,Python, os and basic coding knowledge is a must.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. General interaction

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is 6 sigma
  • Ans. 

    6 Sigma is a data-driven methodology for improving business processes and reducing defects.

    • It aims to achieve a level of quality where the probability of a defect is 3.4 parts per million or less.

    • It involves five phases: Define, Measure, Analyze, Improve, and Control (DMAIC).

    • It is widely used in industries such as manufacturing, healthcare, and finance.

    • It emphasizes on statistical analysis and measurement to identify a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great to interview and I had taken up the opportunity and even though everyone is great. I learned a lot from that interview.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2023. 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why do you want this role?
  • Q2. Why are you prepared for this role?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good luck!
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Binary tree traversal question

Round 2 - Technical 

(2 Questions)

  • Q1. Linklist simple question
  • Q2. Add node at nth position
  • Ans. 

    To add a node at the nth position in a linked list

    • Create a new node with the data to be inserted

    • Traverse the linked list to the (n-1)th node

    • Adjust the pointers to insert the new node at the nth position

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Online test with a few behavioral questions and games. Nothing difficult.

Round 2 - Coding Test 

This round included CSE Core MCQs and 2 coding questions. MCQs where moderated and Coding questions were for Leetcode Medium-Hard difficulty.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview Round - Resume based questions regarding internships, projects and tech stacks.
  • Q2. Python-based simple questions, a few DBMS questions, and some AI/ML. Nothing too difficult and one-liner answers were expected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the coding round and make sure not to lie on your resume.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 questions , Prime number and sort list

Round 2 - Technical 

(2 Questions)

  • Q1. Basic python questions
  • Q2. List, tuple difference
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Informal discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic should be clear

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Coding Test 

Aptitude and Coding round. Was easy to solve and approach. Approached via college placement.

Round 3 - Technical 

(2 Questions)

  • Q1. Given a string for example your name, print the substring of it.
  • Ans. 

    To print a substring of a given string, you can use string slicing in programming languages like Python.

    • Use string slicing to extract the desired substring from the given string.

    • Specify the start and end index of the substring within square brackets after the string variable.

    • Example: If the given string is 'Hello World', to print 'World', use string_variable[6:].

  • Answered by AI
  • Q2. Introduce yourself, Tell about your projects, and Why you believe Medtronic is the best fit for you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Luck matters, that's it.
Contribute & help others!
anonymous
You can choose to be anonymous

Stryker Interview FAQs

How many rounds are there in Stryker Intern interview?
Stryker interview process usually has 2-3 rounds. The most common rounds in the Stryker interview process are HR, Aptitude Test and One-on-one Round.
How to prepare for Stryker Intern 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 Stryker. The most common topics and skills that interviewers at Stryker expect are Agreements, Communication Skills, Data Analysis, Excel Powerpoint and Legal Drafting.
What are the top questions asked in Stryker Intern interview?

Some of the top questions asked at the Stryker Intern interview -

  1. 30 mins round based both technical and Hr combin...read more
  2. Data structure and algorithms in res...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

Tell us how to improve this page.

Stryker Intern Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Interview Questions from Similar Companies

Philips Interview Questions
3.9
 • 157 Interviews
Abbott Interview Questions
4.1
 • 146 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
Medtronic Interview Questions
4.0
 • 69 Interviews
Poly Medicure Interview Questions
3.7
 • 56 Interviews
Alcon Interview Questions
3.7
 • 35 Interviews
View all
Stryker Intern Salary
based on 7 salaries
₹3 L/yr - ₹6 L/yr
68% more than the average Intern Salary in India
View more details

Stryker Intern Reviews and Ratings

based on 8 reviews

4.2/5

Rating in categories

3.7

Skill development

4.5

Work-life balance

4.2

Salary

4.3

Job security

3.7

Company culture

4.2

Promotions

3.5

Work satisfaction

Explore 8 Reviews and Ratings
Staff Engineer
208 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
114 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Staff Engineer
91 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Design Engineer
88 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Area Sales Manager
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Stryker with

Johnson & Johnson

4.0
Compare

Medtronic

4.0
Compare

Becton Dickinson

4.0
Compare

Boston Scientific

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent