Upload Button Icon Add office photos

ThoughtWorks

Compare button icon Compare button icon Compare

Filter interviews by

ThoughtWorks L2 Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Introduction and about experience till now, shell scripting, raid levels, lvm, what you want to be future

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answers. Don't get nervous.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 2 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 

(5 Questions)

  • Q1. Questions around Java 8 features, collections, oop concepts, spring, spring mvc, spring boot and design patterns
  • Q2. Internal implementation of hash map and use comparator
  • Ans. 

    Hash map is an internal data structure that maps keys to values. Comparator is used to compare objects for sorting.

    • Hash map uses a hash function to map keys to indices in an array

    • Comparator is used to compare objects for sorting in collections like TreeSet or TreeMap

    • Example of hash map implementation in Java: HashMap

    • Example of using a comparator in Java: Collections.sort(list, comparator)

  • Answered by AI
  • Q3. Write sample classes spring boot … entity service and controller layers with proper annotations
  • Ans. 

    Sample classes for Spring Boot entity, service, and controller layers with annotations

    • Create entity classes with @Entity and @Id annotations

    • Create service classes with @Service annotation and inject repository classes with @Autowired annotation

    • Create controller classes with @RestController and @RequestMapping annotations

    • Use @GetMapping, @PostMapping, @PutMapping, and @DeleteMapping annotations for HTTP methods

    • Use @Requ...

  • Answered by AI
  • Q4. What are the design patterns that you know about
  • Ans. 

    Design patterns are reusable solutions to common software problems.

    • Creational patterns: Singleton, Factory, Abstract Factory, Builder

    • Structural patterns: Adapter, Bridge, Composite, Decorator, Facade, Flyweight, Proxy

    • Behavioral patterns: Chain of Responsibility, Command, Interpreter, Iterator, Mediator, Memento, Observer, State, Strategy, Template Method, Visitor

  • Answered by AI
  • Q5. What is IOC, dispatcher servlet, actuator and more around spring framework

Interview Preparation Tips

Topics to prepare for HTC Global Services L2 Engineer interview:
  • Core Java
  • java 8 fts
  • Udemy - Dheeru Mundaleru
  • durgasoft- YouTube
  • codedecode - YouTube
Interview preparation tips for other job seekers - Multithreading concepts are rarely or never asked. Good to prioritise core java, oops, framework questions, sql and design patterns.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
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 - One-on-one 

(2 Questions)

  • Q1. Based upon work
  • Q2. Be prepared with aws, Tosca, etc

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

Interview Questionnaire 

1 Question

  • Q1. Very basic qutions

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. All about agile
  • Q2. Scrum ceremonies
  • Q3. SDLC process and other processes
  • Q4. Documentation and Testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and need good knowledge to get in

Interview Questionnaire 

5 Questions

  • Q1. Cte vs temp table
  • Ans. 

    CTE and temp tables are used to store intermediate results in SQL queries.

    • CTE stands for Common Table Expression and is defined within a query.

    • Temp tables are created in the tempdb database and can be accessed across sessions.

    • CTEs are generally faster and more readable than temp tables.

    • Temp tables are useful for complex queries with multiple steps or when data needs to be manipulated.

    • CTEs are useful for recursive queri

  • Answered by AI
  • Q2. Parameter sniffing
  • Q3. Asynchronous programming in .net
  • Ans. 

    Asynchronous programming in .NET allows for non-blocking execution of code, improving performance and responsiveness.

    • Async and Await keywords used to implement asynchronous programming

    • Allows for parallel execution of multiple tasks

    • Improves performance and responsiveness of applications

    • Examples include web applications, file I/O operations, and database queries

  • Answered by AI
  • Q4. Threading in .net
  • Ans. 

    Threading in .NET allows for concurrent execution of code, improving performance and responsiveness.

    • Threading allows for multiple threads of execution to run concurrently

    • Thread class is used to create and manage threads

    • Thread synchronization is important to prevent race conditions and deadlocks

    • Async/await is a newer approach to concurrency in .NET

    • TPL (Task Parallel Library) provides higher-level abstractions for concur

  • Answered by AI
  • Q5. Performance tuning of SQL stored procedure
  • Ans. 

    Performance tuning of SQL stored procedure involves optimizing query execution time and reducing resource usage.

    • Identify and optimize the most resource-intensive queries

    • Use appropriate indexing and partitioning techniques

    • Minimize network round trips and data transfers

    • Avoid using cursors and temporary tables

    • Use query hints and plan guides to influence query execution plan

    • Regularly monitor and analyze query performance u...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. The round comprised of basic multiple choice questions from DBMS, networking, data structure, algorithms and Java/C++ coding.
Round 2 - Aptitude Test 

This round consisted of flow diagram based aptitude questions. No multiple choices were present.

Round 3 - Group Discussion 

A simple group discussion on topics related to current affairs.

Round 4 - HR 

(1 Question)

  • Q1. An interesting interaction with HR about the company's expectations on hiring you.
Round 5 - Technical 

(1 Question)

  • Q1. This was the final round where simple technical questions were asked from topics specified in applicant's resume. Also some basic questions from Networking and data structures.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the interview on all topics mentioned in your resume. Keep your basics clear. Be interactive and show good communication skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Self introduction and technical what is data factory and explain about the project
  • Q2. What is your goals and family background
  • Ans. 

    My goal is to become a highly skilled software engineer and contribute to innovative projects. My family background is supportive and has encouraged my pursuit of a career in technology.

    • Goal: Become a highly skilled software engineer

    • Contribute to innovative projects

    • Family background: Supportive and encouraging

    • Pursuit of a career in technology

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - very easy interview and there will be two rounds but

Interview Questionnaire 

1 Question

  • Q1. Basic plsql concepts trigger inDexes for cursor loop

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for concepts well

I applied via Campus Placement and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Technical MCQ on concepts of Computer Science (Programming, Database, etc)

Round 2 - Aptitude Test 

Flow Chart - Aptitude Round

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Interview. Technical questions based on resume. Some basic programming questions.
Round 4 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush through basic concepts of Computer Science. It shall help.

Tell us how to improve this page.

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
 • 124 Interviews
TEKsystems Interview Questions
3.3
 • 117 Interviews
View all
Senior Consultant
743 salaries
unlock blur

₹11.1 L/yr - ₹37 L/yr

Application Developer
667 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Lead Consultant
259 salaries
unlock blur

₹20 L/yr - ₹68 L/yr

Consultant
182 salaries
unlock blur

₹8 L/yr - ₹21.8 L/yr

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