Upload Button Icon Add office photos

Filter interviews by

Shaukat Khanum Memorial Cancer Hospital & Research Centre Interview Questions, Process, and Tips

Updated 10 Nov 2022

Shaukat Khanum Memorial Cancer Hospital & Research Centre Interview Experiences

1 interview found

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 

(4 Questions)

  • Q1. Teperature of laboratory
  • Ans. The temperature of laboratory is from 20 to 24
  • Answered Anonymously
  • Q2. When you enter into the laboratory which step is you taken first?
  • Q3. What is the humudity of the laboratory
  • Q4. What is biological hazards?
Round 3 - Group Discussion 

What is quality control when your control graph is not oky what can you do

Round 4 - Aptitude Test 

Today topic is on hazards
Biological hazard
Chemical hazards

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply online and try again and again on daily basis basis one inshallah you all we succeed in your life.

Medical Lab Technologist Interview Questions asked at other Companies

Q1. When you enter into the laboratory which step is you taken first?
Add answer

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Java jdbc oops hibernate
  • Q2. Javascript related questions
  • Q3. Spring springboot
  • Q4. Mysql database related

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops concept you should learn completely
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C,c++ questions and two coding questions. basic mcq

Round 2 - Technical 

(3 Questions)

  • Q1. Treeset, hashset difference
  • Ans. 

    TreeSet and HashSet are both implementations of the Set interface in Java, but they have some key differences.

    • TreeSet is a sorted set that maintains elements in ascending order, while HashSet does not guarantee any specific order.

    • TreeSet uses a Red-Black tree data structure for storage, which allows for efficient retrieval of elements in sorted order.

    • HashSet uses a hash table for storage, which provides constant-time p...

  • Answered by AI
  • Q2. Oops concept, dbms, programming questions
  • Q3. Set and treeset and hashset

Interview Preparation Tips

Topics to prepare for ResMed Software Developer interview:
  • DBMS
  • OOPS
Interview preparation tips for other job seekers - none

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Job Portal and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. The person asked me some past experience question. Apart from that he asked me two sql queries which is based on acse study I solved bothe the queries still he did not shortlisted me.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please just do not go for F2F interview because they are totally wasting other persons time
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql joins , rank
  • Q2. Statistics, excel
Round 2 - One-on-one 

(2 Questions)

  • Q1. Statistics, python
  • Q2. Previous company work role
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Experience and sales
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic apti question, more of english and maths questions, can be [passed easliy

Round 2 - Coding Test 

Data algorithm, cicd pipeline and multiple android ios application questions

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

  • Answered by AI
  • Q2. Salary negotiation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

String and arrays duplicate and sorting questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Project details
  • Q2. Project deployment
Round 3 - HR 

(2 Questions)

  • Q1. Previous company details
  • Q2. CTC discussion and company review
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in Dec 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 - Technical 

(6 Questions)

  • Q1. How do you find the code performance issue in the code deployed in production?
  • Ans. 

    To find code performance issues in production, use monitoring tools and profiling techniques.

    • Use monitoring tools like New Relic, AppDynamics, or Datadog to track performance metrics and identify bottlenecks.

    • Use profiling techniques like CPU profiling, memory profiling, and network profiling to pinpoint specific areas of the code that are causing performance issues.

    • Analyze logs and error messages to identify patterns a...

  • Answered by AI
  • Q2. What is asynchronous programming
  • Ans. 

    Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking each other.

    • Asynchronous programming is used to improve the performance of applications that require a lot of I/O operations.

    • It involves the use of callbacks, promises, and async/await keywords in JavaScript.

    • Asynchronous programming can be used in both front-end and back-end development.

    • Examples of asynchro...

  • Answered by AI
  • Q3. Write a program to change background after every 0.5 sec interval to orange,white,green on button click in Angular?
  • Ans. 

    Program to change background color on button click in Angular

    • Create a button in Angular template

    • Add click event listener to the button

    • Use setInterval() function to change background color after every 0.5 sec

    • Use ngStyle directive to change background color dynamically

  • Answered by AI
  • Q4. How to load a component only after 3 of my services are loaded?
  • Ans. 

    Use Angular's 'resolve' property to load component after services are loaded.

    • Create a resolver service that waits for all three services to complete before resolving.

    • Add the resolver service to the 'resolve' property of the component's route.

    • Access the resolved data in the component using the ActivatedRoute service.

    • Example: { path: 'my-component', component: MyComponent, resolve: { data: MyResolverService } }

  • Answered by AI
  • Q5. What is difference between iquerable and ienumrable
  • Ans. 

    IQueryable is for querying data from a source that implements IQueryable interface while IEnumerable is for iterating over a collection of data.

    • IQueryable is used for deferred execution while IEnumerable is used for immediate execution.

    • IQueryable is used for querying data from a remote data source while IEnumerable is used for querying data from an in-memory collection.

    • IQueryable is more efficient for large datasets as...

  • Answered by AI
  • Q6. When you go with entity framework and ado.net
  • Ans. 

    Entity Framework is an ORM while ADO.NET is a data access technology.

    • Entity Framework is easier to use and provides more abstraction than ADO.NET.

    • ADO.NET is faster and more flexible than Entity Framework.

    • Use Entity Framework for simple CRUD operations and ADO.NET for complex queries and performance-critical applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on skills from your resume. Prepare more on Angular,Design patterns. Should have knowledge on Azure.

Skills evaluated in this interview

Shaukat Khanum Memorial Cancer Hospital & Research Centre Interview FAQs

How many rounds are there in Shaukat Khanum Memorial Cancer Hospital & Research Centre interview?
Shaukat Khanum Memorial Cancer Hospital & Research Centre interview process usually has 4 rounds. The most common rounds in the Shaukat Khanum Memorial Cancer Hospital & Research Centre interview process are Resume Shortlist, One-on-one Round and Group Discussion.
What are the top questions asked in Shaukat Khanum Memorial Cancer Hospital & Research Centre interview?

Some of the top questions asked at the Shaukat Khanum Memorial Cancer Hospital & Research Centre interview -

  1. When you enter into the laboratory which step is you taken fir...read more
  2. what is the humudity of the laborat...read more
  3. What is biological hazar...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

ZoomRx Interview Questions
3.0
 • 33 Interviews
Air Liquide Interview Questions
3.7
 • 22 Interviews
ResMed Interview Questions
3.8
 • 16 Interviews
Qi Spine Clinic Interview Questions
3.3
 • 15 Interviews
BeatO Interview Questions
3.4
 • 14 Interviews
View all

Shaukat Khanum Memorial Cancer Hospital & Research Centre Reviews and Ratings

based on 12 reviews

5.0/5

Rating in categories

4.7

Skill development

4.3

Work-life balance

4.9

Salary

4.2

Job security

4.7

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 12 Reviews and Ratings
Compare Shaukat Khanum Memorial Cancer Hospital & Research Centre with

Becton Dickinson

4.0
Compare

Vidal Health Insurance

3.7
Compare

Vidal Health Tpa

3.6
Compare

Air Liquide

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