Upload Button Icon Add office photos
Engaged Employer

i

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

RWS Group Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

RWS Group QA Engineer Interview Questions and Answers

Updated 21 Jan 2023

RWS Group QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Jan 2023

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

I applied via Approached by Company and was interviewed before Jan 2022. 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 - Coding Test 

Qa script, xpaths, login screen

Round 3 - Technical 

(2 Questions)

  • Q1. 1.Xpath vs css 4 few programs like reverse strings 5.,qa process 6.agile questions
  • Q2. Oops concepts Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Reasonable interview. Few rounds. I wasn't keeping well so couldn't give it my best.overall good experience

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about RWS Group?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic Testing Questions
  • Q2. SQL Queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your answer with confidence

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Programming language mentioned in Resume
  • Q2. Interviewer will check confidence
  • Q3. Academic Project

Interview Preparation Tips

Interview preparation tips for other job seekers - what ever we answer we should say in confidence

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

Interview Questionnaire 

1 Question

  • Q1. Selenium concepts and advanced c# concepts and sql basis and html basics and Pipeline concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answers all the questions

I applied via Approached by Company and was interviewed before Oct 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 - Aptitude Test 

The questions mainly will on profits, upstream/downstream,find the sequence, relation between people, directions.

Round 3 - Technical 

(1 Question)

  • Q1. Candidate basic details, Previous project details and your role in your project group (in engineering), technical languages known, and may ask to write a simple code like (basic coding).
Round 4 - HR 

(1 Question)

  • Q1. Basic details of candidate, where do you want to see yourself in 5yrs, why we have to hire you.

Interview Preparation Tips

Topics to prepare for NTT Data QA Engineer interview:
  • Core Java
  • Python
  • SQL
Interview preparation tips for other job seekers - Be confident when you're answering,
If don't know the answers means say it directly in a good manner.

I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Help my AMCAT

Round 2 - One-on-one 

(1 Question)

  • Q1. Coding round, you need to write algo's and tell the complete logics of a scenario
  • Ans. 

    Develop an algorithm to validate user input in a web form for a QA Engineer role.

    • Use regular expressions to validate email formats (e.g., user@example.com).

    • Check for required fields to ensure no empty submissions.

    • Implement length checks for fields like passwords (e.g., minimum 8 characters).

    • Provide user-friendly error messages for invalid inputs.

    • Utilize unit tests to verify the correctness of validation logic.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know for what role you are being hired.

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Mostly Core Java, selenium and project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident that's it ofcourse knowledge is prerequisite for the confidence
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed before Oct 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 - Assignment 

There around 6 sections 2 is coding sections

Round 3 - Technical 

(4 Questions)

  • Q1. Difference b/w java and c++
  • Ans. 

    Java is platform-independent, object-oriented, and uses automatic memory management, while C++ is platform-dependent, supports multiple paradigms, and requires manual memory management.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java is object-oriented, while C++ supports multiple paradigms.

    • Java uses automatic memory management (garbage collection), while C++ requires manual memory management.

    • Java has...

  • Answered by AI
  • Q2. Real time examples of object and class
  • Ans. 

    Objects are instances of classes in object-oriented programming. Classes define the properties and behaviors of objects.

    • An example of a class is 'Car', which defines properties like color, make, and model, and behaviors like drive and stop.

    • An object of the class 'Car' could be 'myCar' with properties 'red', 'Toyota', 'Camry' and behaviors 'drive()' and 'stop()'.

  • Answered by AI
  • Q3. What is access specifiers define access specifers
  • Ans. 

    Access specifiers define the level of access to classes, methods, and variables in object-oriented programming.

    • Access specifiers include public, private, protected, and default.

    • Public access specifier allows access from any other class.

    • Private access specifier restricts access to only within the same class.

    • Protected access specifier allows access within the same package and subclasses.

    • Default access specifier (no keywo...

  • Answered by AI
  • Q4. Difference between truncate and drop
  • Ans. 

    Truncate removes all records from a table, while drop deletes the table itself.

    • Truncate is a DDL command, while drop is a DDL command.

    • Truncate is faster than drop as it does not log individual row deletions.

    • Truncate can be rolled back, while drop cannot be rolled back.

    • Truncate resets the identity seed of the table, while drop does not.

    • Example: TRUNCATE TABLE TableName; DROP TABLE TableName;

  • Answered by AI
Round 4 - HR 

(4 Questions)

  • Q1. Introduce about yourself
  • Q2. Willing to relocate
  • Ans. 

    I am open to relocating for the right opportunity, as it can enhance my career and personal growth.

    • Relocation can provide exposure to new technologies and methodologies, enhancing my skill set.

    • I am adaptable and have previously moved for work, such as relocating from a small town to a major city for a job.

    • Being in a new environment can foster creativity and innovation in my work.

    • I believe that working in diverse teams ...

  • Answered by AI
  • Q3. Comfortable with night shights
  • Ans. 

    Yes, I am comfortable with night shifts as I have previous experience working during those hours.

    • Have previous experience working night shifts

    • Understand the importance of maintaining focus and attention during non-traditional work hours

    • Able to adjust sleep schedule accordingly to ensure optimal performance during night shifts

  • Answered by AI
  • Q4. Work with any domain

Interview Preparation Tips

Topics to prepare for Virtusa Consulting Services QA Engineer interview:
  • java
  • sql
  • html
  • css

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Majorily on security domain and python coding
Round 2 - Technical 

(1 Question)

  • Q1. Vlans, ssl/tls hand shake, vpn
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(4 Questions)

  • Q1. What are Cucumber hooks?
  • Ans. 

    Cucumber hooks are blocks of code that run before or after each scenario in Cucumber tests.

    • Cucumber hooks allow for setup and teardown actions before and after scenarios

    • They can be used to perform actions like opening a browser before a scenario and closing it after

    • Hooks can be defined at different levels such as global, scenario, or feature level

  • Answered by AI
  • Q2. Write a program to store the characters of a string in arraylist and print the arraylist.
  • Ans. 

    Program to store characters of a string in an arraylist and print it.

    • Create an ArrayList to store characters

    • Iterate through the string and add each character to the ArrayList

    • Print the ArrayList

  • Answered by AI
  • Q3. What is dry run?
  • Ans. 

    A dry run is a rehearsal or practice of a process or procedure to ensure it works correctly without actually executing it.

    • Dry run is a simulation of a process or procedure to identify any potential issues before actual execution.

    • It helps in testing the logic and flow of a program without actually running it.

    • Commonly used in software testing to ensure the code functions as expected.

    • Can also be used in manufacturing to t...

  • Answered by AI
  • Q4. What is the difference between TDD and BDD?
  • Ans. 

    TDD focuses on testing the functionality of individual units of code, while BDD focuses on testing the behavior of the system as a whole.

    • TDD stands for Test-Driven Development, where tests are written before the code is implemented to drive the development process.

    • BDD stands for Behavior-Driven Development, where tests are written in a human-readable format to describe the behavior of the system.

    • TDD is more focused on ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic QA Engineer interview:
  • Selenium
  • Cucumber
  • Testng
Interview preparation tips for other job seekers - Prepare topics of manual testing theory nicely.

Skills evaluated in this interview

RWS Group Interview FAQs

How many rounds are there in RWS Group QA Engineer interview?
RWS Group interview process usually has 3 rounds. The most common rounds in the RWS Group interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for RWS Group 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 RWS Group. The most common topics and skills that interviewers at RWS Group expect are QA, Manual Testing, Quality Assurance Engineering, Automation Testing and Mobile Testing.
What are the top questions asked in RWS Group QA Engineer interview?

Some of the top questions asked at the RWS Group QA Engineer interview -

  1. 1.Xpath vs css 4 few programs like reverse strings 5.,qa process 6.agile qu...read more
  2. Oops concepts Java questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
RWS Group QA Engineer Salary
based on 31 salaries
₹3.5 L/yr - ₹12.6 L/yr
24% more than the average QA Engineer Salary in India
View more details

RWS Group QA Engineer Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

3.5

Skill development

4.7

Work-life balance

4.1

Salary

4.6

Job security

4.3

Company culture

3.4

Promotions

4.1

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
153 salaries
unlock blur

₹4 L/yr - ₹16.4 L/yr

Senior Software Engineer
120 salaries
unlock blur

₹5.4 L/yr - ₹22 L/yr

Associate Project Manager
105 salaries
unlock blur

₹4.1 L/yr - ₹9.6 L/yr

Project Manager
96 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Software Developer
91 salaries
unlock blur

₹3.5 L/yr - ₹12.6 L/yr

Explore more salaries
Compare RWS Group with

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

Virtusa Consulting Services

3.7
Compare
write
Share an Interview