Filter interviews by
I applied via Company Website and was interviewed in Oct 2022. There were 4 interview rounds.
I am looking for a job change to explore new opportunities and challenges.
Seeking a company that aligns with my long-term career goals.
Desire to work on more complex projects and utilize my skills to their fullest potential.
Looking for a company that offers better growth prospects and career advancement opportunities.
Seeking a more collaborative and innovative work environment.
Wanting to broaden my knowledge and gain e
I applied via LinkedIn and was interviewed in Nov 2022. There were 3 interview rounds.
As a Material Master Steward, my roles and responsibilities include managing and maintaining material master data, ensuring data accuracy and completeness, and providing support to cross-functional teams.
Managing and maintaining material master data
Ensuring data accuracy and completeness
Providing support to cross-functional teams
Collaborating with procurement, production, and logistics teams
Identifying and resolving da...
Joining our team will provide you with a competitive salary, opportunities for growth and development, and a supportive work environment.
Competitive salary
Opportunities for growth and development
Supportive work environment
Looking for new challenges and growth opportunities.
Seeking a role that aligns with my career goals
Interested in expanding my skill set and knowledge
Want to work in a dynamic and innovative environment
Current job lacks growth opportunities
Looking for a better work-life balance
I applied via Company Website and was interviewed in Nov 2021. There were 3 interview rounds.
PLC programming tasks involve designing, coding, testing, and maintaining programs for industrial automation systems.
Designing and coding ladder logic diagrams
Testing and debugging programs
Maintaining and updating existing programs
Collaborating with other engineers and technicians
Documenting programs and processes
Priority among tasks is determined based on their urgency and importance.
Tasks with high urgency and high importance should be given top priority.
Tasks with low urgency and low importance can be given low priority.
Tasks with high urgency but low importance can be delegated to others.
Tasks with low urgency but high importance should be scheduled for later.
Prioritization should be reviewed regularly to ensure tasks are s
The memory of the controller used depends on the specific controller model and manufacturer.
The memory capacity can range from a few kilobytes to several gigabytes.
Some common types of memory used in controllers include RAM, ROM, and flash memory.
The memory is used to store the program code, data, and configuration settings.
Examples of controller manufacturers include Siemens, Allen-Bradley, and Schneider Electric.
Datalogging in SCADA refers to the process of recording and storing data from various sensors and devices in a SCADA system.
Datalogging is important for analyzing trends and identifying issues in a SCADA system
Data can be logged in real-time or at set intervals
Logged data can be used for reporting, troubleshooting, and optimization
Examples of data that can be logged include temperature, pressure, flow rate, and energy
Alarm creation in SCADA involves setting up thresholds and triggers for abnormal conditions.
Define the parameters for triggering an alarm
Set the threshold values for each parameter
Configure the alarm notification system
Test the alarm system to ensure proper functionality
Produce consume tag is a synchronization mechanism used in multi-threaded programming.
It is used to ensure that a producer thread does not overwrite data that has not yet been consumed by a consumer thread.
The producer thread sets the produce tag when it has produced new data.
The consumer thread sets the consume tag when it has consumed the data.
The producer thread waits for the consume tag to be set before producing n...
Communication between SCADA/HMI & PLC is crucial for automation. It enables real-time monitoring and control of industrial processes.
SCADA/HMI sends commands to PLC for process control
PLC sends data to SCADA/HMI for real-time monitoring
Communication protocols like Modbus, Profibus, and Ethernet/IP are used
Redundancy and fault-tolerant systems are implemented for reliability
RS Linx is a software used for communication between Rockwell Automation devices. It includes drivers and FactoryTalk Linx.
RS Linx is a communication software used for Rockwell Automation devices
It includes drivers for various devices such as PLCs, HMIs, and drives
FactoryTalk Linx is a component of RS Linx that allows communication between devices and software applications
RS Linx supports various communication protocol
Rockwell Software used names for their software products instead of version numbers.
Rockwell Software used names like RSLogix, FactoryTalk, and Studio 5000 for their software products.
This naming convention made it easier for customers to identify and differentiate between different software products.
The names also helped to create brand recognition and loyalty among customers.
Rockwell Software continues to use this na...
Watchdog timer is a safety mechanism that resets the system if it fails to respond within a set time. System overhead time is the time required for the system to perform non-critical tasks. RPI is the rate at which the PLC scans its inputs and outputs.
Watchdog timer is used to prevent system failures due to software or hardware issues
System overhead time is the time required for the system to perform non-critical tasks...
Unicast and multicast are communication methods used in produce consume tag.
Unicast is a one-to-one communication method where a message is sent to a single recipient.
Multicast is a one-to-many communication method where a message is sent to multiple recipients.
Produce consume tag is a mechanism used in automation systems to communicate between producers and consumers.
Unicast is used when the producer needs to send a m...
Different protocols used in automation engineering
Modbus
Profibus
DeviceNet
Ethernet/IP
CANopen
AS-Interface
Foundation Fieldbus
HART
BACnet
LonWorks
ASI protocol is a serial communication protocol used in industrial automation systems.
ASI stands for Actuator Sensor Interface.
It is used to connect sensors and actuators to a central controller.
It is a simple and cost-effective protocol.
It supports up to 62 slaves per master.
It uses a 2-wire bus for communication.
Modbus is a communication protocol used in industrial automation. It allows communication between devices connected to a network.
Modbus is used to transmit data between devices in a master-slave architecture.
There are two types of Modbus: Modbus RTU (serial communication) and Modbus TCP (Ethernet communication).
Modbus RTU supports up to 247 slaves while Modbus TCP can support thousands of slaves.
Modbus is commonly used...
Kepware is a software solution for industrial automation communication.
Kepware is used to connect different industrial devices and software applications.
It supports various communication protocols such as OPC DA, OPC UA, MQTT, etc.
OPC DA is a legacy protocol used for communication between Windows-based applications and process control hardware.
OPC UA is a newer and more secure protocol that supports cross-platform comm...
OPC communication is a standard protocol used for data exchange between different industrial automation systems.
OPC stands for OLE (Object Linking and Embedding) for Process Control
It allows communication between devices from different manufacturers
OPC servers provide data to OPC clients using a common language
OPC UA (Unified Architecture) is the latest version of OPC with improved security and scalability
Standard HMI for basic operations, Performance HMI for complex operations.
Standard HMI for simple and routine operations
Performance HMI for complex and critical operations
Performance HMI for high-speed processes
Standard HMI for low-speed processes
I applied via LinkedIn and was interviewed in Apr 2022. There were 2 interview rounds.
Power saving Methods and Green Energy
GEA Group interview questions for popular designations
I applied via Naukri.com and was interviewed before Jun 2022. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Jun 2022. There were 5 interview rounds.
Technical questions and job description
I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.
JWT is a JSON-based token used for authentication and authorization purposes.
JWT stands for JSON Web Token.
It consists of three parts: header, payload, and signature.
Header contains the algorithm used to sign the token.
Payload contains the user information and metadata.
Signature is used to verify the authenticity of the token.
JWT is stateless and can be used across multiple domains.
Example: eyJhbGciOiJIUzI1NiIsInR5cCI6...
JWT signature is a string of characters used to verify the authenticity of the token.
The signature is created by hashing the header and payload with a secret key.
The resulting hash is then encoded using Base64Url encoding.
The signature is added to the token as the third part, separated by dots.
I switched over to gain more experience and challenge myself.
To gain more experience and knowledge in a different field
To challenge myself and learn new skills
To explore new opportunities and expand my career options
I applied via LinkedIn and was interviewed before Aug 2021. There were 4 interview rounds.
posted on 6 Jul 2017
I was interviewed before Jul 2016.
Supply chain management in E & I involves coordinating the flow of electrical and instrumentation materials and equipment from suppliers to end-users.
Procurement of electrical and instrumentation materials and equipment
Inventory management to ensure availability of required items
Transportation and logistics to deliver materials to project sites
Coordination with suppliers to ensure timely delivery
Quality control and ins...
Top trending discussions
Some of the top questions asked at the GEA Group interview -
based on 3 interviews
Interview experience
based on 45 reviews
Rating in categories
Design Engineer
10
salaries
| ₹5 L/yr - ₹8 L/yr |
Service Engineer
9
salaries
| ₹4.2 L/yr - ₹10 L/yr |
Automation Engineer
7
salaries
| ₹5.2 L/yr - ₹6.5 L/yr |
Senior Engineer
6
salaries
| ₹10.5 L/yr - ₹16 L/yr |
Welder
6
salaries
| ₹2 L/yr - ₹3.5 L/yr |
Thermax Limited
Alfa Laval
Siemens
Buhler