Premium Employer

i

This company page is being actively managed by Thinkhat Team. If you also belong to the team, you can get access from here

Thinkhat Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Thinkhat Interview Questions and Answers

Updated 6 Jan 2025

Thinkhat Interview Experiences

Popular Designations

7 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is MVVM Architecture?
  • Ans. 

    MVVM Architecture is a design pattern that separates the user interface from the business logic and data.

    • MVVM stands for Model-View-ViewModel

    • Model represents the data and business logic

    • View represents the UI components

    • ViewModel acts as a mediator between the Model and View

    • MVVM helps in separating concerns and making code more maintainable

  • Answered by AI
  • Q2. What is SOLID principles?
  • Ans. 

    SOLID principles are a set of five design principles that help developers create more maintainable and scalable software.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its subclasses with...

  • Answered by AI

Skills evaluated in this interview

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. During the first interview, the interviewer asks regarding machine learning (ML), how does it work, what is GD, what are more optimized techniques than GD. The discussion progress from basic concepts to mo...
Round 2 - Coding Test 

The second round was the coding round. The asked standard questions. My question was given an array of strings, find the longest prefix. Other than a coding question, a puzzle was asked.

Round 3 - HR 

(1 Question)

  • Q1. It was quite basic HR round. 1. strengths and weaknesses 2. What irritates you the most 3. where do you see yourself in 5 years.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do brush up your ML concepts and read about the latest base models that are being used in research and industry.

Ai Ml Engineer Interview Questions asked at other Companies

Q1. Can you describe a recent machine learning project you built, including a walkthrough of the project and a code sample?
View answer (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about full resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Asked to with the automation code in selenium

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Standard leetcode medium problem.

Round 2 - Assignment 

Simple take home assignement

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Thinkhat interview questions for popular designations

 Senior Software Developer

 (1)

 Backend Developer

 (1)

 Full Stack Software Developer

 (1)

 Motion Graphics and Video Editor

 (1)

 Android Developer

 (1)

 QA Engineer

 (1)

 Ai Ml Engineer

 (1)

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

I applied via Company Website and was interviewed in Oct 2023. There were 5 interview rounds.

Round 1 - Coding Test 

It was an online screening round where they asked a few basic "easy" level leetcode questions.

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions about previous projects and a few Node.js and React.JS questions.
Round 3 - Technical 

(1 Question)

  • Q1. More questions on Node.js and React.JS
Round 4 - Technical 

(1 Question)

  • Q1. Few logical and reasoning related questions.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jun 2024.

Round 1 - Assignment 

To creat creativite animations

Jobs at Thinkhat

View all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Coding Test 

Two Sum, Tree traversal, Recursive Functions

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts
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 Resume tips
Round 2 - Coding Test 

3 coding questions of moderate difficult

Round 3 - Technical 

(1 Question)

  • Q1. Coding questions asked in coding round

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was quite easy.basic questions reagrding c and puzzles were asked.
Contribute & help others!
anonymous
You can choose to be anonymous

Thinkhat Interview FAQs

How many rounds are there in Thinkhat interview?
Thinkhat interview process usually has 2-3 rounds. The most common rounds in the Thinkhat interview process are Coding Test, Technical and One-on-one Round.
How to prepare for Thinkhat 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 Thinkhat. The most common topics and skills that interviewers at Thinkhat expect are Javascript, React Native, HTML, MongoDB and Node.Js.
What are the top questions asked in Thinkhat interview?

Some of the top questions asked at the Thinkhat interview -

  1. What is MVVM Architectu...read more
  2. What is SOLID principl...read more
  3. During the first interview, the interviewer asks regarding machine learning (ML...read more

Recently Viewed

INTERVIEWS

Thinkhat

No Interviews

CAMPUS PLACEMENT

PES Modern College of Engineering, Pune

INTERVIEWS

Amber Enterprises India

No Interviews

INTERVIEWS

Aventra Group

No Interviews

INTERVIEWS

Elantas Beck India

No Interviews

INTERVIEWS

Elantas Beck India

No Interviews

INTERVIEWS

Rajlaxmi Solutions Private Limited

No Interviews

INTERVIEWS

Thinkhat

No Interviews

INTERVIEWS

Thinkhat

No Interviews

Tell us how to improve this page.

Thinkhat Interview Process

based on 7 interviews

Interview experience

4
  
Good
View more
Join Thinkhat Ideate. Incubate. Illuminate

Thinkhat Reviews and Ratings

based on 5 reviews

3.1/5

Rating in categories

2.9

Skill development

2.9

Work-life balance

3.1

Salary

3.1

Job security

2.9

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 5 Reviews and Ratings
Data Scientist

Hyderabad / Secunderabad

2-7 Yrs

Not Disclosed

Research Scientist

Hyderabad / Secunderabad

2-4 Yrs

Not Disclosed

QA Lead

Hyderabad / Secunderabad

6-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager Scrum Master
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Thinkhat with

Yalamanchili Software Exports

3.3
Compare

Trawex Technologies

4.5
Compare

ScoreMe Solutions

4.3
Compare

Global Edge Software

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