Upload Button Icon Add office photos

ThoughtWorks

Compare button icon Compare button icon Compare

Filter interviews by

ThoughtWorks Interview Questions, Process, and Tips

Updated 1 Apr 2025

Top ThoughtWorks Interview Questions and Answers

View all 73 questions

ThoughtWorks Interview Experiences

Popular Designations

149 interviews found

Consultant Interview Questions & Answers

user image Anonymous

posted on 22 Jun 2024

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

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Two question was asked to solve using PySpark.
Word Count Coding Question was asked with Test Cases.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Question on PySpark Architecture
  • Q2. PySpark Coding Question

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Asssignment on docker

AWS Cloud and DevOps Engineer Interview Questions asked at other Companies

Q1. What is a Persistent Volume (PV) and a Persistent Volume Claim (PVC) in Kubernetes, and how do they relate to stateful applications?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Python basic questions
  • Q2. Why python is used for data science
  • Ans. 

    Python is used for data science due to its simplicity, readability, extensive libraries, and community support.

    • Python is easy to learn and read, making it accessible for beginners and experts alike

    • Python has a wide range of libraries like NumPy, Pandas, and Scikit-learn for data manipulation and analysis

    • Python has a strong community support with active forums and resources for data science enthusiasts

    • Python's versatili...

  • Answered by AI
  • Q3. Questions related to projects
  • Q4. Hasmap working on the backend
  • Ans. 

    HashMap is a data structure commonly used in backend development for efficient key-value storage and retrieval.

    • HashMap is a collection that stores key-value pairs and allows for fast retrieval of values based on keys.

    • It is commonly used in backend development for caching, session management, and data storage.

    • Example: HashMap employeeSalaries = new HashMap<>(); employeeSalaries.put("Alice", 50000); int

  • Answered by AI

Skills evaluated in this interview

Top ThoughtWorks Application Developer Interview Questions and Answers

Q1. 2. How will you design a database to manage the songs playlist on Spotify?
View answer (1)

Application Developer Interview Questions asked at other Companies

Q1. Minimum Cost to Connect All Points Problem Statement Given an array COORDINATES representing the integer coordinates of some points on a 2D plane, determine the minimum cost required to connect all points. The cost to connect two points, (x... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sort 0,1 in ascending order
  • Ans. 

    Sort an array of 0s and 1s in ascending order

    • Use a sorting algorithm like bubble sort or counting sort

    • Count the number of 0s and 1s and then reconstruct the array

    • Alternatively, use two pointers approach to swap 0s and 1s

  • Answered by AI

Skills evaluated in this interview

Associate Application Developer Interview Questions asked at other Companies

Q1. Give an idea of an application of the financial domain and how it can help
View answer (1)

ThoughtWorks interview questions for popular designations

 Application Developer

 (25)

 Senior Consultant

 (17)

 Consultant

 (13)

 Software Developer

 (8)

 Software Engineer

 (7)

 Business Analyst

 (7)

 Lead Consultant

 (5)

 Quality Analyst

 (4)

Interview Questions & Answers

user image Anonymous

posted on 2 Apr 2024

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

Automation framework creation,
Test Driven development

Round 2 - Technical 

(1 Question)

  • Q1. SQL, TDD, BDD, Selemium

Get interview-ready with Top ThoughtWorks Interview Questions

Flutter Developer Interview Questions & Answers

user image Balaji Ramadoss

posted on 24 May 2024

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

I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

The Interview was Great!!

They gave me a GitHub Link with a demo project

You need to clone in your android studio / vs code before starting the interview.

Then The interviewer will give you some tasks one by one . It will take one hour

  • Q1. What is Dependency Inversion in SOLID principle?
  • Ans. 

    Dependency Inversion principle states that high-level modules should not depend on low-level modules. Both should depend on abstractions.

    • High-level modules should not depend on low-level modules. Both should depend on abstractions.

    • Abstractions should not depend on details. Details should depend on abstractions.

    • This principle helps in achieving decoupling and flexibility in the codebase.

    • Example: Instead of directly call...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn BLOC + Unit Testing + Clean Architecture

Skills evaluated in this interview

Flutter Developer Interview Questions asked at other Companies

Q1. Write the code on paper how to intigrate the api in your flutter app?
View answer (2)

Consultant Interview Questions & Answers

user image Anonymous

posted on 30 Jan 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Two PySpark based question: 1) Count of words in para 2) Creating a flow of pipeline.

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Coding round. No dsa. Springboot project given. Coding for a story
Round 2 - Technical 

(1 Question)

  • Q1. LLD system.design for restaurant
  • Ans. 

    LLD system design for a restaurant involves designing the software architecture for managing orders, inventory, reservations, and customer data.

    • Consider designing separate modules for order management, inventory tracking, reservation system, and customer database.

    • Implement features like menu management, table allocation, payment processing, and reporting functionalities.

    • Ensure scalability and performance by optimizing ...

  • Answered by AI

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)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The word count program test case has to be successful

Round 2 - HR 

(1 Question)

  • Q1. Asked about my roles and responsibilities

Big Data Engineer Interview Questions asked at other Companies

Q1. Difference between partitioning and bucketing. Types of joins in spark Optimization Techniques in spark Broadcast variable and broadcast join Difference between ORC and Parquet Difference between RDD and Dataframe Architecture of our projec... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Code pairing and technical discussions in Java and Springboot

Round 2 - HR 

(1 Question)

  • Q1. Why do you want to join?

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

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.

Tell us how to improve this page.

ThoughtWorks Interview Process

based on 124 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Synechron Interview Questions
3.5
 • 365 Interviews
Movate Interview Questions
3.3
 • 258 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 171 Interviews
Sopra Steria Interview Questions
3.8
 • 127 Interviews
Luxoft Interview Questions
3.7
 • 123 Interviews
TEKsystems Interview Questions
3.3
 • 117 Interviews
View all

ThoughtWorks Reviews and Ratings

based on 528 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 528 Reviews and Ratings
Senior Consultant
740 salaries
unlock blur

₹11.1 L/yr - ₹40 L/yr

Application Developer
664 salaries
unlock blur

₹8.1 L/yr - ₹24 L/yr

Lead Consultant
259 salaries
unlock blur

₹20 L/yr - ₹68 L/yr

Consultant
179 salaries
unlock blur

₹8 L/yr - ₹21.8 L/yr

Software Developer
107 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Explore more salaries
Compare ThoughtWorks with

Synechron

3.5
Compare

Movate

3.3
Compare

Sopra Steria

3.8
Compare

SS&C TECHNOLOGIES

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