Upload Button Icon Add office photos
Engaged Employer

i

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

thinkbridge Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

thinkbridge Interview Questions, Process, and Tips

Updated 26 Jan 2025

Top thinkbridge Interview Questions and Answers

thinkbridge Interview Experiences

Popular Designations

16 interviews found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Python scipting, helm chart, LB, express route
  • Q2. Netstat, docker images, playbooks, prometheus

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be some polite with candidates while interviewing.
Be patient after asking question, until to complete response with explanation.
Thanks

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Verbal test, logical reasoning, miscellaneous reasoning, pseudo code

Round 2 - Coding Test 

Duration 90 mins, Data Structure, Company office location

Round 3 - Technical 

(1 Question)

  • Q1. Write down code for palindrome, what is stack ?
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Use a stack to reverse the input string and then compare it with the original string to check for palindrome.

    • Examples: 'radar' is a palindrome, 'hello' is not a palindrome.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - candidate should know OOPs and Data structure also exception handling is must.

Skills evaluated in this interview

Apprentice Trainee Interview Questions asked at other Companies

Q1. # Modes of heat transfer and how do they work? #Thermodynamics #performance curve of pump #priming (pump)
View answer (3)

Apprentice Software Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic questions like sql and aptitude

Round 2 - Assignment 

Coding Questions based on DSA

Round 3 - Technical 

(2 Questions)

  • Q1. What is pagination ?
  • Q2. Explain about your project ?

Interview Preparation Tips

Topics to prepare for thinkbridge Apprentice Software Engineer interview:
  • DSA
  • Python
  • Sql
Interview preparation tips for other job seekers - Prepare DSA Concepts well and also projects you have done.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mixed questions of aptitude and coding

Round 2 - Coding Test 

DSA round with the questions on binary tree, binary array and string

Round 3 - Technical 

(1 Question)

  • Q1. Basic java questions

Graduate Apprentice Interview Questions asked at other Companies

Q1. What are the different types of inheritance in Java, and can you explain the concept of interfaces? Additionally, code editor link was paste where I had to code and execute the code for interfaces .
View answer (1)

thinkbridge interview questions for popular designations

 Software Engineer

 (3)

 Apprentice

 (1)

 Apprentice Trainee

 (1)

 Associate Software Engineer

 (1)

 Graduate Apprentice

 (1)

 Lead Engineer

 (1)

 Lead QA Engineer

 (1)

 QA Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Arayay sub array with max sum

Interview Preparation Tips

Interview preparation tips for other job seekers - just prep dsa

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Apprentice Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2024

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

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Aptitude Test 

This test is based on aptitude, pseudo codes, Git, image based questions, logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for pseudo codes

Apprentice Interview Questions asked at other Companies

Q1. 3. What do you know about artificial intelligence and Machine learning?
View answer (3)

Jobs at thinkbridge

View all

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 round 2 round technical 1 hr

Round 2 - HR 

(3 Questions)

  • Q1. Normal question
  • Q2. Introduce your self
  • Q3. Tell me about previous compony

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 round of interview

Lead Engineer Interview Questions asked at other Companies

Q1. What is the resistance value of tripping & closing coil of vcb?
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Assignment 

Build an API for a E Commerce Store and show how you would use certain libraries and

Round 2 - Technical 

(1 Question)

  • Q1. How do You use Decorators in Python? Why do you need them and how would you use them in an API setting.
  • Ans. 

    Decorators in Python are used to modify or extend the behavior of functions or methods without changing their code.

    • Decorators are functions that take another function as an argument and return a new function.

    • They are commonly used for logging, authentication, caching, and more.

    • Example: @staticmethod or @classmethod decorators in Python.

    • In an API setting, decorators can be used to authenticate users, log requests, or ra

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What are Your Salary expectations from this role?
  • Ans. 

    My salary expectations are in line with industry standards for an Associate Software Engineer role.

    • Research industry standards for Associate Software Engineer salaries

    • Consider my level of experience and skills when determining salary expectations

    • Be open to negotiation based on the overall compensation package offered

  • Answered by AI

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

Software Engineer Interview Questions & Answers

user image Urusha Shaikh

posted on 26 Jan 2025

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

I was interviewed before Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPs related questions.
  • Q2. Joins, Indexes and some problems to write sql queries.

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

Software Engineer - Reporting Developer Interview Questions & Answers

user image Anonymous

posted on 6 Jul 2022

I applied via Approached by Company and was interviewed in Jun 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 - Technical 

(2 Questions)

  • Q1. Basic to Advanced SQL questions
  • Q2. TCL Questions (i.e. Commit, Rollback, Scenari Based on them)
Round 3 - Technical 

(2 Questions)

  • Q1. Periscope Tools Questions
  • Q2. Asked to write a query according to the business need by the client ( Complex Query)

Interview Preparation Tips

Interview preparation tips for other job seekers - Just know A-Z techniques of MySQL. Although for the same position, you should know PERISCOPE.

thinkbridge Interview FAQs

How many rounds are there in thinkbridge interview?
thinkbridge interview process usually has 2-3 rounds. The most common rounds in the thinkbridge interview process are Technical, HR and Coding Test.
How to prepare for thinkbridge 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 thinkbridge . The most common topics and skills that interviewers at thinkbridge expect are C#, SQL Server, SQL, Javascript and LINQ.
What are the top questions asked in thinkbridge interview?

Some of the top questions asked at the thinkbridge interview -

  1. How do You use Decorators in Python? Why do you need them and how would you use...read more
  2. write down code for palindrome, what is stac...read more
  3. please provide scenarios for "Transactions Aler...read more
How long is the thinkbridge interview process?

The duration of thinkbridge interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

thinkbridge Interview Process

based on 14 interviews

Interview experience

3.2
  
Average
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.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Vyapar Interview Questions
3.5
 • 51 Interviews
View all

thinkbridge Reviews and Ratings

based on 130 reviews

3.7/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.8

Salary

3.3

Job security

3.6

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 130 Reviews and Ratings
Software Engineer
91 salaries
unlock blur

₹6 L/yr - ₹16.8 L/yr

Senior Software Engineer
70 salaries
unlock blur

₹9.1 L/yr - ₹22.5 L/yr

Associate Software Engineer
30 salaries
unlock blur

₹4.2 L/yr - ₹9.2 L/yr

Software Developer
21 salaries
unlock blur

₹4.9 L/yr - ₹16 L/yr

Data Scientist
17 salaries
unlock blur

₹12 L/yr - ₹15.5 L/yr

Explore more salaries
Compare thinkbridge 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