Upload Button Icon Add office photos

Siemens Healthineers

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Siemens Healthineers Data Engineer Interview Questions and Answers

Updated 7 Dec 2023

Siemens Healthineers Data Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 5 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 

(1 Question)

  • Q1. SQL related questions on snowflake and databricks
Round 3 - Technical 

(1 Question)

  • Q1. Database architecture and design related questions
Round 4 - Behavioral 

(1 Question)

  • Q1. Databricks experience, domain knowledge and mostly experience related questions.
Round 5 - HR 

(1 Question)

  • Q1. Expectations and how you would be a good fit. All general HR questions that you can find

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your skills and sale yourself well.

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 LinkedIn and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. .Net thorough, JavaScript, Coding questions, Puzzles, Oops, Design patterns, Solid principles

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the technology stack, coding challenges

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 LinkedIn and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, JS and angular fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on fundamentals first

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Kubernetes/Cloud fundamentals.
  • Q2. Previous organization work in detail. My daily routine in company.
  • Q3. Programming question about array manipulation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was very good and smooth. They asked only fundamentals and basics. They only want to judge if candidate is fast learner.

I applied via Referral and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Coding Test 

String, array, Linkedlist, sorting technic.

Round 2 - Technical 

(1 Question)

  • Q1. Deep dive technology, oops,
Round 3 - Behavioral 

(1 Question)

  • Q1. Scenario based questions on application, design
Round 4 - One-on-one 

(1 Question)

  • Q1. Same as all company asked like why you want to come here

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice on basic. And be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2023. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Java 8, 11 features with practical questions and coding.
  • Q2. Springboot, spring security, spring cloud, actuators
Round 3 - Technical 

(3 Questions)

  • Q1. Data structures and algorithms
  • Q2. Java 8, 11 features with coding assignment
  • Ans. 

    Java 8 and 11 introduced several new features and improvements to the language.

    • Java 8 introduced lambda expressions, functional interfaces, streams, and default methods.

    • Java 11 introduced local variable syntax for lambda parameters, HTTP client API, and new string methods.

    • Example of Java 8 lambda expression: (x, y) -> x + y

    • Example of Java 11 HTTP client API: HttpClient client = HttpClient.newHttpClient();

  • Answered by AI
  • Q3. Springboot related questions and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and give your best. Some coding questions will be asked.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2022. There were 5 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 

(1 Question)

  • Q1. What is call,bind,apply
  • Ans. 

    call, bind, and apply are methods used to manipulate the value of 'this' in JavaScript functions.

    • Call invokes a function with a specified 'this' value and arguments provided individually.

    • Bind creates a new function that, when called, has its 'this' keyword set to the provided value.

    • Apply invokes a function with a specified 'this' value and arguments provided as an array.

    • All three methods are used to control the value o...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Explain about angular,nodejs,expressjs
  • Ans. 

    Angular is a front-end framework, Node.js is a back-end runtime environment, and Express.js is a web application framework for Node.js.

    • Angular is used for building dynamic single-page applications (SPAs) with HTML, CSS, and TypeScript.

    • Node.js is used for building scalable network applications and is based on the V8 JavaScript engine.

    • Express.js is a minimal and flexible Node.js web application framework that provides a ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About Ge healthcare ,culture,salary
Round 5 - One-on-one 

(1 Question)

  • Q1. More about ge healthcare

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on JS,nodejs architecture coding skills

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How to reverse two numbers without using temp variable
  • Ans. 

    To reverse two numbers without using a temp variable, use bitwise XOR operation.

    • Use bitwise XOR operation to swap two numbers without using a temp variable.

    • Example: a = 5, b = 7. a = a XOR b, b = a XOR b, a = a XOR b. After this, a = 7, b = 5.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to join Thermo Fisher
  • Ans. 

    I want to join Thermo Fisher because of their reputation for innovation and impact in the scientific community.

    • Thermo Fisher is a leader in the scientific research and healthcare industry

    • I am impressed by their commitment to innovation and cutting-edge technology

    • I believe working at Thermo Fisher will provide me with opportunities for professional growth and development

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Siemens Healthineers Interview FAQs

How many rounds are there in Siemens Healthineers Data Engineer interview?
Siemens Healthineers interview process usually has 5 rounds. The most common rounds in the Siemens Healthineers interview process are Technical, Resume Shortlist and Behavioral.
What are the top questions asked in Siemens Healthineers Data Engineer interview?

Some of the top questions asked at the Siemens Healthineers Data Engineer interview -

  1. Databricks experience, domain knowledge and mostly experience related questio...read more
  2. SQL related questions on snowflake and databri...read more
  3. Database architecture and design related questi...read more

Recently Viewed

INTERVIEWS

Kaar Tech

No Interviews

INTERVIEWS

Nissi Engineering Solution

No Interviews

INTERVIEWS

Vodafone Idea

No Interviews

INTERVIEWS

Asahi India Glass

No Interviews

JOBS

Nissi Engineering Solution

No Jobs

INTERVIEWS

Teleperformance

No Interviews

SALARIES

Emphatic Sense Technologies

INTERVIEWS

Nippon Express

No Interviews

INTERVIEWS

Asahi India Glass

No Interviews

JOBS

Asahi India Glass

No Jobs

Tell us how to improve this page.

Siemens Healthineers Data Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 416 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
 • 81 Interviews
Paras Hospital Interview Questions
4.5
 • 80 Interviews
Pacific BPO Interview Questions
3.4
 • 76 Interviews
View all
Siemens Healthineers Data Engineer Salary
based on 9 salaries
₹14 L/yr - ₹20.4 L/yr
72% more than the average Data Engineer Salary in India
View more details
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