Upload Button Icon Add office photos

Filter interviews by

A2 Technologies Sdet Automation Test Engineer Interview Questions and Answers for Experienced

Updated 2 Aug 2023

A2 Technologies Sdet Automation Test Engineer Interview Experiences for Experienced

1 interview found

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

I applied via Job Fair and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode easy questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Testing basis questions.
  • Q2. Selenium, j metered, basic ds

Interview questions from similar companies

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

(2 Questions)

  • Q1. Java question and selenium questions
  • Q2. Selenium program
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Mostly relevant questions, To the point
  • Q2. Explain Stale element exception and how to overcome that.
  • Ans. 

    Stale element exception occurs when an element is no longer attached to the DOM. It can be overcome by re-locating the element.

    • Stale element exception is a common issue in automation testing, especially in Selenium WebDriver.

    • It occurs when an element that was located on a web page becomes stale, meaning it is no longer attached to the DOM.

    • This can happen when the page is refreshed, updated, or changed in some way.

    • To ov...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Palindrome and no of occurrences of character in string

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

I applied via Newspaper Ad and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Where you wanna see you after 5 years
  • Ans. 

    I see myself as a respected leader in the field, leading a team of skilled professionals and making significant contributions to the company's success.

    • Leading a team of SDETs and QA engineers

    • Implementing innovative testing strategies and automation techniques

    • Mentoring junior team members and helping them grow in their careers

    • Contributing to the development of cutting-edge products and technologies

  • Answered by AI
  • Q2. Sun is red or blue
Round 2 - Coding Test 

Sorting strings with iron rod

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA is not important
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
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Basic questions of leetcode and gfg

Round 2 - Technical 

(2 Questions)

  • Q1. Give ur introduction
  • Ans. 

    I am a highly experienced SDET Lead with a strong background in software testing and automation.

    • Over 8 years of experience in software testing and automation

    • Led multiple teams in developing and implementing test strategies

    • Proficient in various testing tools and technologies such as Selenium, JUnit, and TestNG

    • Strong understanding of Agile methodologies and CI/CD pipelines

    • Excellent communication and leadership skills

  • Answered by AI
  • Q2. Basic sql questions
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between scenario and scenario outline
  • Ans. 

    Scenario is a single test case while scenario outline is a template for multiple test cases with different inputs.

    • Scenario is a single test case with specific inputs and expected outcomes

    • Scenario outline is a template for multiple test cases with placeholders for different inputs

    • In scenario outline, examples table is used to provide different input values for each test case

  • Answered by AI
  • Q2. Explain oops concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs focuses on creating objects that interact with each other to solve a problem

    • Key concepts include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation: Bundling data and methods that operate on the data into a single unit

    • Inher...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

World of Ai in Future

Round 2 - Coding Test 

String, Array, Graph, Map, tree,linked list

Round 3 - HR 

(2 Questions)

  • Q1. What is OS in CSE?
  • Ans. 

    OS in CSE stands for Operating System in Computer Science Engineering.

    • OS is a software that manages computer hardware and provides services for computer programs.

    • It acts as an intermediary between computer hardware and software applications.

    • Examples of OS include Windows, macOS, Linux, and Unix.

  • Answered by AI
  • Q2. What Schooling in DBMS?
  • Ans. 

    DBMS schooling typically includes courses in database design, implementation, management, and querying.

    • Courses in database design cover topics such as normalization, ER modeling, and schema design.

    • Implementation courses focus on creating and maintaining databases using tools like SQL Server or Oracle.

    • Management courses teach skills related to backup, recovery, security, and performance tuning.

    • Querying courses cover SQL...

  • Answered by AI

Skills evaluated in this interview

A2 Technologies Interview FAQs

How many rounds are there in A2 Technologies Sdet Automation Test Engineer interview for experienced candidates?
A2 Technologies interview process for experienced candidates usually has 3 rounds. The most common rounds in the A2 Technologies interview process for experienced candidates are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in A2 Technologies Sdet Automation Test Engineer interview for experienced candidates?

Some of the top questions asked at the A2 Technologies Sdet Automation Test Engineer interview for experienced candidates -

  1. Selenium, j metered, basic...read more
  2. Testing basis questio...read more

Tell us how to improve this page.

Web Designer
8 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Web Developer
6 salaries
unlock blur

₹2.3 L/yr - ₹3.1 L/yr

Graphic Designer
5 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

UI Designer
5 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

UI Developer
4 salaries
unlock blur

₹2.4 L/yr - ₹5.5 L/yr

Explore more salaries
Compare A2 Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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