Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 5 interview rounds.
IT was basic question from string and array
Use depth-first search to traverse the tree and identify leaf nodes.
Implement depth-first search algorithm to traverse the tree.
Identify nodes with no children as leaf nodes.
Store leaf nodes in an array for retrieval.
Reverse each word in a sentence without using default function.
Split the sentence into words
Iterate through each word and reverse it
Join the reversed words back into a sentence
Fibonacci series using recursion is a classic programming problem where each number is the sum of the two preceding ones.
Define a recursive function that takes an integer n as input
Base case: if n is 0 or 1, return n
Recursive case: return the sum of the previous two Fibonacci numbers
Call the function recursively with n-1 and n-2 until base case is reached
Find 1st, 2nd, and 3rd highest integers from an array.
Sort the array in descending order.
Retrieve the first three elements from the sorted array.
Handle cases where array length is less than 3.
I applied via Recruitment Consulltant and was interviewed in Mar 2023. There were 3 interview rounds.
In it situation would you use a data vault architecture?
I applied via Referral and was interviewed before Jul 2022. There were 5 interview rounds.
2 coding questions ( 1 easy , 1 medium) along with some mcqs on Hackerearth.
The test was for c++.
I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.
Developed a web application for tracking and managing inventory in real-time
Implemented a user-friendly interface for adding, updating, and deleting inventory items
Utilized RESTful APIs to communicate with backend database for seamless data retrieval and storage
Incorporated barcode scanning functionality for quick and accurate inventory management
Singleton pattern ensures a class has only one instance and provides a global point of access to it.
Create a private static instance variable of the class
Make the constructor private to prevent instantiation from outside the class
Provide a static method to access the instance, creating it if necessary
Use synchronized block or double-checked locking to ensure only one thread can access singleton instance at a time.
Use synchronized block to ensure thread safety in getInstance() method
Implement double-checked locking to minimize synchronization overhead
Consider using Enum singleton for thread safety without synchronization
A delegate is a type that represents references to methods with a specific parameter list and return type.
Delegates are similar to function pointers in C++ or pointers to member functions in C++.
Delegates are used to pass methods as arguments to other methods.
Delegates can be used to define callback methods.
Syntax: delegate return_type delegate_name(parameter_list);
An event is an occurrence or happening that can be detected and responded to by software.
Events can be user actions (clicking a button, typing in a text box)
Events can be system-generated (timer expiration, network packet arrival)
Events are typically handled by event handlers or listeners in software development
Siemens Healthineers interview questions for popular designations
Get interview-ready with Top Siemens Healthineers Interview Questions
End to end automation cycle involves automating the entire software development process from planning to deployment.
The cycle starts with requirements gathering and planning
Next, the code is developed and tested using automation tools
Continuous integration and delivery are used to deploy the code to production
Monitoring and feedback are used to improve the process
Examples of automation tools include Jenkins, Selenium,
I applied via Naukri.com and was interviewed in Aug 2022. There were 4 interview rounds.
I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 5 interview rounds.
Design patterns are used to solve common software design problems. Each use case requires a specific pattern.
Design patterns are reusable solutions to common software design problems.
Each use case requires a specific pattern to be used.
Examples of design patterns include Singleton, Factory, and Observer.
The choice of pattern depends on the problem being solved and the requirements of the system.
I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.
C++ related aptitude test. OOPs questions.
Questions related to linked list. Virtual functions and virtual destructor.
Reversing a LinkedIn list.
We primarily use the MERN stack for our web development projects.
MERN stack includes MongoDB, Express.js, React, and Node.js
MongoDB is used as the database to store data
Express.js is used as the backend framework for building APIs
React is used for building the user interface
Node.js is used as the server-side runtime environment
Threads are handled by creating and managing lightweight processes within a program to improve performance and responsiveness.
Threads are managed by the operating system or a thread library.
Threads share the same memory space within a process.
Threads can communicate with each other through shared memory or message passing.
Thread synchronization is important to prevent race conditions and ensure data consistency.
Example...
Top trending discussions
The duration of Siemens Healthineers interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 58 interviews
Interview experience
based on 423 reviews
Rating in categories
Software Developer
463
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
221
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
149
salaries
| ₹0 L/yr - ₹0 L/yr |
Design & Development Engineer
101
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Developer
84
salaries
| ₹0 L/yr - ₹0 L/yr |
GE Healthcare
Philips
Siemens
Fresenius Medical Care