Upload Button Icon Add office photos

Jorie Healthcare

Compare button icon Compare button icon Compare

Filter interviews by

Jorie Healthcare Interview Questions and Answers

Updated 27 Mar 2025
Popular Designations

Jorie Healthcare Interview Experiences

8 interviews found

IT Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2024

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Average

Round 2 - Technical 

(2 Questions)

  • Q1. What is network?
  • Ans. 

    A network is a collection of computers, servers, mainframes, network devices, and other devices connected to one another to share data and resources.

    • Networks can be wired or wireless

    • Common types of networks include LAN (Local Area Network) and WAN (Wide Area Network)

    • Examples of network devices include routers, switches, and modems

  • Answered by AI
  • Q2. What is a DHCP server, and how does it function?
  • Ans. 

    A DHCP server is a network server that automatically assigns IP addresses and other network configuration settings to devices on a network.

    • DHCP servers provide dynamic IP address allocation to devices on a network

    • They also assign subnet masks, default gateways, DNS server addresses, and other network configuration parameters

    • DHCP servers use a lease mechanism to control the amount of time a device can use an IP address ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Experience Hobbies
  • Q2. Salary Language

Interview Preparation Tips

Interview preparation tips for other job seekers - I join the company

Article Assistant Interview Questions & Answers

user image comfort bonga

posted on 23 Jun 2024

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

I applied via Indeed and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your biggest weakness
  • Q2. Why should we hire you
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Journal knowledge , mathematics

Round 3 - Group Discussion 

Group discussion only for freshers

Round 4 - HR 

(2 Questions)

  • Q1. Screening round
  • Q2. Introduction, previous work experience, eligible for work, stability etc.
Round 5 - One-on-one 

(1 Question)

  • Q1. If you're exp. Then last round is done by manager's

Interview Preparation Tips

Interview preparation tips for other job seekers - It's is great company,in my words
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Your experience
Round 2 - HR 

(1 Question)

  • Q1. Work experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Work experience

SME Interview Questions & Answers

user image Anonymous

posted on 5 Dec 2023

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

I applied via Walk-in and was interviewed before Dec 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 

It includes English, reasoning and mathematics...

Round 3 - HR 

(1 Question)

  • Q1. Ask random questions, and interviewee have to speak on any topic for 5 minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - good organization to start your carrier. Need to focus on your job goals.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Reasoning and English question

Round 3 - HR 

(1 Question)

  • Q1. Basic introduction
Round 4 - Technical 

(1 Question)

  • Q1. What is medical billing and why you have joined
Are these interview questions helpful?

SME Interview Questions & Answers

user image Anonymous

posted on 26 May 2022

I applied via Recruitment Consulltant and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Just prepare your introduction and general experience in RCM!
Round 2 - Aptitude Test 

Simple aptitude test with typing speed test

Round 3 - Technical 

(1 Question)

  • Q1. RCM related questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Client Round, just introduction and background.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and real! Nothing beats this trick!!!!

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Jorie Healthcare?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Walk-in and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Skill?
  • Q2. Stability?
  • Q3. Quality?
  • Q4. Potentials

Interview Preparation Tips

Interview preparation tips for other job seekers - B+

Interview Questionnaire 

7 Questions

  • Q1. Build a stack using queues and vice versa
  • Ans. 

    Stack using queues: push() - enqueue to queue1, pop() - dequeue from queue2 after transferring n-1 elements from queue1 to queue2

    • To push an element, enqueue it to queue1

    • To pop an element, transfer n-1 elements from queue1 to queue2, dequeue the last element from queue1 and swap the names of queue1 and queue2

    • Queue using stacks: enqueue() - push to stack1, dequeue() - pop from stack2 after transferring all elements from ...

  • Answered by AI
  • Q2. Implement doubly linked list
  • Ans. 

    Doubly linked list is a data structure where each node has a pointer to both previous and next nodes.

    • Create a Node class with data, prev and next pointers

    • Create a LinkedList class with head and tail pointers

    • Implement methods to add, remove and traverse nodes

  • Answered by AI
  • Q3. Asked some questions on Distributed computing, Computer Networks
  • Q4. Asked some in depth questions on my project
  • Q5. Standard HR interview like what are your strengths and weakness, why do you want to join in our company etc
  • Q6. Are you a leader? why do you think so?
  • Ans. 

    Yes, I am a leader.

    • I have experience leading teams in previous projects.

    • I am able to communicate effectively and motivate team members.

    • I am proactive in identifying and solving problems.

    • I am able to delegate tasks and trust team members to complete them.

    • I am constantly seeking to improve my leadership skills through learning and feedback.

  • Answered by AI
  • Q7. Given a case about leader managing his team and asked some questions like what would you do in that situation

Interview Preparation Tips

Round: Technical Interview
Experience: Good and peaceful interview. Questions on computer background were simple. Interviewer had a good knowledge on my project field so he asked some really good questions.
Tips: Be clear with every single point written on your CV. Be confident !!

Round: Behavioural Interview
Experience: Overall a good experience.
Tips: The interviewer want to know how you handle the situations. Clearly express your views on the situation

General Tips: Be prepared and confident
Skills: java, Computer Networks, Analytic Skills
College Name: IIT Kharagpur
Motivation: This company is number one in US market. It has revenue more than Microsoft!!

Skills evaluated in this interview

Jorie Healthcare Interview FAQs

How many rounds are there in Jorie Healthcare interview?
Jorie Healthcare interview process usually has 3-4 rounds. The most common rounds in the Jorie Healthcare interview process are HR, Aptitude Test and One-on-one Round.
How to prepare for Jorie Healthcare interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Jorie Healthcare. The most common topics and skills that interviewers at Jorie Healthcare expect are Denial Management, AR Calling, RCM, Revenue Cycle Management and US Healthcare.
What are the top questions asked in Jorie Healthcare interview?

Some of the top questions asked at the Jorie Healthcare interview -

  1. What is a DHCP server, and how does it functi...read more
  2. What is netwo...read more
  3. If you're exp. Then last round is done by manage...read more
How long is the Jorie Healthcare interview process?

The duration of Jorie Healthcare interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 19 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 83%
More than 8 weeks 17%
View more

Jorie Healthcare Reviews and Ratings

based on 302 reviews

4.3/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

3.9

Salary

4.2

Job security

4.3

Company culture

3.6

Promotions

4.1

Work satisfaction

Explore 302 Reviews and Ratings
RPA Developer
64 salaries
unlock blur

₹3 L/yr - ₹10.1 L/yr

Senior Process Associate
30 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Quality Analyst
14 salaries
unlock blur

₹4.5 L/yr - ₹7 L/yr

SME
13 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Process Associate
11 salaries
unlock blur

₹2.1 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Jorie Healthcare with

GeBBS Healthcare Solutions

3.7
Compare

UnitedHealth

4.0
Compare

Sahrudaya Healthcare (Medicover Hospitals)

4.6
Compare

Paras Hospital

4.4
Compare
write
Share an Interview