Upload Button Icon Add office photos

Filter interviews by

Medical college Interview Questions, Process, and Tips

Updated 29 May 2024

Top Medical college Interview Questions and Answers

View all 8 questions

Medical college Interview Experiences

Popular Designations

4 interviews found

I applied via Campus Placement and was interviewed before Nov 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 - One-on-one 

(2 Questions)

  • Q1. Manual therapy explain
  • Q2. What is the stroke describe

Interview Preparation Tips

Interview preparation tips for other job seekers - Fully confidential and give your best then you have a such greater job

Physiotherapist Interview Questions asked at other Companies

Q1. *Assessment and management of stroke patient *Mcmurray test *Which mobilization improves knee flexion *BPPV *Epleys maneuver *Thomas test *Management of shoulder arthroscopic patient *Facial palsy vs Bells palsy *Muscle stimulator for facia... read more
View answer (2)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(5 Questions)

  • Q1. Tell me about your self ??
  • Ans. My self naeem choudhary from Delhi and am bachelor science in nursing pass out in 2022 in first grade
  • Answered Anonymously
  • Q2. What are you leaving your corrent job?
  • Ans. Am employe for apex multispeclity hospital gzb in nursing staff post
  • Answered Anonymously
  • Q3. Tell me about emergent drugs?
  • Q4. Patient and nursing staff relation ship?
  • Q5. 3 quality in good nurse

Interview Preparation Tips

Interview preparation tips for other job seekers - Update your resume
Tailor your resume and cover latter
Apply for your job in under your qualifications

Nursing Staff Interview Questions asked at other Companies

Q1. Q.1What is Cardio pulmonary resasitation
View answer (18)

Mbbs Doctor Interview Questions & Answers

user image Anonymous

posted on 29 May 2024

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

I applied via Newspaper Ad and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. How to decrease DM & HTN Increasing republic?
  • Q2. Do medicines are approximately supplied? I told not completely but I will manage with my own....
  • Q3. Can u handle other disease ? Yes I will & I had...like a general practitioner.
  • Q4. Can u treat gout.? Offcourse I m treating it too...have a ask
  • Q5. No nothing more
Round 2 - Case Study 

Can u manage emergency?
Sure I can.....coz I worked as emergency medical officer (EMO) for 2 years in Lucknow Hindi medical College

Interview Preparation Tips

Topics to prepare for Medical college Mbbs Doctor interview:
  • Emergency Medicine
  • diabetes
  • Hypertension
  • General practitioner
  • naturopathy
  • Public Relations
  • And wellness and health
  • Proper suggestions
Interview preparation tips for other job seekers - Be confident and try to use nature also it has much more power........

Mbbs Doctor Interview Questions asked at other Companies

Q1. Can u treat gout.? Offcourse I m treating it too...have a ask
Add answer

Medical Coder Interview Questions & Answers

user image Anonymous

posted on 28 Jan 2022

I applied via Company Website and was interviewed in Dec 2021. There were 6 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 - 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 3 - HR 

(3 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.
Round 4 - Group Discussion 

For coding

Round 5 - 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 6 - One-on-one 

(1 Question)

  • Q1. What is your salaery exceptions

Interview Preparation Tips

Topics to prepare for Medical college Medical Coder interview:
  • Analysis
Interview preparation tips for other job seekers - i have interested in working for ur satisfication

Medical Coder Interview Questions asked at other Companies

Q1. Any one respiratory disease name and which drugs is used
View answer (28)

Medical college interview questions for popular designations

 Nursing Staff

 (1)

 Physiotherapist

 (1)

 Mbbs Doctor

 (1)

 Medical Coder

 (1)

Interview questions from similar companies

I applied via Approached by company and was interviewed before Jan 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Your future goals and ambitions,
  • Q2. Five year goals, Strengths, weakness, why apollo,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be versed with the Resume forwarded, dont bluff as HR is not a fool. Be well dressed
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before 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 - HR 

(2 Questions)

  • Q1. Salary expectation Question related job location
  • Q2. Your expectations for salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and know the job you done...they want to know how suitable you are for this job

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(5 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was a technical Interview round with questions on C#, .NET and DBMS.

  • Q1. What is the difference between the Ref and Out keywords in C#?
  • Ans. 

    Ref is used for passing arguments by reference, Out is used for returning multiple values.

    • Ref keyword is used for passing arguments by reference, allowing the method to modify the original value.

    • Out keyword is used for returning multiple values from a method, as it does not require the variable to be initialized before being passed.

  • Answered by AI
  • Q2. What is the difference between ViewData, ViewBag, and TempData in C#?
  • Ans. 

    ViewData, ViewBag, and TempData are ways to pass data between controllers and views in ASP.NET MVC.

    • ViewData is a dictionary object used to pass data from controller to view. It requires typecasting.

    • ViewBag is a dynamic property used to pass data from controller to view. No typecasting is required.

    • TempData is a dictionary object used to pass data from one controller to another or from one action to another.

  • Answered by AI
  • Q3. What is the difference between managed and unmanaged code in C#?
  • Ans. 

    Managed code is executed by the CLR with memory management, while unmanaged code is executed directly by the operating system without memory management.

    • Managed code is executed by the Common Language Runtime (CLR) in .NET framework.

    • Unmanaged code is executed directly by the operating system without CLR.

    • Managed code provides automatic memory management through garbage collection.

    • Unmanaged code requires manual memory man...

  • Answered by AI
  • Q4. What are the different types of triggers in SQL Server?
  • Ans. 

    Triggers in SQL Server are special types of stored procedures that are automatically executed when certain events occur in a database.

    • Types of triggers include DML triggers (for INSERT, UPDATE, DELETE operations), DDL triggers (for CREATE, ALTER, DROP operations), and Logon triggers.

    • Triggers can be set to fire before or after the triggering event.

    • Examples of triggers include auditing changes to a table using an INSERT ...

  • Answered by AI
  • Q5. What are generic and non-generic collections in C#?
  • Ans. 

    Generic collections in C# allow for type-safe collections, while non-generic collections do not enforce type safety.

    • Generic collections use type parameters to specify the type of elements they can contain, ensuring type safety.

    • Non-generic collections do not specify the type of elements they can contain, leading to potential runtime errors if incorrect types are used.

    • Example of generic collection: List<string> nam...

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a typical managerial round.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAUnitedHealth Group interview preparation:Topics to prepare for the interview - C#, .NET, DBMS, Data Structures, Algorithms, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction and most of the questions based on u r technical skills.java based questions and sql queries,DBMS questions related mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont hesitate to sayu r answer whether it is right or wrong.

I applied via Referral and was interviewed in Jan 2018. There were 4 interview rounds.

Interview Preparation Tips

General Tips: I went through two phases of interview, first was HR round which lasted for 10 minutes. After this a technical interview was taken. Interviewer asked me about MS Excel and told me to wait for the result.
But after 2 hours it turns out that i was free for the day and the result will be conveyed to me via call.
Skills: Excel Skills, Communication
Duration: <1 week

Interview Preparation Tips

Round: Test
Experience: Written test consisting of aptitude problems and algorithms lasting an hour. The test included 40 marks of aptitude problems and 3 questions on algorithms
Tips: Importance is given to test and programming languages.Not much stress is given on the courses but analytical abilities are testedSolve puzzles and algorithm type questionsKnowledge about probability is very helpful
Duration: 60 minutes

Round: Interview
Experience: Interviewers look how fast you can pick up stuffInterview questions for the technical round were based upon BTP and programming languages.

Round: Interview
Experience: HR round is not intensive and had general HR questions.

College Name: IIT Madras

Medical college Interview FAQs

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

Some of the top questions asked at the Medical college interview -

  1. Do medicines are approximately supplied? I told not completely but I will manag...read more
  2. Can u treat gout.? Offcourse I m treating it too...have a ...read more
  3. How to decrease DM & HTN Increasing republ...read more

Tell us how to improve this page.

Medical college Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 353 Interviews
Max Healthcare Interview Questions
4.1
 • 141 Interviews
Fortis Healthcare Interview Questions
4.0
 • 132 Interviews
Dr Lal PathLabs Interview Questions
4.2
 • 125 Interviews
UnitedHealth Interview Questions
4.0
 • 82 Interviews
View all

Medical college Reviews and Ratings

based on 59 reviews

4.1/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.3

Salary

3.5

Job security

3.4

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 59 Reviews and Ratings
Assistant Professor
87 salaries
unlock blur

₹8.2 L/yr - ₹24.1 L/yr

Doctor
24 salaries
unlock blur

₹11.1 L/yr - ₹27.3 L/yr

Senior Resident Doctor
20 salaries
unlock blur

₹7.9 L/yr - ₹32.5 L/yr

Senior Resident
18 salaries
unlock blur

₹7.6 L/yr - ₹13 L/yr

Professor
15 salaries
unlock blur

₹15 L/yr - ₹48 L/yr

Explore more salaries
Compare Medical college with

Apollo Hospitals

4.1
Compare

GeBBS Healthcare Solutions

3.7
Compare

UnitedHealth

4.0
Compare

Max Healthcare

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