i
Siemens
Filter interviews by
HIRA stands for Hazard Identification and Risk Assessment. It is a systematic process for identifying potential hazards and analyzing the associated risks.
HIRA involves identifying hazards in the workplace or environment.
It includes assessing the likelihood and severity of potential risks.
The goal of HIRA is to implement control measures to mitigate or eliminate risks.
Examples of hazards include chemical exposure, elec
Dangerous Occurrence as per Fact Act refers to any incident that results in serious injury, death, or significant damage to property.
Dangerous Occurrence includes incidents that result in serious injury or death of a person.
It also includes incidents that cause significant damage to property or the environment.
Criteria for determining Dangerous Occurrence may vary based on the specific regulations or guidelines outline...
I have successfully implemented safety protocols resulting in a 30% decrease in workplace accidents.
Implemented new safety training programs for employees
Conducted regular safety inspections and audits
Reduced workplace accidents by 30% within the first year
Circuit breakers are electrical switches designed to protect electrical circuits from damage caused by overload or short circuit.
Circuit breakers automatically stop the flow of electricity when a fault is detected.
They can be reset manually after tripping.
Common types include thermal-magnetic, magnetic, and thermal circuit breakers.
Examples include miniature circuit breakers (MCBs) and molded case circuit breakers (MCC
Contractor is a device used to make or break an electrical circuit, while relay is an electromagnetic switch that opens or closes circuits.
Contractor is typically used for high power applications, while relay is used for low power applications.
Contractor is usually larger in size and can handle higher currents, while relay is smaller and handles lower currents.
Contractors are commonly used in industrial settings for co...
Neutral is a current-carrying conductor that completes the circuit, while earthing is a safety measure to prevent electric shock.
Neutral wire carries current back to the source in a circuit
Earthing provides a path for fault currents to flow safely to the ground
Neutral wire is typically connected to the center tap of a transformer
Earthing is done by connecting metal parts of electrical equipment to the earth
Star and delta are two types of connections used in electrical circuits.
Star connection is a type of electrical connection where all the components are connected at a common point, forming a star shape.
Delta connection is a type of electrical connection where the components are connected in a triangular shape, resembling the Greek letter delta.
Star connection is commonly used in three-phase AC circuits, while delta con...
A contractor is a person or company hired to perform work on a specific project or job.
Contractors are hired to complete tasks that the hiring company may not have the expertise or resources to do themselves.
Contractors can be hired for various projects such as construction, electrical work, plumbing, etc.
Contractors are typically paid for their services based on a contract or agreement outlining the scope of work, tim
Yes, process industry refers to industries that produce goods through a series of steps or processes.
Process industry involves manufacturing products through a series of steps or processes.
Examples include chemical plants, oil refineries, food processing plants, and pharmaceutical companies.
Efficiency and optimization are key factors in process industry to ensure quality and cost-effectiveness.
Design principles are fundamental concepts used to guide the software design process.
Design principles help ensure that software is scalable, maintainable, and efficient.
Examples of design principles include SOLID principles, DRY (Don't Repeat Yourself), KISS (Keep It Simple, Stupid), and YAGNI (You Aren't Gonna Need It).
Dependency Inversion is a design principle where high-level modules do not depend on low-level modules, but both depend on abstractions. Dependency Injection is a design pattern where the objects are passed their dependencies rather than creating them internally.
Dependency Inversion: High-level modules depend on abstractions, not on low-level modules. Promotes decoupling and flexibility.
Dependency Injection: Objects ar...
Data can be pushed from server to client using technologies like WebSockets, Server-Sent Events, or HTTP long polling.
Use WebSockets for real-time bidirectional communication between server and client.
Server-Sent Events allow server to push data to client over a single, long-lived connection.
HTTP long polling involves the client making repeated HTTP requests to the server, which holds the response until new data is ava
I appeared for an interview in Mar 2025, where I was asked the following questions.
Testing is the process of evaluating a system or component to ensure it meets specified requirements and functions correctly.
Verifies functionality: Ensures that electrical systems operate as intended, e.g., testing circuit breakers for proper operation.
Identifies defects: Detects faults or issues in electrical equipment, such as insulation failures in cables.
Ensures safety: Confirms that electrical systems comply with...
TBT stands for Test Before Touch, a safety protocol in electrical testing to prevent accidental contact with live circuits.
TBT ensures that equipment is tested for safety before any maintenance work begins.
It involves using testing devices to verify that circuits are de-energized.
For example, a technician uses a multimeter to check voltage levels before touching wires.
TBT is crucial in preventing electrical shocks and
PTW stands for Permit to Work, a safety document ensuring safe execution of high-risk tasks in electrical engineering.
PTW is essential for managing risks associated with electrical work.
It outlines specific safety measures and procedures to follow.
Examples include isolating equipment before maintenance or testing.
PTW ensures that all personnel are aware of ongoing work and hazards.
It often requires sign-offs from super
Panel check involves verifying electrical panels for safety, functionality, and compliance with standards.
Visual inspection for physical damage or wear.
Verification of proper labeling and identification of circuits.
Testing of circuit breakers for functionality and trip settings.
Checking connections for tightness and corrosion.
Measuring insulation resistance to ensure safety.
Verifying grounding and bonding connections.
Siemens interview questions for popular designations
I appeared for an interview in Mar 2025, where I was asked the following questions.
Testing is the process of evaluating a system or component to ensure it meets specified requirements and functions correctly.
Verifies functionality: Ensures that the system operates as intended, e.g., testing a software application for bugs.
Validates performance: Assesses if the system meets performance criteria, e.g., load testing a web server under high traffic.
Ensures safety: Confirms that the system is safe for use...
The supply procedure outlines the steps for procuring and delivering materials and equipment for projects.
Identify project requirements: Determine the materials and equipment needed for the project.
Source suppliers: Research and select reliable suppliers who can provide the required items.
Request quotations: Obtain price quotes from multiple suppliers to ensure competitive pricing.
Place orders: Finalize the supplier an...
Current check ensures electrical systems operate within specified parameters, preventing faults and ensuring safety.
Verifies that the current flowing through a circuit matches design specifications.
Used in testing electrical equipment like transformers and motors.
Example: Measuring current in a motor to ensure it doesn't exceed rated capacity.
Helps identify issues like overloads or short circuits before commissioning.
Get interview-ready with Top Siemens Interview Questions
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
LAN stands for Local Area Network. It is a network that connects computers and devices in a limited area such as a home, office, or school.
LAN is used to share resources like printers, files, and internet connections within a limited area.
LAN typically operates within a single building or a group of nearby buildings.
Ethernet cables, Wi-Fi, and switches are commonly used in LAN setups.
Examples of LAN include home networ
I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.
OOP concepts are fundamental principles in object-oriented programming that help in organizing and designing code.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability of a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation detai...
Vectors are dynamic arrays that can change in size, while arrays have a fixed size.
Vectors can grow or shrink in size dynamically, while arrays have a fixed size.
Vectors can be resized using functions like push_back() and pop_back(), while arrays cannot.
Vectors are part of the C++ Standard Template Library (STL), while arrays are a fundamental data structure.
Example: vector
posted on 24 Jan 2025
Two coding questions
Various design patterns like Singleton, Factory, and Observer are used in my projects.
Singleton pattern ensures a class has only one instance and provides a global point of access.
Factory pattern creates objects without specifying the exact class of object that will be created.
Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and upd
The reason for change can vary based on factors like technology advancements, business needs, user feedback, etc.
Technology advancements - Updating software to utilize newer technologies for better performance and security.
Business needs - Changing software to align with new business strategies or goals.
User feedback - Making changes based on user suggestions or complaints to improve user experience.
Bug fixes - Address...
I am motivated by the opportunity to learn new technologies and solve complex problems.
Opportunity to work on cutting-edge technologies
Challenge of solving complex problems
Desire for continuous learning and growth
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Basic aptitude and common CS fundamentals questions.
Share the current technology related topic.
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
Core java program where mainly asked ,45 mints interview duration was
Experience group (3-6 years )
1> Star pattern program pyramid Like / output : 1 12 123 1234
2> String str [] =" djkfsnfnsm,f";
find the /print the value of char from string which is 4th and 5th from right hand side (value of s and n )?
3>String x= "A:B:C:D";
Remove the semicolon from the String and print the value of x=[1]=A ,x[2]=B
4> To find the Number Even or ODD program
5> Find the x path of Jio Application logo and some more Logos from pages
6>Rest assured Question from Different Status codes
Top trending discussions
Some of the top questions asked at the Siemens interview -
The duration of Siemens interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 368 interviews
Interview experience
based on 4.9k reviews
Rating in categories
Senior Software Engineer
1.7k
salaries
| ₹9.4 L/yr - ₹35 L/yr |
Software Developer
1.6k
salaries
| ₹5.2 L/yr - ₹22.9 L/yr |
Software Engineer
1.5k
salaries
| ₹6 L/yr - ₹25 L/yr |
Manager
605
salaries
| ₹8 L/yr - ₹33 L/yr |
Senior Process Associate
463
salaries
| ₹2.2 L/yr - ₹7.2 L/yr |
Schneider Electric
Siemens Energy
Johnson Controls
Honeywell Automation