Upload Button Icon Add office photos

Siemens Healthineers

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Siemens Healthineers C Developer Interview Questions, Process, and Tips

Updated 3 Apr 2023

Siemens Healthineers C Developer Interview Experiences

1 interview found

C Developer Interview Questions & Answers

user image Anonymous

posted on 3 Apr 2023

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

I applied via LinkedIn and was interviewed in Mar 2023. 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 - Technical 

(3 Questions)

  • Q1. Object oriented programming in c++
  • Ans. 

    Object-oriented programming in C++ is a programming paradigm that uses objects to represent real-world entities.

    • Encapsulation, inheritance, and polymorphism are the three main pillars of OOP in C++.

    • Classes and objects are the building blocks of OOP in C++.

    • OOP in C++ allows for code reusability, modularity, and easier maintenance.

    • Example: A car can be represented as an object in C++ with properties like make, model, and...

  • Answered by AI
  • Q2. Operator overloading Restrict inheritance Const in copy constructor Minimum swap to make 3 string of equal size similar Late binding
  • Q3. Const pointer and pointer to const Join in Multithreading
  • Ans. 

    Const pointer and pointer to const in multithreading

    • A const pointer cannot change the memory address it points to, but can change the value at that address

    • A pointer to const can change the memory address it points to, but cannot change the value at that address

    • In multithreading, const pointers can be used to ensure thread safety by preventing multiple threads from modifying the same memory location

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Puzzle 4 tier and one spare tier
  • Q2. Why we use join in Multithreading
  • Ans. 

    Join is used to wait for a thread to finish execution before continuing with the main thread.

    • Join ensures that all the threads finish their execution before the main thread exits.

    • It is used to avoid race conditions and deadlocks.

    • Join can be used with detach to ensure that the thread is not left running in the background.

    • Example: Joining a thread that performs a time-consuming task before continuing with the main thread...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Siemens Healthineers C Developer interview:
  • C++
  • Oops
  • Multithreading
  • Dsa
  • Puzzle
Interview preparation tips for other job seekers - Be crisp and clear what you are telling. They will cross question from any point so be sure what u are telling to interviewer.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. C++ Basic , malloc, calloc

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.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions on OOPs concepts
  • Q2. Software development life cycle
  • Ans. 

    Software development life cycle is a process used by software developers to design, develop, test, and deploy software applications.

    • SDLC consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the successful completion of the project.

    • Examples of SDLC models include Waterfall, Agile, Scrum, and DevOps.

    • SDLC...

  • Answered by AI
Round 2 - Coding Test 

Two coding questions. One using quick sort. The other one was for prime numbers

Skills evaluated in this interview

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

I applied via unstop and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was medium to difficult level test

Round 2 - Technical 

(2 Questions)

  • Q1. Questions about core subjects like oops pillars
  • Q2. Questions about projects, technologies used
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join this
  • Q2. Your previous experience and questions about your background
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 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 - Coding Test 

Two Easy questions to be solved

Round 3 - Technical 

(3 Questions)

  • Q1. Some Technical based questions
  • Q2. It was amazing . Interviewer asked me to code for heap sort and asked me to explain.
  • Q3. Write a code for heap sort algorithm and explain it?
  • Ans. 

    Heap sort is a comparison-based sorting algorithm that uses a binary heap data structure.

    • Heap sort works by building a binary heap from the array and then repeatedly extracting the maximum element and placing it at the end of the array.

    • The heap is maintained as a complete binary tree, where each parent node is greater than or equal to its children.

    • The time complexity of heap sort is O(n log n) and it is an in-place sor...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GE Healthcare Software Developer interview:
  • C++
  • C
  • Python
Interview preparation tips for other job seekers - Learn very well and expertise in one coding language. To be have a clear vision on theory concepts like OS, DBMS, OOPS, CN...etc.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Simple qraph question and recursion questions

Round 2 - HR 

(2 Questions)

  • Q1. Project disscussion
  • Q2. And mindset testing questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement 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. Totally Resume based, be prepared for all the projects u have put on resume.
  • Q2. Tell me about the projects & mostly managerial questions.

Interview Preparation Tips

Topics to prepare for Philips Software Developer interview:
  • DSA
  • OS
  • DBMS
  • OOPS
Contribute & help others!
anonymous
You can choose to be anonymous

Siemens Healthineers Interview FAQs

How many rounds are there in Siemens Healthineers C Developer interview?
Siemens Healthineers interview process usually has 3 rounds. The most common rounds in the Siemens Healthineers interview process are Technical and Resume Shortlist.
What are the top questions asked in Siemens Healthineers C Developer interview?

Some of the top questions asked at the Siemens Healthineers C Developer interview -

  1. Const pointer and pointer to const Join in Multithread...read more
  2. Why we use join in Multithread...read more
  3. Object oriented programming in ...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

INTERVIEWS

Systech Solutions

No Interviews

INTERVIEWS

Amnet Systems

No Interviews

INTERVIEWS

Great Eastern Shipping Company

No Interviews

SALARIES

Synergy Marine Group

SALARIES

Cartesian Consulting

Tell us how to improve this page.

Siemens Healthineers C Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 418 Interviews
Philips Interview Questions
3.9
 • 157 Interviews
Abbott Interview Questions
4.1
 • 147 Interviews
Max Healthcare Interview Questions
4.1
 • 135 Interviews
Dr Lal PathLabs Interview Questions
4.2
 • 123 Interviews
UnitedHealth Interview Questions
4.0
 • 81 Interviews
Paras Hospital Interview Questions
4.4
 • 80 Interviews
Pacific BPO Interview Questions
3.4
 • 77 Interviews
View all
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