Upload Button Icon Add office photos

ThoughtWorks

Compare button icon Compare button icon Compare

Filter interviews by

ThoughtWorks Senior Consultant Interview Questions and Answers for Experienced

Updated 25 Dec 2024

ThoughtWorks Senior Consultant Interview Experiences for Experienced

4 interviews found

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

I applied via LinkedIn and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Was asked to create a game of finger cricket (like the one indians played in school (90s kids))

Round 2 - One-on-one 

(1 Question)

  • Q1. Detailed Architectural discussion on my current project and technical questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. Social change interview.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on clean code.
Know your current project's arch priperly and discuss anongst peers pn improvements that can be made coz that will be asked. CQRS, clean code, tdd, solid.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The git repo will shared prior need to do the setup in local then during the interview you will be given problem statements

Senior Consultant Interview Questions Asked at Other Companies for Experienced

asked in Capgemini
Q1. 1. What's the use of update sets and how do you move update set f ... read more
Q2. 1. What is Virtual DOM? How does it work & Its algorithm? 2. ... read more
asked in Capgemini
Q3. JCL 1. Ways in which the you can paas on data from.jcl to cobol.: ... read more
Q4. Different metrics used for status ,jira work flow and how to trac ... read more
asked in Cognizant
Q5. let us assume that a glass of water is fullfilled with exceeds it ... read more
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview 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

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

ThoughtWorks interview questions for designations

 Senior QA Consultant

 (1)

 Lead Consultant

 (5)

 Infrastructure Consultant

 (4)

 Quality Consultant

 (1)

 QA Consultant

 (1)

 Senior Automation Consultant

 (1)

 Consultant

 (13)

 Application Software Development Consultant

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOPS Concepts, Interface, Sealed classes, SQL basic queries(remove duplicates, find nth highest salary, Using Dense_rank etc.,) MVC Architecture, routing in MVC, Javascript basics

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Automation testing programming like sorting, substring , reading from webtble

I applied via Recruitment Consultant and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How to generate time dimension?
  • Ans. 

    A time dimension can be generated by creating a table with all possible dates and relevant attributes.

    • Create a table with all possible dates, including past and future dates

    • Include relevant attributes such as day of the week, month, year, etc.

    • Populate the table with data using a script or ETL process

    • Ensure the table is updated regularly to include new dates

    • Use the time dimension table in data modeling and analysis

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was not a pure technical. Based on your work experience and projects you worked, questions will be raised.
Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Which protocol/protocols works when there is a communication between 2 Pbx systems?
  • Ans. 

    The protocols that work when there is a communication between 2 Pbx systems are SIP (Session Initiation Protocol) and H.323.

    • SIP (Session Initiation Protocol) is commonly used for setting up and tearing down voice or video calls over IP networks.

    • H.323 is an older protocol used for multimedia communication over IP networks.

    • Both SIP and H.323 are commonly used in VoIP (Voice over Internet Protocol) systems to facilitate c

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Hackerrank coding test related to Java 8, Spring Boot and some other JPA stuff. The recruiter just told me that it was an online coding challenge so I did not know what to expect or what to prepare. I just thought it would be some DSA or puzzle challenge round. I think it was 30 questions in 30 minutes of something like that. I thought that did not do well, surprisingly they asked to attend the second round.

Round 3 - Technical 

(3 Questions)

  • Q1. What happens to a HTTP request when it leaves a client making a call and before reaching the server?
  • Ans. 

    HTTP request passes through multiple network layers before reaching the server.

    • HTTP request is first sent from client to local network router.

    • Router forwards request to Internet Service Provider's network.

    • Request then passes through multiple routers and switches in the internet backbone.

    • Finally, request reaches the server hosting the requested website or service.

    • Each network layer adds its own headers and metadata to t

  • Answered by AI
  • Q2. Why is HTTP stateless?
  • Ans. 

    HTTP is stateless because it does not retain information about previous requests.

    • HTTP treats each request as an independent transaction without any knowledge of previous requests.

    • This design simplifies implementation and improves scalability.

    • State information can be managed using cookies or session tokens.

    • Example: When a user logs into a website, the server may create a session token to track the user's activity.

  • Answered by AI
  • Q3. General questions about my career.

Interview Preparation Tips

Interview preparation tips for other job seekers - Specifically ask the recruiter what to expect for that particular round. If its an online hackerrank round, ask them what topics will the questions be on.

For technical interviews, carefully look at the JD and make sure you brush up concepts required in the JD. I think they are looking for very specific expertise and not looking flexible developers who can quickly learn and work on anything. If you are a generalist, then definitely look at the JD and try to give bookish answers to the questions.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

(3 Questions)

  • Q1. Asked about Projects done on previous company
  • Q2. Asked on Agile, Waterfall and Scrum frameworks
  • Q3. Asked about Core Banking Modules which I have handled in ny previous experiences
Round 3 - Technical 

(4 Questions)

  • Q1. Asked about payments-NEFT/RTGS
  • Q2. Asked on Agile and Scrum.
  • Q3. Asked on Business Analysis process
  • Q4. Asked the situation related questions like how to handle if the requirement changes after developement, challenges faced during process as BA.
Round 4 - HR 

(3 Questions)

  • Q1. Explains the roles handled and experiences previously I have in detail.
  • Q2. Asked expected ctc and negitiated little bit. I managed to get a hike around 40%.
  • Q3. Asked about the minimum joinjng time required to join.

Interview Preparation Tips

Topics to prepare for Luxoft Senior Consultant interview:
  • Business Analysis
  • Agile
  • Scrum
Interview preparation tips for other job seekers - The interview was for an 8+ more years experieced person. So be clear on what you have done so far and should be able to explain the main projects and the roles we have handled in those projects and how to overcome the challenges if any. Also upskill yourself as per the latet trends in your field.

ThoughtWorks Interview FAQs

How many rounds are there in ThoughtWorks Senior Consultant interview for experienced candidates?
ThoughtWorks interview process for experienced candidates usually has 2 rounds. The most common rounds in the ThoughtWorks interview process for experienced candidates are Technical, Coding Test and One-on-one Round.
How to prepare for ThoughtWorks Senior Consultant interview for experienced candidates?
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 Open Source, Distribution System, Agile, Consulting and Scrum.
What are the top questions asked in ThoughtWorks Senior Consultant interview for experienced candidates?

Some of the top questions asked at the ThoughtWorks Senior Consultant interview for experienced candidates -

  1. Advice clean coding practices on the shared project. Implement a new feature on...read more
  2. LLD system.design for restaur...read more
  3. BookMyShow system design and proj...read more
How long is the ThoughtWorks Senior Consultant interview process?

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

Tell us how to improve this page.

ThoughtWorks Senior Consultant Interview Process for Experienced

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Synechron Interview Questions
3.5
 • 366 Interviews
Movate Interview Questions
3.3
 • 260 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 173 Interviews
Sopra Steria Interview Questions
3.8
 • 128 Interviews
Luxoft Interview Questions
3.7
 • 125 Interviews
TEKsystems Interview Questions
3.3
 • 117 Interviews
View all
ThoughtWorks Senior Consultant Salary
based on 753 salaries
₹11.2 L/yr - ₹40 L/yr
33% more than the average Senior Consultant Salary in India
View more details

ThoughtWorks Senior Consultant Reviews and Ratings

based on 92 reviews

3.9/5

Rating in categories

3.9

Skill development

4.0

Work-life balance

3.4

Salary

3.5

Job security

4.1

Company culture

2.9

Promotions

3.5

Work satisfaction

Explore 92 Reviews and Ratings
Senior Consultant
753 salaries
unlock blur

₹11.1 L/yr - ₹40 L/yr

Application Developer
650 salaries
unlock blur

₹6.8 L/yr - ₹21 L/yr

Lead Consultant
263 salaries
unlock blur

₹23 L/yr - ₹70 L/yr

Consultant
181 salaries
unlock blur

₹8 L/yr - ₹21.8 L/yr

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