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

Clear (1)

thinkbridge Graduate Apprentice Interview Questions and Answers

Updated 3 May 2024

thinkbridge Graduate Apprentice Interview Experiences

1 interview found

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

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

It was quite easy with technical questions on quants and logical reasoning.

Round 2 - Technical 

(1 Question)

  • Q1. What is the sql command to ...?
  • Ans. 

    SQL command to retrieve data from a database table

    • Use SELECT statement to retrieve data

    • Specify the columns to retrieve after SELECT keyword

    • Specify the table name after FROM keyword

    • Use WHERE clause to add conditions for data retrieval

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Are you ready to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for career growth and new experiences.

    • I have relocated in the past for internships and job opportunities.

    • I understand the importance of being flexible and adaptable in the workplace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - LTIMindtree at present is the company with highest demad
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Technical ques,quant, logical reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Diff between DBMS and RDBMS.
  • Ans. 

    DBMS is a software system that manages databases, while RDBMS is a type of DBMS that stores data in a structured format using tables.

    • DBMS stands for Database Management System, while RDBMS stands for Relational Database Management System.

    • DBMS allows users to create, retrieve, update, and manage data in a database, while RDBMS uses a structured query language (SQL) to interact with the database.

    • RDBMS enforces referentia...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Difference between confidence and overconfidence.
  • Ans. 

    Confidence is belief in oneself based on experience and ability, while overconfidence is excessive belief in oneself without proper justification.

    • Confidence is earned through hard work and experience, while overconfidence is often based on arrogance and lack of self-awareness.

    • Confidence allows individuals to take risks and push themselves out of their comfort zone, while overconfidence can lead to reckless behavior and...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Graduate Apprentice interview:
  • DBMS
  • Java
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Amcat platform - aptitude, networking, python, java

Round 2 - Technical 

(2 Questions)

  • Q1. Which language you are comfortable and rate yourself in those languages
  • Ans. 

    I am comfortable with Java, Python, and SQL. I rate myself 8/10 in Java, 7/10 in Python, and 9/10 in SQL.

    • Comfortable with Java, Python, and SQL

    • Rate myself 8/10 in Java

    • Rate myself 7/10 in Python

    • Rate myself 9/10 in SQL

  • Answered by AI
  • Q2. Asked basics about python some basic codes(sqrt, factorial) and oops definations
Round 3 - HR 

(2 Questions)

  • Q1. About extra-curricular activities
  • Q2. Are you flexible with shifts and locations
  • Ans. 

    Yes, I am flexible with shifts and locations as I understand the importance of adaptability in a professional setting.

    • I have no issues with working different shifts, including weekends or holidays

    • I am willing to relocate if required for the job

    • I have previous experience working in different locations and adapting to new environments

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Graduate Apprentice interview:
  • Python
  • C
  • SQL
Interview preparation tips for other job seekers - search in you tube for ltimindtree questions and prepare maximum they asked me from that only prepare basics that is enough for freshers.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About my project
Round 2 - HR 

(1 Question)

  • Q1. Would you be able to work from anywhere all over India
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 hrs of coding and aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Self-introduction
  • Q2. Regarding project experience and technical questions and logical questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical Questions along with some basic aptitude problems

Round 2 - Technical 

(1 Question)

  • Q1. OOPS related and DSA questions along with some dbms and os
Round 3 - HR 

(1 Question)

  • Q1. Group project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - complete your core related preparation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Basic coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions were asked related to my resume
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions were asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Round 1 was aptitude, with some of the pseudo codes.

Round 2 - Technical 

(2 Questions)

  • Q1. What is Oop's in java
  • Ans. 

    OOPs in Java stands for Object-Oriented Programming, a programming paradigm based on the concept of objects.

    • OOPs in Java focuses on creating objects that interact with each other to solve problems

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation

    • Example: Creating a class 'Car' with properties like 'make', 'model', and methods like 'drive', 'stop'

  • Answered by AI
  • Q2. Features of Java
  • Ans. 

    Java is a popular programming language known for its platform independence, object-oriented approach, and robustness.

    • Platform independence - Java programs can run on any platform that has a Java Virtual Machine (JVM)

    • Object-oriented approach - Java supports the principles of encapsulation, inheritance, and polymorphism

    • Robustness - Java has strong memory management, exception handling, and type safety

    • Rich API - Java prov...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about LTIMindtree
  • Ans. 

    LTIMindtree is a global technology consulting and services company, specializing in digital transformation and IT services.

    • Founded in 1999 as the IT division of Larsen & Toubro

    • Acquired by Mindtree in 2019, becoming LTIMindtree

    • Offers services in areas such as cloud, data analytics, AI, and cybersecurity

    • Has a strong focus on sustainability and social responsibility

    • Serves clients across various industries including ba

  • Answered by AI
  • Q2. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Mechanical Engineering, passionate about learning and applying new technologies in the field.

    • Graduated with a Bachelor's degree in Mechanical Engineering

    • Completed internships at XYZ Company and ABC Corporation

    • Proficient in CAD software such as SolidWorks and AutoCAD

    • Strong problem-solving skills demonstrated through projects like designing a robotic arm for a competition

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

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

Round 1 - Aptitude Test 

The aptitude test was around 2hours, the tests typically include numerical reasoning, verbal reasoning, logical reasoning, abstract reasoning, situational judgement, speaking and listening skill.

Round 2 - Technical 

(3 Questions)

  • Q1. In technical interview was around 30 min and asked about projects.
  • Q2. What is difference between structured, unstructured and semi structured databases
  • Ans. 

    Structured databases have a well-defined schema, unstructured databases have no predefined schema, and semi-structured databases have some organizational properties but do not enforce a strict schema.

    • Structured databases have a well-defined schema with tables, rows, and columns (e.g. SQL databases)

    • Unstructured databases store data without a predefined schema, allowing for flexibility in data types and structures (e.g. ...

  • Answered by AI
  • Q3. What is class and object
  • Ans. 

    A class is a blueprint for creating objects, while an object is an instance of a class.

    • A class defines the properties and behaviors of objects.

    • An object is a specific instance of a class.

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

    • Objects can interact with each other by calling methods on each other.

    • Example: Class 'Car' can have attributes like 'color' and 'model', while an object 'myCar' can be an

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why LTIMindtree
  • Ans. 

    LTIMindtree offers a dynamic work environment, opportunities for growth, and a strong focus on innovation.

    • LTIMindtree has a reputation for providing excellent training and development programs for its employees.

    • The company values diversity and inclusion, creating a welcoming and supportive workplace for all employees.

    • LTIMindtree is known for its cutting-edge technology solutions and innovative projects.

    • The company has ...

  • Answered by AI
  • Q2. Are u ready to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for the right job opportunity

    • I am flexible and adaptable to new environments

    • I have previous experience of relocating for work or education

    • I understand the benefits of relocating for career growth

  • Answered by AI

Interview Preparation Tips

Topics to prepare for LTIMindtree Graduate Apprentice interview:
  • oops concepts
  • Databases
Interview preparation tips for other job seekers - Be adaptive, manage your time and have good communication skills and open mind.
Contribute & help others!
anonymous
You can choose to be anonymous

thinkbridge Interview FAQs

How many rounds are there in thinkbridge Graduate Apprentice interview?
thinkbridge interview process usually has 3 rounds. The most common rounds in the thinkbridge interview process are Aptitude Test, Coding Test and Technical.

Recently Viewed

SALARIES

Indium Software

INTERVIEWS

thinkbridge

No Interviews

SALARIES

thinkbridge

JOBS

Cresce Technology Private Limited

No Jobs

SALARIES

Aurigo

REVIEWS

thinkbridge

No Reviews

SALARIES

Aurigo

LIST OF COMPANIES

Discover companies

Find best workplace

SALARIES

Aurigo

SALARIES

Aurigo

Tell us how to improve this page.

thinkbridge Graduate Apprentice Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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
 • 795 Interviews
Vyapar Interview Questions
3.4
 • 53 Interviews
View all
Software Engineer
94 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
17 salaries
unlock blur

₹0 L/yr - ₹0 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