Upload Button Icon Add office photos

Bharat Institutions

Compare button icon Compare button icon Compare

Filter interviews by

Bharat Institutions Interview Questions and Answers

Updated 30 Sep 2024

Bharat Institutions Interview Experiences

Popular Designations

4 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Online

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 

(3 Questions)

  • Q1. Presentation..to a group of ladies.
  • Q2. Topic of your choice
  • Q3. No questions were asked
Round 3 - Talk with owner 

(2 Questions)

  • Q1. Only salary discussion
  • Q2. Owner is cunning..insane diabolic..to save money towards salary..continuous layoff.

Associate Professor Interview Questions asked at other Companies

Q1. Programming: Difference between OOP and POP. Dynamic vs. Static binding. Why do we need virtual functions? What is template? Three different ways to make a while loop an infinite one. Pointer to an array vs. array of pointers. What is the u... read more
View answer (2)

Site Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Jan 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Apna Jobs and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Asked about project management

Round 2 - Technical 

(1 Question)

  • Q1. About plastering

Interview Preparation Tips

Interview preparation tips for other job seekers - If you join here you will loss your salary

Site Engineer Interview Questions asked at other Companies

Q1. 1.BBS calculation of slab? 2.Stairs case riser and tread dimension? 3.Types of cement? 4.Full form of tmt, pcc, rcc, tmx, dpc 5.Definition of plinth area, courtyard area, built-up area? 6.function of dpc 8.standard size of brick? 9. Write g... read more
View answer (4)

Assistant Professor Interview Questions & Answers

user image Anirban Kanungoe

posted on 30 Sep 2024

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

I was interviewed before Sep 2023.

Round 1 - One-on-one 

(2 Questions)

  • Q1. From which Institutes you have passed out ?
  • Ans. 

    I have passed out from XYZ University and ABC College.

    • XYZ University for undergraduate degree

    • ABC College for postgraduate degree

  • Answered by AI
  • Q2. How much is your expectation, When you can join ?
  • Ans. 

    I am available to join within 2 weeks of receiving an offer.

    • I can join within 2 weeks of receiving an offer.

    • I am flexible with the start date depending on the needs of the department.

    • I can start immediately if required.

    • I may need to give a notice period to my current employer before joining.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are from one of the premier institutions of India plus have experience abroad, interview will be easy. If you have good publication records you can demand good salary from the start. The Chairman (Owner) pays a lot of value to the standard of Institutions from which you are passing out. Your publications also carry a lot of weight.

Assistant Professor Interview Questions asked at other Companies

Q1. Can you assist pg students project and puplish research article in High impact factor indexed journal
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed before Dec 2021. 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 - HR 

(2 Questions)

  • Q1. Salary Expectations and discussion about self and case study to resolve the real life questions
  • Q2. What made u opt this Organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Formal Dress and Good Communication Skills .Answer upto the point

Assistant Professor Senior Grade Interview Questions asked at other Companies

Q1. What are the applications of Digital Signal Processing?
View answer (2)

Bharat Institutions interview questions for popular designations

 Associate Professor

 (1)

 Assistant Professor

 (1)

 Assistant Professor Senior Grade

 (1)

 Site Engineer

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college

Bharat Institutions Interview FAQs

How many rounds are there in Bharat Institutions interview?
Bharat Institutions interview process usually has 2 rounds. The most common rounds in the Bharat Institutions interview process are Resume Shortlist, Technical and HR.
How to prepare for Bharat Institutions 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 Bharat Institutions. The most common topics and skills that interviewers at Bharat Institutions expect are Teaching, Professor Activities, Communication Skills, Education and Research.
What are the top questions asked in Bharat Institutions interview?

Some of the top questions asked at the Bharat Institutions interview -

  1. Owner is cunning..insane diabolic..to save money towards salary..continuous lay...read more
  2. Presentation..to a group of ladi...read more
  3. No questions were as...read more

Tell us how to improve this page.

Bharat Institutions Interview Process

based on 4 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Bharti Airtel Interview Questions
4.0
 • 845 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
View all

Bharat Institutions Reviews and Ratings

based on 190 reviews

4.1/5

Rating in categories

4.2

Skill development

4.0

Work-life balance

4.1

Salary

4.1

Job security

4.1

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 190 Reviews and Ratings
Assistant Professor
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Professor
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Executive
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lecturer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Accountant
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bharat Institutions with

Indian Institute of Technology BHU

4.5
Compare

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Infosys

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