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
3.9

based on 413 Reviews

Filter interviews by

MediBuddy Software Engineer Interview Questions, Process, and Tips

Updated 28 Apr 2022

Top MediBuddy Software Engineer Interview Questions and Answers

MediBuddy Software Engineer Interview Experiences

2 interviews found

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

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

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 problem one was moderate and ine was easier

Round 2 - Assignment 

It was to create small project with 2 screens and api call , asked to follow a good architectural pattern and unit test cases

Round 3 - Technical 

(2 Questions)

  • Q1. ARC and memory leaks
  • Q2. Questions related to swift and iOS Development
Round 4 - One-on-one 

(2 Questions)

  • Q1. Asked about my why you want to join
  • Q2. Asked a fee things about org
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 questions easy-medium level leetcode problem I solved 2 completely and 3rd question partially (9/15 test cases passed) to move on to 2nd round

Round 2 - Coding Test 

(1 Question)

  • Q1. Implement an app similar to splitwise
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

1. PEAK ELEMENT QUESTION.
2. COIN DENOMINATION

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Create pagination component using an api show the data for the pages
  • Ans. 

    Create a pagination component using an API to display data for different pages.

    • Use API to fetch data for each page

    • Implement pagination logic to display data for each page

    • Allow users to navigate between pages

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. He asked to invert a binary tree
  • Q2. Deep dive in projects
  • Q3. Asked me indept js questions

Interview Preparation Tips

Topics to prepare for PharmEasy Software Engineer interview:
  • Binary search
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Js question with code snippets
Round 2 - Coding Test 

Given some ant ui design to reacreate from scretch

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked system design for online movie booking plateform
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is deep copy ?
  • Ans. 

    Deep copy is a copy of an object that duplicates all of its attributes, including nested objects, rather than just copying references.

    • Deep copy creates a new object with its own unique memory space.

    • Changes made to the original object do not affect the deep copy.

    • Deep copy is often used when you need to modify an object without affecting the original.

    • Example: Using JSON.parse(JSON.stringify(object)) in JavaScript to crea

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Implement your own state management in React and integrate it into a React application.

MediBuddy Interview FAQs

How many rounds are there in MediBuddy Software Engineer interview?
MediBuddy interview process usually has 1 rounds. The most common rounds in the MediBuddy interview process are One-on-one Round.
What are the top questions asked in MediBuddy Software Engineer interview?

Some of the top questions asked at the MediBuddy Software Engineer interview -

  1. Arrange odd and even numbers in an array , so that all even are placed on RHS a...read more
  2. Evaluate BODMAS express...read more
  3. Check if num is int or ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 MediBuddy interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
MediBuddy Software Engineer Salary
based on 13 salaries
₹12 L/yr - ₹24 L/yr
153% more than the average Software Engineer Salary in India
View more details

MediBuddy Software Engineer Reviews and Ratings

based on 2 reviews

1.6/5

Rating in categories

1.0

Skill development

1.6

Work-Life balance

3.3

Salary & Benefits

1.0

Job Security

1.0

Company culture

2.1

Promotions/Appraisal

1.0

Work Satisfaction

Explore 2 Reviews and Ratings
Senior Associate
120 salaries
unlock blur

₹2.3 L/yr - ₹6 L/yr

Associate
93 salaries
unlock blur

₹2.1 L/yr - ₹5 L/yr

Team Lead
81 salaries
unlock blur

₹3 L/yr - ₹7.6 L/yr

Assistant Manager
51 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Senior Manager
43 salaries
unlock blur

₹7.6 L/yr - ₹26.7 L/yr

Explore more salaries
Compare MediBuddy with

Practo

3.1
Compare

PharmEasy

3.7
Compare

Netmeds.com

3.6
Compare

Tata 1mg

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview