Premium Employer

i

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

Medtronic Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 514 Reviews

Filter interviews by

Medtronic Interview Questions, Process, and Tips

Updated 27 Dec 2024

Top Medtronic Interview Questions and Answers

View all 25 questions

Medtronic Interview Experiences

Popular Designations

69 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed before Mar 2022.

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 - Aptitude Test 

.Net basics and Logical Aptitude

Round 3 - One-on-one 

(4 Questions)

  • Q1. SW Engineering Fundamentals, .Net Basics, Design Principles, Patterns, WebAPIs, Javascript
  • Q2. What are solid principles
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable software.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • I - Interface Segregation Principle: Clients sho...

  • Answered by AI
  • Q3. Is Javascript multi-threaded
  • Q4. What is webpacks in Javascript
  • Ans. 

    Webpack is a module bundler for JavaScript applications.

    • Webpack takes modules with dependencies and generates static assets representing those modules.

    • It can handle various file types such as JavaScript, CSS, and images.

    • Webpack allows for code splitting, lazy loading, and hot module replacement.

    • Plugins can be used to extend its functionality.

    • Commonly used with frameworks like React and Angular.

  • Answered by AI
Round 4 - One-on-one 

(4 Questions)

  • Q1. Logical Coding question, Design Principles, System Design
  • Q2. String based coding test
  • Q3. Design Patterns and their real-time usage
  • Ans. 

    Design patterns are reusable solutions to common software problems.

    • Design patterns help in creating maintainable and scalable code.

    • Some commonly used design patterns are Singleton, Factory, Observer, and Decorator.

    • Singleton pattern ensures that only one instance of a class is created.

    • Factory pattern provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will ...

  • Answered by AI
  • Q4. IOC principle use cases
Round 5 - One-on-one 

(4 Questions)

  • Q1. WebApi, .Net Core, Entity Framework, Linq
  • Q2. Asked to develop a web api
  • Q3. Write a Linq expression to fetch the desire results
  • Ans. 

    Linq expression to fetch desired results

    • Use 'Where' to filter data based on conditions

    • Use 'Select' to project data into desired format

    • Use 'OrderBy' or 'OrderByDescending' to sort data

    • Use 'Skip' and 'Take' to implement pagination

  • Answered by AI
  • Q4. Configure the Entity Framewok to connect with database
  • Ans. 

    To configure Entity Framework to connect with a database, follow these steps:

    • Install Entity Framework package using NuGet

    • Create a DbContext class that inherits from DbContext

    • Add a connection string to the app.config or web.config file

    • Use the DbContext to query the database

  • Answered by AI
Round 6 - One-on-one 

(4 Questions)

  • Q1. Fitment round with all behavioral questions
  • Q2. Which is the difficult project and why did you say so
  • Ans. 

    The most difficult project I worked on was the development of a complex software system for a large financial institution.

    • The project involved integrating multiple legacy systems with modern technologies.

    • There were numerous technical challenges, such as ensuring data consistency and security across different platforms.

    • The project also had tight deadlines and high stakeholder expectations.

    • Managing a large team and coord...

  • Answered by AI
  • Q3. How to handle a toughest boss
  • Ans. 

    Handling a tough boss requires effective communication, adaptability, and maintaining professionalism.

    • Maintain open and honest communication with your boss

    • Adapt to their management style and preferences

    • Focus on delivering high-quality work and meeting deadlines

    • Seek feedback and actively work on improving

    • Maintain professionalism and avoid personal conflicts

    • Build a support network within the organization

    • Document and keep...

  • Answered by AI
  • Q4. How did you resolve conflicts within team
  • Ans. 

    I resolved conflicts within the team by promoting open communication, active listening, and finding common ground.

    • Encouraged team members to express their concerns and opinions

    • Actively listened to each team member's perspective

    • Facilitated open discussions to find common ground and reach a consensus

    • Implemented a conflict resolution process to address conflicts in a timely manner

    • Mediated conflicts between team members by...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the SW fundamentals, Design Principles, and System Design

Skills evaluated in this interview

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Java coding test with 2 high level program questions covering logic using collections and streams and oops concepts 2 technical rounds on coding and project management

Technical round 1 - java program questions
Techno manager round 2 - technical and manager questions

Round 2 - Technical 

(2 Questions)

  • Q1. What are ui automation script
  • Ans. 

    UI automation scripts are programs that simulate user interactions with a software application's graphical user interface.

    • UI automation scripts are used to test the functionality and performance of software applications.

    • They can be written in various programming languages such as Java, Python, and C#.

    • UI automation scripts can simulate user actions such as clicking buttons, entering text, and navigating menus.

    • They can a...

  • Answered by AI
  • Q2. What are oops concept
  • Ans. 

    OOPs concepts are the fundamental principles of Object-Oriented Programming.

    • Encapsulation: Binding data and functions that manipulate the data together.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms.

    • Abstraction: Hiding implementation details and showing only functionality.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Java coding questions covering oops concepts collections

Skills evaluated in this interview

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Coding multiple choice questions
Round 3 - Coding Test 

Write code to sort numbers

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

I applied via Recruitment Consulltant

Round 1 - Aptitude Test 

English reasoning maths

Round 2 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. What are your strengths and weaknesses?
  • Q4. Education Background Family Details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for interview

Graduate Apprentice Trainee Interview Questions asked at other Companies

Q1. 1-why higher voltage is prefer for transportation ,2-why house wiring use in parallel not in series,3-saftey of transformers,4-doubly excited motor function ,5-neutral and earthing difference,6-kva rating of transformers why and why you
View answer (1)

Medtronic interview questions for popular designations

 Sales Executive

 (5)

 Senior Software Engineer

 (5)

 Sales Representative

 (4)

 Software Engineer

 (3)

 Apprentice

 (2)

 Intern

 (2)

 Product Manager

 (2)

 Software Developer

 (2)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Image processing, CI/CD, C++, C basics, video processing details
Round 3 - Behavioral 

(1 Question)

  • Q1. General managerial questions and few puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics has to be very clear.

Principal Engineer Interview Questions asked at other Companies

Q1. what technique did you use to understand the root cause of the problem and isolate the specific task or process that needed attention
View answer (3)

Get interview-ready with Top Medtronic Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Case Study 

You need to prepare and give a presentation on any topic they give.

Round 3 - HR 

(1 Question)

  • Q1. This was a rapid fire round wherein you are tested for your understanding of the market.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview round is not meant for only interviewer to ask questions. The candidate must also ask questions to know the outlook of the leader he will report to and the health of the business.

Marketing Manager Interview Questions asked at other Companies

Q1. What the big opportunities to handle a sales in a worse situation i.e when prices & demand are low & vice versa
View answer (2)

Jobs at Medtronic

View all

Interview Questionnaire 

1 Question

  • Q1. Say about the healthcare industry

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and bold.Go through the job description throughly.

Business Executive Interview Questions asked at other Companies

Q1. What is the difference between bank and nonbanking financial services?
View answer (9)

I applied via LinkedIn and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops,Design Patterns,Ds and algo(strings,arrays,linked list are more than enough). Few

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 4 rounds and happened over a span of 3 weeks. 1st being coding test online (mostly strings,arrays& linked list) . Second being technical round mostly concepts of oops,design patterns and few tech stqck related questions (.net,angular).
And the next one is managerial round and there was asked questions about my previous experiences and a coding round. And finally HR round just be yourself you can get it done.

Good Luck for the interviews.

Software Engineer II Interview Questions asked at other Companies

Q1. There are fifteen horses and a racing track that can run five horses at a time. You have to figure out the top 3 horses out of those and you don't have any timer machine to measure. How will you find the top 3 horses?
View answer (2)

I applied via Job Portal and was interviewed in Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Cruise through your profile
  • Q2. Situational questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and explain your current work with utmost conviction.

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Process related questions
  • Q2. Behaviour questions
  • Q3. Technical 13485 questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was quite good , it was 4 rounds of interview
Initial HR
Technical 1
Technical 2
Behavioural skill test
HR final

Quality System Specialist Interview Questions asked at other Companies

Q1. How to communicate the risk factors to different stake holders and how to track the risk mitigation actions
View answer (1)

Medtronic Interview FAQs

How many rounds are there in Medtronic interview?
Medtronic interview process usually has 2-3 rounds. The most common rounds in the Medtronic interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Medtronic 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 Medtronic. The most common topics and skills that interviewers at Medtronic expect are Healthcare, Medical Devices, Sales, Market Development and Project Management.
What are the top questions asked in Medtronic interview?

Some of the top questions asked at the Medtronic interview -

  1. 1) What is latest defect, documents we prepare throughout SDLC and STLC 2) in a...read more
  2. how to design be resilient, fault tolerant microservi...read more
  3. why use messaging systems in applicati...read more
How long is the Medtronic interview process?

The duration of Medtronic interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Medtronic Interview Process

based on 24 interviews in last 1 year

Interview experience

3.8
  
Good
View more

People are getting interviews through

based on 47 Medtronic interviews
Job Portal
Campus Placement
Company Website
Recruitment Consultant
Referral
49%
9%
4%
4%
4%
30% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.
Join Medtronic Engineering the extraordinary

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
Stryker Interview Questions
4.0
 • 40 Interviews
View all

Medtronic Reviews and Ratings

based on 514 reviews

4.1/5

Rating in categories

3.9

Skill development

3.9

Work-Life balance

3.9

Salary & Benefits

3.8

Job Security

4.0

Company culture

3.4

Promotions/Appraisal

3.7

Work Satisfaction

Explore 514 Reviews and Ratings
Senior AI/Data Science Engineer

Hyderabad / Secunderabad

1-2 Yrs

Not Disclosed

Principal Enterprise Software Test Engineer

Hyderabad / Secunderabad

3-5 Yrs

Not Disclosed

Senior Software Cloud Engineer - Senior Hadoop / Hbase Administrator

Hyderabad / Secunderabad

6-10 Yrs

Not Disclosed

Explore more jobs
Territory Manager
197 salaries
unlock blur

₹5 L/yr - ₹18 L/yr

Senior Software Engineer
122 salaries
unlock blur

₹15.1 L/yr - ₹36 L/yr

Sales Executive
121 salaries
unlock blur

₹2.8 L/yr - ₹11.8 L/yr

Area Manager
76 salaries
unlock blur

₹10.1 L/yr - ₹20.2 L/yr

Area Sales Manager
72 salaries
unlock blur

₹7.7 L/yr - ₹22.6 L/yr

Explore more salaries
Compare Medtronic with

Johnson & Johnson

4.1
Compare

Boston Scientific

4.0
Compare

Abbott

4.2
Compare

Siemens Healthineers

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