Premium Employer

i

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

Third Bridge Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Third Bridge Asic Design/Memory Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

IT was quite hard but i managed

Round 2 - One-on-one 

(1 Question)

  • Q1. Why our company
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

  • Q1. What is JPA
  • Ans. 

    JPA (Java Persistence API) is a specification for managing relational data in Java applications using object-relational mapping.

    • JPA provides a way to map Java objects to database tables.

    • It simplifies database interactions through an object-oriented approach.

    • Common implementations include Hibernate, EclipseLink, and OpenJPA.

    • Example: Using JPA annotations like @Entity to define a persistent class.

    • JPA supports querying wi...

  • Answered by AI
  • Q2. Write a program to find duplicate elements in the list
  • Ans. 

    This program identifies and returns duplicate elements from a given list.

    • Use a set to track seen elements and a list for duplicates.

    • Iterate through the list and check if an element is in the set.

    • If it is, add it to the duplicates list; otherwise, add it to the set.

    • Example: For the list [1, 2, 3, 2, 4, 3], the output should be [2, 3].

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills

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

I applied via Naukri.com and was interviewed in Mar 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 

DSA round. DP and Gaph

Round 3 - Technical 

(1 Question)

  • Q1. Java,Springboot,Hibernate,JPA
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Jul 2023.

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 

3 programs to write in arrays linked lists and trees

Round 3 - Technical 

(1 Question)

  • Q1. Was asked questions on core Java, spring framework, apis and micro services
Round 4 - HR 

(2 Questions)

  • Q1. What expertise will you bring to cme group of you join?
  • Q2. Why are you quitting your current company?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me more about your experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - HR 

(2 Questions)

  • Q1. Previous work experiences
  • Ans. 

    I have over 5 years of experience in retail management, including leading teams, managing inventory, and improving customer satisfaction.

    • Managed a team of 15 employees at XYZ Retail Store

    • Implemented new inventory management system resulting in 20% decrease in stock shortages

    • Received 'Employee of the Month' award for exceptional customer service skills

  • Answered by AI
  • Q2. Experience in preparing FS and analysis
  • Ans. 

    I have 5 years of experience preparing financial statements and conducting analysis.

    • Managed monthly financial statement preparation process

    • Performed variance analysis to identify trends and areas for improvement

    • Utilized financial software to streamline reporting processes

    • Presented findings to senior management for decision-making

    • Collaborated with cross-functional teams to ensure accuracy of financial data

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IQ-EQ Assistant Manager interview:
  • Financial statements
  • Fund Accounting
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 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About Previous job
  • Q2. About job description
Round 2 - HR 

(2 Questions)

  • Q1. Reaaon for job leaving in previous company
  • Q2. Ctc discussion, timings
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions about Basic finance and overall like any CET exams questions

Round 2 - Group Discussion 

Easy as you will get chance to talk about your views on topic given by interviewer

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about Yourself
  • Q2. Tell me About projects you have done
  • Q3. What you have done in your internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Important thing is prepare you CV. They will asked questions only on your CV. So write all things currently that you can explain.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Life cycle of thread
  • Ans. 

    Thread life cycle includes new, runnable, running, blocked, and terminated states.

    • Thread is created in 'new' state

    • It becomes 'runnable' when start() method is called

    • Thread enters 'running' state when CPU starts executing its run() method

    • It can go to 'blocked' state if it's waiting for a resource

    • Finally, thread reaches 'terminated' state when run() method completes or stop() method is called

  • Answered by AI
  • Q2. İnternal working of hash map
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map consists of an array of buckets, each containing a linked list of key-value pairs.

    • When inserting a key-value pair, the hash function is used to determine the index of the bucket where the pair should be stored.

    • To retrieve a value, the hash function is used to find the corresponding bucket...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Why I want to change the job
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities to learn and grow

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to advance career progression

  • Answered by AI

Skills evaluated in this interview

Tell us how to improve this page.

Join Third Bridge Empowering Leaders with Insights for Intelligent Investment Decisions
Associate
20 salaries
unlock blur

₹7 L/yr - ₹12 L/yr

Senior Associate
14 salaries
unlock blur

₹6.5 L/yr - ₹10.7 L/yr

Compliance Associate
11 salaries
unlock blur

₹7.2 L/yr - ₹11 L/yr

Client Service Associate
7 salaries
unlock blur

₹9 L/yr - ₹10.8 L/yr

Analyst
6 salaries
unlock blur

₹5.5 L/yr - ₹9 L/yr

Explore more salaries
Compare Third Bridge with

Karvy Financial Services

3.8
Compare

Sonata Finance

3.9
Compare

Link Group

3.8
Compare

Fortune Integrated Assets Finance

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