Upload Button Icon Add office photos

Filter interviews by

Bharathidasan University PHD Scholar Interview Questions and Answers

Updated 18 Jun 2021

Bharathidasan University PHD Scholar Interview Experiences

1 interview found

PHD Scholar Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2021

I applied via Company Website and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is the main area of research
  • Ans. 

    My main area of research is in the field of artificial intelligence and machine learning.

    • Developing algorithms for natural language processing

    • Creating predictive models for healthcare data

    • Exploring deep learning techniques for image recognition

    • Investigating the ethical implications of AI

    • Collaborating with industry partners to apply research in real-world settings

  • Answered by AI
  • Q2. Can you publish in good reputed journals
  • Ans. 

    Yes, I have published in good reputed journals.

    • I have published multiple research papers in top-tier journals in my field.

    • My publications have been cited by other researchers in their work.

    • I have also presented my research at various conferences and symposiums.

    • Some of the journals I have published in include Nature, Science, and The Lancet.

  • Answered by AI
  • Q3. Can you clear entrance exam

Interview Preparation Tips

Interview preparation tips for other job seekers - Good University to carry out your research

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - interview 

(2 Questions)

  • Q1. What are the concepts of quantum mechanics ?
  • Ans. 

    Quantum mechanics is a branch of physics that deals with the behavior of particles at the atomic and subatomic levels.

    • Quantum superposition - particles can exist in multiple states simultaneously until measured

    • Quantum entanglement - particles become interconnected and can affect each other's properties even when separated by large distances

    • Wave-particle duality - particles exhibit both wave-like and particle-like behav...

  • Answered by AI
  • Q2. Some numericals

Interview Preparation Tips

Topics to prepare for Indian Institute of Technology Gandhinagar PHD Scholar interview:
  • Subject Matter Expertise
Interview preparation tips for other job seekers - your concept should be clear and it would be better if you have some previous research experience.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Internshala and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Can you provide some information about yourself?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Newspaper Ad and was interviewed before Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

UG core subjects along with UG level maths. Some dept. has -ve marking.

Round 2 - Technical 

(3 Questions)

  • Q1. Rapid fire like questions on a perticular topic. For me it was heat transfer.
  • Q2. They gave me a situation and asked to draw the thermal resistance circuit
  • Q3. Asked about the laws

Interview Preparation Tips

Interview preparation tips for other job seekers - Persue PhD from a core department. Helps in future. My PhD is from an interdisciplinary dept. and facing some problem getting shortlisted.
Also, core dept are old and has better alumi. Easier to get reffered, unlike my case.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - HR 

(1 Question)

  • Q1. About your work, role in previous Orgn
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. HR questions were about your past experiences which include your job role and descriptions.

Interview Preparation Tips

Interview preparation tips for other job seekers - A Good place for skill development.

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    Experienced executive with a proven track record in leading successful teams and driving business growth.

    • Over 10 years of executive leadership experience

    • Strong strategic planning and decision-making skills

    • Expertise in driving operational efficiency and profitability

    • Proven ability to build and motivate high-performing teams

    • Track record of successfully implementing innovative business strategies

    • Examples: Led a company th...

  • Answered by AI
  • Q2. Ask questions on things which you mentioned on ur cv
  • Q3. Test ur knowledge related to process

Interview Preparation Tips

Interview preparation tips for other job seekers - Have confidence
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself briefing why you opted M.Tech in IITGN

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips please
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

Bharathidasan University Interview FAQs

What are the top questions asked in Bharathidasan University PHD Scholar interview?

Some of the top questions asked at the Bharathidasan University PHD Scholar interview -

  1. What is the main area of resear...read more
  2. Can you publish in good reputed journ...read more
  3. Can you clear entrance ex...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
NIIT Interview Questions
3.6
 • 84 Interviews
View all

Bharathidasan University PHD Scholar Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

5.0

Salary

3.0

Job security

4.0

Company culture

5.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Project Fellow
10 salaries
unlock blur

₹1.6 L/yr - ₹2.3 L/yr

Research Associate
5 salaries
unlock blur

₹0.4 L/yr - ₹5.6 L/yr

Assistant Professor
5 salaries
unlock blur

₹0.8 L/yr - ₹3 L/yr

Post Doctoral Fellow
4 salaries
unlock blur

₹6 L/yr - ₹9 L/yr

Senior Research Fellow
4 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Explore more salaries
Compare Bharathidasan University with

NIIT

3.6
Compare

Indian Institute of Technology Gandhinagar

4.1
Compare

IIT Bombay

4.5
Compare

Narayana e-Techno School

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