Upload Button Icon Add office photos

Filter interviews by

ThoughtWorks Quality Assurance Engineer Interview Questions and Answers

Updated 6 Nov 2018

ThoughtWorks Quality Assurance Engineer Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. Coding with any language 1. Count the no of occurrence of each character in string( ignore case)(ignore wild card characters)
  • Ans. 

    The question asks to count the number of occurrences of each character in a given string, ignoring case and wild card characters.

    • Convert the string to lowercase to ignore case.

    • Remove any wild card characters from the string.

    • Create an array of size 26 to store the count of each character.

    • Iterate through each character in the string and increment the count in the array accordingly.

    • Return the array of counts as the result

  • Answered by AI
  • Q2. Why you write code like this. What is advantage . Why used hashmap why not any other collection
  • Ans. 

    HashMap is used for efficient key-value pair storage and retrieval.

    • HashMap provides constant time complexity for basic operations like get and put.

    • It allows storing unique keys and their corresponding values.

    • HashMap is suitable for scenarios where fast lookup is required.

    • Other collections like ArrayList or LinkedList have different use cases and performance characteristics.

  • Answered by AI

Skills evaluated in this interview

ThoughtWorks Interview FAQs

What are the top questions asked in ThoughtWorks Quality Assurance Engineer interview?

Some of the top questions asked at the ThoughtWorks Quality Assurance Engineer interview -

  1. Coding with any language 1. Count the no of occurrence of each character in str...read more
  2. Why you write code like this. What is advantage . Why used hashmap why not any ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
Synechron Interview Questions
3.6
 • 357 Interviews
View all
Senior Consultant
686 salaries
unlock blur

₹11 L/yr - ₹38.9 L/yr

Application Developer
653 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Lead Consultant
248 salaries
unlock blur

₹18 L/yr - ₹65 L/yr

Consultant
147 salaries
unlock blur

₹8 L/yr - ₹21.7 L/yr

Business Analyst
90 salaries
unlock blur

₹8.4 L/yr - ₹20 L/yr

Explore more salaries
Compare ThoughtWorks with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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