Upload Button Icon Add office photos

Filter interviews by

Al-Zahra Hospital Interview Questions, Process, and Tips

Updated 6 Apr 2024

Top Al-Zahra Hospital Interview Questions and Answers

Al-Zahra Hospital Interview Experiences

Popular Designations

2 interviews found

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

I applied via Company Website and was interviewed in Nov 2023. 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 - Assignment 

The assignment is pathology

Round 3 - Laboratory 

(6 Questions)

  • Q1. What is pathology
  • Q2. What is laboratory
  • Ans. 

    A laboratory is a controlled environment where scientific experiments, research, and analysis are conducted.

    • Laboratories are equipped with specialized equipment and instruments for conducting experiments and measurements.

    • They are used in various fields such as chemistry, biology, physics, and medicine.

    • Laboratories follow strict protocols and safety measures to ensure accurate results and prevent accidents.

    • Scientists, r...

  • Answered by AI
  • Q3. Where are you come from
  • Q4. What is anatomy
  • Q5. What is physiology
  • Q6. What is computer science
  • Ans. 

    Computer science is the study of computers and computational systems, including their design, development, and application.

    • Computer science involves the study of algorithms, data structures, and programming languages.

    • It encompasses various subfields such as artificial intelligence, computer graphics, and software engineering.

    • Computer scientists develop new technologies, solve complex problems, and improve efficiency in...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am lab technician in Pakistan 2.5 year experience in private hospital and 6.0month experience in Govt saidu teaching hospital

Lab Technician Interview Questions asked at other Companies

Q1. Order of draw Cbc parameters and normal range
View answer (42)

Pharmacist Interview Questions & Answers

user image Anonymous

posted on 6 Apr 2024

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

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All about pharmacy process

Pharmacist Interview Questions asked at other Companies

Q1. 1. in which temperature we can store insulin inj sol 2.what are the parts of prescription. 3. how many types of inventry 4. what is LASA, FIFO examples of LASA. 5. which drugs are come under schedule x 6. What is GRN and why it is important... read more
View answer (20)

Interview questions from similar companies

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

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
Round 3 - Technical 

(1 Question)

  • Q1. About process and total experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be attentive. Always provide answer to the point. Explain your full experience in good and accurate manner. You need to provide full and constrictive information about your process/operation knowledge

Interview Questionnaire 

1 Question

  • Q1. A-Z in MySQL, programming languages(only concepts)

I applied via Company Website and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Typing test speed of 30 words per minute and HR interview round interview
  • Q2. HR interview self introduction and reasons for gap in employment
  • Q3. HR round interview final

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Clam and confident and be honest with your answers and introduce yourself in interview and education and family background

Interview Questionnaire 

1 Question

  • Q1. Basic java , selenium ,APi

I applied via Company Website and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python data structures
  • Q2. MongoDB database algorithms
  • Ans. 

    MongoDB database algorithms are used for efficient data storage, retrieval, and processing.

    • MongoDB uses various algorithms for indexing, sharding, and aggregation.

    • Indexing algorithms include B-tree, hash, and text search indexes.

    • Sharding algorithms include range-based, hash-based, and zone-based sharding.

    • Aggregation algorithms include map-reduce and aggregation pipeline.

    • MongoDB also uses algorithms for query optimizati

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your basics

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quants reasoning and English grammar

Round 2 - One-on-one 

(1 Question)

  • Q1. First they asked me about myself. Then the asked few questions from area of interest. Asked for desired salary and location..

Interview Preparation Tips

Topics to prepare for Wipro Analyst interview:
  • Topics you mentioned in your cv
Interview preparation tips for other job seekers - Be confident cool and calm.you will crack it

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. General introduction and very few terms related to JD.
  • Q2. Shift flexibility, work from office required, check the communication in English (mainly)
Round 2 - Aptitude Test 

Strong reasoning, good maths, excellent English

Round 3 - One-on-one 

(3 Questions)

  • Q1. About previous organisation experience, behaviour with last managers,
  • Q2. Ask you future goals and how will you achieve them in Wipro as there are very less promotion
  • Q3. Where do you see yourself in 5 years and what are your priorities once join to achieve your 5 year goal.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in all the round, you might say something wrong but if that is not technical, just speak what you have

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. What technologies you are familiar with?
  • Ans. 

    I am familiar with a wide range of technologies used in software development.

    • Java

    • Python

    • C++

    • JavaScript

    • HTML/CSS

    • SQL

    • Git

    • Linux

    • RESTful APIs

    • Agile methodologies

  • Answered by AI
  • Q2. What are the OOPs concept in Java?
  • Ans. 

    OOPs concepts in Java include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and providing a simplified interfa

  • Answered by AI
  • Q3. What are the ways to achieve abstraction?
  • Ans. 

    Abstraction can be achieved through interfaces, abstract classes, and encapsulation.

    • Using interfaces to define a set of methods that a class must implement

    • Using abstract classes to provide a base implementation that can be extended by subclasses

    • Encapsulating implementation details to hide complexity and provide a simpler interface

    • Using design patterns such as Factory and Strategy to abstract away implementation details

  • Answered by AI
  • Q4. Difference between class and Interface object and fucntion instance and all the differences?
  • Ans. 

    Class is a blueprint for creating objects while interface defines a contract for implementing classes.

    • Class is a template for creating objects with properties and methods.

    • Interface is a contract that defines a set of methods and properties that a class must implement.

    • Object is an instance of a class that has its own set of properties and methods.

    • Function instance is a reference to a function that can be called with arg...

  • Answered by AI
  • Q5. Some graph question and some more questions from data structure like about linkedlist queue.
  • Q6. Inheritance
  • Q7. Scope of access modifiers
  • Ans. 

    Access modifiers control the visibility and accessibility of class members.

    • Access modifiers include public, private, protected, and internal.

    • Public members can be accessed from anywhere.

    • Private members can only be accessed within the same class.

    • Protected members can be accessed within the same class and its subclasses.

    • Internal members can be accessed within the same assembly.

    • Access modifiers help enforce encapsulation ...

  • Answered by AI
  • Q8. Some tree questions
  • Q9. Some graph question
  • Q10. What do you know about cloud
  • Ans. 

    Cloud refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • Cloud services can be categorized into three main types: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).

    • Cloud providers include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

    • ...

  • Answered by AI
  • Q11. Some basic question like which things come in Iaas
  • Q12. What are the ways to achieve some task on aws
  • Ans. 

    There are multiple ways to achieve tasks on AWS depending on the specific task.

    • Using AWS Management Console

    • Using AWS CLI

    • Using AWS SDKs

    • Using AWS CloudFormation

    • Using AWS Elastic Beanstalk

    • Using AWS Lambda

    • Using AWS Step Functions

    • Using AWS Batch

  • Answered by AI
  • Q13. About ec2 and many more

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest about what you know and how much you know tell them very clearly you do not know much about this do not try to make stories they know more than you

Skills evaluated in this interview

Al-Zahra Hospital Interview FAQs

How many rounds are there in Al-Zahra Hospital interview?
Al-Zahra Hospital interview process usually has 2 rounds. The most common rounds in the Al-Zahra Hospital interview process are Resume Shortlist, Assignment and Technical.
What are the top questions asked in Al-Zahra Hospital interview?

Some of the top questions asked at the Al-Zahra Hospital interview -

  1. What is computer scie...read more
  2. What is laborat...read more
  3. What is pathol...read more

Tell us how to improve this page.

Al-Zahra Hospital Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.7k Interviews
IQVIA Interview Questions
3.9
 • 472 Interviews
Aurobindo Pharma Interview Questions
4.0
 • 244 Interviews
Hetero Interview Questions
3.9
 • 232 Interviews
Abbott Interview Questions
4.1
 • 150 Interviews
Max Healthcare Interview Questions
4.0
 • 144 Interviews
View all

Al-Zahra Hospital Reviews and Ratings

based on 16 reviews

3.1/5

Rating in categories

3.9

Skill development

3.3

Work-life balance

3.1

Salary

3.8

Job security

3.6

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 16 Reviews and Ratings
Compare Al-Zahra Hospital with

Wipro

3.7
Compare

Hindustan Unilever

4.2
Compare

Sun Pharmaceutical Industries

4.0
Compare

Aurobindo Pharma

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