Upload Button Icon Add office photos

Filter interviews by

Sapthagiri Institute of Medical Sciences & Research Centre Interview Questions, Process, and Tips

Updated 13 Jul 2024

Top Sapthagiri Institute of Medical Sciences & Research Centre Interview Questions and Answers

Sapthagiri Institute of Medical Sciences & Research Centre Interview Experiences

Popular Designations

4 interviews found

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

I applied via Newspaper Ad and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Heart attack or cardiac arrest are same????
  • Q2. What is depth of CPR ?? How to give CPR??

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very helpful

GNM Staff Nurse Interview Questions asked at other Companies

Q1. Major stroke patient what given medition
View answer (8)

Staff Nurse Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Prenatal care how will you assess???
  • Q2. Name of some fetal position?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Staff Nurse Interview Questions asked at other Companies

Q1. What are the pre operative care Before dowing any procedure what ever care we will given that is pre operative care
View answer (34)

I applied via Walk-in and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

Its good

Round 2 - HR 

(1 Question)

  • Q1. What course did you completed

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no sufficient stuff in the ward so its very defficult to handle the ward with 20 to 30 patient. And salary system also not good.

Female Staff Nurse Interview Questions asked at other Companies

Q1. The details about modern nursing techniques.. example : Different equipments used in hospital for the patient care.
Add answer

Manager Interview Questions & Answers

user image Anonymous

posted on 14 Nov 2021

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Man power management, inventory control management, rol
  • Q2. Purchase details
  • Q3. Pharmacy management

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall so good, to hospital management

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)

Sapthagiri Institute of Medical Sciences & Research Centre interview questions for popular designations

 Female Staff Nurse

 (1)

 GNM Staff Nurse

 (1)

 Manager

 (1)

 Staff Nurse

 (1)

Interview questions from similar companies

BDA Interview Questions & Answers

NxtWave user image Anonymous

posted on 27 May 2022

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 

How to exptain to an employees

Round 3 - One-on-one 

(2 Questions)

  • Q1. Why applied for this job
  • Ans. I think i can do well
  • Answered Anonymously
  • Q2. What are you ready for this work
  • Ans. Yes I can do this very well
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested in doing this I like doing so I want to do this

I applied via Campus Placement

Interview Questionnaire 

16 Questions

  • Q1. Introduce yourself
  • Ans. 

    I am a recent IT graduate with a passion for coding and problem-solving.

    • Graduated with a degree in IT

    • Proficient in programming languages such as Java and Python

    • Experience in developing web applications using HTML, CSS, and JavaScript

    • Strong analytical and problem-solving skills

    • Ability to work well in a team and communicate effectively

  • Answered by AI
  • Q2. Being a mathematical graduate how can you cope up in IT
  • Ans. 

    Mathematics provides a strong foundation for problem-solving and analytical skills, which are essential in IT.

    • Mathematics involves logical thinking and problem-solving, which are crucial skills in IT.

    • Mathematical concepts such as algorithms, statistics, and calculus are widely used in IT.

    • Mathematics also helps in developing a strong analytical mindset, which is essential in data analysis and software development.

    • Mathem...

  • Answered by AI
  • Q3. What are steps taken to join IT
  • Ans. 

    Steps to join IT include obtaining relevant education, gaining experience through internships or entry-level positions, and networking.

    • Obtain relevant education such as a degree in computer science or IT

    • Gain experience through internships or entry-level positions

    • Develop technical skills through online courses or certifications

    • Build a professional network through attending industry events or joining professional organiz...

  • Answered by AI
  • Q4. What are the technologies you know
  • Ans. 

    I have knowledge of programming languages such as Java, Python, and C++. I am also familiar with web development technologies like HTML, CSS, and JavaScript.

    • Proficient in Java, Python, and C++ programming languages

    • Familiar with web development technologies like HTML, CSS, and JavaScript

    • Knowledge of database management systems like MySQL and Oracle

    • Experience with version control systems like Git

    • Understanding of software...

  • Answered by AI
  • Q5. Okay tell me about that
  • Q6. What programming language you know
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Java - used for building enterprise-level applications

    • Python - known for its simplicity and versatility

    • C++ - used for system programming and game development

  • Answered by AI
  • Q7. What is a pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers allow direct manipulation of memory.

    • They are used to access and modify data indirectly.

    • Pointers are commonly used in dynamic memory allocation.

    • Example: int* ptr; // declares a pointer to an integer variable.

  • Answered by AI
  • Q8. What is a null pointer
  • Ans. 

    A null pointer is a pointer that does not point to any memory location.

    • A null pointer is represented by the value 0 or NULL.

    • Dereferencing a null pointer results in a segmentation fault.

    • Null pointers are commonly used to indicate the end of a linked list or array.

    • Null pointers can be assigned to any pointer type.

  • Answered by AI
  • Q9. What are structures
  • Ans. 

    Structures are user-defined data types that allow storing multiple data types under a single name.

    • Structures are used to group related data together.

    • They can contain variables of different data types.

    • Structures can also contain functions.

    • Structures are defined using the 'struct' keyword.

    • Example: struct student { char name[20]; int age; float marks; };

    • Structures can be passed as arguments to functions.

    • They can also be u...

  • Answered by AI
  • Q10. What is nested structure
  • Ans. 

    A nested structure is a structure within another structure in programming.

    • It allows for more complex data structures to be created

    • It can be used in various programming languages such as C++, Java, and Python

    • An example of a nested structure is a struct within a struct in C++

  • Answered by AI
  • Q11. What are classes
  • Ans. 

    Classes are templates for creating objects that have similar properties and methods.

    • Classes are used in object-oriented programming.

    • They define the properties and methods that objects of that class will have.

    • Objects are instances of a class.

    • Classes can inherit properties and methods from other classes.

    • Examples of classes include 'Person', 'Car', and 'Animal'.

  • Answered by AI
  • Q12. What are classes in C++
  • Ans. 

    Classes in C++ are user-defined data types that encapsulate data and functions.

    • Classes are used for object-oriented programming.

    • They allow for data abstraction and encapsulation.

    • Classes can have member variables and member functions.

    • Objects are instances of classes.

    • Inheritance and polymorphism are key features of classes.

  • Answered by AI
  • Q13. I said no idea
  • Q14. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior IT professional, leading a team and contributing to the growth and success of the organization.

    • Leading a team of IT professionals

    • Contributing to the growth and success of the organization

    • Continuously learning and staying updated with the latest technologies

    • Taking up challenging projects and delivering successful solutions

    • Building strong professional relationships and networking with

  • Answered by AI
  • Q15. According to you what do you need ...technical skills or team collabration
  • Q16. Can you work in night shift and can you relocate
  • Ans. 

    Yes, I am willing to work in night shifts and relocate if required.

    • I am flexible and adaptable to different work schedules, including night shifts.

    • I understand the importance of providing 24/7 support in the IT industry.

    • I am open to relocating for better career opportunities and growth.

    • I have a strong commitment to my work and can adjust to new environments.

    • I am willing to make necessary arrangements to ensure smooth t

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good...You shouldnt be tensed...you can talk whatever you know...be confident always

Skills evaluated in this interview

I applied via Referral

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself and why you want to leave your current company?
  • Q2. How will you manage your MBA classes and office time? Tell me the Sales Pitch.
  • Q3. Why do you think you can crack the deal with customers?
  • Ans. 

    I have excellent communication skills, a strong understanding of customer needs, and a proven track record of successful deal closures.

    • Strong communication skills: I am able to effectively communicate with customers, understand their needs, and provide them with the necessary information and guidance.

    • Understanding customer needs: I have a deep understanding of the admission process and the concerns and requirements of ...

  • Answered by AI
  • Q4. How would you rate your sales pitch on the rate of 1-10?
  • Ans. 

    I would rate my sales pitch as an 8 out of 10.

    • I have received positive feedback from clients and colleagues.

    • I am constantly working on improving my pitch through training and practice.

    • I am able to adapt my pitch to different audiences and situations.

    • I have successfully closed many deals through my sales pitch.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was inspired by sales as it was for the sales domain. It lasted for 32 minutes. The interviewer wanted to test both my knowledge and consistency with my answers. He was very much into my MBA timings as to how I will manage my class and office timings. I think I did pretty well and gave justified answers. I would suggest staying calm and should apply the presence of the sales mind. Please go through the job description thoroughly.

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Tell me about your self?
  • Q2. What do you know about Unacademy?
  • Q3. How to sell Unacademy app?
  • Ans. 

    Unacademy app is a comprehensive online learning platform that offers a wide range of courses taught by top educators.

    • Highlight the benefits of using Unacademy, such as access to quality education anytime, anywhere

    • Emphasize the expertise of the educators and their ability to provide personalized guidance

    • Mention the affordability of the courses compared to traditional offline coaching

    • Discuss the interactive features of ...

  • Answered by AI
  • Q4. What is your goal after 5 year?
  • Q5. Tell about your previous company work?

Interview Preparation Tips

Interview preparation tips for other job seekers - My main advice to everyone if you are giving wrong answer that time also be confident don't show to interviewer you are wrong because somehow they also don't know about your previous company, about your self or any thing else so be confident whatever your answer they are just checking your communication skill so the most important thing you should have to improve your proper communication.

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

Interview Questionnaire 

4 Questions

  • Q1. Basic questions if i am currently working.
  • Q2. Can you give 30 hrs per week for teaching codes?
  • Q3. What is your qualification?
  • Q4. Internet speed upto 25 mb is required and you should have a pc or laptop to work on

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is a 3 step process. You will be provided all resources and asked to prepare a trial demo and present it in round 1. Round 2 is the code test . You can select the programming language you are comfortable with and programs are given you have to write solution for given problems within given time period. Round 3 again a demo with all the key skills important for conducting a trail lecture live. The recruitment staff is very supportive and guides you throughout the process. Good communication skills and basics in programming will help you clear the process.

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is the your typing speed.
  • Ans. 

    My typing speed is 80 words per minute.

    • My typing speed is 80 words per minute.

    • I have been practicing touch typing for several years.

    • I am comfortable typing on both a standard keyboard and a laptop keyboard.

    • I have experience typing various types of documents, including reports, emails, and presentations.

  • Answered by AI
  • Q2. Do you know Corel, excel and chem draw
  • Ans. 

    Yes, I am familiar with Corel, Excel, and ChemDraw.

    • I have experience using Corel for graphic design and editing.

    • I am proficient in using Excel for data analysis and creating spreadsheets.

    • I have used ChemDraw for drawing chemical structures and reactions.

    • I am comfortable working with these software tools and can effectively utilize them in my work.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No worry, if your typing speed is more than 50 and you know corel.you will get the job. Only ask interviewer two things.

Skills evaluated in this interview

Sapthagiri Institute of Medical Sciences & Research Centre Interview FAQs

How many rounds are there in Sapthagiri Institute of Medical Sciences & Research Centre interview?
Sapthagiri Institute of Medical Sciences & Research Centre interview process usually has 1-2 rounds. The most common rounds in the Sapthagiri Institute of Medical Sciences & Research Centre interview process are One-on-one Round, Group Discussion and HR.
What are the top questions asked in Sapthagiri Institute of Medical Sciences & Research Centre interview?

Some of the top questions asked at the Sapthagiri Institute of Medical Sciences & Research Centre interview -

  1. What is depth of CPR ?? How to give CP...read more
  2. Prenatal care how will you assess...read more
  3. Heart attack or cardiac arrest are same?...read more

Tell us how to improve this page.

Sapthagiri Institute of Medical Sciences & Research Centre Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Apollo Hospitals Interview Questions
4.1
 • 341 Interviews
Max Healthcare Interview Questions
4.1
 • 135 Interviews
Fortis Healthcare Interview Questions
4.0
 • 125 Interviews
Narayana Health Interview Questions
4.1
 • 61 Interviews
AIIMS Interview Questions
4.2
 • 53 Interviews
View all

Sapthagiri Institute of Medical Sciences & Research Centre Reviews and Ratings

based on 49 reviews

3.6/5

Rating in categories

3.8

Skill development

3.5

Work-life balance

2.7

Salary

3.4

Job security

3.2

Company culture

2.7

Promotions

3.5

Work satisfaction

Explore 49 Reviews and Ratings
Assistant Professor
17 salaries
unlock blur

₹4.3 L/yr - ₹12.1 L/yr

Staff Nurse
13 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Lab Technician
6 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Operations Manager
5 salaries
unlock blur

₹5.4 L/yr - ₹12 L/yr

Hospital Pharmacist
5 salaries
unlock blur

₹1.3 L/yr - ₹1.8 L/yr

Explore more salaries
Compare Sapthagiri Institute of Medical Sciences & Research Centre with

Christian Medical College

4.3
Compare

AIIMS

4.2
Compare

Post Graduate Institute of Medical Education and Research

4.4
Compare

Tata Memorial Hospital

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