Upload Button Icon Add office photos

ThoughtWorks

Compare button icon Compare button icon Compare

Filter interviews by

ThoughtWorks UI Developer Interview Questions and Answers

Updated 30 Apr 2021

ThoughtWorks UI Developer Interview Experiences

2 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 30 Apr 2021

I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Mostly UI and browser related questions were asked. few of them are below
  • Q2. Denouncing code in jsfiddle
  • Ans. 

    To denounce code in jsfiddle, click on the 'Share' button and select 'Embed' to get the code.

    • Click on the 'Share' button in the top menu bar.

    • Select 'Embed' from the dropdown menu.

    • Copy the code provided in the 'Embed' section and paste it where needed.

  • Answered by AI
  • Q3. Promise related questions
  • Q4. Css grid , css positioning
  • Q5. Semantic HTML tags, web accessibility

Interview Preparation Tips

Interview preparation tips for other job seekers - For thoughtworks you will have to go through 5 interview rounds.
1. coding assignment & code pairing
2. JavaScript HTML CSS
3. framework/ performance
4. leadership
5.social change

Skills evaluated in this interview

UI Developer Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2020

I applied via Company Website and was interviewed before Oct 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1) Machine coding round
  • Q2. 2) CSS, HTML, JS , web performance questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on coding standards and be analytical and reasonable in your approach.

UI Developer Interview Questions Asked at Other Companies

Q1. Write JavaScript code to dynamically create 10 checkboxes. Displa ... read more
Q2. What is Redux? Explain workflow of redux and uses of redux.
Q3. Explain Higher order function and Higher order component?
Q4. What are Call, Apply, and Bind in JavaScript?
Q5. What is the difference between a block component and an inline co ... read more

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about ThoughtWorks?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What are css elements?
  • Ans. 

    CSS elements are the building blocks of Cascading Style Sheets that define the appearance of HTML elements.

    • CSS elements are used to style HTML elements

    • They include selectors, properties, and values

    • Selectors target specific HTML elements, while properties define their appearance

    • Values determine the specific style of the property

    • Examples of CSS elements include color, font-size, margin, padding, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They have asked basic html and css questions.

Skills evaluated in this interview

I applied via Campus Placement

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 - Aptitude Test 
Round 3 - Coding Test 
Round 4 - Technical 

(1 Question)

  • Q1. Write a query to retrieve second highest salary from db? This is one of the question I was asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is nice and the team members are very supportive.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Shine

Round 1 - Technical 

(2 Questions)

  • Q1. What is closures
  • Ans. 

    Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures allow functions to access variables from their parent function even after the parent function has returned.

    • They help in creating private variables and functions in JavaScript.

    • Closures are commonly used in event handlers and callbacks.

  • Answered by AI
  • Q2. What is call apply bind
  • Ans. 

    call, apply, and bind are methods in JavaScript used to manipulate the context of a function.

    • call() is used to invoke a function with a specified 'this' value and arguments provided individually.

    • apply() is similar to call() but arguments are passed as an array.

    • bind() is used to create a new function with a specified 'this' value and initial arguments.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Globant UI Developer interview:
  • Javascript
  • Angular
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

A coding assignment using JavaScript and bootstrap

Round 2 - HR 

(1 Question)

  • Q1. Basic behavioural questions in this round
  • Ans. 

    Behavioral questions assess your past experiences and how they shape your work ethic and approach to challenges.

    • Describe a challenging project: I once worked on a tight deadline for a client, which required effective time management and teamwork.

    • Handling feedback: I received constructive criticism on a design, which I used to improve my skills and deliver a better product.

    • Conflict resolution: In a team disagreement, I ...

  • Answered by AI

ThoughtWorks HR Interview Questions

21 questions and answers

Q. Brief us about your experience.
Q. Why Thoughtworks?
Q. How would you describe yourself as a person?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Are these interview questions helpful?

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself?
  • Q2. Do you know anything about DBMS? Where is it used?
  • Ans. 

    DBMS stands for Database Management System. It is used to manage and organize data in a structured manner.

    • DBMS is used in various industries such as healthcare, finance, education, and more.

    • It helps in creating, modifying, and deleting data in a database.

    • DBMS provides security features to protect data from unauthorized access.

    • Examples of DBMS include MySQL, Oracle, Microsoft SQL Server, and PostgreSQL.

  • Answered by AI
  • Q3. Practical example of object
  • Ans. 

    An object is a self-contained entity that contains data and behavior.

    • Objects are instances of classes

    • They have attributes (data) and methods (behavior)

    • Objects can interact with each other through method calls

    • Example: A car object has attributes like color, make, and model, and methods like start and stop

  • Answered by AI
  • Q4. Practical implementation of sorting
  • Ans. 

    Sorting is the process of arranging data in a particular order.

    • Sorting can be done in ascending or descending order.

    • Common sorting algorithms include bubble sort, insertion sort, and quicksort.

    • Sorting can be done on various data types, including strings, numbers, and objects.

    • Sorting can be done using built-in functions in programming languages such as sort() in JavaScript.

    • Sorting can be optimized for performance by cho...

  • Answered by AI
  • Q5. Difference between C and C++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C++ supports classes and objects while C does not.

    • C++ has better support for polymorphism and inheritance than C.

    • C++ has a larger standard library than C.

    • C++ allows function overloading while C does not.

    • C++ supports exception handling while C does not.

  • Answered by AI
  • Q6. Tell me about yourself
  • Q7. Will your family allow you to move to Hyderabad
  • Ans. 

    Yes, my family is supportive of my career and relocation decisions.

    • My family understands the importance of career growth and is supportive of my decisions.

    • We have discussed the possibility of relocation and they are willing to make the necessary adjustments.

    • They trust my judgment and believe that this move will be beneficial for my career.

    • We have also considered the quality of life in Hyderabad and believe that it will...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Level was pretty high in case of Quant. You not only need a lot of practice but also practice of some really good questions.
Other than quant all the other sections are easy and direct.
Duration: 60 minutes
Total Questions: 45

Round: Group Discussion
Experience: They give 10 mins to think about the topic and 20 mins for discussion. Main purpose is to check your communication skills so keep on discussing . Even if you can't think of any new point repeat your points
Duration: 20 minutes

Round: Technical Interview
Experience: There were many other questions other than this but what they were emphasizing was whether you have done any practical implementation of IT or the coding skills. Tell them about your projects and how you implemented the coding part.They are much interested in logic than syntax.
Since I'm from ECE these were the main things I talked about.

Round: HR Interview
Experience: It was much of an interactive session.They again asked about projects-nothing technical only some basic idea. Lasted hardly 10 mins.

Round: Other Interview
Experience: In this round they mainly explained the salary structure. This one too was of 10 mins.

General Tips: Even if you don't have excellent coding knowledge do appear for the company. They are not looking for same qualities in each candidate. You should be willing enough to learn.
Skills: Aptitude, Communication Skills, Basic Technical Knowledge-mainly emphasized on the implementation part.
College Name: NIT Bhopal
Motivation: The company dates back to 1983 with locations in almost every US state. It is the 43rd company in Fortune 100 US companies. You have options to switch within the departments. Other than this the compensation is 6lpa.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Exam was conducted on programmes. 10 questions were asked

Interview Questionnaire 

1 Question

  • Q1. Interview questions on .net technology

ThoughtWorks Interview FAQs

How to prepare for ThoughtWorks UI Developer 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 Backend, Continuous Integration, HTML, HTTP and Javascript.
What are the top questions asked in ThoughtWorks UI Developer interview?

Some of the top questions asked at the ThoughtWorks UI Developer interview -

  1. Denouncing code in jsfid...read more
  2. 2) CSS, HTML, JS , web performance questio...read more
  3. semantic HTML tags, web accessibil...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Movate UI Developer Interview Questions
3.2
 • 274 Interviews
Globant UI Developer Interview Questions
3.6
 • 189 Interviews
Luxoft UI Developer Interview Questions
3.6
 • 129 Interviews
View all
ThoughtWorks UI Developer Salary
based on 35 salaries
₹13.3 L/yr - ₹24 L/yr
158% more than the average UI Developer Salary in India
View more details

ThoughtWorks UI Developer Reviews and Ratings

based on 5 reviews

4.5/5

Rating in categories

2.0

Skill development

3.7

Work-life balance

4.1

Salary

2.1

Job security

4.7

Company culture

3.4

Promotions

2.7

Work satisfaction

Explore 5 Reviews and Ratings
Senior Consultant
1.1k salaries
unlock blur

₹18.7 L/yr - ₹38 L/yr

Application Developer
648 salaries
unlock blur

₹10 L/yr - ₹16.8 L/yr

Consultant
369 salaries
unlock blur

₹13.4 L/yr - ₹23.2 L/yr

Lead Consultant
348 salaries
unlock blur

₹31.9 L/yr - ₹60 L/yr

Software Developer
171 salaries
unlock blur

₹11.4 L/yr - ₹20 L/yr

Explore more salaries
Compare ThoughtWorks with

Synechron

3.5
Compare

Movate

3.2
Compare

Sopra Steria

3.8
Compare

NCR Corporation

3.7
Compare
write
Share an Interview