Upload Button Icon Add office photos
Premium Employer

i

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

Thinkitive Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Thinkitive Technologies Interview Questions, Process, and Tips

Updated 14 Feb 2025

Top Thinkitive Technologies Interview Questions and Answers

View all 16 questions

Thinkitive Technologies Interview Experiences

Popular Designations

28 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are the technologies used in your college project
  • Q2. Java, Springboot
Round 2 - Coding Test 

Write the program to reverse the letters of the words in a sentence.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should clear your basics

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a palindrome, otherwise return false. Example: Input: 1 -> 2 -> 3 -> 2 -> 1 -> NULL Outpu... read more
View answer (1)

Data Scientist Interview Questions & Answers

user image Ganesh Patil

posted on 29 Feb 2024

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

I applied via Approached by Company and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly about projects ml, nlp, python code would be asked
Round 2 - Technical 

(1 Question)

  • Q1. It would be focused on technical stuff in detail ml, nlp, deployments etc
Round 3 - HR 

(1 Question)

  • Q1. Organisation fit

Data Scientist Interview Questions asked at other Companies

Q1. for a data with 1000 samples and 700 dimensions, how would you find a line that best fits the data, to be able to extrapolate? this is not a supervised ML problem, there's no target. and how would you do it, if you want to treat this as a s... read more
View answer (5)
Thinkitive Technologies Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Coding Test 

I dont remember the questions

Round 2 - One-on-one 

(1 Question)

  • Q1. I don’t remember the questions
Round 3 - One-on-one 

(1 Question)

  • Q1. I don't remember the questions
Round 4 - HR 

(1 Question)

  • Q1. I don’t remeber the question

Software Engineer II Interview Questions asked at other Companies

Q1. There are fifteen horses and a racing track that can run five horses at a time. You have to figure out the top 3 horses out of those and you don't have any timer machine to measure. How will you find the top 3 horses?
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 Resume tips
Round 2 - Coding Test 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions

Top Thinkitive Technologies Software Engineer Interview Questions and Answers

Q1. What is ternary operant in python
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Thinkitive Technologies interview questions for popular designations

 Software Engineer

 (6)

 Java Developer

 (5)

 Software Engineer Trainee

 (3)

 Data Scientist

 (1)

 Software Developer

 (1)

 Software Engineer II

 (1)

 Software Trainee

 (1)

 Junior Engineer

 (1)

Interview Questions & Answers

user image Anonymous

posted on 30 Jan 2024

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

I applied via Approached by Company and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. For Basic Android Questions, sort the array and print 2nd largest number

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep looking for another opportunity

Skills evaluated in this interview

Get interview-ready with Top Thinkitive Technologies Interview Questions

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

Interview Questionnaire 

1 Question

  • Q1. Normal question regarding web development

Interview Preparation Tips

Interview preparation tips for other job seekers - I have given almost all answer with brief still he want something else strange

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
View answer (1)

I applied via LinkedIn and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are the threads
  • Ans. 

    Threads are a sequence of instructions that can be executed independently by a program.

    • Threads are lightweight processes that share the same memory space as the parent process.

    • They allow for concurrent execution of multiple tasks within a single program.

    • Threads can communicate with each other through shared memory or message passing.

    • Examples of multi-threaded programs include web servers, video games, and operating sys

  • Answered by AI
  • Q2. What is the difference between stack and tree
  • Ans. 

    Stack is a linear data structure while tree is a hierarchical data structure.

    • Stack is a collection of elements with LIFO (Last In First Out) order.

    • Tree is a collection of nodes with parent-child relationship.

    • Stack has only one entry and exit point while tree can have multiple entry and exit points.

    • Stack is used for backtracking, undo operations, etc. while tree is used for representing hierarchical data like file syste

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basic dbms, data structure, oop concepts questions answer from popular websites like geeks for geeks

Skills evaluated in this interview

Engineer Trainee Interview Questions asked at other Companies

Q1. If 10 people had a meeting and they shake hands only once with each of the others, then how many handshakes will be there in total ?
View answer (8)

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

Top Thinkitive Technologies Software Engineer Interview Questions and Answers

Q1. What is ternary operant in python
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Contribute & help others!
anonymous
You can choose to be anonymous

Thinkitive Technologies Interview FAQs

How many rounds are there in Thinkitive Technologies interview?
Thinkitive Technologies interview process usually has 2-3 rounds. The most common rounds in the Thinkitive Technologies interview process are Technical, Coding Test and HR.
How to prepare for Thinkitive Technologies 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 Thinkitive Technologies . The most common topics and skills that interviewers at Thinkitive Technologies expect are Javascript, Angular, Bootstrap, Software Development and Ajax.
What are the top questions asked in Thinkitive Technologies interview?

Some of the top questions asked at the Thinkitive Technologies interview -

  1. What is the difference between stack and t...read more
  2. Do you know which language is use for frontend technol...read more
  3. For Basic Android Questions, sort the array and print 2nd largest num...read more
How long is the Thinkitive Technologies interview process?

The duration of Thinkitive Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

SALARIES

Seoyon E-hwa Automotive

SALARIES

Novartis Healthcare

INTERVIEWS

GRT Jewellers

No Interviews

SALARIES

Thinkitive Technologies

SALARIES

IVTL Infoview Technologies

SALARIES

Thinkitive Technologies

INTERVIEWS

KPMG India

No Interviews

SALARIES

Seoyon E-hwa Automotive

SALARIES

Thinkitive Technologies

INTERVIEWS

Joyalukkas

No Interviews

Tell us how to improve this page.

Thinkitive Technologies Interview Process

based on 28 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
View all

Thinkitive Technologies Reviews and Ratings

based on 53 reviews

3.4/5

Rating in categories

3.7

Skill development

2.8

Work-life balance

3.2

Salary

3.7

Job security

3.3

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 53 Reviews and Ratings
Software Engineer
92 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer2
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Thinkitive Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent