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
4.0

based on 342 Reviews

Filter interviews by

Stryker Intern Interview Questions and Answers

Updated 30 Jun 2024

Stryker Intern Interview Experiences

3 interviews found

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 at Vellore Institute of Technology (VIT) 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 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 & 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
  • Q2. How would you approach this?

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?
Q3. Huffman CodingYou are given an array 'ARR' of Integers having 'N' ... read more
asked in Accenture
Q4. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more
asked in BYJU'S
Q5. Count SubsequencesYou have been given an integer array/list 'ARR' ... read more

Intern Interview Questions & Answers

user image Anonymous

posted on 24 May 2022

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) 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

Intern Interview Questions & Answers

Alcon user image Anonymous

posted on 15 Jan 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Find the second largest number in an array
  • Ans. 

    Find the second largest number in an array.

    • Sort the array in descending order

    • Return the element at index 1

  • Answered by AI
  • Q2. Write a program to add two numbers without using the "+" operator at all
  • Ans. 

    Program to add two numbers without using the '+' operator.

    • Use bitwise operators like XOR and AND to perform addition without '+' operator.

    • XOR the two numbers to get the sum without carry.

    • AND the two numbers and left shift the result to get the carry.

    • Repeat the process until carry becomes zero.

  • Answered by AI
  • Q3. What is mutable and immuatble data types give example
  • Ans. 

    Mutable data types can be modified after creation, while immutable data types cannot be modified.

    • Examples of mutable data types: lists, sets, dictionaries

    • Examples of immutable data types: strings, tuples, frozensets

  • Answered by AI
  • Q4. What is the difference between dictionary list and tuple
  • Ans. 

    A dictionary is an unordered collection of key-value pairs, while a list is an ordered collection of elements.

    • Dictionaries are accessed by keys, while lists are accessed by indices.

    • Dictionaries are mutable, while tuples are immutable.

    • Dictionaries can have duplicate values, but not duplicate keys.

    • Lists can contain elements of different data types, while tuples can contain elements of the same or different data types.

  • Answered by AI
  • Q5. Is a dictionary mutable
  • Ans. 

    Yes, a dictionary is mutable in Python.

    • A dictionary in Python can be modified by adding, updating, or deleting key-value pairs.

    • The values associated with keys in a dictionary can be changed.

    • Dictionaries are mutable objects, meaning they can be modified in-place.

    • The 'update()' method can be used to add or update multiple key-value pairs at once.

  • Answered by AI
  • Q6. Write a program to show if a program is prime or not
  • Ans. 

    A program to determine if a number is prime or not.

    • A prime number is a number greater than 1 that has no positive divisors other than 1 and itself.

    • To check if a number is prime, iterate from 2 to the square root of the number and check if any of them divides the number evenly.

    • If any divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Alcon Intern interview:
  • Python
  • Graphic Designing

Skills evaluated in this interview

Intern Interview Questions & Answers

Alcon user image Anonymous

posted on 18 Mar 2024

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

I applied via LinkedIn and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Describe an experience you have to work with a difficult person and how you managed it

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a marketing-related position and I got asked several P&G situational interview questions. Please prepare it in advance.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why are you interested in medline
Round 2 - Aptitude Test 

Basic stuff on math, vocab, etc

Round 3 - One-on-one 

(1 Question)

  • Q1. What makes u stand out
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy aptitude with easy to medium level questions on aptitude.

Round 2 - Coding Test 

For data analyst you need to have good knowledge of DSA and coding.

Intern Interview Questions & Answers

Alcon user image Anonymous

posted on 15 Jan 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Find the second largest number in an array
  • Ans. 

    Find the second largest number in an array.

    • Sort the array in descending order

    • Return the element at index 1

  • Answered by AI
  • Q2. Write a program to add two numbers without using the "+" operator at all
  • Ans. 

    Program to add two numbers without using the '+' operator.

    • Use bitwise operators like XOR and AND to perform addition without '+' operator.

    • XOR the two numbers to get the sum without carry.

    • AND the two numbers and left shift the result to get the carry.

    • Repeat the process until carry becomes zero.

  • Answered by AI
  • Q3. What is mutable and immuatble data types give example
  • Ans. 

    Mutable data types can be modified after creation, while immutable data types cannot be modified.

    • Examples of mutable data types: lists, sets, dictionaries

    • Examples of immutable data types: strings, tuples, frozensets

  • Answered by AI
  • Q4. What is the difference between dictionary list and tuple
  • Ans. 

    A dictionary is an unordered collection of key-value pairs, while a list is an ordered collection of elements.

    • Dictionaries are accessed by keys, while lists are accessed by indices.

    • Dictionaries are mutable, while tuples are immutable.

    • Dictionaries can have duplicate values, but not duplicate keys.

    • Lists can contain elements of different data types, while tuples can contain elements of the same or different data types.

  • Answered by AI
  • Q5. Is a dictionary mutable
  • Ans. 

    Yes, a dictionary is mutable in Python.

    • A dictionary in Python can be modified by adding, updating, or deleting key-value pairs.

    • The values associated with keys in a dictionary can be changed.

    • Dictionaries are mutable objects, meaning they can be modified in-place.

    • The 'update()' method can be used to add or update multiple key-value pairs at once.

  • Answered by AI
  • Q6. Write a program to show if a program is prime or not
  • Ans. 

    A program to determine if a number is prime or not.

    • A prime number is a number greater than 1 that has no positive divisors other than 1 and itself.

    • To check if a number is prime, iterate from 2 to the square root of the number and check if any of them divides the number evenly.

    • If any divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Alcon Intern interview:
  • Python
  • Graphic Designing

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Iron carbon phase diagram
  • Ans. 

    Iron carbon phase diagram shows the phases of iron and carbon at different temperatures and compositions.

    • Shows the phases of iron and carbon at different temperatures and compositions

    • Includes regions for austenite, ferrite, cementite, and pearlite

    • Used in metallurgy to understand the behavior of steel

  • Answered by AI

Intern Interview Questions & Answers

Alcon user image Anonymous

posted on 18 Mar 2024

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

I applied via LinkedIn and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Describe an experience you have to work with a difficult person and how you managed it

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a marketing-related position and I got asked several P&G situational interview questions. Please prepare it in advance.

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, Technical and Aptitude Test.
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

Tell us how to improve this page.

People are getting interviews through

based on 2 Stryker interviews
Campus Placement
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Philips Interview Questions
3.9
 • 154 Interviews
Abbott Interview Questions
4.2
 • 142 Interviews
GE Healthcare Interview Questions
4.1
 • 71 Interviews
Medtronic Interview Questions
4.1
 • 69 Interviews
Poly Medicure Interview Questions
3.7
 • 54 Interviews
Alcon Interview Questions
3.7
 • 33 Interviews
View all
Stryker Intern Salary
based on 7 salaries
₹3 L/yr - ₹6 L/yr
59% more than the average Intern Salary in India
View more details

Stryker Intern Reviews and Ratings

based on 6 reviews

4.0/5

Rating in categories

2.9

Skill development

4.7

Work-Life balance

4.1

Salary & Benefits

4.2

Job Security

2.8

Company culture

3.9

Promotions/Appraisal

2.5

Work Satisfaction

Explore 6 Reviews and Ratings
Staff Engineer
176 salaries
unlock blur

₹14.4 L/yr - ₹36 L/yr

Senior Software Engineer
100 salaries
unlock blur

₹12.5 L/yr - ₹28.7 L/yr

Senior Staff Engineer
92 salaries
unlock blur

₹24 L/yr - ₹53 L/yr

Senior Design Engineer
86 salaries
unlock blur

₹6.1 L/yr - ₹22.3 L/yr

Area Sales Manager
58 salaries
unlock blur

₹10 L/yr - ₹19.5 L/yr

Explore more salaries
Compare Stryker with

Johnson & Johnson

4.1
Compare

Medtronic

4.1
Compare

Becton Dickinson

4.1
Compare

Boston Scientific

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview