Upload Button Icon Add office photos

Siemens Healthineers

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Siemens Healthineers Test Professional Interview Questions and Answers

Updated 3 Apr 2024

Siemens Healthineers Test Professional Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Reverse of a string, collection questions

Round 2 - Technical 

(1 Question)

  • Q1. Framework design, xpaths to be written, test cases to be identified in the given scenario
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

General program like Fibonacci, string

Test Professional Interview Questions Asked at Other Companies

asked in Siemens
Q1. Any application software,Power quality, Energy metering monitorin ... read more
asked in Siemens
Q2. Details of PQ Harmonics grid codes etc
asked in Siemens
Q3. IEC /IEEE standards on PQ issues
asked in Siemens
Q4. Debugging from testing point of view
asked in Siemens
Q5. Revere a String without using inbuilt methods

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
Contribute & help others!
anonymous
You can choose to be anonymous

Siemens Healthineers Interview FAQs

How many rounds are there in Siemens Healthineers Test Professional interview?
Siemens Healthineers interview process usually has 2 rounds. The most common rounds in the Siemens Healthineers interview process are Coding Test, Technical and HR.

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

Indian Register of Shipping

No Interviews

LIST OF COMPANIES

AppInventiv Technologies

Locations

INTERVIEWS

Siemens Healthineers

No Interviews

INTERVIEWS

Cartesian Consulting

No Interviews

INTERVIEWS

AU Small Finance Bank

No Interviews

Tell us how to improve this page.

Siemens Healthineers Test Professional Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 417 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
 • 77 Interviews
View all
Siemens Healthineers Test Professional Salary
based on 55 salaries
₹10 L/yr - ₹22 L/yr
133% more than the average Test Professional Salary in India
View more details

Siemens Healthineers Test Professional Reviews and Ratings

based on 5 reviews

3.9/5

Rating in categories

3.5

Skill development

4.6

Work-life balance

3.7

Salary

4.2

Job security

3.9

Company culture

3.2

Promotions

3.2

Work satisfaction

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