Upload Button Icon Add office photos

Filter interviews by

Abi Instruments Automation Engineer Interview Questions and Answers

Updated 12 May 2018

Abi Instruments Automation Engineer Interview Experiences

1 interview found

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. Know the basics properly. Should know about Instruments, should be worked in several projects and should be know about several PLC and their components.

Interview Preparation Tips

General Tips: Minimum 5 individual projects or combined project with PLC , then good. Need knowledge on basic electrical.
Should know about Instruments.
Skills: Presence Of Mind, Analytical Skills, Time Management, Decision Making Skills
Duration: <1 week

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Ans. 

    I am a highly skilled Automation Engineer with a strong background in programming and problem-solving.

    • Experienced in developing automated test scripts using tools like Selenium and Appium

    • Proficient in programming languages such as Java, Python, and C#

    • Familiar with CI/CD pipelines and version control systems like Git

    • Strong analytical skills and attention to detail

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Topic related to Locators, Waits,Handel Dropdown Menu, OOPS concepts, frame work used in previous organization
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly skilled Automation Engineer with a strong background in programming and problem-solving.

    • Experienced in designing, developing, and implementing automated testing solutions

    • Proficient in programming languages such as Python, Java, and C++

    • Familiar with various automation tools like Selenium and Jenkins

    • Strong analytical skills and attention to detail

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. FrameWoek used, Locators, How to take Screenshot in Selenium,Java program, Handel dropdown menu
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Tell me about yourself
  • Q2. Write a java program for prime number
  • Ans. 

    A Java program to check if a number is prime or not.

    • Create a function to check if a number is prime by iterating from 2 to the square root of the number.

    • If the number is divisible by any number in that range, it is not prime.

    • Handle edge cases like 0, 1, and negative numbers separately.

    • Example: public static boolean isPrime(int num) { for(int i=2; i<=Math.sqrt(num); i++) { if(num % i == 0) { return false; } } return tru

  • Answered by AI
  • Q3. Write a program for leap year
  • Ans. 

    Program to determine if a given year is a leap year or not

    • Check if the year is divisible by 4

    • If the year is divisible by 100, also check if it is divisible by 400

    • If both conditions are met, it is a leap year

  • Answered by AI
  • Q4. Explain your last project framework
  • Q5. Where you used OOPS concept in your framework
  • Ans. 

    I used OOPS concepts in my framework for creating reusable components and maintaining code modularity.

    • Used inheritance to create a base class with common functionalities shared by multiple classes

    • Implemented polymorphism to allow different classes to implement the same method in their own way

    • Encapsulated data and behavior within classes using access modifiers like private and public

    • Utilized abstraction to hide the impl...

  • Answered by AI
  • Q6. Write a java program for add this number 6134 and total will be 14
  • Ans. 

    Java program to add numbers 6134 to get total 14.

    • Create an array of integers with the numbers to be added

    • Iterate through the array and add the numbers

    • Check if the total equals 14

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How do you check the OS on which the selenium program is running
  • Ans. 

    You can check the OS on which the Selenium program is running by using the 'System.getProperty()' method in Java.

    • Use 'System.getProperty('os.name')' to get the name of the operating system

    • Use 'System.getProperty('os.version')' to get the version of the operating system

    • Use 'System.getProperty('os.arch')' to get the architecture of the operating system

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java Oops concept
  • Q2. BDD Framework Data driven
Round 2 - One-on-one 

(2 Questions)

  • Q1. Project Structure
  • Q2. Coding questions from array

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for BDD Framework
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Give second largest number in array
maven and gradle
path parameter and query parameter
how to run cucumber test cases

I applied via Naukri.com and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Let us know your experience in previous project, how you identified opportunities for automation,feasibility check with available tools and their completion
  • Q2. Different use cases on Xceptor and Automation Anywhere
  • Ans. 

    Xceptor is used for data extraction and Automation Anywhere is used for automating repetitive tasks.

    • Xceptor is used in financial services for data extraction and processing.

    • Automation Anywhere is used for automating repetitive tasks like data entry, invoice processing, etc.

    • Xceptor can be used for reconciling trades and managing risk in financial services.

    • Automation Anywhere can be used for automating HR processes like ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As the saying goes one should answer in a way such that it aims to provide a solution to client's use cases and how one can be the right candidate for the position. while selling oneself he/ she should also remember that the interviewer must not feel that the candidate is dying to get the offer, one must show their interest and aptitude but at the same time they must not make themselves vulnerable
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Write sort program of a list
  • Ans. 

    Sort program for a list of strings

    • Use a sorting algorithm like bubble sort, selection sort, or quicksort

    • Compare adjacent elements and swap them if they are in the wrong order

    • Repeat this process until the list is sorted

  • Answered by AI
  • Q2. Write xpath for search in google
  • Ans. 

    XPath for search in Google

    • Use the input element with name attribute 'q' for the search box

    • XPath: //input[@name='q']

    • Use the button element with name attribute 'btnK' for the search button

    • XPath: //input[@name='btnK']

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2023. There were 4 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 - Coding Test 

There was one program which will be easy-medium leavel.

Round 3 - Technical 

(2 Questions)

  • Q1. Only who have good knowledge can clear the interview. The process was very authentic.
  • Q2. 1. Explain oops concepts in coding. 2. Write a program to find missing no in a list 3. Write a program to count the alphabets in a string. 4. Explain project framework from scratch 5. Explain selenium code...
  • Ans. 

    The interview questions cover OOP concepts, coding exercises, project frameworks, Selenium automation, BDD with Cucumber, and TestNG.

    • OOP concepts include inheritance, encapsulation, polymorphism, and abstraction.

    • Example: Inheritance - a class 'Car' can inherit properties from a class 'Vehicle'.

    • To find missing number in a list, iterate through the list and check for gaps in sequence.

    • Example: List {1, 2, 4, 5} - Missing ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. It was managerial based round

Interview Preparation Tips

Topics to prepare for Publicis Sapient Automation Engineer interview:
  • Oops concepts
  • Basic java
  • Selenium
  • Bdd cucumber
  • Testng

Skills evaluated in this interview

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 - One-on-one 

(5 Questions)

  • Q1. What is Automation and advantages
  • Ans. 

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

    • Increases efficiency and productivity

    • Reduces errors and improves accuracy

    • Saves time and money

    • Allows for 24/7 operation

    • Enables scalability and consistency

    • Examples include robotic process automation, industrial automation, and test automation

  • Answered by AI
  • Q2. What is plc and advantages
  • Ans. 

    PLC stands for Programmable Logic Controller. It is an industrial computer used to automate processes and control machinery.

    • PLCs are highly reliable and can operate in harsh environments

    • They can be easily programmed and reprogrammed to accommodate changes in the manufacturing process

    • PLCs can communicate with other devices and systems, allowing for seamless integration

    • They can improve efficiency and productivity while r...

  • Answered by AI
  • Q3. What is instrumentation
  • Ans. 

    Instrumentation refers to the use of instruments or devices to measure, control, or monitor a process or system.

    • Instruments are used to gather data about a process or system

    • Data is then used to control or monitor the process or system

    • Examples include sensors, gauges, and meters

    • Instrumentation is used in various industries such as manufacturing, energy, and transportation

  • Answered by AI
  • Q4. What is panel design
  • Ans. 

    Panel design refers to the process of designing and creating electrical control panels for industrial automation systems.

    • Panel design involves selecting appropriate components such as circuit breakers, relays, and switches.

    • The design must also consider factors such as wiring, labeling, and safety standards.

    • CAD software is often used to create detailed panel layouts and schematics.

    • Examples of industrial automation syste...

  • Answered by AI
  • Q5. Define transformer and why use transformer
  • Ans. 

    A transformer is an electrical device that transfers electrical energy from one circuit to another through electromagnetic induction.

    • Transformers are used to increase or decrease the voltage of an alternating current (AC) power supply.

    • They are used in power distribution systems to step up the voltage for long-distance transmission and step it down for local distribution.

    • Transformers are also used in electronic devices ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My name Pritam Singh I am from jammu and kashmir I did my diploma in Electrical Engineering from government polytechnic College Ramban

Skills evaluated in this interview

Tell us how to improve this page.

People are getting interviews through

based on 1 Abi Instruments interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Abi Instruments Automation Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-Life balance

1.0

Salary & Benefits

1.0

Job Security

1.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Design Engineer
4 salaries
unlock blur

₹2.4 L/yr - ₹4.8 L/yr

Service Engineer
4 salaries
unlock blur

₹3.5 L/yr - ₹3.5 L/yr

Project Design Engineer
4 salaries
unlock blur

₹2.8 L/yr - ₹4 L/yr

Senior Electrical Design Engineer
4 salaries
unlock blur

₹3.3 L/yr - ₹3.4 L/yr

Electrical Engineer
3 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Explore more salaries
Compare Abi Instruments with

Cognizant

3.8
Compare

Teleperformance

3.9
Compare

Reliance Retail

3.9
Compare

iEnergizer

4.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview