Upload Button Icon Add office photos
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

Compare button icon Compare button icon Compare

Filter interviews by

AQM Technologies Software Testing Engineer Interview Questions and Answers

Updated 15 Dec 2022

AQM Technologies Software Testing Engineer Interview Experiences

2 interviews found

I applied via LinkedIn and was interviewed in Nov 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 - Technical 

(1 Question)

  • Q1. All related to software testing and insurance domain
Round 3 - Technical 

(1 Question)

  • Q1. All testing related and insurance domain related
Round 4 - HR 

(1 Question)

  • Q1. Told that you are hired but offer is on hold. And it never released

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst recruitment process ever seen, they will took all interviews an tell you that you are hired but then they will stop replying and receiving call. They Will hold your offer till your last day in current organization,, never release offer till last.

Interview Questionnaire 

3 Questions

  • Q1. What is Testing??
  • Ans. 

    Testing is the process of evaluating a system or component to determine if it meets specified requirements.

    • Testing is an essential part of the software development life cycle.

    • It involves executing a system or component with the intent of finding defects.

    • Testing helps in identifying and preventing potential issues or bugs.

    • It ensures that the software meets the desired quality standards.

    • Different types of testing include...

  • Answered by AI
  • Q2. What is Defect Tracking??
  • Ans. 

    Defect tracking is the process of identifying, reporting, and managing defects in software.

    • Defect tracking involves recording and tracking defects found during testing.

    • Defects are typically logged in a defect tracking tool or system.

    • Defect tracking helps ensure that defects are addressed and resolved before software is released.

    • Defect tracking also provides valuable data for improving software quality.

    • Examples of defec...

  • Answered by AI
  • Q3. What is Join? (SQL Question)
  • Ans. 

    Join is a SQL operation used to combine rows from two or more tables based on a related column between them.

    • Join is 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.

    • The join condition is specified using the ON keyword followed by the columns to join on.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.c

  • Answered by AI

Skills evaluated in this interview

Software Testing Engineer Interview Questions Asked at Other Companies

asked in Wipro
Q1. Maximal AND Subsequences Problem Given an array consisting of N i ... read more
asked in TCS
Q2. Tell me the scenarios of the water bottle or login page
asked in Paytm
Q3. Number and Digits Problem Statement You are provided with a posit ... read more
asked in Paytm
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
Q5. 1) explain roles and responsibility of previous projects you have ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. About your self
  • Q2. About your project
  • Q3. Test case attribute

Interview Preparation Tips

Interview preparation tips for other job seekers - Hr war not taken interview properly. interview is take for 5 min only all answers was answered properly still not received any response from them

I appeared for an interview before Nov 2016.

Interview Questionnaire 

5 Questions

  • Q1. Banking domain terms and technologies
  • Q2. Some testing terms and technologies
  • Q3. Self introduction
  • Q4. Tecnical question related to testing
  • Q5. Knowledge domain check

Interview Preparation Tips

Round: Test
Experience: Der were total 20 questions ...all are technical MCQ type questions related to testing functionality
Total Questions: 20

Round: Technical Interview
Experience: Der were total 20 questions ...all are technical MCQ type questions related to testing functionality
Tips: Make sure ur confident while answering

Round: Technical Interview
Experience: It was Telephonic round..Comfortable...nd it was g

I applied via Recruitment Consultant and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is NEFT/ RTGS/ IMPS. how they happen in bank.
  • Ans. 

    NEFT/RTGS/IMPS are electronic fund transfer systems used by banks in India.

    • NEFT stands for National Electronic Funds Transfer and is used for transferring funds up to Rs. 2 lakhs.

    • RTGS stands for Real Time Gross Settlement and is used for transferring large amounts of money in real-time.

    • IMPS stands for Immediate Payment Service and is used for instant fund transfers 24x7.

    • All three systems require the sender and receiver...

  • Answered by AI
  • Q2. Read on google about these terms.

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your resume and be prepared for banking/ insurance domain related questions.

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Testing Methodology ,bug life cycle,STLC,API TESTING
  • Q2. Senario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was technical I have given all ans and timeing for interview will 24 min ...
No Response From There Side ...

Interview Questionnaire 

1 Question

  • Q1. Mostly questioned asked related to projects like cors platform, hibernate and general java

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?
  • 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

I applied via Naukri.com and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is regression testing?
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after making changes to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to catch any defects or bugs that may have been introduced

    • It can be automated to save time and effort

    • Examples include retesting after bug fixes, testing after...

  • Answered by AI
  • Q2. What is your last project on which you have worked?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from guru 99

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is sdlc,stlc,smoke,sanity, regression,test strategy,test plan, Rtm, defect density, defect life cycle, functional, load testing, analytical questions,
  • Q2. Basic SQL queries, DDL, DML
Round 2 - Technical 

(3 Questions)

  • Q1. It was the managerial round and it was on totally manual
  • Q2. Write test case on banking Application
  • Ans. 

    Test case for banking application

    • Verify login functionality with valid credentials

    • Verify login functionality with invalid credentials

    • Verify account balance is displayed correctly

    • Verify funds transfer between accounts

    • Verify transaction history is displayed correctly

  • Answered by AI
  • Q3. What is NEFT, RTGS, IMPS
  • Ans. 

    NEFT, RTGS, IMPS are electronic fund transfer systems used in India.

    • NEFT stands for National Electronic Funds Transfer and is used for transferring funds up to Rs. 10 lakhs.

    • RTGS stands for Real Time Gross Settlement and is used for transferring large amounts of money with immediate settlement.

    • IMPS stands for Immediate Payment Service and is used for instant fund transfers 24x7, even on holidays.

    • All three systems requir...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hands on few basic SQL queries and Joins

Skills evaluated in this interview

AQM Technologies Interview FAQs

How many rounds are there in AQM Technologies Software Testing Engineer interview?
AQM Technologies interview process usually has 4 rounds. The most common rounds in the AQM Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for AQM Technologies Software Testing 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 Functional Testing, Manual Testing, Regression Testing, Automation Testing and Claim Settlement.
What are the top questions asked in AQM Technologies Software Testing Engineer interview?

Some of the top questions asked at the AQM Technologies Software Testing Engineer interview -

  1. What is Testin...read more
  2. What is Join? (SQL Questi...read more
  3. What is Defect Trackin...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 342 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Episource Interview Questions
3.9
 • 221 Interviews
Indium Software Interview Questions
4.1
 • 187 Interviews
Xoriant Interview Questions
4.1
 • 184 Interviews
Incedo Interview Questions
3.1
 • 184 Interviews
View all
AQM Technologies Software Testing Engineer Salary
based on 5 salaries
₹3 L/yr - ₹6 L/yr
37% less than the average Software Testing Engineer Salary in India
View more details

AQM Technologies Software Testing Engineer Reviews and Ratings

based on 6 reviews

3.0/5

Rating in categories

2.9

Skill development

2.6

Work-life balance

2.0

Salary

2.5

Job security

2.4

Company culture

2.7

Promotions

2.4

Work satisfaction

Explore 6 Reviews and Ratings
Test Engineer
427 salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Softwaretest Engineer
401 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Senior Test Engineer
317 salaries
unlock blur

₹3.3 L/yr - ₹12 L/yr

Test Analyst
112 salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Junior Test Engineer
104 salaries
unlock blur

₹2.2 L/yr - ₹4.8 L/yr

Explore more salaries
Compare AQM Technologies with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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