Upload Button Icon Add office photos

Filter interviews by

Admiral Group Qa Automation Testing Engineer Interview Questions and Answers

Updated 27 May 2024

Admiral Group Qa Automation Testing Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions were related to profit and loss
Simple interest logical reasoning , English grammer and Software engineering.

Round 2 - HR 

(3 Questions)

  • Q1. Introduction type, interviewer wants to know about the candidate.
  • Q2. Where you your self after 5 years.
  • Q3. Tell your strength and weakness.

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Leetcode style question on summing 2 numbers
Round 2 - Case Study 

Modify and explain code

Round 3 - System design 

(1 Question)

  • Q1. Popular system design question
Round 4 - Behavioral interview 

(1 Question)

  • Q1. Tell me about a time when...
  • Ans. 

    I successfully led a team project to develop a new feature for our company's website.

    • Assigned tasks to team members based on their strengths and skills

    • Held regular meetings to track progress and address any issues

    • Collaborated with other departments to gather requirements and feedback

    • Completed the project on time and within budget

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in

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 - Technical 

(1 Question)

  • Q1. What are oops concept?
  • Ans. 

    OOPs concepts are the fundamental principles of Object-Oriented Programming.

    • Encapsulation - binding data and functions together

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on multiple forms

    • Abstraction - hiding implementation details from users

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. String reverse program
  • Ans. 

    A program to reverse a given string.

    • Iterate through the string from the end and append each character to a new string.

    • Use built-in functions like reverse() or StringBuilder in Java.

    • In Python, strings are immutable, so convert the string to a list, reverse it, and then join it back to a string.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for SunSystem Infotech Qa Automation Testing Engineer interview:
  • java

I appeared for an interview before Oct 2021.

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 - Technical 

(2 Questions)

  • Q1. Prject architecture and your role
  • Q2. Automation Frameworks related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please inform clearly to candidates about the interview process
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Assignment 

They will provide a scenario to automate

Round 2 - Coding Test 

Basic Java coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare a framework to submit in assignment
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 Dec 2022. 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 - HR 

(1 Question)

  • Q1. Intro ,past experience and knowledge in automation, tools etc.
Round 3 - Technical 

(1 Question)

  • Q1. Selenium and automation questions on Telephonic round
Round 4 - Technical 

(1 Question)

  • Q1. Video Interview with automation and technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for improving knowledge.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

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

Round 1 - Technical 

(7 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a QA Automation Testing Engineer with 5 years of experience in creating and executing test cases for software applications.

    • 5 years of experience in QA Automation Testing

    • Proficient in creating and executing test cases

    • Skilled in using automation tools like Selenium and JUnit

    • Experience in testing web and mobile applications

    • Strong problem-solving and analytical skills

  • Answered by AI
  • Q2. How many Types of xpath
  • Ans. 

    There are two types of xpath: Absolute xpath and Relative xpath.

    • Absolute xpath starts from the root node and includes the complete path to the desired element.

    • Relative xpath starts from the node of the element you want to select.

    • Absolute xpath is less preferred as any changes in the structure of the page can break the xpath.

    • Relative xpath is more flexible and recommended for automation testing.

  • Answered by AI
  • Q3. To automate makemyttrip
  • Ans. 

    To automate makemytrip, use Selenium WebDriver with Java to create test scripts for booking flights, hotels, and packages.

    • Use Selenium WebDriver with Java for web automation

    • Create test scripts for booking flights, hotels, and packages

    • Implement data-driven testing for different scenarios

    • Use Page Object Model design pattern for better maintenance

    • Utilize TestNG for test execution and reporting

  • Answered by AI
  • Q4. How many types of locators
  • Ans. 

    There are 8 types of locators commonly used in QA automation testing.

    • ID

    • Name

    • Class Name

    • Tag Name

    • Link Text

    • Partial Link Text

    • CSS Selector

    • XPath

  • Answered by AI
  • Q5. What is testNG?
  • Ans. 

    TestNG is a testing framework designed for unit testing and integration testing in Java.

    • TestNG stands for Test Next Generation.

    • It is used for writing and running tests in Java.

    • TestNG supports annotations like @Test, @BeforeSuite, @AfterSuite, etc.

    • It allows grouping of test cases, parameterization, and parallel execution.

    • TestNG generates detailed test reports and supports data-driven testing.

  • Answered by AI
  • Q6. Ask about git hub commands and ci/cd jenkins needs, gherkin syntax
  • Q7. Reverse a string code and sort the array in descending order
  • Ans. 

    Reverse a string and sort an array of strings in descending order.

    • Create a function to reverse a string using built-in methods or loops.

    • Use a sorting algorithm like bubble sort or quicksort to sort the array in descending order.

    • Ensure the array contains strings for sorting to work properly. Example: ['apple', 'banana', 'cherry']

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice to automate websites like MakeMyTrip where you will find drop down to click and entering input and handling calendar date. Also scrolling and drag and drop

Skills evaluated in this interview

I applied via Naukri.com 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 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Biggest challenge you are faced in your carrier

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident don't get panic understand properly what he is asking and then answer.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java oops concepts
  • Q2. Cucumber bdd framework question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What do you mean by ERPs
  • Ans. 

    ERPs stand for Enterprise Resource Planning systems.

    • ERPs are software systems that integrate and manage various business processes and functions.

    • They provide a centralized database and a suite of applications to streamline operations.

    • ERPs typically include modules for finance, human resources, supply chain management, and customer relationship management.

    • Examples of popular ERPs include SAP, Oracle ERP Cloud, and Micro...

  • Answered by AI
  • Q2. What modules have you worked on ERPs
  • Ans. 

    I have worked on multiple modules of ERPs including finance, inventory, and human resources.

    • Finance module: Managed financial transactions, budgeting, and reporting.

    • Inventory module: Handled stock management, procurement, and order fulfillment.

    • Human resources module: Oversaw employee information, payroll, and performance management.

  • Answered by AI
  • Q3. I have worked on oracle open source ERP of Oracle fusion and the modules i have worked are: 1. HCM - Human Capital Management 2. SCM - Supply Chain Management
  • Q4. Tasks in HCM & SCM
  • Ans. 

    HCM (Human Capital Management) and SCM (Supply Chain Management) are two different tasks in an organization.

    • HCM involves managing employee data, recruitment, performance management, and payroll.

    • SCM involves managing the flow of goods and services, including procurement, inventory management, and logistics.

    • Examples of HCM tasks: employee onboarding, performance reviews, salary calculations.

    • Examples of SCM tasks: supplie...

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

(1 Question)

  • Q1. One workflow was shown to me by the interviewer and was asked to recreate that workflow

Interview Preparation Tips

Topics to prepare for Kapylon Qa Automation Testing Engineer interview:
  • ERP
  • Oracle EBS
  • Opkey
  • Selenium
  • Test Automation
Interview preparation tips for other job seekers - 1. Get a good understanding of ERPs
2. Get a basic understanding of Oracle EBS
3. Get a basic understanding of Test Automation using Opkey, a No code test automation tool

Skills evaluated in this interview

Admiral Group Interview FAQs

How many rounds are there in Admiral Group Qa Automation Testing Engineer interview?
Admiral Group interview process usually has 2 rounds. The most common rounds in the Admiral Group interview process are Aptitude Test and HR.

Tell us how to improve this page.

Admiral Group Qa Automation Testing Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CapitalOne Interview Questions
3.7
 • 79 Interviews
Equifax Interview Questions
3.3
 • 32 Interviews
Experian Interview Questions
3.9
 • 22 Interviews
Shinhan Bank Interview Questions
3.4
 • 15 Interviews
Emirates NBD Interview Questions
3.3
 • 10 Interviews
OCBC Bank Interview Questions
3.4
 • 9 Interviews
View all
Software Developer
17 salaries
unlock blur

₹8.2 L/yr - ₹31 L/yr

Senior Data Engineer
12 salaries
unlock blur

₹21 L/yr - ₹33 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹13.5 L/yr - ₹40 L/yr

RPA Developer
9 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Senior Automation Engineer
7 salaries
unlock blur

₹25 L/yr - ₹28 L/yr

Explore more salaries
Compare Admiral Group with

Descon Engineering

4.0
Compare

Xchanging

4.0
Compare

Equifax

3.3
Compare

Emirates NBD

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