Premium Employer

i

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

AQM Technologies Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

AQM Technologies Automation Test Engineer Interview Questions and Answers

Updated 19 Jun 2022

AQM Technologies Automation Test Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of waits? Explain fluent wait?
  • Ans. 

    Types of waits include implicit, explicit, and fluent. Fluent wait is a dynamic wait that polls the DOM for a certain condition.

    • Implicit wait: waits for a certain amount of time before throwing an exception if an element is not found

    • Explicit wait: waits for a certain condition to occur before proceeding with the next step

    • Fluent wait: waits for a certain condition to occur with a dynamic polling interval

    • Example of fluen...

  • Answered by AI
  • Q2. Write a program to merge 2 arraylist?
  • Ans. 

    Program to merge 2 arraylist of strings.

    • Create a new arraylist

    • Add elements of both arraylists to the new arraylist

    • Return the new arraylist

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is collection? Types of collection
  • Ans. 

    A collection is a group of related objects or values. Types include List, Set, Map, Queue, and Stack.

    • Collections are used to store and manipulate groups of data.

    • List is an ordered collection that allows duplicates.

    • Set is an unordered collection that does not allow duplicates.

    • Map is a collection of key-value pairs.

    • Queue is a collection that orders elements in a FIFO (First-In-First-Out) manner.

    • Stack is a collection that...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic , interview not that difficult ...difficulty- 5/10

Skills evaluated in this interview

Top trending discussions

View All
Engineering - Software & QA
2w
a senior software engineer
.NET's Future & Senior Dev Salary Trends
I'm a Full Stack .NET Dev with 6+ years of experience. Seeing a lot of posts on LinkedIn saying .NET (especially .NET Core) might get replaced by stacks like Java/Spring or Python/Django or Next soon. What's the typical salary range in India for someone with my experience right now? Would love some insights from the community! Also, how can I stay ahead of the competition?
Got a question about AQM Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How will you initiate a test with less knowledge in requirement ?
  • Ans. 

    Initiating a test with less knowledge in requirement

    • Start by analyzing the available information and identifying the critical areas to be tested

    • Collaborate with the development team to gain a better understanding of the system

    • Use exploratory testing techniques to uncover potential issues

    • Create test cases based on the information gathered and execute them

    • Continuously learn and update your knowledge as you test

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is must.

Skills evaluated in this interview

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
asked in LTIMindtree
Q3. 1. diff b/w findelements vs findelement? 2. set vs map? 3. wap fo ... read more
asked in Capgemini
Q4. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
asked in Capgemini
Q5. What is assertion? What is soft assertion? What is hard assertion ... read more

Interview Questionnaire 

1 Question

  • Q1. Questions Related to Functional Testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure with the JD of the job

I applied via Referral and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All about my resume and Indepth manual testing concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and go through job description before giving interview.

I applied via Referral and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normally having 2 technical rounds and 1 HR round. In technical round, questions related to JD and your project will be asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Very worst company. I cleared all the rounds, and they asked me to upload all the required documents and after that they didn't shared me my offer letter.
Even the HR promised me that I'll be getting my proposed offer letter, but finally after 22 days of my HR round, HR called me and said that the position is closed now.
What a fraudster organisation. Totally shameful act.

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Explain your work experience 2. Api testing basics 3. Mobile testing tool 4. Real time example for testing like lift, laptop how will you test them 5. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Do basics and have some practical knowledge of how to use different tools
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Telephonic Call 

(1 Question)

  • Q1. Basics of Software testing concepts
Round 2 - Technical 

(1 Question)

  • Q1. Detailed interview on software testing based on resume
Round 3 - HR 

(1 Question)

  • Q1. Salary and offer discussion
Are these interview questions helpful?

I applied via Naukri.com and was interviewed before Jan 2021. 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 - Technical 

(2 Questions)

  • Q1. What is sanity and smoke testing?
  • Ans. 

    Sanity and smoke testing are types of software testing.

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working properly.

    • Sanity testing is a type of testing that checks if the major functionalities of the software are working properly.

    • Smoke testing is done to ensure that the software is stable enough for further testing.

    • Sanity testing is done to ensure that the software is...

  • Answered by AI
  • Q2. What is mobile app testing?
  • Ans. 

    Mobile app testing is the process of testing the functionality, usability, and performance of mobile applications.

    • Testing the app on different devices and platforms

    • Checking for compatibility with different OS versions

    • Ensuring the app meets user requirements

    • Testing for security vulnerabilities

    • Verifying app performance under different network conditions

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is extension for android build file?
  • Ans. 

    The extension for Android build file is .apk.

    • The Android build file is typically named 'build.gradle'.

    • The build.gradle file is used to configure the build settings for an Android project.

    • The build process generates an APK (Android Package) file, which is the final output of the build process.

    • The APK file contains the compiled code, resources, and other files required to run the app on an Android device.

  • Answered by AI
  • Q2. What is extension for iOS build file?
  • Ans. 

    The extension for iOS build file is .ipa

    • IPA stands for iOS App Store Package

    • It is a compressed archive file that contains the app binary and other resources

    • It can be installed on iOS devices using iTunes or over-the-air distribution

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your family background?
  • Ans. 

    I come from a close-knit family that values education and hard work, which has greatly influenced my career choices.

    • My parents are both educators, instilling a love for learning in me from a young age.

    • I have one sibling who is also in the tech field, which fosters a healthy competition and collaboration between us.

    • Family gatherings are frequent, where we share experiences and support each other's goals.

  • Answered by AI
  • Q2. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - More be focused on basic things and the things mentioned in your resume.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. SELENIUM QUESTIONS
  • Q2. BASIC PYTHON PROGRAMS

I applied via Recruitment Consultant and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Agile concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Clear in what you know

AQM Technologies Interview FAQs

How many rounds are there in AQM Technologies Automation Test Engineer interview?
AQM Technologies interview process usually has 2 rounds. The most common rounds in the AQM Technologies interview process are Technical.
How to prepare for AQM Technologies Automation 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 AQM Technologies. The most common topics and skills that interviewers at AQM Technologies expect are Automation Testing, Appium, API Testing, Java and Selenium.
What are the top questions asked in AQM Technologies Automation Test Engineer interview?

Some of the top questions asked at the AQM Technologies Automation Test Engineer interview -

  1. What is collection? Types of collect...read more
  2. Write a program to merge 2 arrayli...read more
  3. Types of waits? Explain fluent wa...read more

Tell us how to improve this page.

Join AQM Technologies Making every experience of software testing a happy experience
AQM Technologies Automation Test Engineer Salary
based on 58 salaries
₹2.4 L/yr - ₹9.5 L/yr
25% less than the average Automation Test Engineer Salary in India
View more details

AQM Technologies Automation Test Engineer Reviews and Ratings

based on 7 reviews

3.2/5

Rating in categories

3.4

Skill development

3.3

Work-life balance

3.1

Salary

2.9

Job security

3.3

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 7 Reviews and Ratings
Automation Test Engineer

Bhubaneswar

3-7 Yrs

Not Disclosed

Explore more jobs
Test Engineer
492 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Softwaretest Engineer
410 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Senior Test Engineer
344 salaries
unlock blur

₹2.5 L/yr - ₹11 L/yr

Test Analyst
123 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Junior Test Engineer
95 salaries
unlock blur

₹2.2 L/yr - ₹4.8 L/yr

Explore more salaries
Compare AQM Technologies with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview