Upload Button Icon Add office photos

Filter interviews by

Hassan Institute Medical Sciences Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell me something about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Good comn skills, excited and energetic

I applied via Referral and was interviewed before Sep 2021. 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 - Case Study 

You have 2 counter and 3 employee and one counter is vacant how will manage.

Round 3 - HR 

(2 Questions)

  • Q1. How will you manage your personal life and professional life
  • Ans. 

    Balancing personal and professional life requires effective time management, prioritization, and setting clear boundaries.

    • Time Management: I use tools like calendars and task lists to allocate specific time slots for work and personal activities, ensuring I stay organized.

    • Prioritization: I identify urgent and important tasks using the Eisenhower Matrix, which helps me focus on what truly matters, both at work and home.

    • ...

  • Answered by AI
  • Q2. Are you comfortable with outstation travelling
  • Ans. 

    Yes, I am comfortable with outstation travelling.

    • I have previous experience of travelling outstation for work.

    • I am adaptable and can easily adjust to new environments.

    • I am willing to travel as per the job requirements.

    • I understand the importance of face-to-face meetings and building relationships with clients.

    • I am aware of the safety measures to be taken while travelling and will ensure to follow them.

    • I am excited abou...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study more interview journey you may never know which dish land in your plate

Analyst Interview Questions & Answers

IQVIA user image Anonymous

posted on 18 Jul 2021

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell more about yourself.
  • Q2. Why do you want to work in Data Analytics?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Try to explain projects that you have done in College. If time doesn't permit, just go ahead with the insights.

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

I applied via Company Website and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell about yourselves. And about fast work experience. Our positive and negative. How dedicate person when you’re in work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Everything you should talk with clear and with good communication skills. No more fear.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Reverse string
  • Ans. 

    Reversing a string involves rearranging its characters in the opposite order, which can be done using various methods.

    • Use built-in functions: In Python, you can reverse a string with slicing: `reversed_string = original_string[::-1]`.

    • Iterative approach: Loop through the string from the end to the beginning and build a new string.

    • Using recursion: Define a function that calls itself with a smaller substring until it reac...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Average level interview

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me your self introduction
  • Ans. 

    Dynamic professional with diverse experience in management, team leadership, and strategic planning, eager to contribute to organizational success.

    • Over 5 years of experience in management roles, leading teams to achieve operational goals.

    • Successfully implemented a new project management system that improved efficiency by 30%.

    • Strong background in customer service, enhancing client satisfaction scores by 20% through effe...

  • Answered by AI
  • Q2. What is python
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity, readability, and versatility.

    • Python is used for web development, data analysis, artificial intelligence, and more.

    • It has a large standard library and supports multiple programming paradigms.

    • Python code is often shorter and easier to read than other languages.

    • It uses indentation to indicate code blocks instead of curly braces or keywords.

    • ...

  • Answered by AI
  • Q3. What are the highlevel languages
  • Ans. 

    High-level languages are programming languages that are easier to read and write than low-level languages.

    • High-level languages are closer to human language than machine language.

    • They are easier to learn and use than low-level languages.

    • Examples of high-level languages include Java, Python, and C++.

  • Answered by AI
  • Q4. Tell me about hcl company
  • Ans. 

    HCL Technologies is a leading global IT services company based in India, specializing in software development and IT consulting.

    • Founded in 1976, HCL is one of India's original IT services companies.

    • HCL operates in over 50 countries, providing services to clients across various industries.

    • The company focuses on innovation and has invested heavily in R&D, exemplified by its HCL Innovation Labs.

    • HCL's services include ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majority a stress test it lasted for about 1hour 10minutes.the interviewer wanted to test both my knowledge and communication skills. It was my first of campus interview and I think I did pretty well for a fresher.

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Nov 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 - Assignment 

MCQ's and Coding Problem - 1 related with Java, RDBMS, JS

Round 3 - Technical 

(1 Question)

  • Q1. Basic Question on Java and Project related questions
Round 4 - HR 

(1 Question)

  • Q1. Introduction, Discussion regarding the roles and salary negotiation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basics and be confident with the answers.

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

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself and technical knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm you will achieve it.

I applied via Recruitment Consultant and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. String builder and string buffer When we create Arrays and when we create linked lists Treeset in Java Java 8 features Static keyword Dynamic method dispatch How to make a immutable cla...
  • Ans. 

    Questions related to Java programming language concepts and features.

    • StringBuilder and StringBuffer are used for efficient string manipulation.

    • Arrays are fixed in size while linked lists can grow dynamically.

    • TreeSet is a sorted set implementation in Java.

    • Java 8 introduced lambda expressions, streams, and functional interfaces.

    • Static keyword is used to create class-level variables and methods.

    • Dynamic method dispatch is ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and rock!

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
BYJU'S Interview Questions
3.1
 • 2.1k Interviews
IQVIA Interview Questions
3.8
 • 493 Interviews
TCS iON Interview Questions
3.8
 • 385 Interviews
Whitehat jr Interview Questions
3.4
 • 262 Interviews
Aurobindo Pharma Interview Questions
4.0
 • 259 Interviews
View all

Hassan Institute Medical Sciences Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

5.0

Salary

3.0

Job security

4.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Compare Hassan Institute Medical Sciences with

TCS

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

BYJU'S

3.1
Compare
write
Share an Interview