Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by AVEVA Team. If you also belong to the team, you can get access from here

AVEVA Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

AVEVA QA Engineer Interview Questions and Answers

Updated 29 Sep 2024

AVEVA QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Sep 2024

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

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Programs and selenium

Interview questions from similar companies

I applied via Walk-in and was interviewed before Jun 2021. There were 3 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 Resume tips
Round 2 - Group Discussion 

Current Technologies

Round 3 - Aptitude Test 

Duration 1 hr, Coding,GK and English

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge in ths subject which you are applying for th post

I applied via Referral and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Why TCS?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with the basics and you will be through
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Basic situation handelling questions

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. CI/ CD Pipeline
  • Q2. Agile methodlogies
Round 2 - HR 

(2 Questions)

  • Q1. Expected salary
  • Q2. Ready to work in Hybdrid model
  • Ans. 

    Yes, I am ready to work in a hybrid model.

    • I have experience working in both remote and on-site environments.

    • I am comfortable using collaboration tools like Slack, Zoom, and Jira.

    • I am adaptable and can easily switch between working from home and in the office.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

I applied via Referral and was interviewed in May 2023. There were 3 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Postman details, what are variable ?
  • Ans. 

    Variables in Postman are placeholders that can be used to store and reuse values in requests and scripts.

    • Variables in Postman are denoted by enclosing them in double curly braces like {{variable_name}}

    • Variables can be defined at different scopes such as global, environment, and local

    • Variables can be used to store values like API keys, tokens, and dynamic data

    • Variables can be dynamically updated using scripts or pre-req

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

(1 Question)

  • Q1. SQL in depth Different types of join
  • Ans. 

    Different types of SQL joins include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Right join: Returns all rows from the right table and the matched rows from the left table

    • Full outer join: Returns rows when there is a match in either table

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Mar 2023. There were 3 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 Resume tips
Round 2 - Aptitude Test 

Basic Aptitude Test and Testing and coding Aptitude Manual Testing Aptitude

Round 3 - Coding Test 

Coding with MySql Database Coding

Interview Preparation Tips

Interview preparation tips for other job seekers - How to speak with HR and How to Introduce with them
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Abstract class vs interface
  • Ans. 

    Abstract class is a class that can have both abstract and non-abstract methods, while an interface is a blueprint for a class that only contains abstract methods.

    • Abstract class can have constructor while interface cannot.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class can have access modifiers for its members, while interface cannot.

    • Interfaces are used to achieve mu...

  • Answered by AI
  • Q2. String programs
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are SQL joins
  • Ans. 

    SQL joins are used to combine data from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables in a single query

    • There are different types of joins such as inner join, left join, right join, and full outer join

    • Inner join returns only the matching rows from both tables

    • Left join returns all the rows from the left table and matching rows from the right table

    • Right join...

  • Answered by AI
  • Q2. Inner join outer join in that left join right join and self join

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Jan 2023. There were 3 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 Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. Tell something about yourself
  • Q2. Difference between verification and validation
  • Ans. 

    Verification ensures the product is built right, while validation ensures the right product is built.

    • Verification focuses on the process of building the product according to specifications

    • Validation focuses on whether the product meets the customer's needs and expectations

    • Verification is done through reviews, inspections, walkthroughs, and meetings

    • Validation is done through testing, user feedback, and acceptance criter...

  • Answered by AI
  • Q3. Different between Smoke testing and Sanity testing
  • Ans. 

    Smoke testing is a subset of regression testing, focusing on testing major functionalities to ensure stability. Sanity testing is a subset of regression testing, focusing on testing specific functionalities to ensure basic functionality.

    • Smoke testing is a shallow and wide approach, while sanity testing is a deep and narrow approach.

    • Smoke testing is performed on stable builds, while sanity testing is performed on unstab...

  • Answered by AI
  • Q4. Different between retesting and Regression
  • Ans. 

    Retesting is testing the same functionality again to ensure the defect is fixed, while regression testing is testing the unchanged parts of the application to ensure new changes do not affect existing functionality.

    • Retesting focuses on the defect fix, while regression testing focuses on ensuring existing functionality is not impacted by new changes.

    • Retesting is done after a defect is fixed, while regression testing is ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. They asked me scenario based question
  • Q2. Writing a testing cases on pen

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning and be positive

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

AVEVA Interview FAQs

How many rounds are there in AVEVA QA Engineer interview?
AVEVA interview process usually has 1 rounds. The most common rounds in the AVEVA interview process are One-on-one Round.

Recently Viewed

SALARIES

Hinge Health

SALARIES

Infosys BPM

SALARIES

Hinge Health

SALARIES

AirAsia

INTERVIEWS

AirAsia

No Interviews

LIST OF COMPANIES

Infosys BPM

Overview

INTERVIEWS

Etihad Airways

No Interviews

DESIGNATION

LIST OF COMPANIES

Hinge Health

Overview

SALARIES

AVEVA

Tell us how to improve this page.

AVEVA QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Senior Consultant
115 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
75 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Consultant
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare AVEVA with

Siemens

4.1
Compare

Schneider Electric

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