i
Siemens
Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.
I applied via Walk-in and was interviewed before Dec 2022. There were 4 interview rounds.
Logical questions and questions based on comprehensive passage
The company is a leading technology firm specializing in system engineering solutions.
The company has a strong reputation in the industry for its expertise in system engineering.
They offer a wide range of services including system design, integration, and maintenance.
They have worked with several high-profile clients in various industries such as aerospace, defense, and telecommunications.
The company values innovation ...
I applied via Recruitment Consultant and was interviewed in Oct 2020. There was 1 interview round.
Logic for PLC software
Define inputs and outputs
Create ladder logic diagram
Test and debug program
I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 3 interview rounds.
The brake system architecture for locomotives includes air brakes, mechanical brakes, and electronic brakes.
Air brakes use compressed air to apply and release brakes
Mechanical brakes use friction to slow down or stop the train
Electronic brakes use sensors and computer systems to control the braking process
The brake system also includes brake shoes, brake discs, brake pads, and brake calipers
The brake system is designed
Emergency brake distance calculation for a locomotive.
Determine the speed of the locomotive
Find the deceleration rate of the locomotive
Calculate the stopping distance using the formula: (speed^2) / (2 x deceleration rate)
Consider factors such as track conditions and weather
Perform regular maintenance to ensure brakes are functioning properly
I have worked on various projects including network infrastructure, cloud migration, and software development.
Designed and implemented a new network infrastructure for a small business
Migrated on-premise servers to AWS cloud for a healthcare company
Developed a web application for a non-profit organization to manage volunteers
Implemented security measures for a financial institution's IT systems
Upgraded and maintained s...
Siemens interview questions for designations
I was interviewed before Mar 2021.
Round duration - 60 Minutes
Round difficulty - Medium
This round started with some questions from Programmable Logic Controllers or PLC followed by some basic questions from Intel 8051 Microcontroller.
What are the general functions of a PLC?
The functions of PLC are as follows:
1) Sequential Control: PLC processes binary signal input into output that is used for the purposes of sequential technical processing, here PLC keeps all steps in the sequential process in the right order.
2) Plant Monitoring: PLC continuously monitors the status of a system and takes the necessary actions in connection with the process being controlled or displaying the message to th...
Describe about basic elements in Ladder logic programming .
There are three basic organizational elements associated with ladder logic:
1) RUNG: Ladder logic instructions are written on a function. During the scan program, the processor scans from left to right, one by one ladder from top to bottom.
2) INSTRUCTION: Ladder logic Instruction is divided into 2 parts;
2.1) Input instructions:
2.2) Displayed on the left side of the ladder Check, comparison, or specific conditions
2.3) Ou...
What are the differnet types of PLC inputs & outputs ?
Inputs:
1) DC Inputs: DC input modules allow to connect either PNP (sourcing) or NPN (sinking) transistor type devices to them.
2) AC Inputs: There is no polarized AC voltage. The AC voltage is most frequently shifted via a limit switch or other form of switch.
Outputs:
1) Relay Outputs: One of the most common types of outputs available is the relay output. Existence of relays as outputs makes it easier to connect with ext...
What are the advantages and disadvantages of S7 controller?
Advantage : cost, size, significant capability, multiple hardware options, controls S & G drives via profinet or profibus or analog/digital - whichever you like.
Disadvantage : limited I/O bandwidth, local I/O max of 8 modules, can't use a lot of the existing work done for s7-300/400 in STL, processing speed - but getting even a large project to run under 10 ms scan time is common.
Explain The Time Stamp Available In S7-200 Plc .
This warning message indicates that the timestamps for the project do not match the timestamps for the program in the PLC. This may indicate that the programs are different, in which case it would be dangerous to continue the current operation. However, the programs may be functionally identical and still have different timestamps.
Explain Jnc.
It is a command used to jump if no carry occurs after an arithmetic operation. It is called as jump if no carry (conditional jump instruction). Here the carry flag bit in PSW register is used to make decision. The processor looks at the carry flag to see if it is raised or not.
If carry flag is 0, CPU fetches instructions from the address of the label.
What Are The Types Of Interrupts In Intel 8051 Microcontroller?
1) External interrupt 0 (IE0) has highest priority among interrupts.
2) Timer interrupt 0 (TF0)
3) External interrupt 1 (IE1)
4) Timer interrupt 1 (TF1) has lowest priority among other interrupts.
5) Serial port Interrupt
6) Reset.
Round duration - 50 Minutes
Round difficulty - Medium
This round was heavily inclined towards Operating System and Computer Networks and the interviewer asked questions revolving around the fundamentals of the subject.
What is a bootstrap program in OS?
It is generally a program that initializes OS during startup i.e., first code that is executed whenever computer system startups. OS is loaded through a bootstrapping process or program commonly known as booting. Overall OS only depends on the bootstrap program to perform and work correctly. It is fully stored in boot blocks at a fixed location on the disk. It also locates the kernel and loads it into the main memory a
Explain demand paging?
Demand paging is a method that loads pages into memory on demand. This method is mostly used in virtual memory. In this, a page is only brought into memory when a location on that particular page is referenced during execution. The following steps are generally followed:
1) Attempt to access the page.
2) If the page is valid (in memory) then continue processing instructions as normal.
3) If a page is invalid then a page-f...
What do chmod, chown, chgrp commands do?
These are file management commands. These are used for:
chmod - It changes the permission set of a file
chown - It changes the ownership of the file.
chgrp - It changes the group of the file.
Example :
$ chmod g+w test
It changes permission for a user group to write.
$ chown adas1923 testfile
It changes the owner of testfile to adas1923.
$ chgrp moderators testfile
It changes a group of testfile to moderators.
Explain any 5 essential UNIX commands .
1) ls -> Lists files in current directory
2) cd -> Change directory to tempdir
3) mkdir -> Make a directory called graphics
4) rmdir -> Remove directory (must be empty)
5) cp -> Copy file into directory
What are the different types of VPN?
Few types of VPN are:
1) Access VPN: Access VPN is used to provide connectivity to remote mobile users and telecommuters. It serves as an alternative to dial-up connections or ISDN (Integrated Services Digital Network) connections. It is a low-cost solution and provides a wide range of connectivity.
2) Site-to-Site VPN: A Site-to-Site or Router-to-Router VPN is commonly used in large companies having branches in differen...
Describe the OSI Reference Model
Open System Interconnections (OSI) is a network architecture model based on the ISO standards. It is called the OSI model as it deals with connecting the systems that are open for communication with other systems.
The OSI model has seven layers. The principles used to arrive at the seven layers can be summarized briefly as below:
1) Create a new layer if a different abstraction is needed.
2) Each layer should have a well-...
Explain TCP and UDP protocol.
TCP : TCP or TCP/IP is the Transmission Control Protocol/Internet Protocol. It is a set of rules that decides how a computer connects to the Internet and how to transmit the data over the network. It creates a virtual network when more than one computer is connected to the network and uses the three ways handshake model to establish the connection which makes it more reliable.
UDP : UDP is the User Datagram Protocol and...
Round duration - 30 Minutes
Round difficulty - Easy
This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my
role.
Tell me something not there in your resume.
If you get this question, it's an opportunity to choose the most compelling information to share that is not obvious from
your resume.
Example :
Strength -> I believe that my greatest strength is the ability to solve problems quickly and efficiently, which makes me
unique from others.
Abillity to Handle Pressure -> I enjoy working under pressure because I believe it helps me grow and become more
efficient .
Tip : Emphas...
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
Get interview-ready with Top Siemens Interview Questions
I was interviewed in Apr 2017.
System configuration refers to the process of setting up and arranging hardware and software components to work together efficiently.
System configuration involves setting up hardware and software components to work together efficiently
It includes configuring network settings, installing drivers, and setting up user accounts
Examples of system configuration tools include Microsoft System Center Configuration Manager and ...
The S7 controller has limited scalability and flexibility compared to other controllers.
Limited number of I/O points
Limited memory capacity
Limited processing power
Limited communication options
Limited support for advanced programming languages
Limited compatibility with third-party devices
Limited ability to handle complex control algorithms
Limited fault diagnostics capabilities
Topologies and protocols used in networking
Topologies: Bus, Star, Ring, Mesh, Hybrid
Protocols: TCP/IP, HTTP, FTP, SMTP, DNS
Ethernet, Wi-Fi, Bluetooth are common networking technologies
Network security protocols: SSL, TLS, IPSec
Routing protocols: OSPF, BGP, RIP
Top trending discussions
I have experience working with various building automation systems, including but not limited to Siemens, Honeywell, and Johnson Controls.
Experience with Siemens building automation systems
Experience with Honeywell building automation systems
Experience with Johnson Controls building automation systems
Technical quotation related to PLC
Types of gates in logic are basic building blocks of digital circuits.
AND gate: outputs true only when all inputs are true (e.g. A AND B)
OR gate: outputs true when at least one input is true (e.g. A OR B)
NOT gate: inverts the input (e.g. NOT A)
NAND gate: combination of AND gate followed by NOT gate
NOR gate: combination of OR gate followed by NOT gate
XOR gate: outputs true when inputs are different (e.g. A XOR B)
I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.
The types of AHU modes include cooling mode, heating mode, and ventilation mode.
Cooling mode: AHU cools the air before circulating it throughout the building.
Heating mode: AHU heats the air before circulating it throughout the building.
Ventilation mode: AHU circulates fresh air throughout the building without heating or cooling.
Heatwheel and Energy wheel are both types of energy recovery ventilation systems used in HVAC systems, but they differ in their specific mechanisms and applications.
Heatwheel uses a rotating wheel with a desiccant coating to transfer heat and moisture between incoming and outgoing air streams, while Energy wheel uses a rotating wheel with a matrix of heat-absorbing material to transfer heat only.
Heatwheel is more effec...
In primary pump systems without a bypass valve, we can use a variable frequency drive (VFD) to control the pump speed.
Use a variable frequency drive (VFD) to adjust the speed of the pump based on system demand
VFDs can help maintain system pressure and flow without the need for a bypass valve
VFDs can also improve energy efficiency by matching pump speed to actual system requirements
Types of chiller operating modes include constant speed, variable speed, and hybrid mode.
Constant speed mode: Chiller operates at a fixed speed regardless of load.
Variable speed mode: Chiller adjusts speed based on load requirements for energy efficiency.
Hybrid mode: Combines constant and variable speed modes for optimal performance.
Examples: Centrifugal chillers often operate in variable speed mode for energy savings.
based on 35 reviews
Rating in categories
Software Developer
1.6k
salaries
| ₹4.9 L/yr - ₹22 L/yr |
Senior Software Engineer
1.6k
salaries
| ₹9.4 L/yr - ₹33.5 L/yr |
Software Engineer
1.5k
salaries
| ₹4.3 L/yr - ₹22 L/yr |
Manager
600
salaries
| ₹8.2 L/yr - ₹26.5 L/yr |
Senior Executive
450
salaries
| ₹5.6 L/yr - ₹20 L/yr |
Schneider Electric
Siemens Energy
ABB
BHEL