Upload Button Icon Add office photos

Banaras Hindu University

Compare button icon Compare button icon Compare

Filter interviews by

Banaras Hindu University Interview Questions and Answers

Updated 10 Sep 2023

Banaras Hindu University Interview Experiences

Popular Designations

4 interviews found

I applied via Naukri.com and was interviewed in Aug 2022. There were 4 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 - Shorthand 

(1 Question)

  • Q1. Shorthand test
Round 3 - Interview 

(1 Question)

  • Q1. Interview
Round 4 - None 

(1 Question)

  • Q1. Appointment letter

Interview Preparation Tips

Topics to prepare for Banaras Hindu University Private Secretary interview:
  • Related to my profession
  • Secretarial Skills
Interview preparation tips for other job seekers - Contribute and share my experience in the secretarial and confidential job
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Sep 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 - One-on-one 

(2 Questions)

  • Q1. Why you want to wok here?
  • Ans. Its a world renowned prestigious university.
  • Answered Anonymously
  • Q2. How you will contribute to the project?
  • Ans. With my educational qualifications and background knowledge
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Have sound knowledge of your subject

Junior Research Fellow Interview Questions asked at other Companies

Q1. If you are given a small dataset of 300 samples, what would you choose over a neural network with more number of hidden layers or a neural network with one hidden layer. Justify your explanation in terms of accuracy.
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2021

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. How you're going to be beneficial for our company

Interview Preparation Tips

Interview preparation tips for other job seekers - stay calm and focussed

Interview Questions & Answers

user image Anonymous

posted on 14 Aug 2021

Interview Questionnaire 

1 Question

  • Q1. Students who are seeking admission for B.H.U must go through 5 years of entrance questions which is available on bhuonline.com, this site also contains answer keys with itself.

Banaras Hindu University interview questions for popular designations

 Junior Research Fellow

 (1)

 Private Secretary

 (1)

Interview questions from similar companies

I applied via Walk-in and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Experience about last company

Interview Preparation Tips

Interview preparation tips for other job seekers - Good English required
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2021. There were 4 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 

Verbal, Non Verbal and Cognitive

Round 3 - Technical 

(3 Questions)

  • Q1. Digital Electronics based Questions
  • Q2. Microcontroller based Questions
  • Q3. Programmable Logic Controller based Questions
Round 4 - HR 

(2 Questions)

  • Q1. Personal Details based Questions
  • Q2. Discussed about Work Location

Interview Preparation Tips

Interview preparation tips for other job seekers - Willing to work in North India or Across Globe.
Need assistance in Relocating
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected 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:
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 - Technical 

(3 Questions)

  • Q1. What is method overloading?
  • Ans. 

    Method overloading is when multiple methods in a class have the same name but different parameters.

    • Allows multiple methods with the same name but different parameters to be defined in a class

    • Parameters can differ in number, type, or order

    • Example: void print(int num) and void print(String text) are overloaded methods

  • Answered by AI
  • Q2. What is method overiding ?
  • Ans. 

    Method overriding is a feature in object-oriented programming that allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

    • Method overriding is done when a subclass provides a specific implementation for a method that is already defined in its superclass.

    • The method in the subclass must have the same name, return type, and parameters as the method in the superclass.

    • M...

  • Answered by AI
  • Q3. What is sigleton class ?
  • Ans. 

    A singleton class is a class that can only have one instance created and provides a global point of access to that instance.

    • Singleton classes are often used for logging, caching, database connections, and thread pools.

    • They typically have a private constructor to prevent instantiation from outside the class.

    • The class itself usually provides a static method to access the single instance.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What are Oops Pillars?
  • Ans. 

    Oops Pillars are the four main concepts of Object-Oriented Programming: Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundles data and methods into a single unit, protecting data from outside interference.

    • Polymorphism: Allows objects to be treated as instances of their parent class, enabling flexibility in code.

    • ...

  • Answered by AI
  • Q2. What is Dependency injection?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Allows for easier testing by mocking dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
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 

(1 Question)

  • Q1. About past experiences About koenig solutions
Round 3 - One-on-one 

(1 Question)

  • Q1. About past experiences
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2024.

Round 1 - Assignment 

Mcq test on c#, sql, Mvc

Round 2 - Technical 

(5 Questions)

  • Q1. Introduce your self?
  • Q2. What is pipeline? Explained in brif?
  • Ans. 

    A pipeline is a series of interconnected steps or stages in a process, where output of one step is input to the next step.

    • Pipeline is commonly used in software development for continuous integration and continuous delivery processes.

    • Each step in the pipeline performs a specific task, such as building, testing, and deploying code.

    • Pipeline automation tools like Jenkins, GitLab CI/CD, and Azure DevOps help in managing and

  • Answered by AI
  • Q3. Explained the dot net framework
  • Ans. 

    The .NET Framework is a software framework developed by Microsoft that provides a large library of pre-coded solutions to common programming problems.

    • Developed by Microsoft

    • Provides a large library of pre-coded solutions

    • Supports multiple programming languages like C#, VB.NET, F#

    • Consists of Common Language Runtime (CLR) and Framework Class Library (FCL)

  • Answered by AI
  • Q4. What Are The Different Components Of DOT-NET?
  • Ans. 

    The different components of DOT-NET include Common Language Runtime (CLR), Framework Class Library (FCL), and ASP.NET.

    • Common Language Runtime (CLR) - provides various services such as memory management, exception handling, and security.

    • Framework Class Library (FCL) - a collection of reusable classes, interfaces, and value types that provide access to system functionality.

    • ASP.NET - a web application framework for buildi...

  • Answered by AI
  • Q5. What Is The Difference Between Abstract Classes And Interfaces In C#?
  • Ans. 

    Abstract classes can have implementation details while interfaces cannot.

    • Abstract classes can have method implementations while interfaces cannot.

    • A class can inherit only one abstract class but can implement multiple interfaces.

    • Abstract classes can have access modifiers on their members while interfaces cannot.

    • Interfaces are used to define a contract for classes to implement.

    • Abstract classes are used to provide a commo

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After 1 hour interview they rejected you. Slow process.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jun 2022. 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 - HR 

(1 Question)

  • Q1. Introduction, background, why sales, goals etc
Round 3 - One-on-one 

(1 Question)

  • Q1. Introduction, background, pitch, product knowledge etc

Banaras Hindu University Interview FAQs

How many rounds are there in Banaras Hindu University interview?
Banaras Hindu University interview process usually has 3 rounds. The most common rounds in the Banaras Hindu University interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Banaras Hindu University interview?

Some of the top questions asked at the Banaras Hindu University interview -

  1. Students who are seeking admission for B.H.U must go through 5 years of entranc...read more
  2. Shorthand t...read more
  3. Appointment let...read more

Tell us how to improve this page.

Banaras Hindu University Interview Process

based on 4 interviews

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
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Tata Motors Interview Questions
4.2
 • 1k Interviews
Bharat Petroleum Interview Questions
4.1
 • 148 Interviews
View all

Banaras Hindu University Reviews and Ratings

based on 110 reviews

4.5/5

Rating in categories

4.1

Skill development

4.4

Work-life balance

4.0

Salary

4.2

Job security

4.0

Company culture

3.8

Promotions

4.2

Work satisfaction

Explore 110 Reviews and Ratings
Research Scholar
16 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

PHD Research Scholar
16 salaries
unlock blur

₹2 L/yr - ₹6.1 L/yr

Senior Research Fellow
10 salaries
unlock blur

₹4.2 L/yr - ₹6 L/yr

Junior Research Fellow
9 salaries
unlock blur

₹3.5 L/yr - ₹5.4 L/yr

Senior Resident Doctor
9 salaries
unlock blur

₹14 L/yr - ₹18 L/yr

Explore more salaries
Compare Banaras Hindu University with

Aakash Educational Services

3.4
Compare

NIIT

3.6
Compare

Chandigarh University

4.2
Compare

Podar International School

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