Upload Button Icon Add office photos

Siemens Healthineers

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Siemens Healthineers Automation Test Engineer Interview Questions and Answers

Updated 17 Jan 2025

Siemens Healthineers Automation Test Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Automate the use case Open Google.com, search for a country and find wikipedia page for each step add validations

Interview Preparation Tips

Topics to prepare for Siemens Healthineers Automation Test Engineer interview:
  • Selenium

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

Interview Questionnaire 

2 Questions

  • Q1. Virtual keyword usage, casting, vtable and vptr concepts
  • Q2. Colored and sliced cube

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong in basics and also know how compiler works. it helps a lot
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Self Introduction, explain about your projects
  • Ans. 

    I am a software engineer with experience in developing web applications using Java, Spring Boot, and Angular.

    • Developed a web application for a retail company using Java and Spring Boot

    • Implemented RESTful APIs for communication between frontend and backend

    • Designed and developed user interfaces using Angular framework

  • Answered by AI
  • Q2. Rotate an array n times with a O(1) time complexity
  • Ans. 

    Use modular arithmetic to efficiently rotate array n times.

    • Use modular arithmetic to calculate the effective number of rotations (n % array length)

    • Reverse the entire array

    • Reverse the first n elements

    • Reverse the remaining elements

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. What do you know about the company
  • Ans. 

    The company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with clients from various industries

    • Known for high-quality and reliable products

    • Has a strong team of software engineers and developers

  • Answered by AI

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts JVM questions String programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on java,selenium they look for jebhave and leanft
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Binary search Merg sorting algorithm Minimum n maximum number in an array list Core java question Oops tricky code snippets Architecture questions about restful and Microservices
  • Q2. Deep copy and shallow copy Interviewer test your problem solving attitude and response not the perfect output
  • Q3. Array in descending order code
  • Ans. 

    Sort an array of strings in descending order

    • Use the sort() method with a custom compare function to sort the array in descending order

    • Example: ['apple', 'banana', 'cherry'].sort((a, b) => b.localeCompare(a)) will result in ['cherry', 'banana', 'apple']

  • Answered by AI
  • Q4. Comparator and comparable interface
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2023. There were 2 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 Resume tips
Round 2 - Technical 

(5 Questions)

  • Q1. What is the iterator, generator in python. Write an example of it. What is .pyc file, when is it generate, generate and show it.
  • Ans. 

    Iterator and generator are used in Python to iterate over a sequence of elements. .pyc files are compiled Python files.

    • Iterator in Python is an object that enables a programmer to traverse a container, like a list.

    • Generator in Python is a function that returns an iterator. It generates values using the yield keyword.

    • Example of iterator: for num in range(5): print(num)

    • Example of generator: def square_numbers(n): for i i...

  • Answered by AI
  • Q2. Coding Questions: 1) Reversing a number eg:1234 to 4321 2) Perform sorting in list using any sort algorithm 3) list1, list2 - both are mapped to each other, based on the traget value in list1, return th...
  • Q3. Technical questions : OS module, .pyc file, git commands,
  • Q4. What is bug life cycle? which project management methodolgy are you following in your current project.
  • Ans. 

    Bug life cycle is the process of identifying, reporting, fixing, retesting, and closing bugs in a software project.

    • Bug is identified by a tester during testing phase

    • Bug is reported to the development team

    • Development team fixes the bug

    • Tester retests the bug to ensure it is fixed

    • Bug is closed once confirmed fixed

  • Answered by AI
  • Q5. Questions on OOPS . What is polymorphism, write an example for that . Why do we use OOP's

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on python basics as the role was for Python developer

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Siemens Healthineers Interview FAQs

How many rounds are there in Siemens Healthineers Automation Test Engineer interview?
Siemens Healthineers interview process usually has 1 rounds. The most common rounds in the Siemens Healthineers interview process are Technical.

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

AppInventiv Technologies

No Interviews

INTERVIEWS

Cartesian Consulting

No Interviews

INTERVIEWS

AppInventiv Technologies

No Interviews

INTERVIEWS

Magnasoft Consulting India

No Interviews

INTERVIEWS

AppInventiv Technologies

No Interviews

Tell us how to improve this page.

Siemens Healthineers Automation Test Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
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
Siemens Healthineers Automation Test Engineer Salary
based on 8 salaries
₹4.1 L/yr - ₹15 L/yr
27% more than the average Automation Test 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