Upload Button Icon Add office photos

Filter interviews by

NMC Healthcare Legal Associate Interview Questions and Answers

Updated 4 May 2023

NMC Healthcare Legal Associate Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before May 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Where do you see yourself in 10 years
  • Q2. How do you deal with adversity?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relaxed

Interview questions from similar companies

I applied via Company Website and was interviewed in Aug 2022. 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 - Aptitude Test 

Series of question related to job role and responsibilities

Round 3 - HR 

(2 Questions)

  • Q1. Opinion about the comapany and its importance
  • Ans. 

    The company is a leading legal firm with a strong reputation and commitment to excellence.

    • The company has a proven track record of success in providing legal services to clients.

    • It has a team of highly skilled and experienced lawyers who are dedicated to delivering the best possible outcomes for clients.

    • The company places a strong emphasis on professionalism, integrity, and ethical conduct.

    • It is committed to staying up...

  • Answered by AI
  • Q2. Money and stipend related question

Interview Preparation Tips

Interview preparation tips for other job seekers - be yourself real and optimistic dont overuse your voabularly unless absolutely necessary
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Petty cash usage and purpose
  • Ans. 

    Petty cash is a small amount of cash kept on hand for minor expenses.

    • Petty cash is used for small, everyday expenses that are impractical to pay for with a check or credit card.

    • It is typically managed by a designated custodian who is responsible for tracking expenses and replenishing the fund.

    • Examples of petty cash expenses include office supplies, postage, and employee reimbursements.

    • Petty cash should be reconciled re...

  • Answered by AI
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 

(2 Questions)

  • Q1. Introduction personal,hospital intro,client deal,situation handle
  • Q2. Pkg rate,revenue,client deal

Interview Preparation Tips

Interview preparation tips for other job seekers - Verbal interview.hospital purpose,client deal ,financial mgmt,revenue,
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Previous work experience
  • Ans. 

    I have 5 years of experience working in financial services, specializing in risk management and compliance.

    • Managed risk assessment processes for high-profile clients

    • Developed and implemented compliance policies and procedures

    • Conducted internal audits to ensure regulatory compliance

    • Collaborated with cross-functional teams to address compliance issues

    • Provided training and guidance to junior staff members

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Previous work experience
  • Ans. 

    I have 5 years of experience working in financial services, specializing in risk management and compliance.

    • Managed risk assessment processes for high-profile clients

    • Developed and implemented compliance policies and procedures

    • Conducted regular audits to ensure adherence to regulatory requirements

  • Answered by AI

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 Walk-in and was interviewed in Jul 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Self introduction and most of the questions based on u r technical skills.java based questions and sql queries,DBMS questions related mostly

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont hesitate to sayu r answer whether it is right or wrong.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was basic aptitude but it was online

Round 2 - Technical 

(1 Question)

  • Q1. Write python code for bizzbuss for prime or not prime\
  • Ans. 

    Python code for determining if a number is prime or not and applying bizzbuzz logic.

    • Write a function to check if a number is prime or not

    • Iterate through a range of numbers and apply bizzbuzz logic

    • Return 'prime' if the number is prime, 'bizz' if divisible by 3, 'buzz' if divisible by 5, and 'bizzbuzz' if divisible by both 3 and 5

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Understand your previous work experience and give interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering
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

NMC Healthcare Interview FAQs

How many rounds are there in NMC Healthcare Legal Associate interview?
NMC Healthcare interview process usually has 2 rounds. The most common rounds in the NMC Healthcare interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

NMC Healthcare Legal Associate Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Apollo Hospitals Interview Questions
4.1
 • 350 Interviews
Fortis Healthcare Interview Questions
4.0
 • 130 Interviews
UnitedHealth Interview Questions
4.0
 • 82 Interviews
GE Healthcare Interview Questions
4.0
 • 72 Interviews
Narayana Health Interview Questions
4.1
 • 65 Interviews
Labcorp Interview Questions
4.1
 • 40 Interviews
View all
Software Engineer
6 salaries
unlock blur

₹7.5 L/yr - ₹17.8 L/yr

Administration Manager
5 salaries
unlock blur

₹22.4 L/yr - ₹24 L/yr

Senior Accounts Executive
5 salaries
unlock blur

₹10 L/yr - ₹24 L/yr

Executive
5 salaries
unlock blur

₹0.5 L/yr - ₹7 L/yr

Software Developer
5 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Explore more salaries
Compare NMC Healthcare with

Apollo Hospitals

4.1
Compare

UnitedHealth

4.0
Compare

Fortis Healthcare

4.0
Compare

Narayana Health

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