Upload Button Icon Add office photos

Filter interviews by

Madras Medical Mission Xray and CT Technician Interview Questions, Process, and Tips

Updated 30 Jul 2022

Madras Medical Mission Xray and CT Technician Interview Experiences

1 interview found

I appeared for an interview in Jun 2022.

Round 1 - Technical 

(2 Questions)

  • Q1. Factors affecting xray production?
  • Ans. 

    Factors influencing xray quantity includes: peak voltage (KVP) beam quantity is approximately promotional to the square of the tube propotional. 

  • Answered Anonymously
  • Q2. Xray technical factors?
Round 2 - Position 

(2 Questions)

  • Q1. How many skeleton systems
  • Q2. Types of sinus and names?
  • Ans. Four types of sinus Frontal sinus. Maxillary sinus. Ethmoid sinus. Sphenoid sinus.
  • Answered Anonymously
Round 3 - One-on-one 

(2 Questions)

  • Q1. Who discovered X rays?
  • Q2. CT planes of the body
  • Ans. Coronal plane, sagittal plane, axial plane.
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Madras Medical Mission Xray and CT Technician interview:
  • Xray, CT
Interview preparation tips for other job seekers - Keep developing your skills and keep Up the work. Ful Contrastation in your work so all the best, Thank you

Interview questions from similar companies

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Denials and about the calling methods and analysing them.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with your process and be confident in answering them.

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts JVM questions String programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on java,selenium they look for jebhave and leanft

I applied via LinkedIn and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, JS and angular fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on fundamentals first

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is 6 sigma
  • Ans. 

    6 Sigma is a data-driven methodology for improving business processes and reducing defects.

    • It aims to achieve a level of quality where the probability of a defect is 3.4 parts per million or less.

    • It involves five phases: Define, Measure, Analyze, Improve, and Control (DMAIC).

    • It is widely used in industries such as manufacturing, healthcare, and finance.

    • It emphasizes on statistical analysis and measurement to identify a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was great to interview and I had taken up the opportunity and even though everyone is great. I learned a lot from that interview.

I applied via Other and was interviewed before Oct 2017. There were 2 interview rounds.

Interview Preparation Tips

Round: Resume Shortlist
Experience: Internal vacancy

General Tips: It was a technical and test in writing then after shortlisting interview with HR and Department head for personal and general topics and knowledge of the company if any and to test stress level
Then Medical test
Posting in the respective plant where vacancy was there as allotted by the departmental head
Skills: Language, Communication, Presentation Skills
Duration: 1-4 weeks
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is the use of button when link can submit the form?
  • Ans. 

    Buttons are used for actions within the form, while links are used for navigation.

    • Buttons can trigger JavaScript functions or perform form validation before submission

    • Buttons can have different styles and behaviors compared to links

    • Buttons are more accessible for users with disabilities

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you optimize a SQL procedure with 5000 lines in code?
  • Ans. 

    Optimize a SQL procedure with 5000 lines of code by identifying bottlenecks and implementing performance improvements.

    • Identify and analyze the most time-consuming parts of the procedure

    • Optimize queries by adding appropriate indexes, rewriting queries, or using query hints

    • Break down the procedure into smaller, more manageable parts

    • Use temporary tables or table variables to reduce the amount of data processed at once

    • Cons...

  • Answered by AI
  • Q2. Keep SQL procedures short, use multiple small procedure with specific functionality being used, avoid use of temp tables and Joins, use select statements wisely. do not use sub queries, do not use dynamic ...
  • Ans. 

    To optimize SQL procedures, keep them short, use small procedures with specific functionality, avoid temp tables and joins, use select statements wisely, avoid subqueries and dynamic SQL.

    • Break down complex procedures into smaller ones with specific functionality

    • Avoid using temporary tables and joins whenever possible

    • Use select statements wisely to retrieve only the necessary data

    • Avoid subqueries and find alternative ap...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - don't wear casual clothes in the interview. I was wearing photo-chromatic glasses which turned dark in sunlight, interviewer had objection to that as well. One girl/newly married lady wearing saree for interview was asked personal questions on the interview day, which I felt was unnecessary. She and I both got selected eventually but the interview process was horrible.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. AWS Cloud and Python Coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for technical round.
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell us in brief about yourself
Round 2 - HR 

(1 Question)

  • Q1. Tell us something about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine and honest for all answers
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - 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 2 - Technical 

(6 Questions)

  • Q1. React hooks, Explain using code
  • Ans. 

    React hooks are functions that let you use state and other React features without writing a class.

    • Hooks are functions that let you use state and other React features in functional components

    • useState() is a hook that allows you to add state to functional components

    • useEffect() is a hook that allows you to perform side effects in functional components

    • useContext() is a hook that allows you to use the context API in functio

  • Answered by AI
  • Q2. Factory Patterns?
  • Q3. Liskov Substitution Principle
  • Ans. 

    Liskov Substitution Principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.

    • Subtypes must be substitutable for their base types.

    • Derived classes must be able to replace their base classes without affecting the program's behavior.

    • Violating this principle can lead to unexpected behavior and errors in the code.

    • Example: If a program expec...

  • Answered by AI
  • Q4. Oops Concept and give examples
  • Ans. 

    Oops concept is a programming paradigm that focuses on objects and classes.

    • Oops stands for Object-Oriented Programming

    • Key concepts include inheritance, encapsulation, polymorphism, and abstraction

    • Examples: Class Car with properties like make, model, and methods like start(), stop()

    • Example: Inheritance - Class SUV extends Car and adds property numSeats

  • Answered by AI
  • Q5. JQuery - Ajax mechanisms
  • Q6. Docker and Kubernetes - Azure concepts

Skills evaluated in this interview

Madras Medical Mission Interview FAQs

How many rounds are there in Madras Medical Mission Xray and CT Technician interview?
Madras Medical Mission interview process usually has 3 rounds. The most common rounds in the Madras Medical Mission interview process are Technical and One-on-one Round.
What are the top questions asked in Madras Medical Mission Xray and CT Technician interview?

Some of the top questions asked at the Madras Medical Mission Xray and CT Technician interview -

  1. Factors affecting xray producti...read more
  2. How many skeleton syst...read more
  3. Who discovered X ra...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Paras Hospital Interview Questions
4.4
 • 82 Interviews
Pacific BPO Interview Questions
3.5
 • 80 Interviews
GE Healthcare Interview Questions
4.0
 • 74 Interviews
Advantmed Interview Questions
3.6
 • 51 Interviews
Redcliffe Labs Interview Questions
4.0
 • 50 Interviews
Nephroplus Interview Questions
3.9
 • 35 Interviews
View all

Madras Medical Mission Xray and CT Technician Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Staff Nurse
56 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Cardiac Technologist
15 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Physician Assistant
14 salaries
unlock blur

₹2.2 L/yr - ₹6.8 L/yr

Lab Technician
8 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Senior Staff Nurse
7 salaries
unlock blur

₹2.8 L/yr - ₹4 L/yr

Explore more salaries
Compare Madras Medical Mission with

Paras Hospital

4.4
Compare

Johnson & Johnson

4.0
Compare

Pacific BPO

3.5
Compare

Metropolis Healthcare

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