Upload Button Icon Add office photos

ThoughtWorks

Compare button icon Compare button icon Compare

Filter interviews by

ThoughtWorks Interview Questions, Process, and Tips

Updated 5 Mar 2025

Top ThoughtWorks Interview Questions and Answers

View all 73 questions

ThoughtWorks Interview Experiences

Popular Designations

146 interviews 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

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Duration - 1hr 45 Mins
Topics- Find the average cost and estimated price for the given week
Platform - .Net

Interview Preparation Tips

Interview preparation tips for other job seekers - Check the details given by recruiter and ask them whether they can capably do the interview. Must ask the recruiter interviewer is more experience than you or not. If not, please don't go-ahead. it's very difficult to understand the interviewer your skill set, and lack of his knowledge or experience interviewer can simply reject your application.

Lead Software Engineer Interview Questions asked at other Companies

Q1. Square Root with Decimal Precision Problem Statement You are provided with two integers, 'N' and 'D'. Your objective is to determine the square root of the number 'N' with a precision up to 'D' decimal places. This implies that the discrepa... read more
View answer (1)
ThoughtWorks Interview Questions and Answers for Freshers
illustration image

Consultant Interview Questions & Answers

user image Anonymous

posted on 15 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Pair programming with an assignment

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They have provided a problem statement and provided 2 options. Either I needs to submit the Infrastructure spin up with IaC or microservice deployment with helm and share the GitHub link with readme

Round 2 - code peering 

(1 Question)

  • Q1. Interview recheduled

Infrastructure Engineer Interview Questions asked at other Companies

Q1. What type of ticketing tool was used in your previous organization?
View answer (1)

ThoughtWorks interview questions for popular designations

 Application Developer

 (23)

 Senior Consultant

 (17)

 Consultant

 (13)

 Software Developer

 (8)

 Software Engineer

 (7)

 Business Analyst

 (7)

 Lead Consultant

 (5)

 Quality Analyst

 (4)

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Why do you want to leave your current workplace?

Junior Full Stack Developer Interview Questions asked at other Companies

Q1. 1)How we can utilize oop's concepts by using driffient programming languages?
View answer (1)

Get interview-ready with Top ThoughtWorks Interview Questions

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

Interview is code pairing round

Round 2 - Technical 

(1 Question)

  • Q1. Asked about technical related questions

Infrastructure Engineer Interview Questions asked at other Companies

Q1. What type of ticketing tool was used in your previous organization?
View answer (1)

Developer Interview Questions & Answers

user image Gaurav Kenue Hak

posted on 29 May 2024

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

Data structures, DSA

Round 2 - Technical 

(1 Question)

  • Q1. What is oops ? What is inheritance?
  • Ans. 

    OOPs stands for Object-Oriented Programming. Inheritance is a feature of OOPs where a class can inherit properties and behaviors from another class.

    • OOPs is a programming paradigm that uses objects to design applications.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • It promotes code reusability and helps in creating a hierarchical structure of classes.

    • Example: Class 'Car' can inherit pr...

  • Answered by AI

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Advice clean coding practices on the shared project. Implement a new feature on the shared joyo of energy project, which was to calculate total cost of energy consumption.
  • Ans. 

    Implement clean coding practices for calculating total cost of energy consumption on shared project.

    • Follow naming conventions for variables and functions to make the code more readable (e.g. use descriptive names like 'calculateTotalCost' instead of 'calc')

    • Break down the feature into smaller functions to improve code reusability and maintainability

    • Use comments to explain complex logic or algorithms for better understan...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the shared joy of energy project.

Skills evaluated in this interview

Top ThoughtWorks Senior Consultant Interview Questions and Answers

Q1. Advice clean coding practices on the shared project. Implement a new feature on the shared joyo of energy project, which was to calculate total cost of energy consumption.
View answer (1)

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Consultant Interview Questions & Answers

user image Anonymous

posted on 30 Apr 2024

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

2 DSA questions for extra characterrrrrrrr

Round 2 - One-on-one 

(1 Question)

  • Q1. Use round for system design questions

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Code paring round was conducted. they will assist you what there expectations are

Top ThoughtWorks Software Developer Interview Questions and Answers

Q1. Maximum Sum Subarray Problem Statement Given an array of integers, find the maximum sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum of a contiguous ... read more
View answer (2)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Contribute & help others!
anonymous
You can choose to be anonymous

ThoughtWorks Interview FAQs

How many rounds are there in ThoughtWorks interview?
ThoughtWorks interview process usually has 2-3 rounds. The most common rounds in the ThoughtWorks interview process are Technical, Coding Test and HR.
How to prepare for ThoughtWorks 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 ThoughtWorks. The most common topics and skills that interviewers at ThoughtWorks expect are Agile, Open Source, TDD, Consulting and Distribution System.
What are the top questions asked in ThoughtWorks interview?

Some of the top questions asked at the ThoughtWorks interview -

  1. 2. How will you design a database to manage the songs playlist on Spoti...read more
  2. 4. Design a list to show songs in the year in which they were publish...read more
  3. Coding with any language 1. Count the no of occurrence of each character in str...read more
How long is the ThoughtWorks interview process?

The duration of ThoughtWorks interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

INTERVIEWS

Sanmar Group

No Interviews

INTERVIEWS

Mindstein Softwares

No Interviews

SALARIES

Barclays PLC

SALARIES

Sanmar Group

JOBS

Altimetrik

No Jobs

SALARIES

Sanmar Group

SALARIES

Sanmar Group

JOBS

Deloitte

No Jobs

INTERVIEWS

Gnani Innovations

No Interviews

Tell us how to improve this page.

ThoughtWorks Interview Process

based on 121 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
Synechron Interview Questions
3.5
 • 362 Interviews
View all

ThoughtWorks Reviews and Ratings

based on 520 reviews

3.9/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.5

Salary

3.5

Job security

4.0

Company culture

3.0

Promotions

3.7

Work satisfaction

Explore 520 Reviews and Ratings
Senior Consultant
706 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Developer
643 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Consultant
247 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
157 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
101 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