Upload Button Icon Add office photos

Filter interviews by

Adroitent Senior QA Engineer Interview Questions and Answers

Updated 5 May 2022

Adroitent Senior QA Engineer Interview Experiences

1 interview found

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

Round 1 - HR 

(1 Question)

  • Q1. Basic hr questions about why job change? Package expectations Available immediately or not
Round 2 - Technical 

(1 Question)

  • Q1. Basic Testing related questions
Round 3 - Technical 

(1 Question)

  • Q1. Second technical round with all basic Testing related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence and willingness to learn new technologies is what mostly observed by managers.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. String manipulation questions without using default methods like string buffer
  • Q2. Selenium programs and Xpaths for dynamic tables
  • Ans. 

    Selenium can be used to automate testing of dynamic tables by using Xpaths to locate elements.

    • Identify unique attributes of table elements to create stable Xpaths

    • Use functions like contains(), starts-with(), or ends-with() in Xpaths for dynamic content

    • Consider using parent-child relationships in Xpaths for nested tables

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Given a String contains only 0s, 1s and 2s, count the number of sub strings that have equal number of 0s, 1s, and 2s. Input : str = "0102010" output : 2. Very Hard question is being asked in interview for...
  • Ans. 

    Count the number of substrings with equal number of 0s, 1s, and 2s in a given string.

    • Iterate through the string and maintain counts of 0s, 1s, and 2s encountered so far.

    • Keep track of the counts in a hashmap and increment the count of substrings whenever counts of 0s, 1s, and 2s are equal.

    • Return the total count of substrings at the end.

  • Answered by AI
  • Q2. Group of anagrams together. input : ["eat", "tea", "tan", "ate", "nat", "bat"] output : [["eat" ,"tea", "ate"],["tan", "nat"],["bat"]] This is another hard level question is asked in interview for the QA p...
  • Ans. 

    Group anagrams together in an array of strings.

    • Create a hashmap to store sorted strings as keys and corresponding anagrams as values.

    • Iterate through the input array, sort each string, and add it to the hashmap.

    • Return the values of the hashmap as the grouped anagrams.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 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 - Technical 

(3 Questions)

  • Q1. If 2 threads are given and one burns in 30 minutes, how you can count 45 minutes
  • Ans. Burn 1 thread at one end another at both ends
  • Answered by Tejas
  • Q2. OOPS concepts explain in practical manner
  • Ans. 

    OOPS concepts are fundamental to software engineering. They help in creating modular, reusable, and maintainable code.

    • Encapsulation: Hiding implementation details and exposing only necessary information.

    • Inheritance: Reusing code and creating a hierarchy of classes.

    • Polymorphism: Ability of objects to take on multiple forms.

    • Abstraction: Focusing on essential features and ignoring implementation details.

    • Example: A car is ...

  • Answered by AI
  • Q3. Selenium practical based questions
Round 3 - HR 

(2 Questions)

  • Q1. Reason behind leaving current company
  • Q2. Financial growth, technical growth

Interview Preparation Tips

Topics to prepare for Dassault Systemes Senior QA Engineer interview:
  • robot framework
  • Python
  • Java
  • Selenium
Interview preparation tips for other job seekers - Selenium basics
Selenium practical question
Core Java
OOPS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your day to day Activities
  • Q2. More into role specific question how to run parallels execution
Round 2 - Technical 

(1 Question)

  • Q1. Situation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare everything that you have mentioned in Resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Print missing number in given array
  • Ans. 

    Find and print the missing number in a given array of strings.

    • Convert the array of strings to an array of integers for easier manipulation.

    • Iterate through the array to find the missing number by comparing consecutive elements.

    • Print the missing number once found.

  • Answered by AI
  • Q2. Print string in reverse
  • Ans. 

    Reverse a string in an array of strings

    • Iterate through each string in the array

    • Use a loop to reverse each string character by character

    • Store the reversed strings in a new array

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you manage differences in team
  • Q2. How do you test faulty ATM
  • Ans. 

    To test a faulty ATM, simulate various scenarios like card reader failure, cash dispenser malfunction, network connectivity issues, etc.

    • Simulate card reader failure by inserting a damaged card or a card with a magnetic strip issue.

    • Test cash dispenser malfunction by requesting cash withdrawal and observing if the correct amount is dispensed.

    • Check for network connectivity issues by trying to access online banking service...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) and cannot be shared publicly.

    • Explain that the question is related to a confidential agreement that prohibits sharing certain information.

    • Mention the importance of respecting NDAs in professional settings.

    • Provide examples of how NDAs are commonly used in the industry.

    • Discuss the consequences of violating an NDA.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. NDA- can't be shared
  • Ans. 

    The candidate was asked a question related to NDA which cannot be shared.

    • Explain the importance of NDA in protecting confidential information

    • Discuss the consequences of violating an NDA

    • Provide examples of how you have handled sensitive information under NDA in previous roles

  • Answered by AI
  • Q2. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) and cannot be shared.

    • Explain the importance of NDAs in protecting sensitive information

    • Discuss the consequences of violating an NDA

    • Provide examples of how NDAs are commonly used in the tech industry

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. NDA - can't be shared
  • Ans. 

    The question pertains to a non-disclosure agreement (NDA) which cannot be shared.

    • Explain the importance of NDAs in protecting sensitive information

    • Discuss the consequences of violating an NDA

    • Provide examples of how NDAs are commonly used in the tech industry

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Group Discussion 

General topics like Artificial Intelligence positive or negative impacts

Round 2 - Technical 

(1 Question)

  • Q1. Everything from resume
Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program to remove all the space from the sentence .
  • Ans. 

    Program to remove all spaces from a sentence

    • Iterate through each character in the sentence

    • If the character is not a space, add it to a new string

    • Return the new string without spaces

  • Answered by AI
  • Q2. Java oops questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with resume and one coding language
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the STLC, bug severity priority, waits in selenium with syntax, Java oops question with example,
  • Ans. 

    STLC, bug severity priority, waits in Selenium, Java OOPs

    • STLC stands for Software Testing Life Cycle and includes phases like requirement analysis, test planning, test design, test execution, and test closure

    • Bug severity is the impact of a bug on the system, while bug priority is the order in which bugs should be fixed

    • Waits in Selenium are used to make the test script wait for a certain condition to be met before proce...

  • Answered by AI

Skills evaluated in this interview

Adroitent Interview FAQs

How many rounds are there in Adroitent Senior QA Engineer interview?
Adroitent interview process usually has 3 rounds. The most common rounds in the Adroitent interview process are Technical and HR.
What are the top questions asked in Adroitent Senior QA Engineer interview?

Some of the top questions asked at the Adroitent Senior QA Engineer interview -

  1. Second technical round with all basic Testing related questio...read more
  2. Basic Testing related questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Adroitent interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Adroitent Senior QA Engineer Salary
based on 7 salaries
₹8.1 L/yr - ₹14.3 L/yr
At par with the average Senior QA Engineer Salary in India
View more details
Software Engineer
21 salaries
unlock blur

₹5.1 L/yr - ₹14.6 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹5 L/yr - ₹19.6 L/yr

Associate Software Engineer
15 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Technical Architect
9 salaries
unlock blur

₹21 L/yr - ₹35 L/yr

Senior QA Engineer
7 salaries
unlock blur

₹8.1 L/yr - ₹14.3 L/yr

Explore more salaries
Compare Adroitent with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview