Upload Button Icon Add office photos

Siemens Healthcare

Compare button icon Compare button icon Compare

Filter interviews by

Siemens Healthcare Senior Software Engineer Interview Questions and Answers

Updated 19 Oct 2024

Siemens Healthcare Senior Software Engineer Interview Experiences

2 interviews found

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

I was interviewed in Apr 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic C# and oops questions , mostly on inheritance , abstraction ,encapsulation , properties
  • Q2. Coding questions related to strings finding longest substring without repeating characters , find the count of vowels in string with using dictionary kr hash ( used ascii value approach)
Round 2 - Technical 

(2 Questions)

  • Q1. Mostly on project .
  • Q2. Was asked about design patterns , had to create a design for a simple . How would I structure all the folders classes , interfaces logics etc .
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 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 tips
Round 2 - Aptitude Test 

General aptitude questions, analytical and logical reasoning

Round 3 - Technical 

(2 Questions)

  • Q1. Can you explain the Design diagram for your previous project
  • Q2. Explain any performance improvement you made in your project

Interview Preparation Tips

Interview preparation tips for other job seekers - Confident responses go a long way, also accept that you don't know some concepts and are willing to learn.

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

Senior Software Engineer Jobs at Siemens Healthcare

View all

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

Interview Preparation Tips

Round: Test
Experience: Basic Aptitude and logic based questions. 
Tips: Practice on questions similar to CAT.
Duration: 60 min minutes
Total Questions: 30

Round: Test
Experience: 15 MCQ + 3 programming + 2 networking based questions.
Tips: Problems are not so tough. Time is the only constraint. Keep it fast.
Duration: 30 minutes
Total Questions: 20

Round: Technical Interview
Experience: Find questions at -----/

Skill Tips: ""
College Name: IIT Indore

Interview Preparation Tips

Round: Test
Experience: Written test consisting of aptitude problems and algorithms lasting an hour. The test included 40 marks of aptitude problems and 3 questions on algorithms
Tips: Importance is given to test and programming languages.Not much stress is given on the courses but analytical abilities are testedSolve puzzles and algorithm type questionsKnowledge about probability is very helpful
Duration: 60 minutes

Round: Interview
Experience: Interviewers look how fast you can pick up stuffInterview questions for the technical round were based upon BTP and programming languages.

Round: Interview
Experience: HR round is not intensive and had general HR questions.

College Name: IIT Madras

Interview Questionnaire 

2 Questions

  • Q1. Questions related to programming and workshops related to that
  • Q2. Questions related to family background and job location were discussed

Interview Preparation Tips

Round: Test
Experience: test covers quantitative aptitude , logical
reasoning , maths and geometry. you need to be good in both aptitude and maths

Tips: . The best way to improve your aptitude is to regularly practice online tests available on various sites and also used to solve probability in your free time.
Duration: 45 min minutes
Total Questions: 30

Round: Technical Interview
Experience: i told them directly that i don't have idea about all these . Then they ask me to explain my current project. After that they tell me to draw the block diagram to explain the functioning of washing machine and OLA cab system .
In 2nd tech interview they ask the basic questions related to my branch, asked to explain 2 or 3 questions from their apti paper. They want to check your basic knowledge and how much you think logically.

Tips: . For the interview prepare yourself for the questions from your project and vocational training.Always be frank with your interviewer .

Round: HR Interview
Experience: They want to check your basic knowledge and how much you think logically.
HR round is only of 10 minutes.questions related to family background and job location were discussed."

Tips: Almost all the companies take apti test , you have to prepare for that . For the interview prepare yourself for the questions from your project and vocational training.Always be frank with your interviewer .
CPI FACTOR:
CPI did not matter much but there is a bar for the cpi so people scoring below that range are not eligible to apply


General Tips: They want to check your basic knowledge and how much you think logically.
Skills:
College Name: NIT Raipur
Motivation: high package and perk provided by the company as well as the company and its workplace culture

Interview Questionnaire 

1 Question

  • Q1. Explain about ur project..?
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for development

    • Implemented user authentication and authorization using JWT

    • Integrated with GitHub for version control

    • Used React for front-end and Node.js for back-end

    • Implemented real-time chat feature using Socket.io

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Duration: 2 hours minutes

Skills: Algorithms And Data Structures
College Name: IIT Madras
Funny Moments: HR asked what are languages u like?
i answered Tamil,English.

I was interviewed before Jul 2016.

Interview Preparation Tips

Round: Test
Duration: 2 hours
Total Questions: 100

Round: Group Discussion
Duration: 15 minutes

College Name: Gtbit

Interview Questionnaire 

9 Questions

  • Q1. Whole database design of one of my project. Asked some SQL queries also
  • Q2. You are given a triangle with height h and base length b and a square of side length a. How many squares can you fit in triangle? Need to derive formula
  • Ans. 

    Formula to calculate number of squares that can fit inside a triangle

    • Calculate the area of the triangle and the area of the square

    • Divide the area of the triangle by the area of the square to get the number of squares that can fit inside the triangle

    • Formula: (h*b)/(a*a)

  • Answered by AI
  • Q3. A pattern matching problem with special characters. He wanted the full working code. Similar question: -----/
  • Q4. What is SVM (Support Vector Machines
  • Ans. 

    SVM is a machine learning algorithm used for classification and regression analysis.

    • SVM finds the best hyperplane that separates data into different classes.

    • It works by maximizing the margin between the hyperplane and the closest data points.

    • SVM can handle both linear and non-linear data using kernel functions.

    • It is widely used in image classification, text classification, and bioinformatics.

    • SVM has been shown to be ef...

  • Answered by AI
  • Q5. ANN(Artificial Neural Networks)
  • Q6. GP(Genetic Programming)
  • Q7. Differences between them and how it is better than linear regression
  • Ans. 

    Logistic regression is used for classification while linear regression is used for regression analysis.

    • Logistic regression predicts the probability of an event occurring, while linear regression predicts the value of a continuous variable.

    • Logistic regression uses a sigmoid function to map input values to a probability between 0 and 1.

    • Linear regression assumes a linear relationship between the independent and dependent ...

  • Answered by AI
  • Q8. Questions related to AI and Machine Learning
  • Q9. He also asked few java OOPS questions

Interview Preparation Tips

Round: Test
Experience: Contained basic logic based questions. 30 problems. Difficulty Level ->Medium
Duration: 60 minutes
Total Questions: 30

Round: Test
Experience: 1) 15 multiple choice questions. Difficulty level -> Medium-Hard

2) 3 programming problems: Difficulty level -> Easy

a) You have an array of integers. Find that index for which sum of all the elements before it will be equal to sum of all elements after it.

b) Implement queue using stacks.

c) Find minimum value in a binary tree.

3) There were 2 networking related questions. We need to write the answers in detail. I don’t remember the questions.
Duration: 30 minutes
Total Questions: 15

College Name: NA

Skills evaluated in this interview

I was interviewed in Sep 2016.

Interview Questionnaire 

21 Questions

  • Q1. Given a square with side L and a circle is inscribed in it. Find the area in the square except the circle. (Pretty simple apti question)
  • Ans. 

    Area of square except inscribed circle

    • Find area of square

    • Subtract area of circle from square

    • Area of square = L^2, Area of circle = pi*(L/2)^2

    • Answer = L^2 - pi*(L/2)^2

  • Answered by AI
  • Q2. Write a program to find fibonacci series.. i.e. take an input from user, let's say n and then print first n fibonacci numbers (Cakewalk)
  • Q3. Write a program to find factorial using recursion (again, simple one)
  • Ans. 

    A program to find factorial using recursion.

    • Define a function that takes an integer as input.

    • Check if the input is 0 or 1, return 1 in that case.

    • Otherwise, call the function recursively with input-1 and multiply it with the input.

  • Answered by AI
  • Q4. What are indexes, views? (DBMS)
  • Ans. 

    Indexes are data structures that improve the speed of data retrieval operations in a database. Views are virtual tables created from queries.

    • Indexes are used to quickly locate data in a database by creating a sorted structure that allows for efficient searching.

    • Views are virtual tables that are created by executing a query and storing the result set as a named object.

    • Indexes can be created on one or more columns of a t...

  • Answered by AI
  • Q5. For an employee table write possible fields in it and similarly for dept. table and then find primary key and foreign key in these tables.
  • Q6. How indexes are implemented? (Ans - B Trees, B+ Trees)
  • Ans. 

    Indexes are implemented using B Trees and B+ Trees.

    • B Trees and B+ Trees are data structures used to organize and efficiently search data in databases.

    • B Trees are balanced search trees that store data in nodes with multiple children.

    • B+ Trees are similar to B Trees but have additional features like leaf nodes that form a linked list.

    • Indexes are created on specific columns of a database table to improve query performance.

    • ...

  • Answered by AI
  • Q7. What are the things other than indexes and tables present in a dbms? (Ans - Views, .. etc.)
  • Ans. 

    Other than indexes and tables, a DBMS also includes views, stored procedures, triggers, and functions.

    • Views: Virtual tables that are based on the result of a query. They provide a way to simplify complex queries and restrict access to data.

    • Stored Procedures: Precompiled sets of SQL statements that can be executed with a single command. They enhance performance and allow for code reusability.

    • Triggers: Special types of s...

  • Answered by AI
  • Q8. What are the roles of a database administrator?
  • Ans. 

    A database administrator manages and maintains databases, ensuring their security, performance, and availability.

    • Designing and implementing database structures

    • Installing and configuring database software

    • Monitoring and optimizing database performance

    • Ensuring data integrity and security

    • Backing up and restoring databases

    • Troubleshooting and resolving database issues

    • Collaborating with developers and system administrators

    • Pla...

  • Answered by AI
  • Q9. Then he gave a binary tree to me, asked me to write inorder traversal for that. (simple, hah)
  • Q10. Then asked me to write few numbers in sorted order..asked to perform binary search on them to find a particular number.
  • Q11. Types of integrity in dbms? (Ans- Foreign, referential, domain)
  • Ans. 

    Types of integrity in DBMS include foreign, referential, and domain.

    • Foreign integrity ensures that foreign key values in a table match primary key values in another table.

    • Referential integrity ensures that relationships between tables are maintained, preventing orphaned or invalid data.

    • Domain integrity ensures that data in a column adheres to specified data types, formats, or constraints.

    • For example, in a database for ...

  • Answered by AI
  • Q12. What is SDLC(Software Development Life Cycle) and what are it's phases?
  • Ans. 

    SDLC is a process followed by software development teams to design, develop and test high-quality software.

    • SDLC stands for Software Development Life Cycle

    • It consists of several phases including planning, analysis, design, implementation, testing, and maintenance

    • Each phase has its own set of activities and deliverables

    • The goal of SDLC is to produce high-quality software that meets customer requirements and is delivered ...

  • Answered by AI
  • Q13. What is agile methodology?
  • Ans. 

    Agile methodology is an iterative and incremental approach to software development.

    • Agile methodology emphasizes collaboration, flexibility, and customer satisfaction.

    • It involves breaking down the project into small, manageable tasks called user stories.

    • Teams work in short iterations called sprints, typically 1-4 weeks long.

    • Regular meetings like daily stand-ups and sprint reviews are held to track progress and gather fe...

  • Answered by AI
  • Q14. Why UHG?
  • Q15. Where do you see yourself after 3-5 years?
  • Ans. 

    In 3-5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Advancing to a senior software engineer role

    • Leading a team of developers on projects

    • Working on innovative and challenging projects

    • Continuing to learn and grow in the field

  • Answered by AI
  • Q16. How do you like himachal? (As I'm from plains and I study here in himachal)
  • Q17. Introduce yourself!
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in full-stack web development

    • Proficient in languages such as JavaScript, Python, and Java

    • Familiar with frameworks like React, Node.js, and Django

    • Strong problem-solving skills and ability to work in a team

    • Completed projects like e-commerce website using MERN stack

  • Answered by AI
  • Q18. Tell 1 thing which is not present in the resume and which you want from life.
  • Ans. 

    I want to learn how to play the piano.

    • I have always been fascinated by music and the piano in particular.

    • Learning to play an instrument can be a great way to relax and unwind.

    • Playing the piano can also improve cognitive skills and memory.

    • I believe learning to play the piano will bring me joy and fulfillment.

  • Answered by AI
  • Q19. Then asked me questions with obvious answers like "Are you willing to relocate?", "Are you ready to work in night shifts?" etc.
  • Q20. Asked me some questions regarding my family.
  • Q21. My strengths and weaknesses.
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include public speaking and time management.

    • Strengths: problem-solving skills, attention to detail

    • Weaknesses: public speaking, time management

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The first round was a pen and paper aptitude test. The test consisted of questions from quantitative aptitude, logical reasoning, analytical reasoning and what not. It had all types of aptitude questions. The level of test was very high. Questions were very lengthy. I could only manage to solve around 15 questions in the time limit. +1 was given for correct answer and -0.5 for wrong answer. Though the cutoff to clear the test was around 7-8 out of 30, only 28 students out of the 150 students sat were able to clear the test.
Tips: 1. Do practice aptitude questions as much as you can before going for the test.
2. Don't try to guess any question's answer. If you are not getting it, just leave it.
3. Maintain the speed.
Duration: 45 minutes
Total Questions: 30

Round: Test
Experience: The second round was the pen and paper coding round. This round was mandatory for computer science students and optional for other branches. There were 3 questions given to us for which we had to write the code in any of the programming language we know.
The 3 questions that we got were:
1. Sort the array of pairs
2. Find mirror of the binary tree
3. LCS
All of the codes were pretty simple.
This test was taken just for the sake of asking questions in the interview and not for the selection for interview. Selection for interview was done completely on the basis of aptitude test.
Tips: 1.Just stay calm and cool. You would be having enough time to write. ;)
2. Practice on geeksforgeeks
Duration: 30 minutes
Total Questions: 3

Round: Technical Interview
Experience: This round was pretty simple. I had written ds, ada and dbms in my resume. That's why he asked me all the questions from them only. I answered almost all the questions quickly and got called for the 2nd interview after few minutes. This interview lasted for around 35-40 minutes. The interviewer was very friendly. He even offered me coffee and biscuits in between.
Tips: 1. Just stick to the basics of the core subjects.
2. Be very careful and specific about the things you mention in your resume.
3. Stay calm and cool.

Round: Technical Interview
Experience: This interview was fun to me. I enjoyed it a lot. It was a technical-cum-HR interview :D He started by asking questions regarding SDLC and as I started with that, he started making questions from the answers I was giving. He asked me questions regarding working in teams, that would I be comfortable working in a team with a boss or in a team where there is no boss. I answered all the questions very carefully giving him a valid reason. This interview lasted for around 25-30 minutes.
Tips: 1. Do your ground work about the company before going for the interview like you should be very clear about optum and UnitedHealth Care in which the UHG is divided and about their visions.
2. Enjoy the interview and do keep a short smile on your face. :)

Round: HR Interview
Experience: This round lasted for around 10-15 minutes only. The interviewer was very calm and friendly. As I went in, I was shivering, he then asked me if I'm nervous? I said no. He then made me feel calm by telling stories of his time when he was at my stage giving interviews and about other things that stage fear is a normal thing and butterflies in stomachs are also normal. After that I enjoyed answering to him each question :)
Tips: Stay confident.

Skills: Aptitude, Basics of programming, Confidence, LOGICAL THINKING ABILITIES
College Name: NIT Hamirpur

Skills evaluated in this interview

Siemens Healthcare Interview FAQs

How many rounds are there in Siemens Healthcare Senior Software Engineer interview?
Siemens Healthcare interview process usually has 2-3 rounds. The most common rounds in the Siemens Healthcare interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Siemens Healthcare Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Siemens Healthcare. The most common topics and skills that interviewers at Siemens Healthcare expect are Healthcare, Application Software, Automation, C++ and Consulting.
What are the top questions asked in Siemens Healthcare Senior Software Engineer interview?

Some of the top questions asked at the Siemens Healthcare Senior Software Engineer interview -

  1. Can you explain the Design diagram for your previous proj...read more
  2. Was asked about design patterns , had to create a design for a simple . How wou...read more
  3. Coding questions related to strings finding longest substring without repeating...read more

Tell us how to improve this page.

Siemens Healthcare Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Siemens Healthcare Senior Software Engineer Salary
based on 159 salaries
₹9.1 L/yr - ₹28 L/yr
43% more than the average Senior Software Engineer Salary in India
View more details

Siemens Healthcare Senior Software Engineer Reviews and Ratings

based on 19 reviews

4.5/5

Rating in categories

3.6

Skill development

4.7

Work-life balance

4.1

Salary

4.7

Job security

4.1

Company culture

3.9

Promotions

3.7

Work satisfaction

Explore 19 Reviews and Ratings
Software Developer
226 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
159 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
106 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Siemens Healthcare with

GE Healthcare

4.0
Compare

Philips

3.9
Compare

Siemens Healthineers

4.0
Compare

Toshiba Medical Systems

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