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
3.7

based on 125 Reviews

Filter interviews by

thinkbridge Software Engineer Interview Questions and Answers

Updated 28 May 2022

thinkbridge Software Engineer Interview Experiences

2 interviews found

Software Engineer Interview Questions & Answers

user image Karthikeyan S

posted on 28 May 2022

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

Round 1 - Coding Test 

There was a assignment in angular to create simple e-commerce application!

Round 2 - Technical 

(1 Question)

  • Q1. Basics of angula, html, css and js!
Round 3 - HR 

(1 Question)

  • Q1. Basic question with all why's and when's, salary discussion, date of joining, availability of joining, role, etc.,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest, don't make up things, never hesitate to ask feedback and doubts.

I applied via Naukri.com and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is mentioned in resume will be questined
Round 2 - HR 

(4 Questions)

  • Q1. Why should we hire you?
  • Q2. What are your salary expectations?
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be able to communicate properly and possess knowledge on necessary background

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

2 Leetcode Medium questions on hackerrank

Round 2 - One-on-one 

(3 Questions)

  • Q1. Kadane algorithm based question
  • Q2. Leetcode medium
  • Q3. Resume based questions
Round 3 - One-on-one 

(4 Questions)

  • Q1. Probability question math problem
  • Q2. Puzzle to solve
  • Q3. AI based question
  • Q4. 1 question to solve Leetcode medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with DSA and communication skill
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Pointless basic questions is what they asked
Round 2 - Technical 

(1 Question)

  • Q1. They had this round for hours together

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly do not attend interview at Pando. They make the interview process long and tedious. They had less budget despite knowing that they wasted my time and efforts on the whole the company is not well structured and their HR team is very poor. They are a typical unstructured startup company with poor work ethics and culture.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. 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 - Coding Test 

60 Minutes coding test was there

Round 3 - Technical 

(5 Questions)

  • Q1. Worst experience ever, never apply for company in this, highly unstable company
  • Q2. Add two numbers in a linked list, don't apply
  • Ans. 

    Traverse the linked list and add the values of each node without using additional data structures.

    • Traverse the linked list while keeping track of the sum in a variable

    • Update the sum by adding the value of each node as you traverse the list

    • Handle carry over if the sum of two nodes is greater than 9

  • Answered by AI
  • Q3. Sort the array by using all sorting algorithms, don't join
  • Q4. Subset problem find all the subsets
  • Ans. 

    To find all subsets of a given set, use recursion to generate all possible combinations.

    • Use recursion to generate all possible combinations of including or excluding each element in the set.

    • Start with an empty subset and recursively add each element to create new subsets.

    • Each subset can be represented as an array of strings.

  • Answered by AI
  • Q5. LRU Cache problem, explain it and implement it
  • Ans. 

    LRU Cache is a data structure that stores a fixed number of items and removes the least recently used item when the cache is full.

    • LRU Cache uses a combination of a doubly linked list and a hashmap to efficiently store and retrieve items.

    • When an item is accessed, it is moved to the front of the linked list to indicate it is the most recently used item.

    • If the cache is full, the least recently used item at the end of the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join, Worst Experience every

Skills evaluated in this interview

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

(1 Question)

  • Q1. 2 rounds, 2 coding questions in each round. Managerial round.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Resume overview and work experience discussion
  • Q2. Asked for expected salary
Round 2 - Coding Test 

Manager and employee problem. Given a table with id, Employee, managerId. Print the hierarchy in a tree format.

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

(2 Questions)

  • Q1. What is ACID Prop?
  • Ans. 

    ACID Prop stands for Atomicity, Consistency, Isolation, Durability properties in database transactions.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that multiple transactions can be executed concurrently without affecting each other.

    • Durability ensures...

  • Answered by AI
  • Q2. WHAT IS ER Dia?
  • Ans. 

    ER Dia stands for Entity-Relationship Diagram, a visual representation of entities and their relationships in a database.

    • ER Dia is used to design databases by showing the entities (such as customers, products, orders) and the relationships between them.

    • Entities are represented as rectangles, relationships as diamonds, and attributes as ovals.

    • For example, in a library database, you may have entities like 'Book', 'Author...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Python Programming question with list, regex, strings
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Aptitude Test with 1 coding question and 8 other aptitude questions

Round 3 - One-on-one 

(1 Question)

  • Q1. DSA questions with some dbms questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. DSA + SQL query writing questions. Do revise SQL before interview.

thinkbridge Interview FAQs

How many rounds are there in thinkbridge Software Engineer 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 Software Engineer 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 Coding, Data Structures, Algorithms, Angular and C++.
What are the top questions asked in thinkbridge Software Engineer interview?

Some of the top questions asked at the thinkbridge Software Engineer interview -

  1. What is mentioned in resume will be questi...read more
  2. Basics of angula, html, css and ...read more

Tell us how to improve this page.

thinkbridge Software Engineer Salary
based on 92 salaries
₹4.8 L/yr - ₹16.8 L/yr
25% more than the average Software Engineer Salary in India
View more details

thinkbridge Software Engineer Reviews and Ratings

based on 21 reviews

3.7/5

Rating in categories

3.8

Skill development

3.4

Work-life balance

3.8

Salary

3.5

Job security

3.5

Company culture

3.6

Promotions

3.7

Work satisfaction

Explore 21 Reviews and Ratings
Software Engineer
92 salaries
unlock blur

₹4.8 L/yr - ₹16.8 L/yr

Senior Software Engineer
62 salaries
unlock blur

₹9.6 L/yr - ₹22.5 L/yr

Associate Software Engineer
31 salaries
unlock blur

₹4.2 L/yr - ₹11 L/yr

Software Developer
23 salaries
unlock blur

₹5 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.7
Compare

Wipro

3.7
Compare

HCLTech

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