Upload Button Icon Add office photos

Filter interviews by

ThumbStack Technologies Reactjs Developer Interview Questions, Process, and Tips

Updated 31 Dec 2024

ThumbStack Technologies Reactjs Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Assignment 

They shared figma design of web page and ask to react that figma design using reactJS

Round 2 - Technical 

(5 Questions)

  • Q1. What is react js?
  • Ans. 

    React JS is a JavaScript library for building user interfaces.

    • Declarative: React makes it easy to create interactive UIs by breaking them into reusable components.

    • Virtual DOM: React uses a virtual DOM to improve performance by only updating the necessary parts of the actual DOM.

    • Component-based: React follows a component-based architecture where UI is divided into independent components.

    • One-way data flow: React follows ...

  • Answered by AI
  • Q2. What is JSX in react js?
  • Ans. 

    JSX is a syntax extension for JavaScript used in React to write HTML-like code within JavaScript.

    • JSX allows developers to write HTML elements and components in a syntax similar to HTML.

    • JSX gets transpiled into JavaScript by tools like Babel before being rendered by the browser.

    • JSX expressions must have a single parent element to be rendered properly.

  • Answered by AI
  • Q3. What difficulties do you face during the assignment ?
  • Ans. 

    Some difficulties faced during assignments include unclear requirements, tight deadlines, technical challenges, and communication issues.

    • Unclear requirements can lead to misunderstandings and delays in completing the assignment.

    • Tight deadlines may cause stress and pressure to deliver quality work in a short amount of time.

    • Technical challenges such as bugs, compatibility issues, or lack of resources can hinder progress.

    • ...

  • Answered by AI
  • Q4. What are react hooks? Explain any 5 or explain hooks which you used in your assignment
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • useState() - allows functional components to have local state

    • useEffect() - performs side effects in function components

    • useContext() - allows you to subscribe to React context without introducing nesting

    • useReducer() - an alternative to useState for more complex state logic

    • useMemo() - memoizes the result of a function

  • Answered by AI
  • Q5. What is HOC in react js?
  • Ans. 

    HOC stands for Higher Order Component in React.js.

    • HOC is a pattern where a function takes a component and returns a new component with additional props or functionality.

    • It is used for code reusability, logic abstraction, and separating concerns.

    • Example: WithAuthentication HOC can add authentication logic to a component.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ThumbStack Technologies Reactjs Developer interview:
  • React.Js
  • Javascript
  • HTML
  • CSS
Interview preparation tips for other job seekers - Give your best in interview. Do not stop to apply jobs until you get the job. Do not go for the unpaid pre-internships.

Skills evaluated in this interview

Interview questions from similar companies

Software Developer Interview Questions & Answers

Sagacious IP user image 058 Abhilakshya Rajrah

posted on 9 Dec 2024

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

(3 Questions)

  • Q1. 2 sum in array
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a given target value.

    • Iterate through the array and store the difference between the target and current element in a hashmap

    • Check if the current element exists in the hashmap, if yes return the indices

    • Time complexity can be reduced to O(n) using a hashmap

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a singly linked list and return the reversed list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers to keep track of the current, previous, and next nodes while reversing the list.

    • Update the head of the list to be the last node after reversing.

  • Answered by AI
  • Q3. In given time slots , find conflicting time slots
Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Longest palindrome
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through each character in the string and expand around it to find palindromes

    • Use dynamic programming to optimize the solution

    • Consider both odd and even length palindromes

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at St Stanley College of Engineering, Arang and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Had 50 qsns in 45 min

Round 2 - Coding Test 

Had 5 qsns to execute topics like tress and graphs

Round 3 - Technical 

(2 Questions)

  • Q1. Sql queries and how to extract the data
  • Q2. Oops concepts and their execution
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming that help in organizing and designing code efficiently.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of objects to take on multiple forms or have multiple behaviors.

    • Abstraction: Hiding the complex ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply they don't hire

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Coding Test 

Give you 5 problem in maths , string, sql etc

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Communication mode in chat app
  • Ans. 

    Real-time communication using text, audio, and video in a chat application.

    • Text chat for quick messages

    • Audio chat for voice communication

    • Video chat for face-to-face interaction

  • Answered by AI
  • Q2. Consistency level in different scenarios
  • Ans. 

    Consistency level refers to the level of agreement between data replicas in a distributed system.

    • Consistency levels include strong consistency, eventual consistency, and eventual consistency with causal consistency.

    • Strong consistency ensures that all reads and writes are immediately visible to all nodes in the system.

    • Eventual consistency allows for temporary inconsistencies between replicas, which are eventually resolv...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding test duration is 30 to 40 min
on paper pen and topic is simple like related to string,pattern and number's

Round 2 - HR 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Salary expectation
Round 3 - Technical 

(2 Questions)

  • Q1. Related to the basic of html css and js
  • Q2. Ask run time short code and explanation
Round 4 - One-on-one 

(2 Questions)

  • Q1. About yourself and other
  • Q2. All about company your expectation and salary disscuced

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in every round the proccess is so simple and easy
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good level question. I have qualified for the next round

Round 2 - Coding Test 

Basic to intermediate question, Cleared the test

Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself and introduce yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Not selected in the technical round because of lack of projects as per my role

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

Round 1 - Aptitude Test 

30 mintues, relationship topics

Round 2 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. And Be Strongand good communication
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 May 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 - Aptitude Test 

It was a aptitude and logical reasoning test

Round 3 - Technical 

(1 Question)

  • Q1. Coding logic and aptitude was assessed
Round 4 - HR 

(1 Question)

  • Q1. Basic questions and salary negotiation was done

Interview Preparation Tips

Topics to prepare for Exl India Software Developer interview:
  • Fibonacci series
  • oops concepts
  • DSA
Interview preparation tips for other job seekers - Prepare well for the test and technical questions. Brownie points if you have a relevant project!

ThumbStack Technologies Interview FAQs

How many rounds are there in ThumbStack Technologies Reactjs Developer interview?
ThumbStack Technologies interview process usually has 2 rounds. The most common rounds in the ThumbStack Technologies interview process are Technical and Assignment.
What are the top questions asked in ThumbStack Technologies Reactjs Developer interview?

Some of the top questions asked at the ThumbStack Technologies Reactjs Developer interview -

  1. What are react hooks? Explain any 5 or explain hooks which you used in your ass...read more
  2. What is JSX in react ...read more
  3. What is HOC in react ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 ThumbStack Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 746 Interviews
Swiggy Interview Questions
3.8
 • 417 Interviews
Zomato Interview Questions
3.8
 • 314 Interviews
Ola Cabs Interview Questions
3.4
 • 140 Interviews
Urban Company Interview Questions
3.5
 • 132 Interviews
MakeMyTrip Interview Questions
3.7
 • 120 Interviews
Exl India Interview Questions
3.5
 • 97 Interviews
Deltax Interview Questions
2.8
 • 84 Interviews
View all
Mern Stack Developer
4 salaries
unlock blur

₹2.7 L/yr - ₹4 L/yr

Front end Developer
3 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Explore more salaries
Compare ThumbStack Technologies with

Urban Company

3.5
Compare

Quikr

3.8
Compare

Ola Cabs

3.4
Compare

Swiggy

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview