Upload Button Icon Add office photos

ThoughtWorks

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

ThoughtWorks Softwaretest Engineer Interview Questions and Answers

Updated 29 May 2024

ThoughtWorks Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was simple basic level questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic codes
Round 3 - HR 

(1 Question)

  • Q1. Normal basic hr type questions

Interview Preparation Tips

Topics to prepare for ThoughtWorks Softwaretest Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - just make your basics strong

Interview questions from similar companies

Softwaretest Engineer Interview Questions & Answers

Synechron user image SRIMANIKANDAN SEETHARAMAN

posted on 24 Apr 2024

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

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL, RDBMS, ETL transformation related questions
Round 2 - Technical 

(1 Question)

  • Q1. Explain your typical Software Testing Life Cycle.
  • Ans. 

    Software Testing Life Cycle involves planning, designing, executing, and reporting on tests to ensure quality software.

    • 1. Planning phase involves defining test objectives, scope, and resources.

    • 2. Design phase includes creating test cases, test data, and test environment setup.

    • 3. Execution phase is where tests are run, defects are logged, and retesting is done.

    • 4. Reporting phase involves documenting test results, defect...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to change your job?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 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 Resume tips
Round 2 - Assignment 

Core java MCQ
selenium MCQ
manual testing MCQ
Automation testing MCQ

Round 3 - Technical 

(2 Questions)

  • Q1. Virtual Interview Introduction Project work Frame Work Selenium
  • Q2. Rest assured for API testing
  • Ans. 

    Rest Assured is a Java-based library used for API testing and validation.

    • Rest Assured simplifies API testing by providing a domain-specific language (DSL) for writing tests.

    • It supports various HTTP methods like GET, POST, PUT, DELETE, etc.

    • It can validate response status codes, headers, and body using built-in or custom assertions.

    • It can also handle authentication, cookies, and SSL certificates.

    • Example: RestAssured.give...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Introduction salary discussion joining location and date LWD

Interview Preparation Tips

Interview preparation tips for other job seekers - please keep your knowledge polished and updated. interviewer can ask from very basic to the pro level

Skills evaluated in this interview

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

(3 Questions)

  • Q1. What is difference b/w findelement &find elements
  • Ans. 

    findelement returns the first matching element on the page, find elements returns a list of all matching elements.

    • findelement is used to locate a single element on a web page

    • find elements is used to locate multiple elements on a web page

    • findelement throws an exception if no matching element is found

    • find elements returns an empty list if no matching elements are found

    • Example: WebElement element = driver.findElement(By.i...

  • Answered by AI
  • Q2. Write code to navigate back and refresh
  • Ans. 

    Code to navigate back and refresh

    • Use driver.navigate().back() to navigate back

    • Use driver.navigate().refresh() to refresh the page

  • Answered by AI
  • Q3. Write a program to count occurnces of charecters of string
  • Ans. 

    A program to count occurrences of characters in a string.

    • Create a dictionary to store the count of each character.

    • Iterate through the string and update the count in the dictionary.

    • Print the count of each character in the dictionary.

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. Share details of your previous job.
  • Q2. Tell me about yourself.
  • Q3. Why are you looking for a change?
  • Q4. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident tell the ans correctly to asking interviewer

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Android, java and kotlin basics
  • Q2. Android components, background tasks
Round 3 - Behavioral 

(1 Question)

  • Q1. Behavioural questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2023. 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 Resume tips
Round 2 - Aptitude Test 

A test to find out whether someone has a natural ability a particular type of work some company conduct aptitude tests to detect the best job candidates

Round 3 - One-on-one 

(5 Questions)

  • Q1. One on one round
  • Q2. Company development
  • Q3. Work based project
  • Q4. Software field
  • Q5. Programming language

Softwaretest Engineer Interview Questions & Answers

HCLTech user image BODAPATI LAKSHMI DURGA

posted on 15 Apr 2024

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

(1 Question)

  • Q1. What are the waits in selenium
  • Ans. 

    Waits in Selenium are used to make the automation script wait for a certain condition to be met before proceeding.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to be met before proceeding.

    • Fluent Wait: Waits for a condition with a specified frequency of checking.

    • Thread.sleep(): Pauses the execution for a specified amount of time.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I got job in COVID time

Skills evaluated in this interview

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 Resume tips
Round 2 - Coding Test 

Normal coding

Round 3 - Group Discussion 

They gave a topic to discuss sorted out how you speak

Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Total 4 rounds of interview process
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. I am software engineering fresher
  • Q2. Meny Job my roll
  • Q3. How many selary
Round 2 - HR 

(1 Question)

  • Q1. How many questions
Round 3 - Technical 

(1 Question)

  • Q1. Many rounds in next round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Aptitude and the coding both will be conducted in the first round

Round 2 - Technical 

(1 Question)

  • Q1. Self introduction questions on projects why should i hire you what do u know about the wipro company write a code to print the prime numbers
Contribute & help others!
anonymous
You can choose to be anonymous

ThoughtWorks Interview FAQs

How many rounds are there in ThoughtWorks Softwaretest Engineer interview?
ThoughtWorks interview process usually has 3 rounds. The most common rounds in the ThoughtWorks interview process are Coding Test, Technical and HR.
What are the top questions asked in ThoughtWorks Softwaretest Engineer interview?

Some of the top questions asked at the ThoughtWorks Softwaretest Engineer interview -

  1. normal basic hr type questi...read more
  2. asked basic co...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

JSW Steel

No Interviews

INTERVIEWS

JSW Steel

No Interviews

INTERVIEWS

Bounteous x Accolite

No Interviews

INTERVIEWS

Visteon

No Interviews

INTERVIEWS

Bharat Wire Ropes

No Interviews

INTERVIEWS

CitiusTech

No Interviews

INTERVIEWS

K Raheja Corp

No Interviews

INTERVIEWS

Altimetrik

No Interviews

Tell us how to improve this page.

ThoughtWorks Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
ThoughtWorks Softwaretest Engineer Salary
based on 17 salaries
₹3.5 L/yr - ₹5 L/yr
19% less than the average Softwaretest Engineer Salary in India
View more details

ThoughtWorks Softwaretest Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Consultant
700 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Developer
658 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Consultant
248 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
151 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
100 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ThoughtWorks 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