Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by MediBuddy Team. If you also belong to the team, you can get access from here

MediBuddy Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

MediBuddy Interview Questions, Process, and Tips

Updated 14 Feb 2025

Top MediBuddy Interview Questions and Answers

View all 14 questions

MediBuddy Interview Experiences

Popular Designations

31 interviews found

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

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It's all about good thing
Round 2 - Group Discussion 

It's all about upsell details

Interview Preparation Tips

Interview preparation tips for other job seekers - I m happy with service

Customer Care Executive Interview Questions asked at other Companies

Q1. What would you do if you win 1billion dollar lottey?
View answer (39)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Current job roles and responsibilities.
  • Q2. General basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence

Senior Accounting Analyst Interview Questions asked at other Companies

Q1. What you understand by GL accounting and which accounts impact as cash suspense
View answer (1)
MediBuddy Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Education qualifications

Interview Preparation Tips

Interview preparation tips for other job seekers - Be self confident while taking the interview.

Customer Care Executive Interview Questions asked at other Companies

Q1. What would you do if you win 1billion dollar lottey?
View answer (39)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. About my last working experiences
Round 3 - HR 

(1 Question)

  • Q1. About salary discussion nd other HR formalities

Interview Preparation Tips

Topics to prepare for MediBuddy Assistant Manager Operations interview:
  • My experience

Assistant Manager Operations Interview Questions asked at other Companies

Q1. What can you tell me about xlookup function?
View answer (26)

MediBuddy interview questions for popular designations

 Operations Associate

 (3)

 Software Engineer

 (2)

 Customer Care Executive

 (2)

 Quality Analyst

 (1)

 Senior Associate

 (1)

 Technical Lead

 (1)

 Assistant Manager

 (1)

 System Administrator

 (1)

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

I was interviewed before Sep 2023.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a results-driven sales professional with 5 years of experience in inside sales. I excel at building relationships and exceeding targets.

    • 5 years of experience in inside sales

    • Proven track record of exceeding sales targets

    • Strong relationship-building skills

    • Excellent communication and negotiation abilities

  • Answered by AI
  • Q2. Scenario based questions for sales.
  • Q3. Convincing skilled is checked.

Inside Sales Executive Interview Questions asked at other Companies

Q1. Sell me an android phone, if I am already having a iPhone.
View answer (1)

Get interview-ready with Top MediBuddy Interview Questions

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Resume Discussion around projects, tech stack used
Round 3 - Technical 

(1 Question)

  • Q1. Write a program to merge 2 binary trees
  • Ans. 

    Program to merge 2 binary trees

    • Create a new tree with the root node as the sum of the root nodes of the input trees

    • Recursively merge the left and right subtrees of the input trees

    • If a node is missing in one of the input trees, add the corresponding subtree from the other tree

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. System Design : BookMyShow

Interview Preparation Tips

Interview preparation tips for other job seekers - Shop offer , but do not join the organization as full of toxic upper management

Skills evaluated in this interview

SDE (Software Development Engineer) Interview Questions asked at other Companies

Q1. A string is given consisting of lowercase alphabets. Write a function which returns yes if the string has all the lowercase letters appearing in it at least once. O(N) time and without using extra space
View answer (3)
Round 1 - One-on-one 

(3 Questions)

  • Q1. Remove duplicates from array
  • Ans. 

    Remove duplicates from array of strings

    • Create a new empty array

    • Loop through the original array

    • Check if the current element exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. Check if num is int or not
  • Ans. 

    Use isinstance() function to check if num is int or not.

    • Use isinstance(num, int) to check if num is an instance of int class.

    • This function returns True if num is an instance of int class, else False.

    • Example: isinstance(5, int) will return True.

    • Example: isinstance(5.0, int) will return False.

  • Answered by AI
  • Q3. JS questions and fundamentalss

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn JS concepts and DSA really well.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Previous experience, previous salary, accounts handled
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations, company information

Interview Preparation Tips

Interview preparation tips for other job seekers - Good healthcare company for work life balance

Business Associate Interview Questions asked at other Companies

Q1. What is the benefits of insurance?
View answer (2)

I applied via Other and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Arrange odd and even numbers in an array , so that all even are placed on RHS and odd on LHS
  • Ans. 

    Arrange odd and even numbers in an array, even on RHS and odd on LHS.

    • Create two pointers, one at the start and one at the end of the array.

    • Swap the elements at the pointers if they are in the wrong position.

    • Continue swapping until the pointers meet in the middle.

  • Answered by AI
  • Q2. Evaluate BODMAS expression
  • Ans. 

    BODMAS is a mathematical rule used to evaluate expressions with multiple operators.

    • BODMAS stands for Brackets, Orders, Division, Multiplication, Addition, and Subtraction.

    • It is used to determine the order in which operations are performed in an expression.

    • Brackets are evaluated first, followed by orders (exponents and roots), then division and multiplication, and finally addition and subtraction.

    • For example, in the exp...

  • Answered by AI
  • Q3. Infix and Post fix expression
  • Q4. Android questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DS Algo, and Android core fundamentals.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)

Interview Questions & Answers

user image Anonymous

posted on 4 Apr 2024

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

I applied via Job Portal and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About Yourself Previous experience What job portals used How to use Boolean search
Round 2 - HR 

(1 Question)

  • Q1. About Yourself Previous Experience What job portals used How to use Boolean search
Contribute & help others!
anonymous
You can choose to be anonymous

MediBuddy Interview FAQs

How many rounds are there in MediBuddy interview?
MediBuddy interview process usually has 1-2 rounds. The most common rounds in the MediBuddy interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for MediBuddy 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 MediBuddy. The most common topics and skills that interviewers at MediBuddy expect are Healthcare, Networking, Monitoring, ISO and POP.
What are the top questions asked in MediBuddy interview?

Some of the top questions asked at the MediBuddy interview -

  1. Arrange odd and even numbers in an array , so that all even are placed on RHS a...read more
  2. What do you know about Medibudd...read more
  3. How do you see the patient behavi...read more
How long is the MediBuddy interview process?

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

Recently Viewed

SALARIES

Emirates

SALARIES

Air Arabia

SALARIES

Air Arabia

SALARIES

Tekion

SALARIES

MediBuddy

SALARIES

Emirates Airlines

SALARIES

Air Arabia

SALARIES

AirAsia

LIST OF COMPANIES

Air Arabia

Overview

Tell us how to improve this page.

MediBuddy Interview Process

based on 32 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 426 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
Practo Interview Questions
3.2
 • 74 Interviews
HealthifyMe Interview Questions
3.0
 • 47 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Portea Medical Interview Questions
4.3
 • 28 Interviews
Lybrate Interview Questions
3.5
 • 5 Interviews
CURE India Interview Questions
4.7
 • 2 Interviews
CallHealth Interview Questions
3.7
 • 2 Interviews
View all

MediBuddy Reviews and Ratings

based on 361 reviews

3.5/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.6

Salary

3.2

Job security

3.4

Company culture

3.1

Promotions

3.3

Work satisfaction

Explore 361 Reviews and Ratings
Inside Sales Associate

Ahmedabad

1-6 Yrs

Not Disclosed

Inside Sales Associate

Indore

1-6 Yrs

Not Disclosed

Explore more jobs
Senior Associate
116 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
92 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MediBuddy with

Practo

3.2
Compare

PharmEasy

3.7
Compare

Netmeds.com

3.6
Compare

Tata 1mg

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