Upload Button Icon Add office photos

Filter interviews by

CrelioHealth Interview Questions and Answers

Updated 10 Dec 2024

CrelioHealth Interview Experiences

Popular Designations

10 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa round, technical interview

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)

Project Manager Interview Questions & Answers

user image Deepak Khubchandani

posted on 28 May 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Techno managerial questions
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (1)

Senior QA Engineer Interview Questions & Answers

user image Dhankrashna Wadje

posted on 21 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is v model?
  • Ans. 

    V model is a software development and testing process which follows a V-shaped path, where each stage of development is tested against a corresponding stage of testing.

    • V model is also known as Verification and Validation model.

    • It is a sequential path of the software development process, where each stage must be completed before the next stage begins.

    • The left side of the V represents the development phases like requirem...

  • Answered by AI

Skills evaluated in this interview

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination Sum Problem Statement Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be chosen multiple times from ARR. Ensur... read more
Add answer
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

60 min coding test. After coding test there will be 2 technical discission

Round 3 - Technical 

(1 Question)

  • Q1. 3 coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company to grow and learn

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (2)

CrelioHealth interview questions for popular designations

 Junior Software Developer

 (2)

 Customer Success Associate

 (1)

 Front end Developer

 (1)

 Full Stack Developer

 (1)

 Junior Software Engineer

 (1)

 Project Manager

 (1)

 Sales Manager

 (1)

 Senior QA Engineer

 (1)

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

I applied via Naukri.com and was interviewed in May 2023. There were 3 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 - HR 

(1 Question)

  • Q1. Qualified for sales background and experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Discussed past companies and work

Sales Manager Interview Questions asked at other Companies

Q1. If you're in Cold areas like Kashmir or Himachal Pradesh. & You have to sell an AC which is having only Cold option. How would you do that?
View answer (16)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Random question about previous job experience was asked
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic introduction and what will you do if type questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Share your previous job experiences and dont fake it

Customer Success Associate Interview Questions asked at other Companies

Q1. How to deal with angry customer?
View answer (4)

Jobs at CrelioHealth

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

I applied via LinkedIn and was interviewed before May 2022. There were 5 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 - Coding Test 

Mid leval DSA questions

Round 3 - Technical 

(1 Question)

  • Q1. In depth knowledge of your technology.
Round 4 - Behavioral 

(1 Question)

  • Q1. Normal discussion about yourself
Round 5 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Topics to prepare for CrelioHealth Junior Software Engineer interview:
  • React.Js
  • Redux
  • Https
  • RestApi
  • Hooks
  • Props
  • Database
  • SQL Development

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2022. 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 - Technical 

(2 Questions)

  • Q1. Javascript-based questions. What is a closure? What is debouncing? Tell about promises? What is async await? What are React lifecycle methods? What is React components?
  • Q2. What are synthetic events? How to make HTTP calls?
  • Ans. 

    Synthetic events are events created by React to handle user interactions. HTTP calls can be made using fetch or axios.

    • Synthetic events are React's way of handling user interactions like click, hover, etc.

    • They are created by React and are not native browser events.

    • HTTP calls can be made using fetch or axios libraries.

    • Fetch is a built-in browser API while axios is a third-party library.

    • Both fetch and axios return Promise

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. General discussion about your projects.
  • Q2. What is an array, linked list, or queue?
  • Ans. 

    An array is a collection of elements of the same data type. A linked list is a collection of nodes that point to the next node. A queue is a collection of elements that follows the FIFO principle.

    • Arrays are indexed and can be accessed using the index number.

    • Linked lists are dynamic and can be easily modified.

    • Queues are used to implement a waiting list and can be implemented using arrays or linked lists.

    • Examples: Array ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. All HR general questions and salary discussions.

Interview Preparation Tips

Topics to prepare for CrelioHealth Front end Developer interview:
  • Good
Interview preparation tips for other job seekers - Plz, don't join this company. you will regret joining. They will fire you at any time.

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing ArrayYou have been given an integer array/list 'ARR' of size 'N'. Write a solution to check if it could become non-decreasing by modifying at most 1 element. We define an array as non-decreasing, if ARR[i] <= ARR[i + 1] ho... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at DY Patil College of Engineering and Technology, Kolhapur and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

This test will check candidates basic numeracy , decision making , reasoning skills.

Round 3 - Group Discussion 

Topic influenced by current event. Along with that one should prepare for common topic such as Women empowerment, Corporate governance , This vs that [ Science boon or bane ] etc. .

Round 4 - One-on-one 

(3 Questions)

  • Q1. 1/ About yourself 2/ Goals 3/ Why you wish yo join our organization 4/ Will you able to work under certain condition [ like pressure , adverse condition .
  • Q2. What is your short term goal ?
  • Q3. Why you want to join our organization

Interview Preparation Tips

Interview preparation tips for other job seekers - 1/ Be yourself
2/ Do not try to copy the content and link with yourself. Get the content from your real life experience and add the same to your answer , which make yourself unique from other . Because your experience will never be same as others [ coincidence might be there ]

3/ Communicate naturally to next person , do not try to change tune .

4/ Keep conversion crisp .

5/ Keep yourself attentive whole time

Support Engineer Interview Questions asked at other Companies

Q1. How to handle escalations/ your approach to solve any issues/ why do you want to join support when already you are working on development
View answer (2)

Full Stack Developer Interview Questions & Answers

user image Makarand Bauskar

posted on 2 Jan 2022

I was interviewed in Dec 2021.

Interview Questionnaire 

2 Questions

  • Q1. Questions based on basics of python and javascript
  • Q2. Questions based on basics of django & react

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics of python, javascript and django

Full Stack Developer Interview Questions asked at other Companies

Q1. Query and Matrix Problem Statement You are given a binary matrix with 'M' rows and 'N' columns, initially consisting of all 0s. You will receive 'Q' queries, which can be of four types: Query 1: 1 R indexQuery 2: 1 C indexQuery 3: 2 R index... read more
Add answer

CrelioHealth Interview FAQs

How many rounds are there in CrelioHealth interview?
CrelioHealth interview process usually has 2-3 rounds. The most common rounds in the CrelioHealth interview process are Resume Shortlist, Technical and HR.
How to prepare for CrelioHealth 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 CrelioHealth. The most common topics and skills that interviewers at CrelioHealth expect are CRM, Healthcare, Information Management, Radiology and Diagnostics.
What are the top questions asked in CrelioHealth interview?

Some of the top questions asked at the CrelioHealth interview -

  1. What are synthetic events? How to make HTTP cal...read more
  2. What is an array, linked list, or que...read more
  3. What is v mod...read more
How long is the CrelioHealth interview process?

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

Tell us how to improve this page.

CrelioHealth Interview Process

based on 13 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Tata 1mg Interview Questions
3.6
 • 145 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
MedPlus Interview Questions
3.6
 • 78 Interviews
Practo Interview Questions
3.1
 • 74 Interviews
HealthifyMe Interview Questions
3.0
 • 46 Interviews
Netmeds.com Interview Questions
3.6
 • 41 Interviews
Medlife Interview Questions
3.7
 • 27 Interviews
Portea Medical Interview Questions
4.3
 • 26 Interviews
Lybrate Interview Questions
3.5
 • 5 Interviews
View all

CrelioHealth Reviews and Ratings

based on 69 reviews

3.5/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.6

Salary

3.4

Job security

3.6

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 69 Reviews and Ratings
HR Administrator

Pune

2-5 Yrs

Not Disclosed

IT Recruiter

Pune

2-5 Yrs

Not Disclosed

IT Recruiter

Pune

2-5 Yrs

Not Disclosed

Explore more jobs
Software Developer
22 salaries
unlock blur

₹5.2 L/yr - ₹12.1 L/yr

Customer Success Manager
14 salaries
unlock blur

₹5.5 L/yr - ₹11.1 L/yr

Junior Software Developer
14 salaries
unlock blur

₹4.2 L/yr - ₹8.5 L/yr

Junior Software Engineer
8 salaries
unlock blur

₹5.1 L/yr - ₹8 L/yr

Data Analyst
6 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Explore more salaries
Compare CrelioHealth with

Practo

3.2
Compare

Lybrate

3.5
Compare

Portea Medical

4.3
Compare

PharmEasy

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