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

Stryker Softwaretest Engineer Interview Questions and Answers

Updated 17 Nov 2024

Stryker Softwaretest Engineer Interview Experiences

1 interview found

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

(1 Question)

  • Q1. Detailed explanation about projects mentioned in the resume

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with experience in various programming languages and a passion for problem-solving.

    • Experienced in programming languages such as Java, C++, and Python

    • Strong problem-solving and analytical skills

    • Familiar with software development methodologies like Agile

    • Worked on projects involving web development and database management

    • Constantly learning and staying updated with new technologies

  • Answered by AI
  • Q2. Where are you from?
  • Ans. 

    I am from New York City, a bustling metropolis known for its diverse culture and thriving tech industry.

    • I am from New York City

    • New York City is known for its diverse culture

    • New York City has a thriving tech industry

  • Answered by AI
  • Q3. What you know about Medline?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was fun, interviewee was very nice to me, never let me feel like i'm very new to this; so thank you MEDLINE
Interview experience
4
Good
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. End to End Process and Configs from all aspects of the SAP EWM
  • Ans. 

    The SAP EWM involves configuring end-to-end processes for warehouse management.

    • Configuration of warehouse structure and layout

    • Setting up storage types, storage bins, and storage sections

    • Defining warehouse tasks and activities

    • Configuring goods receipt and goods issue processes

    • Integration with other SAP modules like MM, SD, and PP

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Interview conducted by onsite Team Lead
Round 3 - Behavioral 

(1 Question)

  • Q1. Complete Lifecycle of the SAP Products
  • Ans. 

    SAP products go through various stages from development to end of life, including design, development, testing, implementation, maintenance, and retirement.

    • Design phase involves planning and creating the product's architecture.

    • Development phase includes coding and building the product.

    • Testing phase ensures the product meets quality standards.

    • Implementation phase involves deploying the product for use by customers.

    • Maint...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General HR round

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Sep 2021. 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 - One-on-one 

(2 Questions)

  • Q1. Tell me about your Previous Exp What is the Reason for leaving Technical questions of Process A mindset to work with a company Excel knowledge Basic Accounting knowledge (Short Pay- Over Pay)
  • Q2. Tell me about O2C Process Cash Application Process
  • Ans. 

    O2C process involves all activities from order placement to cash collection. Cash application process involves matching payments to invoices.

    • O2C stands for Order-to-Cash process

    • It includes order management, credit check, pricing, invoicing, payment processing, and cash collection

    • Cash application process involves matching payments received to invoices issued

    • It ensures accurate recording of payments and timely resolution...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read about Medline company , what are the products they deal with, Turnover of Medline
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Comparator and Comparable
  • Q2. Spring Boot related question

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

Intern Interview Questions & Answers

Medtronic user image Gyeongtae Sun Moon

posted on 1 Nov 2023

Interview experience
5
Excellent
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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Behavior questions
  • Q2. Resume questions and asked to describe
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How do you handle team

Stryker Interview FAQs

How many rounds are there in Stryker Softwaretest Engineer interview?
Stryker interview process usually has 1 rounds. The most common rounds in the Stryker interview process are One-on-one Round.

Tell us how to improve this page.

Stryker Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Medtronic Interview Questions
4.0
 • 70 Interviews
Poly Medicure Interview Questions
3.7
 • 57 Interviews
Alcon Interview Questions
3.7
 • 36 Interviews
SMC Corporation Interview Questions
3.7
 • 27 Interviews
Unicorn DenMart Interview Questions
4.2
 • 19 Interviews
View all
Stryker Softwaretest Engineer Salary
based on 10 salaries
₹6 L/yr - ₹10.5 L/yr
43% more than the average Softwaretest Engineer Salary in India
View more details

Stryker Softwaretest Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

3.0

Work-life balance

4.0

Salary

4.0

Job security

2.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Staff Engineer
211 salaries
unlock blur

₹13.1 L/yr - ₹40 L/yr

Senior Software Engineer
117 salaries
unlock blur

₹12.6 L/yr - ₹30 L/yr

Senior Staff Engineer
100 salaries
unlock blur

₹24 L/yr - ₹53 L/yr

Senior Design Engineer
88 salaries
unlock blur

₹6.1 L/yr - ₹22.3 L/yr

Area Sales Manager
65 salaries
unlock blur

₹10 L/yr - ₹19.5 L/yr

Explore more salaries
Compare Stryker with

Poly Medicure

3.7
Compare

Medtronic

4.0
Compare

Becton Dickinson

4.0
Compare

Alcon

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