Upload Button Icon Add office photos

Filter interviews by

Aarthi Scans and Labs CT and MRI Technologist Interview Questions and Answers

Updated 13 Nov 2023

Aarthi Scans and Labs CT and MRI Technologist Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Case Study 

*Are you perform Mri,CT,x-ray procedures
*What kind of procedure you can do.

Round 3 - Technical 

(1 Question)

  • Q1. *Basic MRI,CT, x-ray physics *Question about angiogram and contrast studys
Round 4 - HR 

(1 Question)

  • Q1. *Basic salary *Rules and regulations What our needs for company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and gain knowledge

Interview questions from similar companies

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 Recruitment Consultant and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All basic details regarding, your self,family background,carier background and basic knowledge of diagnostic industry

Interview Preparation Tips

Interview preparation tips for other job seekers - With my opinion, don't try to work in thyrocare.thyrocare is like a pressure coocker. And nobody will help you to resolve your issues

I applied via Approached by Company and was interviewed before Nov 2021. There were 4 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 - Coding Test 

Basic problem solving easy to medium level

Round 3 - One-on-one 

(1 Question)

  • Q1. Coding questions based on loops, arrays
Round 4 - One-on-one 

(1 Question)

  • Q1. Coding a sorting algorithm
  • Ans. 

    Sorting algorithm arranges elements in a specific order.

    • Choose an appropriate sorting algorithm based on the data size and type.

    • Common sorting algorithms include bubble sort, insertion sort, merge sort, quicksort, and selection sort.

    • Implement the chosen algorithm in the programming language of choice.

    • Test the algorithm with various input sizes and types to ensure correctness and efficiency.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with what is in resume, decent problem solving skills + some basic design patterns will help you clear the interview

Skills evaluated in this interview

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

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

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

Interview Questionnaire 

4 Questions

  • Q1. Will you be able to commute on a daily basis
  • Ans. 

    Yes, I am able to commute on a daily basis.

    • I have reliable transportation to commute daily

    • I live within a reasonable distance from the office

    • I am willing to adjust my schedule if needed

  • Answered by AI
  • Q2. MS Excel
  • Q3. Pie Charts
  • Q4. Formulas used in excel
  • Ans. 

    Formulas used in Excel

    • Excel has a wide range of formulas for various calculations

    • Common formulas include SUM, AVERAGE, MAX, MIN, COUNT

    • Formulas can be used for mathematical operations, logical functions, text manipulation, etc.

    • Examples: =SUM(A1:A10), =IF(B1>10, "Yes", "No"), =CONCATENATE(A1, " ", B1)

  • Answered by AI

Interview Preparation Tips

General Tips: I was asked to wait for sometime for my interview to start.
The HR interview round was held in 5 minutes but it took them 20 minutes to prepare for the technical round.
After that i was asked to wait, but after waiting for 1 and a half hours it turns out that I was free for the day and the result will be given to me the next day.

Skills: Excel Skills, Communication
Duration: <1 week

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Subject wise questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR negotiations are to be done with a confidence.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Sorting, Arrays, String. Easy to medium level questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. OOPs concepts, OS, DB questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and study your resume very well
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

Aarthi Scans and Labs Interview FAQs

How many rounds are there in Aarthi Scans and Labs CT and MRI Technologist interview?
Aarthi Scans and Labs interview process usually has 4 rounds. The most common rounds in the Aarthi Scans and Labs interview process are Resume Shortlist, Case Study and Technical.

Tell us how to improve this page.

Aarthi Scans and Labs CT and MRI Technologist Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Max Healthcare Interview Questions
4.1
 • 140 Interviews
Dr Lal PathLabs Interview Questions
4.2
 • 124 Interviews
Paras Hospital Interview Questions
4.4
 • 81 Interviews
Pacific BPO Interview Questions
3.5
 • 79 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
Advantmed Interview Questions
3.6
 • 50 Interviews
View all
Aarthi Scans and Labs CT and MRI Technologist Salary
based on 4 salaries
₹2 L/yr - ₹2.4 L/yr
41% less than the average CT and MRI Technologist Salary in India
View more details
Lab Technician
32 salaries
unlock blur

₹1.2 L/yr - ₹3.5 L/yr

Radiographer
20 salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Receptionist
14 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Telecaller
12 salaries
unlock blur

₹1.1 L/yr - ₹3.2 L/yr

MRI Technician
10 salaries
unlock blur

₹1.1 L/yr - ₹3.4 L/yr

Explore more salaries
Compare Aarthi Scans and Labs with

Max Healthcare

4.1
Compare

Paras Hospital

4.4
Compare

Dr Lal PathLabs

4.2
Compare

Johnson & Johnson

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