Upload Button Icon Add office photos

Filter interviews by

Anora Instrumentation Test Engineer Interview Questions and Answers

Updated 22 Jul 2024

Anora Instrumentation Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image jayasivan santhosh

posted on 22 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at RMD Engineering College, Chennai and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Time and work, averages, basic coding

Round 2 - Coding Test 

Totally they provided 50 minutes, within this we have to complete 2 programs. I completed the programs in python language. It is easy for me to do in python.

Round 3 - HR 

(5 Questions)

  • Q1. They asked my relocation to Chennai
  • Q2. I was asked about my self introduction
  • Q3. I was asked by my future goals
  • Q4. What do you think about automation?
  • Ans. 

    Automation in testing is essential for efficiency and accuracy.

    • Automation helps in executing repetitive test cases quickly and accurately.

    • It allows for continuous testing and integration, leading to faster feedback.

    • Automation reduces human error and increases test coverage.

    • Tools like Selenium, Appium, and JUnit are commonly used for test automation.

    • However, manual testing is still necessary for exploratory testing and

  • Answered by AI
  • Q5. Functions in python
  • Ans. 

    Functions in Python are reusable blocks of code that perform a specific task.

    • Functions are defined using the 'def' keyword followed by the function name and parentheses.

    • Functions can take parameters as input and return a value using the 'return' keyword.

    • Functions can be called multiple times in a program to execute the same code.

    • Example: def greet(name): return 'Hello, ' + name

    • Example: result = greet('Alice')

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a quick learner and I plan to take on additional training and certifications to enhance my skills.

Skills evaluated in this interview

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(7 Questions)

  • Q1. What are the different types of waits in Selenium?
  • Q2. What is a Java program for identifying vowels?
  • Q3. What is the difference between smoke testing and sanity testing?
  • Q4. What is the purpose of a sprint retrospective meeting?
  • Q5. What are the uses of Selenium 4?
  • Q6. How do you manage dropdown menus?
  • Q7. What is the difference between a scenario and a scenario outline?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between sdlc and stlc
  • Ans. 

    SDLC is Software Development Life Cycle which focuses on development of software, while STLC is Software Testing Life Cycle which focuses on testing of software.

    • SDLC is the process of developing software from planning to deployment, while STLC is the process of testing software from test planning to test closure.

    • SDLC includes phases like requirements gathering, design, coding, testing, and deployment, while STLC includ...

  • Answered by AI
  • Q2. Bug life cycle? Defect triage

Interview Preparation Tips

Topics to prepare for Deloitte Test Engineer interview:
  • Basic concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Stlc question asked manual qa
Round 2 - Technical 

(1 Question)

  • Q1. Coding asked sql query
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed a test automation framework for a web application

    • Designed and implemented test cases using Selenium WebDriver

    • Integrated the framework with Jenkins for continuous integration

    • Performed regression testing and reported bugs using Jira

  • Answered by AI
  • Q2. What are Action modes
  • Ans. 

    Action modes are different modes in which an action can be performed in a software application.

    • Action modes define how a specific action will be executed within the software.

    • Examples of action modes include edit mode, view mode, delete mode, etc.

  • Answered by AI
  • Q3. What is wait on
  • Q4. Data base connection
  • Q5. Recovery scenario

Test Engineer Interview Questions & Answers

TCS user image Vaibhav Dilip Shitole

posted on 13 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain your Framework
  • Q2. How to write listeners and use of it
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Performance testing entry & exit criteria
  • Q2. Performance tuning questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How to switch to frame
  • Ans. 

    To switch to a frame in test automation, use the switchTo() method in Selenium WebDriver.

    • Use driver.switchTo().frame() method to switch to a frame by index, name, or WebElement.

    • To switch back to the default content, use driver.switchTo().defaultContent().

    • Make sure the frame is present and loaded before switching to it.

  • Answered by AI
  • Q2. Write a program to reverse a string
  • Ans. 

    Program to reverse a string using array of characters

    • Create an array of characters to store the input string

    • Iterate through the input string and store each character in the array

    • Iterate through the array in reverse order to construct the reversed string

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Create table in sql using insert
  • Ans. 

    To create a table in SQL using INSERT, you need to first create the table structure and then insert data into it.

    • Create a table using CREATE TABLE statement with column names and data types

    • Insert data into the table using INSERT INTO statement with values for each column

    • Example: CREATE TABLE employees (id INT, name VARCHAR(50)); INSERT INTO employees VALUES (1, 'John')

  • Answered by AI
  • Q2. Create alter command
  • Ans. 

    The ALTER command is used to modify an existing database object in SQL.

    • Use ALTER TABLE to modify a table structure

    • Use ALTER INDEX to modify an index

    • Use ALTER VIEW to modify a view

    • Use ALTER PROCEDURE to modify a stored procedure

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Test Engineer with a strong background in software testing and quality assurance.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium, JIRA, and TestRail

    • Skilled in identifying and documenting software defects

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - best

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Accessibility testing
  • Q2. What is WCAG guidelines
  • Q3. What is accessibility tools
Round 2 - One-on-one 

(1 Question)

  • Q1. Accessible minds interview questions

Anora Instrumentation Interview FAQs

How many rounds are there in Anora Instrumentation Test Engineer interview?
Anora Instrumentation interview process usually has 3 rounds. The most common rounds in the Anora Instrumentation interview process are Aptitude Test, Coding Test and HR.
How to prepare for Anora Instrumentation Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Anora Instrumentation. The most common topics and skills that interviewers at Anora Instrumentation expect are C, C#, C++, Programming and Python.
What are the top questions asked in Anora Instrumentation Test Engineer interview?

Some of the top questions asked at the Anora Instrumentation Test Engineer interview -

  1. What do you think about automatio...read more
  2. Functions in pyt...read more

Tell us how to improve this page.

Anora Instrumentation Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Test Engineer Interview Questions from Similar Companies

View all

Fast track your campus placements

View all
Logistics Executive
5 salaries
unlock blur

₹3.5 L/yr - ₹4.6 L/yr

Assembly Technician
5 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Lead Engineer
4 salaries
unlock blur

₹18.6 L/yr - ₹37 L/yr

Finance Executive
4 salaries
unlock blur

₹2.8 L/yr - ₹7 L/yr

Senior Engineer
3 salaries
unlock blur

₹4.1 L/yr - ₹19 L/yr

Explore more salaries
Compare Anora Instrumentation with

ABB

4.1
Compare

Siemens

4.1
Compare

Honeywell Automation

3.8
Compare

Emerson Electric Co.

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