Upload Button Icon Add office photos

Filter interviews by

Industrial Automation Automation Engineer Interview Questions and Answers

Updated 1 May 2021

Industrial Automation Automation Engineer Interview Experiences

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

My name is Amarendra Pratap Singh Yadav

Round 2 - Technical 

(3 Questions)

  • Q1. Pannel wiring,PLC,SCADA, HMI
  • Q2. SCADA full name Supervisory Controller And Data Acquisition
  • Q3. HMI full name HMI is a hardware and software device

Interview Preparation Tips

Topics to prepare for Rockwell Automation Automation Engineer interview:
  • Siemens PLC
  • SCADA Designing
  • HMI Programming
  • Pannel wiring
  • RLC
Interview preparation tips for other job seekers - My name is Amarendra Pratap Singh Yadav.My highest qualification diploma in electrical engineering 2023 passout . Mobile number XXXXX

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Types of communication protocols, knowledge of plc, scada and HMI.i was also asked about anolog 2 wire, 3 wire and 4 wire connection methods.

Interview Preparation Tips

Interview preparation tips for other job seekers - There's a two year bond if you're joining the company.

I applied via Walk-in and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Machine Building 

(3 Questions)

  • Q1. What is PLC (Programmable logic controller)?
  • Ans. 

    PLC is a digital computer used for automation of electromechanical processes in industries.

    • PLC is a hardware device that receives inputs from sensors and other devices, processes them using a program, and then generates outputs to control machines or processes.

    • It is used in industries for automation of various processes such as assembly lines, packaging, and material handling.

    • PLCs can be programmed using ladder logic, ...

  • Answered by AI
  • Q2. Programmable logic controller
  • Q3. What are the different types of valves?
  • Ans. 

    Valves are devices used to control the flow of fluids or gases. There are several types of valves used in different applications.

    • Gate valves

    • Globe valves

    • Ball valves

    • Butterfly valves

    • Check valves

    • Diaphragm valves

    • Needle valves

    • Pinch valves

    • Pressure relief valves

    • Solenoid valves

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Titan Engineering & Automation Automation Engineer interview:
  • Industrial Automation
  • Automation Testing
  • Pneumatic System
  • Siemens PLC
Interview preparation tips for other job seekers - Greater skill/experience in automation can be leveraged

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - HR 

(4 Questions)

  • Q1. What are you current roles , responsibilities?
  • Q2. Experience and projects that you did?
  • Q3. What did you know about Epam Anywhere?
  • Ans. 

    Epam Anywhere is a platform that connects remote tech professionals with global companies for project-based work.

    • Epam Anywhere is a platform created by Epam Systems, a global IT services company.

    • It allows remote tech professionals to work on project-based assignments for global companies.

    • Professionals can choose projects based on their skills and availability.

    • Companies can access a pool of talented professionals from a...

  • Answered by AI
  • Q4. Do you have any other questions?
Round 2 - Technical 

(17 Questions)

  • Q1. Difference between git merge and git rebase?
  • Ans. 

    Git merge combines changes from different branches, while git rebase moves the current branch to the tip of another branch.

    • Git merge creates a new commit with the combined changes of the branches being merged.

    • Git rebase moves the current branch to the tip of another branch by replaying each commit on top of the other branch.

    • Git merge preserves the commit history of both branches, while git rebase rewrites the commit hi

  • Answered by AI
  • Q2. How to set up version control system?
  • Ans. 

    Setting up a version control system involves choosing a system, creating a repository, adding files, committing changes, and collaborating with team members.

    • Choose a version control system like Git, SVN, or Mercurial.

    • Create a repository to store your project files.

    • Add files to the repository using commands like 'git add' or 'svn add'.

    • Commit changes to the repository with a message describing the changes using commands ...

  • Answered by AI
  • Q3. What is difference between Working tree, staging/index and HEAD?
  • Ans. 

    Working tree, staging/index, and HEAD are different states in Git representing different versions of files.

    • Working tree is the current state of files in the project directory

    • Staging/index is the area where changes are prepared to be committed

    • HEAD points to the last commit on the current branch

  • Answered by AI
  • Q4. What are Authentication mechanism that you are aware of?
  • Ans. 

    Various authentication mechanisms include password-based, biometric, multi-factor, and OAuth.

    • Password-based authentication

    • Biometric authentication (e.g. fingerprint, facial recognition)

    • Multi-factor authentication (e.g. SMS code, token generator)

    • OAuth (Open Authorization) for third-party authentication

  • Answered by AI
  • Q5. What is BDD? what difference between BDD and cucumber? Are you aware of specflow?
  • Ans. 

    BDD stands for Behavior Driven Development. Cucumber is a BDD tool that uses Gherkin syntax. SpecFlow is a BDD tool for .NET.

    • BDD (Behavior Driven Development) is a software development approach that focuses on the behavior of the system.

    • Cucumber is a BDD tool that uses Gherkin syntax to write test scenarios in a human-readable format.

    • SpecFlow is a BDD tool specifically designed for .NET projects, allowing developers to...

  • Answered by AI
  • Q6. What is UpCasting? and why we can't use downCasting in OOPS?
  • Ans. 

    Upcasting is casting a subclass object to a superclass reference. Downcasting is the opposite.

    • Upcasting is safe and implicit in OOP, as it involves casting a subclass object to a superclass reference.

    • Downcasting is not safe and requires explicit casting, as it involves casting a superclass reference to a subclass object.

    • Example: Animal animal = new Dog(); // Upcasting

    • Example: Dog dog = (Dog) animal; // Downcasting, req

  • Answered by AI
  • Q7. Which one is recommended between HashTable and HashMap?
  • Ans. 

    HashMap is recommended due to better performance and allows null values, while HashTable is synchronized.

    • HashMap is not synchronized, so it is faster than HashTable for single-threaded applications.

    • HashMap allows null values and null keys, while HashTable does not.

    • HashMap is part of the Java Collections Framework, while HashTable is a legacy class.

    • Example: HashMap map = new HashMap<>();

    • Example: HashTab

  • Answered by AI
  • Q8. Explain about your Automation project architecture?
  • Q9. What are five basic items to jumpstart API Automation?
  • Ans. 

    Five basic items to jumpstart API Automation

    • Understand the API documentation

    • Select a suitable automation tool (e.g. Postman, SoapUI)

    • Set up a testing environment

    • Write test cases for API endpoints

    • Implement continuous integration for automated testing

  • Answered by AI
  • Q10. How to run the TCs in parallel?
  • Ans. 

    Running test cases in parallel can be achieved by using tools like TestNG or JUnit.

    • Use TestNG or JUnit to create test suites that can run test cases in parallel

    • Configure the test suite to run test cases concurrently by setting the parallel attribute in the testng.xml file

    • Ensure that the test cases are independent of each other to avoid any conflicts during parallel execution

  • Answered by AI
  • Q11. Serialization & Deserialization?
  • Q12. What are log levels and what log library do you use in your project?
  • Ans. 

    Log levels are used to categorize log messages based on their severity. Common levels include DEBUG, INFO, WARN, ERROR, and FATAL.

    • Log levels help in filtering and managing log messages based on their importance and severity.

    • Different log levels include DEBUG, INFO, WARN, ERROR, and FATAL, each indicating the severity of the message.

    • Log libraries like Log4j, Logback, and SLF4J are commonly used in projects to handle log...

  • Answered by AI
  • Q13. What are the design patterns that you are aware of?
  • Ans. 

    Some common design patterns include Singleton, Factory, Observer, and Strategy patterns.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • 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...

  • Answered by AI
  • Q14. Can you explain SOLID principles?
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects o...

  • Answered by AI
  • Q15. What are types of testing that you are aware of?
  • Ans. 

    Types of testing include functional testing, non-functional testing, manual testing, automated testing, regression testing, and performance testing.

    • Functional testing: Testing the functionality of the software against the requirements.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing performed manually by testers without the use of automation tools.

    • Automated testi...

  • Answered by AI
  • Q16. Use only LinQ expressions? Given List lst=new List{"adfa","agdasg"}; How do you filter names that start with "a"?
  • Ans. 

    Filter names starting with 'a' using LinQ expressions on a List.

    • Use LinQ Where method with a lambda expression to filter names starting with 'a'.

    • Example: var filteredNames = lst.Where(name => name.StartsWith('a')).ToArray();

  • Answered by AI
  • Q17. What is jenkins? Do you have experience in setting up pipeline in jenkins? Are you aware of how to setup pipeline job in jenkins?
  • Ans. 

    Jenkins is a popular open-source automation server used for continuous integration and continuous delivery of software projects.

    • Jenkins is used to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery.

    • It allows for easy configuration of pipelines to automate the build, test, and deployment processes.

    • Setting up a pipeline in...

  • Answered by AI
Round 3 - One-on-one 

(7 Questions)

  • Q1. Write piece of code? How to create interface, Abstract class? Create a new class which implements interface and Abstract class? If there is common method exist in interface & Abstract class
  • Ans. 

    Creating interface, abstract class, and implementing them in a new class with a common method

    • To create an interface in Java, use the 'interface' keyword and define the methods without implementation

    • To create an abstract class in Java, use the 'abstract' keyword before the class definition and can have both abstract and concrete methods

    • To implement an interface in a class, use the 'implements' keyword and provide implem...

  • Answered by AI
  • Q2. How to override any method in child class?
  • Ans. 

    To override a method in a child class, use the 'override' keyword in the child class method definition.

    • Use the 'override' keyword before the method signature in the child class.

    • The method in the child class must have the same name, return type, and parameters as the method in the parent class.

    • The overridden method in the child class can call the parent class method using 'base.MethodName()'.

  • Answered by AI
  • Q3. String str="My name is xyz and i am from abc organization"; Create a dictionary as output which stores the words as key and frequency as values?
  • Ans. 

    Create a dictionary to store word frequency from a given string.

    • Split the string into words using space as delimiter

    • Iterate through the words and update the frequency in the dictionary

    • Handle case sensitivity and punctuation marks appropriately

  • Answered by AI
  • Q4. Difference between .Select and .SelectMany
  • Ans. 

    Select projects a sequence of values into a new form, while SelectMany projects each element of a sequence to a sequence and flattens the resulting sequences into one sequence.

    • Select is used to transform each element of a sequence into a new form.

    • SelectMany is used to transform each element of a sequence into a sequence of values and then flattens those sequences into one sequence.

    • SelectMany is often used when working ...

  • Answered by AI
  • Q5. List lst={"name1","name2","name3"}; Use only Linq expression and create dictionary which stores element in the above list as key and length of the element as value
  • Ans. 

    Use Linq to create a dictionary with elements from a list as keys and their lengths as values.

    • Use ToDictionary method with element as key and element length as value

    • Use Select method to project each element to a KeyValuePair

  • Answered by AI
  • Q6. Attributes used in Nunit and for Parallel execution?
  • Ans. 

    Attributes used in Nunit for parallel execution include Parallelizable and MaxDegreeOfParallelism.

    • Parallelizable attribute is used to specify that a test fixture can be run in parallel with others

    • MaxDegreeOfParallelism attribute is used to specify the maximum number of threads to use for parallel execution

  • Answered by AI
  • Q7. How to handle stale element exception?
  • Ans. 

    Stale element exception occurs when an element is no longer attached to the DOM.

    • Refresh the page and try to locate the element again

    • Use explicit wait to ensure the element is present and interactable before performing actions

    • Handle the exception using try-catch block to retry the operation

    • Avoid storing web elements in variables for a long time as they may become stale

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your concepts in OOPS and programming language [string, array,list,Hashmap], Dont go for DSA without understanding basics of programming langauge

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Calicut and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic ECE core questions on almost all core subjects mainly from MPMC, DSP, CS, ECNT
Round 2 - Gamified test 

(2 Questions)

  • Q1. Questions on remembering dots
  • Q2. Question on solving a sudoku like game

Interview Preparation Tips

Topics to prepare for Schneider Electric Electrical Automation Engineer interview:
  • Basic Electronics
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Hackrank question based on array and srng

Round 2 - Technical 

(1 Question)

  • Q1. Coding round based on dsa'

I applied via Walk-in and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. What is Automation?
  • Ans. 

    Automation is the use of technology to perform tasks without human intervention.

    • Automation involves the use of software, hardware, and other technologies to perform tasks.

    • It can be used to increase efficiency, reduce errors, and save time and money.

    • Examples include automated manufacturing processes, robotic assembly lines, and automated testing.

    • Automation can also be used in industries such as finance, healthcare, and ...

  • Answered by AI
  • Q2. Which language use in plc program?
  • Ans. 

    PLC programs can be written in various languages such as ladder logic, structured text, function block diagram, and sequential function chart.

    • Ladder logic is the most commonly used language in PLC programming.

    • Structured text is similar to programming languages like C and Pascal.

    • Function block diagram uses graphical blocks to represent functions.

    • Sequential function chart is used for complex processes with multiple steps...

  • Answered by AI
  • Q3. How many types of PLC and what are it's communication protocol.
  • Ans. 

    There are various types of PLCs with different communication protocols.

    • PLC types include Programmable Logic Controller, Compact Programmable Logic Controller, Modular Programmable Logic Controller, and more.

    • Communication protocols include Modbus, Profibus, DeviceNet, Ethernet/IP, and more.

    • The type of PLC and communication protocol used depends on the specific automation application.

    • PLCs can communicate with other devic...

  • Answered by AI
  • Q4. What is VFD?
  • Ans. 

    VFD stands for Variable Frequency Drive.

    • It is an electronic device that controls the speed of an AC motor by varying the frequency of the electrical supply to the motor.

    • It is used to save energy and improve process control in industrial applications.

    • VFDs are commonly used in HVAC systems, pumps, fans, and conveyors.

    • They can also be used to control the speed of electric vehicles and wind turbines.

  • Answered by AI
  • Q5. Why we use VFD?
  • Ans. 

    VFD is used to control the speed of AC motors and save energy.

    • Variable frequency drive (VFD) is used to control the speed of AC motors.

    • It saves energy by adjusting the motor speed to match the load requirements.

    • VFDs also provide soft start and stop, reducing mechanical stress on the motor.

    • They can improve process control and reduce maintenance costs.

    • Examples of VFD applications include HVAC systems, pumps, and conveyor

  • Answered by AI
  • Q6. How to select a VFD according to motor ?
  • Ans. 

    VFD selection depends on motor voltage, current, and power rating.

    • Check motor nameplate data for voltage, current, and power rating

    • Select VFD with compatible voltage and current rating

    • Ensure VFD power rating is equal to or greater than motor power rating

    • Consider additional features such as overload protection and communication protocols

    • Consult manufacturer's specifications and guidelines

  • Answered by AI
  • Q7. What is scada ?
  • Ans. 

    SCADA stands for Supervisory Control and Data Acquisition. It is a system used for monitoring and controlling industrial processes.

    • SCADA systems are used in various industries such as oil and gas, water treatment, and manufacturing.

    • They collect data from sensors and other devices and display it in a graphical interface for operators to monitor.

    • SCADA systems can also be used to control processes remotely, such as turnin...

  • Answered by AI
  • Q8. What is ohms law ?
  • Ans. 

    Ohm's law states that the current through a conductor between two points is directly proportional to the voltage across the two points.

    • Ohm's law is a fundamental law of electrical engineering.

    • It states that the current through a conductor is directly proportional to the voltage across it.

    • The proportionality constant is the resistance of the conductor.

    • The formula for Ohm's law is I = V/R, where I is the current, V is th...

  • Answered by AI
  • Q9. How to calculate power factor?
  • Ans. 

    Power factor is the ratio of real power to apparent power in an AC circuit.

    • Power factor = Real power / Apparent power

    • It is measured in a scale of 0 to 1 or 0 to 100%

    • A power factor of 1 means all the power is being used efficiently

    • A power factor of less than 1 means some power is being wasted

    • Capacitors can be used to improve power factor

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Machine Building 

(3 Questions)

  • Q1. What is PLC (Programmable logic controller)?
  • Ans. 

    PLC is a digital computer used for automation of electromechanical processes in industries.

    • PLC is a hardware device that receives inputs from sensors and other devices, processes them using a program, and then generates outputs to control machines or processes.

    • It is used in industries for automation of various processes such as assembly lines, packaging, and material handling.

    • PLCs can be programmed using ladder logic, ...

  • Answered by AI
  • Q2. Programmable logic controller
  • Q3. What are the different types of valves?
  • Ans. 

    Valves are devices used to control the flow of fluids or gases. There are several types of valves used in different applications.

    • Gate valves

    • Globe valves

    • Ball valves

    • Butterfly valves

    • Check valves

    • Diaphragm valves

    • Needle valves

    • Pinch valves

    • Pressure relief valves

    • Solenoid valves

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Titan Engineering & Automation Automation Engineer interview:
  • Industrial Automation
  • Automation Testing
  • Pneumatic System
  • Siemens PLC
Interview preparation tips for other job seekers - Greater skill/experience in automation can be leveraged

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Aptitude test, I easy to written the anser

Round 3 - Technical 

(5 Questions)

  • Q1. Technical,I have technical give the answer sir
  • Q2. Sir I am fresher sir
  • Q3. I hav explain ladder logic diagram
  • Ans. 

    Ladder logic diagram is a graphical programming language used for PLC programming.

    • Ladder logic diagrams consist of rungs representing logical control circuits.

    • It uses symbols to represent different components like contacts, coils, timers, etc.

    • The logic flow is from left to right, with power flowing from top to bottom.

    • It is commonly used in Programmable Logic Controllers (PLCs) for automation.

    • Example: A simple ladder lo

  • Answered by AI
  • Q4. I have explain functional Block diagram and Structure text
  • Q5. I interested industrial automation jod

Interview Preparation Tips

Topics to prepare for Schneider Electric Automation Test Engineer interview:
  • PLC,HMI,SCADA, VFD
Interview preparation tips for other job seekers - I have done my graduation BE (Electrical and Electronics Engineering) 7.36 CGPA (2023 pass) and I also done Industrial automation course 3month in Ellen TechnoLab I can attend the interview sir

Industrial Automation Interview FAQs

What are the top questions asked in Industrial Automation Automation Engineer interview?

Some of the top questions asked at the Industrial Automation Automation Engineer interview -

  1. Automation related questi...read more
  2. Plc scada HMI v...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 428 Interviews
ABB Interview Questions
4.1
 • 228 Interviews
BHEL Interview Questions
4.1
 • 109 Interviews
Falcon Autotech Interview Questions
4.0
 • 44 Interviews
Yokogawa Interview Questions
3.6
 • 34 Interviews
View all
Industrial Automation Automation Engineer Salary
based on 7 salaries
₹1.8 L/yr - ₹5 L/yr
50% less than the average Automation Engineer Salary in India
View more details
Automation Engineer
7 salaries
unlock blur

₹1.8 L/yr - ₹5 L/yr

Service Engineer
5 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Assistant Manager
4 salaries
unlock blur

₹5.1 L/yr - ₹15 L/yr

Design Engineer
4 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Applications Engineer
4 salaries
unlock blur

₹1.5 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Industrial Automation with

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.2
Compare

Rockwell Automation

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview