CoverPhoto
Siemens logo
Premium Employer

Siemens

Verified
4.1
based on 4.7k Reviews
Filter interviews by
System Engineer
Experienced
Clear (1)

10+ Siemens System Engineer Interview Questions and Answers

Updated 5 Feb 2024

Q1. what is the disadvantage or drawback in S7 controller?

Ans.

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

Add your answer
right arrow
Q2. What are the general functions of a Programmable Logic Controller (PLC)?
Ans.

PLCs are used to control machinery and automate processes in industrial settings.

  • Monitoring inputs from sensors

  • Executing control algorithms

  • Communicating with other devices

  • Logging data for analysis

  • Implementing safety functions

  • Examples: controlling a conveyor belt, regulating temperature in a furnace

Add your answer
right arrow
Q3. What are the advantages and disadvantages of the S7 controller?
Ans.

The S7 controller offers high performance and flexibility but can be complex to program and expensive.

  • Advantages: high performance, flexibility, scalability

  • Disadvantages: complexity in programming, expensive

  • Example: S7-1200 offers fast processing speeds and can be easily expanded with additional modules

  • Example: Programming for S7 controllers may require specialized training and expertise

Add your answer
right arrow
Q4. Can you explain the time stamp available in the S7-200 PLC?
Ans.

The time stamp in S7-200 PLC is used to record the time when a specific event occurs.

  • Time stamp is a feature in S7-200 PLC that records the time when a specific event happens.

  • It helps in tracking the sequence of events and troubleshooting issues.

  • Time stamp can be used to monitor the performance of the PLC system.

  • Example: A time stamp can be recorded when a sensor detects a change in temperature.

  • Example: Time stamp can be used to track the duration of a process in the PLC.

Add your answer
right arrow
Discover Siemens interview dos and don'ts from real experiences
Q5. What are the types of interrupts in the Intel 8051 microcontroller?
Ans.

The types of interrupts in the Intel 8051 microcontroller include external hardware interrupts, timer interrupts, and serial communication interrupts.

  • External hardware interrupts are triggered by external devices connected to the microcontroller.

  • Timer interrupts are generated by the internal timers of the microcontroller.

  • Serial communication interrupts occur when data is received or transmitted through the serial port.

  • Each interrupt type has a specific interrupt vector addres...read more

Add your answer
right arrow
Q6. Can you describe the basic elements in Ladder logic programming?
Ans.

Ladder logic programming is a graphical programming language used for PLCs, with basic elements like contacts, coils, timers, and counters.

  • Ladder logic consists of rungs, which are made up of inputs (contacts) and outputs (coils).

  • Contacts represent conditions that must be met for the output to be energized.

  • Coils are outputs that are energized when the conditions of the contacts are met.

  • Timers and counters are used to control the timing and counting functions in the program.

  • Ex...read more

Add your answer
right arrow
Are these interview questions helpful?
Q7. What are the different types of PLC inputs and outputs?
Ans.

PLC inputs and outputs include digital inputs, digital outputs, analog inputs, and analog outputs.

  • Digital inputs: used for receiving binary signals (on/off, high/low). Examples: push buttons, limit switches.

  • Digital outputs: used for sending binary signals. Examples: relays, solenoids.

  • Analog inputs: used for receiving continuous signals. Examples: temperature sensors, pressure transducers.

  • Analog outputs: used for sending continuous signals. Examples: variable frequency drives,...read more

Add your answer
right arrow
Q8. What is a bootstrap program in an operating system?
Ans.

A bootstrap program is a small program that initializes the operating system on a computer.

  • Bootstrap program is stored in ROM or EEPROM and is executed when the computer is powered on.

  • It loads the operating system kernel into memory and starts its execution.

  • Bootstrap program is responsible for setting up the initial state of the operating system.

  • Examples include BIOS (Basic Input/Output System) in PCs and UEFI (Unified Extensible Firmware Interface).

Add your answer
right arrow
Share interview questions and help millions of jobseekers 🌟
man with laptop

Q9. what is system configuration?

Ans.

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 Puppet

  • Proper system configuration is essential for optimal...read more

Add your answer
right arrow

Q10. Please perform Emergency Brake Distance calculation for a Locomotive

Ans.

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

Add your answer
right arrow
Q11. Can you explain any 5 essential UNIX commands?
Ans.

Five essential UNIX commands are ls, cd, pwd, mkdir, and rm.

  • ls - list directory contents

  • cd - change directory

  • pwd - print working directory

  • mkdir - make directory

  • rm - remove files or directories

Add your answer
right arrow
Q12. Can you describe the OSI Reference Model?
Ans.

The OSI Reference Model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

  • The OSI Reference Model stands for Open Systems Interconnection Reference Model.

  • It consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

  • Each layer has specific functions and communicates with the adjacent layers for data transmission.

  • For example, the Physical layer deals with the phy...read more

Add your answer
right arrow
Q13. Can you explain the TCP and UDP protocols?
Ans.

TCP is a connection-oriented protocol that ensures reliable data delivery, while UDP is a connectionless protocol that focuses on speed.

  • TCP stands for Transmission Control Protocol and is used for reliable data transmission.

  • TCP establishes a connection between sender and receiver before data transfer.

  • TCP uses sequencing and acknowledgment to ensure data integrity.

  • UDP stands for User Datagram Protocol and is used for faster data transmission.

  • UDP does not establish a connection...read more

Add your answer
right arrow

Q14. Please describe brake system architecture for Locomotives

Ans.

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 to provide redundancy and fail-safe operation

Add your answer
right arrow

Q15. Write a logic given to you in any plc software that you have

Ans.

Logic for PLC software

  • Define inputs and outputs

  • Create ladder logic diagram

  • Test and debug program

Add your answer
right arrow
Q16. What are the different types of VPN?
Ans.

Different types of VPN include remote access VPN, site-to-site VPN, and client-to-site VPN.

  • Remote access VPN allows individual users to connect to a private network from a remote location.

  • Site-to-site VPN connects entire networks together over the internet.

  • Client-to-site VPN allows individual devices to connect to a private network.

  • Examples include OpenVPN, IPsec, and SSL VPN.

Add your answer
right arrow
Q17. Could you explain Jnc in the context of microcontrollers?
Ans.

Jnc stands for Jump and Call in the context of microcontrollers.

  • Jnc is an instruction used in microcontrollers to jump to a specified address if the carry flag is not set.

  • It is commonly used in conditional branching operations in microcontroller programming.

  • For example, in 8051 microcontroller assembly language, the instruction JNC label will jump to the specified label if the carry flag is not set.

Add your answer
right arrow

Q18. Explain topologies used/protocol etc

Ans.

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

Add your answer
right arrow
Q19. Can you explain demand paging?
Ans.

Demand paging is a memory management scheme where pages are only brought into memory when they are demanded by the program.

  • Pages are loaded into memory only when needed

  • Helps in reducing the amount of physical memory required

  • Improves overall system performance by allowing more processes to run simultaneously

  • Commonly used in virtual memory systems

Add your answer
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Siemens System Engineer

based on 2 interviews
2 Interview rounds
Technical Round
HR Round
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top System Engineer Interview Questions from Similar Companies

Infosys Logo
3.6
 • 611 Interview Questions
TCS iON Logo
3.9
 • 15 Interview Questions
Infosys BPM  Logo
3.6
 • 10 Interview Questions
View all
Recently Viewed
INTERVIEWS
Infosys
90 top interview questions
INTERVIEWS
LTIMindtree
10 top interview questions
SALARIES
Publicis Sapient
INTERVIEWS
Infosys
No Interviews
INTERVIEWS
Infosys
10 top interview questions
DESIGNATION
SALARIES
HCL Infosystems
INTERVIEWS
Uplers
10 top interview questions
INTERVIEWS
Infosys
20 top interview questions
INTERVIEWS
Infosys
10 top interview questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter