Upload Button Icon Add office photos
Engaged Employer

i

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

Bharat FIH Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bharat FIH Engineer Trainee Interview Questions and Answers

Updated 11 Sep 2021

Bharat FIH Engineer Trainee Interview Experiences

1 interview found

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

Interview Questionnaire 

5 Questions

  • Q1. What about your self
  • Ans. 

    I am a hardworking and dedicated individual with a passion for engineering and problem-solving.

    • I have a degree in Mechanical Engineering from XYZ University

    • I have completed internships at ABC Company and DEF Inc. where I gained hands-on experience in designing and testing mechanical systems

    • I am proficient in CAD software such as SolidWorks and AutoCAD

    • I have excellent communication and teamwork skills, which I developed...

  • Answered by AI
  • Q2. What is your strength
  • Q3. What is your weekness
  • Q4. Why we hire you
  • Ans. 

    I am a quick learner with a strong technical background and a passion for engineering.

    • I have a degree in engineering and have completed several internships in the field.

    • I am proficient in various programming languages and have experience with CAD software.

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

    • I am eager to learn and take on new challenges.

    • I am committed to delivering high-quality work and meeting d

  • Answered by AI
  • Q5. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - I answered straight forward with confidence to the interviewer questions

Interview questions from similar companies

I applied via Walk-in and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mechanical Related

Interview Preparation Tips

Interview preparation tips for other job seekers - Mechanical and resume related

I applied via Company Website and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Assignment 

I want to know assignment

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions for any subject
  • Q2. Any quarry for information

Interview Preparation Tips

Interview preparation tips for other job seekers - A while back, we asked our readers to tell us the best job search advice they’d ever heard. Now, from one job seeker to another

I applied via Company Website and was interviewed in Nov 2021. There were 2 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 - Coding Test 

Basic of c language coding test

Interview Preparation Tips

Topics to prepare for Tech Mahindra Junior Engineer interview:
  • Basic of c language
  • Stld
Interview preparation tips for other job seekers - Tech Mahindra for the job seekers and electronics communication engineering basics of stld and java

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 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 - Aptitude Test 

Interview Preparation Tips

Topics to prepare for Tech Mahindra Junior Engineer interview:
  • C
  • Java
Interview preparation tips for other job seekers - Pump yourself up and stay positive
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Assignment 
Round 3 - Case Study 
Round 4 - One-on-one 

(2 Questions)

  • Q1. What programming language do you know?
  • Ans. 

    I am proficient in programming languages such as Java, Python, and C++.

    • Java

    • Python

    • C++

  • Answered by AI
  • Q2. What is virtualisation and how it work ?
  • Ans. 

    Virtualisation is the process of creating a virtual version of a device or resource, such as a server, storage device, network or operating system.

    • Virtualisation allows multiple virtual instances to run on a single physical machine, maximizing resource utilization.

    • It helps in reducing hardware costs, energy consumption, and maintenance efforts.

    • Examples include VMware for server virtualisation, VirtualBox for desktop vi...

  • Answered by AI
Round 5 - Aptitude Test 

Aptitude test is use for to measure your ability to learn

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. What is constructor?
  • Ans. 

    A constructor is a special type of method in a class that is automatically called when an object of that class is created.

    • Constructors have the same name as the class they belong to

    • Constructors do not have a return type

    • Constructors can be used to initialize the object's state or perform any necessary setup

    • Example: public class Car { public Car() { // constructor code here } }

  • Answered by AI
  • Q2. What is spring boot ?
  • Ans. 

    Spring Boot is a Java-based framework used to create stand-alone, production-grade Spring-based Applications.

    • Spring Boot simplifies the process of developing and deploying Spring applications.

    • It provides a set of pre-configured tools and conventions to get started quickly.

    • Spring Boot eliminates the need for manual configuration and boilerplate code.

    • It includes embedded servers like Tomcat, Jetty, or Undertow for easy d...

  • Answered by AI
  • Q3. What is diff between array and arraylist
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array is a fixed-size collection of elements of the same data type, while ArrayList is a dynamic-size collection that can grow or shrink as needed.

    • Arrays can store primitive data types and objects, while ArrayList can only store objects.

    • Arrays require a specified size at the time of creation, while ArrayList can dynamically re...

  • Answered by AI
  • Q4. Diff between throw and throws
  • Ans. 

    throw is a keyword used to explicitly throw an exception in Java, while throws is used in method signature to declare the exceptions that can be thrown by the method.

    • throw is used to throw an exception explicitly in Java code

    • throws is used in method signature to declare the exceptions that can be thrown by the method

    • Example: throw new Exception();

    • Example: public void method() throws Exception {};

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2023. There were 3 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 

Coding questions related java and some questions related java, spring boot

Round 3 - Technical 

(2 Questions)

  • Q1. What is hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store key-value pairs in an array.

    • Example: HashMap map = new HashMap<>(); map.put("key1", 1); int value = map.get("key1");

  • Answered by AI
  • Q2. Multi threading,

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Dedup sort questions
  • Q2. Sort Questions parameters

Interview Preparation Tips

Interview preparation tips for other job seekers - na
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Feb 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 - Aptitude Test 

Moderate difficulty one can get questions from google and practice before 2 to 3 days

Round 3 - Coding Test 

Bit logical must have mathematical mind and also have knowledge of data structure

Interview Preparation Tips

Topics to prepare for Infosys Junior Engineer interview:
  • Data Structures
  • C
Interview preparation tips for other job seekers - get the question from google and practice that almost same questions appears in the rounds

Tell us how to improve this page.

Bharat FIH Engineer Trainee Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

2.0

Salary

5.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Junior Engineer
1.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Engineer
499 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
156 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Production Engineer
107 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
104 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bharat FIH with

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

State Bank of India

3.8
Compare

Axis Bank

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