Upload Button Icon Add office photos

Siemens Healthineers

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Siemens Healthineers Design & Development Engineer Interview Questions and Answers

Updated 19 Aug 2024

Siemens Healthineers Design & Development Engineer Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. Second largest in an array
  • Ans. 

    Find the second largest string in an array of strings.

    • Iterate through the array and keep track of the largest and second largest strings.

    • Compare each string with the current largest and second largest strings.

    • Return the second largest string at the end.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Angular coding round was conducted

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Not interested in disclosing because I don't want to ruin others life

Round 2 - One-on-one 

(2 Questions)

  • Q1. Hell. Not Interested in disclosing
  • Q2. Hell. Not Interested.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this company. A company with good crafted reputation, but not really the best workplace to work. No work life balance. Lot of dependencies with many cross department teams. Less availability of infrastructure. And FYI canteen food sucks. Benefits vary from department to department. A department with good work life balance will not have any benefits, the one that can make you sit up an all nighter will gift you with goodies and speakers. And many teams have toxic work culture and politics. Beware of what you wish for.

Design & Development Engineer Interview Questions Asked at Other Companies

asked in Logitech
Q1. If the product is a failure how will you make up for it?
Q2. What is design and scope? Write stress strain diagram? Types of s ... read more
Q3. 1. What is density of PP?
Q4. What consideration do you take while design sheet metal parts
Q5. What Modules in Mechanical Design software worked on? Types of CA ... read more

Interview questions from similar companies

I was interviewed in Aug 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions related to my project, questions on binary tree, questions from OS (like paging and scheduling). Interviewer also asked about competitive coding
  • Q2. Formal questions regarding my background, family members etc

Interview Preparation Tips

Round: Test
Duration: 1 hour

Skills: General Coding And Problem Solving, Puzzle Solving Capability
College Name: NIT Jamshedpur

I applied via Approached by Company and was interviewed in Aug 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic Java questions. Coding based on technical topics in Java. Approach and knowledge of other technology apart from core strength like ui ,design .
  • Q2. Scenario based questions. Deeper into Java and related technologies
  • Q3. Again based on Java and project but kind of client interview
  • Q4. Basic hr questions and salary discussion

Interview Preparation Tips

Round: Managerial
Experience: More of past projects and team handling

General Tips: Be prepared for basics in related technology and good through understanding in one core area.
Skills: Communication, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-3 Months

Interview Questionnaire 

1 Question

  • Q1. C++ Basic , malloc, calloc

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic C++, and Data structure focus on pointers and virtual function, vptr, vtable
  • Q2. Prepare about ur current project and process followed for entire development process thoroughly
  • Q3. Prepare common tools like. Linux, git, gdb
  • Q4. Prepare basics of data structures, OOPS, design patterns used

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep a steady approach, focus more and more on basics and working principle of concepts

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Do you know anything about cloud computing?
  • Ans. 

    Yes, cloud computing refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • It offers scalability, flexibility, and cost-effectiveness compared to traditional on-premises computing.

    • Examples of cloud computing services include Amazon Web Services, Microsoft Azure, and Google Cloud Platform.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very chill interview on the basis of profile.
Learn about new technology like cloud etc.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic OOPs concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basics.

I applied via Naukri.com and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Here they have work basically based on windows. So better to have c# and windows related stuff. Like win32, mfc, .net, c# . Here in my case I did not have experience in windows to ki made them clear about ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Two technical rounds were there and one more technical round with US panel were there. They were very cooperative.
Contribute & help others!
anonymous
You can choose to be anonymous

Siemens Healthineers Interview FAQs

How many rounds are there in Siemens Healthineers Design & Development Engineer interview?
Siemens Healthineers interview process usually has 2 rounds. The most common rounds in the Siemens Healthineers interview process are Technical, Coding Test and One-on-one Round.
What are the top questions asked in Siemens Healthineers Design & Development Engineer interview?

Some of the top questions asked at the Siemens Healthineers Design & Development Engineer interview -

  1. second largest in an ar...read more
  2. Hell. Not Interested in disclos...read more
  3. angular coding round was conduc...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

DESIGNATION

INTERVIEWS

AppInventiv Technologies

No Interviews

INTERVIEWS

NeoSOFT

No Interviews

INTERVIEWS

Siemens Healthineers

No Interviews

INTERVIEWS

AppInventiv Technologies

No Interviews

Tell us how to improve this page.

Siemens Healthineers Design & Development Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 431 Interviews
Philips Interview Questions
3.9
 • 157 Interviews
Abbott Interview Questions
4.1
 • 146 Interviews
Max Healthcare Interview Questions
4.1
 • 135 Interviews
Dr Lal PathLabs Interview Questions
4.2
 • 123 Interviews
UnitedHealth Interview Questions
4.0
 • 83 Interviews
Paras Hospital Interview Questions
4.5
 • 79 Interviews
Pacific BPO Interview Questions
3.4
 • 76 Interviews
View all
Siemens Healthineers Design & Development Engineer Salary
based on 101 salaries
₹8 L/yr - ₹20.3 L/yr
195% more than the average Design & Development Engineer Salary in India
View more details

Siemens Healthineers Design & Development Engineer Reviews and Ratings

based on 16 reviews

3.4/5

Rating in categories

3.0

Skill development

3.7

Work-life balance

3.0

Salary

4.1

Job security

3.6

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 16 Reviews and Ratings
Software Developer
463 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
221 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
149 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design & Development Engineer
101 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
84 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Siemens Healthineers with

GE Healthcare

4.0
Compare

Philips

3.9
Compare

Siemens

4.1
Compare

Fresenius Medical Care

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