Upload Button Icon Add office photos
Engaged Employer

i

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

RMgX Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

RMgX QA Engineer Interview Questions, Process, and Tips

Updated 18 Oct 2024

RMgX QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Urvi Patel

posted on 18 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Difference between priority and severity?
  • Ans. 

    Priority is the order in which defects should be fixed, while severity is the impact of a defect on the system.

    • Priority determines the order in which defects should be fixed, based on factors like business impact and deadlines.

    • Severity indicates the impact of a defect on the system's functionality or performance.

    • A high severity issue may not always have the highest priority if it does not impact critical functionality.

    • ...

  • Answered by AI
  • Q2. Black box Testing Techniques?
  • Ans. 

    Black box testing techniques involve testing the functionality of a software without knowing its internal code.

    • Focus on testing the software's inputs and outputs without knowledge of its internal workings

    • Techniques include equivalence partitioning, boundary value analysis, decision table testing, and state transition testing

    • Helps ensure that the software functions correctly from a user's perspective

  • Answered by AI
  • Q3. What is boundary value Analysis?
  • Ans. 

    Boundary value analysis is a software testing technique where test cases are designed using boundary values.

    • Focuses on testing at the boundaries of input ranges

    • Helps identify errors that occur at boundaries

    • Reduces the number of test cases needed

    • Example: Testing a form with age input where valid range is 18-65, boundary values would be 17, 18, 65, 66

  • Answered by AI
  • Q4. What is Equivalence Partitioning technique?
  • Ans. 

    Equivalence Partitioning is a software testing technique where input data is divided into partitions and only one value from each partition is tested.

    • Input data is divided into groups or partitions based on similar characteristics.

    • One value from each partition is selected as a representative for testing.

    • Helps in reducing the number of test cases while ensuring maximum coverage.

    • For example, if a system accepts numbers f...

  • Answered by AI

Skills evaluated in this interview

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 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 before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Selenium, Java, functional testing
Round 2 - HR 

(1 Question)

  • Q1. Salary, notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Good work life balance and learning new technologies

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About sdlc and stlc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good from guru99

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Wait in Selenium. type of waits.
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

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

    • Explicit waits wait for a certain condition to be met before proceeding with the next step.

    • Fluent waits wait for a certain condition to be met within a specified time frame.

    • Examples of conditions include element visibility, element clickability,...

  • Answered by AI
  • Q2. Dynamic element how to search
  • Ans. 

    Dynamic elements can be searched using unique attributes like ID, class, name, or XPath.

    • Use ID attribute if it's unique and static

    • Use class attribute if it's unique and dynamic

    • Use name attribute if it's unique and static

    • Use XPath if other attributes are not unique or not available

  • Answered by AI
  • Q3. Jenkins do u know or not
  • Ans. 

    Jenkins is an open-source automation server that helps to automate parts of the software development process.

    • Jenkins is used for continuous integration and continuous delivery

    • It can be used to build, test, and deploy software

    • Jenkins has a large number of plugins available to extend its functionality

    • Examples of plugins include Git, Maven, and JUnit

    • Jenkins can be configured to run on different operating systems and envir

  • Answered by AI
  • Q4. How to fetch data from xls
  • Ans. 

    To fetch data from xls, use a library like Apache POI or OpenPyXL.

    • Use a library like Apache POI or OpenPyXL to read data from xls files

    • Identify the sheet and cell range to read data from

    • Iterate through the rows and columns to extract the data

    • Handle any formatting or data type conversions as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare selenium with java testng and appache poi.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. First of all Thank you very much to Naukri.com for giving me job offers... In Interview they asked question regarding Java, Manual Testing, Selenium and Database
  • Q2. Questions on OOP's concepts in Java
  • Q3. Questions on Selenium frameworks, selenium components, web driver, implicit wait, explicit wait, Action Class, etc.
  • Q4. Question on Database like difference between drop and delete table, difference between truncate and delete etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident while answering questions. Prepare Java nicely. For Selenium and Manual Testing common interview questions get asked most time.

I applied via Naukri.com and was interviewed in Sep 2022. 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. Selenium framework types Window handling Mouse actions
  • Q2. Sql joins Different types of waits in selenium Explict wait and implicit wait
  • Ans. 

    Explaining SQL joins and different types of waits in Selenium

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

    • There are four types of SQL joins: inner join, left join, right join, and full outer join

    • Explicit wait is used to wait for a specific condition to occur before proceeding with the test

    • Implicit wait is used to wait for a certain amount of time before throwing an exception if th...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini QA Engineer interview:
  • Automation Testing
Interview preparation tips for other job seekers - Go through your Resume Thourely
Prepare on basics
Serch for the previous questions asked by the company before appearing

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Mobile testing questions
  • Q2. API questions postman
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Find duplicates in string, Find frequency in string

Round 2 - Technical 

(1 Question)

  • Q1. Explain about project responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong in basics

RMgX Interview FAQs

How many rounds are there in RMgX QA Engineer interview?
RMgX interview process usually has 1 rounds. The most common rounds in the RMgX interview process are One-on-one Round.
How to prepare for RMgX QA 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 RMgX. The most common topics and skills that interviewers at RMgX expect are Analytical Chemistry, Computer Science, Consulting, JIRA and Microsoft Power BI.
What are the top questions asked in RMgX QA Engineer interview?

Some of the top questions asked at the RMgX QA Engineer interview -

  1. What is Equivalence Partitioning techniq...read more
  2. What is boundary value Analys...read more
  3. Difference between priority and severi...read more

Tell us how to improve this page.

RMgX QA Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 44 Interviews
IBM QA Engineer Interview Questions
4.0
 • 12 Interviews
View all
Software Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate L1
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare RMgX with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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