Upload Button Icon Add office photos
Engaged Employer

i

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

Thinkbiz Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Thinkbiz Technology Interview Questions and Answers

Updated 17 Jul 2024

Thinkbiz Technology Interview Experiences

Popular Designations

3 interviews found

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Have normal question work time , speed time clock arithmetic aptitude also have some c/c++ outputs questions, SQl queries mcq
Mostly from indiabix website

Round 2 - Group Discussion 

It's normal group discussion. Topics like ebook vs physical book, flexible time vs fixed work schedule

Mern Full Stack Developer Interview Questions asked at other Companies

Q1. What is the way to save large files (e.g. photos) into MongoDB database.
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is Reacta and what makes it faster?
  • Ans. 

    React is a JavaScript library for building user interfaces, known for its virtual DOM and efficient rendering.

    • React uses a virtual DOM to minimize actual DOM manipulation, improving performance.

    • It employs a reconciliation algorithm to efficiently update the UI when data changes.

    • React Fiber, a reimplementation of the core algorithm, enables incremental rendering for better user experience.

    • React's component-based archite...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your 5 years plans?
  • Q2. How is your strength

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics questions

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)

I applied via Referral and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a junior software developer with a passion for coding and problem-solving.

    • I have a Bachelor's degree in Computer Science.

    • I have experience in programming languages such as Java, C++, and Python.

    • I have worked on projects involving web development and database management.

    • I am a quick learner and enjoy staying updated with the latest technologies.

    • I am a team player and have good communication skills.

  • Answered by AI
  • Q2. What is diff b/w Abstract & Interface
  • Ans. 

    Abstract classes are classes that cannot be instantiated, while interfaces are a collection of abstract methods.

    • Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.

    • A class can only extend one abstract class, but can implement multiple interfaces.

    • Abstract classes can have constructors, while interfaces cannot.

    • An abstract class can provide default implementati...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - OOPS concept, Basic programming skills

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)

Jobs at Thinkbiz Technology

View all

Interview questions from similar companies

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

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. What motivates you to join Zidio Development as opposed to other companies?
  • Ans. 

    Zidio Development's innovative projects and collaborative culture inspire my passion for technology and personal growth.

    • Zidio's commitment to cutting-edge technology aligns with my desire to work on innovative projects, like their recent AI initiative.

    • The collaborative culture at Zidio fosters teamwork, which I value as it enhances creativity and problem-solving.

    • Zidio's focus on professional development through mentors...

  • Answered by AI
  • Q2. How will your experience with Zidio development contribute to your career growth?
  • Ans. 

    My experience with Zidio development will enhance my technical skills, teamwork, and problem-solving abilities, crucial for my career growth.

    • Developed proficiency in programming languages like Java and Python, which are essential for software development roles.

    • Collaborated with a diverse team, improving my communication skills and ability to work in a team-oriented environment.

    • Gained hands-on experience with agile meth...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Based on JavaScript and Java.

Round 2 - Assignment 

A task based on JavaScript.

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

(1 Question)

  • Q1. Tell me about yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 3 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 - One-on-one 

(2 Questions)

  • Q1. Basic JS questions
  • Q2. String Concat through function
Round 3 - Coding Test 

Advanced JS, PHP related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the free code camp js questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 3 Question was there related to architecture and Computer networks.
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices and Monolith.
  • Q2. Leetcode hard Sum.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Work-time model and relationship model.

Round 2 - Coding Test 

Based on JavaScript and React.

Round 3 - HR 

(2 Questions)

  • Q1. What are the reasons we should consider hiring you?
  • Q2. What contributions do you envision making to our project management efforts?

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best confidently and refine your skills.

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are Joins in SQL? Briefly explain difference between all types of joins
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables, with NULL values for non-matching rows

    • Cross join retur

  • Answered by AI
  • Q2. Find a sub array with a given sum
  • Ans. 

    Given an array of integers, find a contiguous subarray with a given sum.

    • Use a sliding window approach to iterate through the array and keep track of the current sum.

    • If the current sum exceeds the given sum, move the window's left endpoint forward.

    • If the current sum is less than the given sum, move the window's right endpoint forward.

    • If the current sum equals the given sum, return the subarray.

    • Time complexity: O(n), Spa

  • Answered by AI
  • Q3. Questions related to Projects mentioned in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview advice would be to remain honest throughout the interview. The interviewer checks the problem solving abilities by your approach of solving it. Ask if there are any doubts.

Skills evaluated in this interview

Thinkbiz Technology Interview FAQs

How many rounds are there in Thinkbiz Technology interview?
Thinkbiz Technology interview process usually has 1-2 rounds. The most common rounds in the Thinkbiz Technology interview process are One-on-one Round, Technical and HR.
How to prepare for Thinkbiz Technology 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 Thinkbiz Technology . The most common topics and skills that interviewers at Thinkbiz Technology expect are Javascript, CSS, HTML, Postgresql and SQL.
What are the top questions asked in Thinkbiz Technology interview?

Some of the top questions asked at the Thinkbiz Technology interview -

  1. What is diff b/w Abstract & Interf...read more
  2. What is Reacta and what makes it fast...read more

Tell us how to improve this page.

Thinkbiz Technology Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 797 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
View all

Thinkbiz Technology Reviews and Ratings

based on 20 reviews

3.2/5

Rating in categories

3.3

Skill development

3.1

Work-life balance

2.6

Salary

3.2

Job security

2.9

Company culture

2.5

Promotions

3.3

Work satisfaction

Explore 20 Reviews and Ratings
Ror Developer

Ahmedabad

2-4 Yrs

Not Disclosed

Sr. BI Developer

Ahmedabad

5-6 Yrs

Not Disclosed

Explore more jobs
Devops Engineer
6 salaries
unlock blur

₹4.2 L/yr - ₹6.5 L/yr

Software Engineer
5 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Web Developer
4 salaries
unlock blur

₹2 L/yr - ₹7.8 L/yr

BI Developer
4 salaries
unlock blur

₹5.8 L/yr - ₹6 L/yr

Reactjs Developer
4 salaries
unlock blur

₹2.4 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Thinkbiz Technology with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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