i
Siemens
Filter interviews by
posted on 4 Sep 2024
I applied via Walk-in and was interviewed in Aug 2024. There was 1 interview round.
Current is the flow of electric charge in a circuit.
Current is measured in Amperes (A)
It is the rate of flow of electric charge through a conductor
Current can be either direct current (DC) or alternating current (AC)
In a series circuit, the current remains the same throughout
Ohm's Law relates current, voltage, and resistance: I = V/R
Voltage is the difference in electric potential between two points in a circuit, measured in volts.
Voltage is the force that pushes electric current through a circuit
It is measured in volts (V)
Voltage is the potential difference between two points in a circuit
Higher voltage means more potential energy available to move electrons
Voltage can be DC (direct current) or AC (alternating current)
VCB full form is Vacuum Circuit Breaker.
VCB stands for Vacuum Circuit Breaker.
It is a type of circuit breaker that uses a vacuum to extinguish the arc when the contacts open.
VCBs are commonly used in medium voltage applications.
They are more reliable and require less maintenance compared to other types of circuit breakers.
MCB full form is Miniature Circuit Breaker.
MCB stands for Miniature Circuit Breaker.
It is an electromechanical device that protects an electrical circuit from overcurrent.
MCBs automatically switch off electrical circuits during abnormal conditions.
They are commonly used in residential and commercial buildings for electrical safety.
Examples of MCB brands include Schneider Electric, Siemens, and Legrand.
A transformer is a device that transfers electrical energy between two or more circuits through electromagnetic induction.
Transformers consist of two coils of wire, known as the primary and secondary coils.
The primary coil is connected to a power source, creating a magnetic field when current flows through it.
This magnetic field induces a voltage in the secondary coil, allowing for the transfer of electrical energy.
Tra...
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 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
Siemens interview questions for popular designations
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
Get interview-ready with Top Siemens Interview Questions
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
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
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 360 interviews
Interview experience
based on 4.7k reviews
Rating in categories
Senior Software Engineer
1.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
1.6k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
1.5k
salaries
| ₹0 L/yr - ₹0 L/yr |
Manager
604
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Executive
481
salaries
| ₹0 L/yr - ₹0 L/yr |
Schneider Electric
Siemens Energy
ABB
BHEL