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
3.4

based on 50 Reviews

Filter interviews by

Thinkitive Technologies Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top Thinkitive Technologies Interview Questions and Answers

View all 16 questions

Thinkitive Technologies Interview Experiences

Popular Designations

27 interviews found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Coding Test 

Questions on string and arrays both are moderate level questions on hacherrank type for 20 marks

Round 2 - Technical 

(2 Questions)

  • Q1. Constructor chaining
  • Q2. Hasmap and treemap

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. They are the question regarding the life cycle of react component
  • Q2. And regarding the Javascript question

Software Engineer2 Interview Questions asked at other Companies

Q1. - Given a water -tight orientable 2-manifold, how to find if a point is inside or outside its volume? - Given a bunch of points with their coordinates, how to merge closeby points together? - How to determine if the normals of the two trian... read more
View answer (1)

Software Trainee Interview Questions & Answers

user image Shubhangi Kande

posted on 29 Dec 2024

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

I applied via Walk-in and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Questions on arrays and string on hacerrank easy to moderate level questions core java asked in technical interview 2 TR round and 1 MR round

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)

Software Engineer Interview Questions & Answers

user image Aditya Gupta

posted on 13 Aug 2024

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

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

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 (169)

Thinkitive Technologies interview questions for popular designations

 Software Engineer

 (6)

 Java Developer

 (5)

 Software Engineer Trainee

 (2)

 Data Scientist

 (1)

 Engineer Trainee

 (1)

 fresher

 (1)

 Full Stack Developer

 (1)

 Junior Engineer

 (1)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top Thinkitive Technologies Interview Questions

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

(2 Questions)

  • Q1. What is oops in python
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP allows for organizing code into reusable components called classes.

    • In Python, classes are defined using the 'class' keyword.

    • Classes can have attributes (variables) and methods (functions).

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism allows objec...

  • Answered by AI
  • Q2. What is ternary operant in python
  • Ans. 

    Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

    • Ternary operator is written as 'value_if_true if condition else value_if_false'

    • It is a shorthand way of writing an if-else statement in a single line

    • Example: x = 10 if a > b else 20

  • Answered by AI

Skills evaluated in this interview

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 (169)

Java Developer Interview Questions & Answers

user image Rupali Gaikar

posted on 8 Aug 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Oops Concepts ,Absrtraction,Polymorphism

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Q.1 Pattern
1
*2*
**3**
Q. 2
write code to get sub array with max sum from given array.

Round 2 - Technical 

(1 Question)

  • Q1. Introduction Project Deatails Oops Concept Collection Exception Handling Abstract Class Functional Interface Spring Framework

Interview Preparation Tips

Topics to prepare for Thinkitive Technologies Java Developer interview:
  • Java
  • Advanced Java
  • SQL
  • Data Structures

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic aptitude round

Round 2 - Technical 

(2 Questions)

  • Q1. 1.Java, OOPs concept 2. HTML,CSS,JS 3.DSA
  • Q2. Explain your project
Round 3 - Technical 

(1 Question)

  • Q1. Java Coding questions

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
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 - Technical 

(3 Questions)

  • Q1. Basic testing questions
  • Q2. Domain related questions
  • Q3. Basic API and database questions
Round 3 - Technical 

(1 Question)

  • Q1. Similar as first round

Software Quality Assurance Engineer Interview Questions asked at other Companies

Q1. What is the different get and quit methods?
View answer (2)

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.

Tell us how to improve this page.

Thinkitive Technologies Interview Process

based on 19 interviews in last 1 year

Interview experience

3.5
  
Good
View more

People are getting interviews through

based on 21 Thinkitive Technologies interviews
Job Portal
WalkIn
Company Website
Referral
43%
24%
10%
10%
13% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
View all

Thinkitive Technologies Reviews and Ratings

based on 50 reviews

3.4/5

Rating in categories

3.8

Skill development

2.7

Work-Life balance

3.2

Salary & Benefits

3.8

Job Security

3.2

Company culture

3.3

Promotions/Appraisal

3.3

Work Satisfaction

Explore 50 Reviews and Ratings
Software Engineer
84 salaries
unlock blur

₹2.8 L/yr - ₹10 L/yr

Senior Software Engineer
47 salaries
unlock blur

₹4.5 L/yr - ₹15.5 L/yr

Software Engineer2
43 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Software Developer
19 salaries
unlock blur

₹2.8 L/yr - ₹5 L/yr

Software Engineer Trainee
16 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Explore more salaries
Compare Thinkitive Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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