Upload Button Icon Add office photos
Engaged Employer

i

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

Medikabazaar Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Medikabazaar Interview Questions and Answers

Updated 29 Mar 2025
Popular Designations

6 Interview questions

A Software Developer was asked
Q. Please prepare Data Structures and Algorithms questions.
Ans. 

Data Structures and Algorithms (DSA) questions assess problem-solving skills and understanding of data organization.

  • Understand basic data structures: arrays, linked lists, stacks, queues, trees, and graphs.

  • Practice common algorithms: sorting (e.g., quicksort, mergesort) and searching (e.g., binary search).

  • Solve problems on platforms like LeetCode, HackerRank, or CodeSignal to improve coding skills.

  • Familiarize your...

View all Software Developer interview questions
A Software Developer was asked
Q. Given an unsorted integer array nums, find the smallest missing positive integer.
Ans. 

Find the smallest positive integer missing from an array of integers

  • Iterate through the array and mark the presence of each positive integer

  • Then find the smallest positive integer that is not marked

View all Software Developer interview questions
A Python and Django Developer was asked
Q. Given an integer array, find pairs of two numbers whose difference is the least among others.
Ans. 

Find pairs of integers with least difference in an array

  • Sort the array in ascending order

  • Iterate through the array and find the minimum difference between adjacent elements

  • Return the pairs of elements with the minimum difference

View all Python and Django Developer interview questions
A Python and Django Developer was asked
Q. Given an integer array, count the occurrences of all items with a count greater than 1.
Ans. 

Count occurrence of items with count greater than 1 in an integer array.

  • Create a dictionary to store the count of each item in the array.

  • Iterate through the dictionary and count the items with count greater than 1.

  • Return the count of items with count greater than 1.

View all Python and Django Developer interview questions
A Team Manager was asked
Q. Introduction, WHY STITCHING
Ans. 

Stitching is a crucial aspect of garment production and requires attention to detail and precision.

  • Stitching ensures that garments are properly constructed and will last longer

  • It is important to use the correct stitching techniques for different fabrics and designs

  • Poor stitching can result in garments falling apart or not fitting properly

  • Stitching also allows for customization and embellishment of garments

View all Team Manager interview questions
A Software Developer was asked
Q. Stream of numbers
Ans. 

Generate a stream of numbers and explain how to efficiently process them.

  • Use a generator function to produce an infinite stream of numbers.

  • Implement a buffer to store a limited number of generated numbers at a time.

  • Use a loop to process the numbers in the buffer efficiently.

View all Software Developer interview questions

Medikabazaar Interview Experiences

13 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About inventory management
  • Q2. About cold chain management system

Product Manager Interview Questions & Answers

user image aftab mohideen

posted on 13 Aug 2024

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

(2 Questions)

  • Q1. How many flights take off from mumbai in a single day
  • Ans. 

    There are approximately 1,000 flights that take off from Mumbai in a single day.

    • On average, Mumbai airport handles around 1,000 flights per day.

    • The number of flights can vary depending on the day of the week and time of year.

    • Flights from Mumbai include domestic and international routes.

    • Examples: Mumbai to Delhi, Mumbai to Dubai, Mumbai to London.

  • Answered by AI
  • Q2. What is your favourite app and why

Team Manager Interview Questions & Answers

user image Rahul Gupta

posted on 15 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Discussion about previous work
Round 2 - One-on-one 

(1 Question)

  • Q1. General questions around profile
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General question Maths, English

Round 2 - One-on-one 

(2 Questions)

  • Q1. General Question regarding experience
  • Q2. What i did in past
Round 3 - HR 

(1 Question)

  • Q1. General Question and past experience with negotialtion round

Interview Preparation Tips

Interview preparation tips for other job seekers - Almost good at all
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Please prepare DSA questions
  • Ans. 

    Data Structures and Algorithms (DSA) questions assess problem-solving skills and understanding of data organization.

    • Understand basic data structures: arrays, linked lists, stacks, queues, trees, and graphs.

    • Practice common algorithms: sorting (e.g., quicksort, mergesort) and searching (e.g., binary search).

    • Solve problems on platforms like LeetCode, HackerRank, or CodeSignal to improve coding skills.

    • Familiarize yourself ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Work express how much
  • Q2. Salery exception
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Introduction was asked in round 1
  • Q2. Technical questions on graduation degree was asked
  • Q3. Reasoning questions were asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Missing First positive number
  • Ans. 

    Find the smallest positive integer missing from an array of integers

    • Iterate through the array and mark the presence of each positive integer

    • Then find the smallest positive integer that is not marked

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Stream of numbers
  • Ans. 

    Generate a stream of numbers and explain how to efficiently process them.

    • Use a generator function to produce an infinite stream of numbers.

    • Implement a buffer to store a limited number of generated numbers at a time.

    • Use a loop to process the numbers in the buffer efficiently.

  • Answered by AI

Skills evaluated in this interview

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 

(1 Question)

  • Q1. System Design related questions. How to improve slow loading times etc.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Data structure and Algorithms questions
  • Q2. Basic array questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good basic about how to improve performance in an application

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Given an integer array count occurance of all item having count greater then 1
  • Ans. 

    Count occurrence of items with count greater than 1 in an integer array.

    • Create a dictionary to store the count of each item in the array.

    • Iterate through the dictionary and count the items with count greater than 1.

    • Return the count of items with count greater than 1.

  • Answered by AI
  • Q2. Given an integer array find pairs of two numbers whose difference is least among others
  • Ans. 

    Find pairs of integers with least difference in an array

    • Sort the array in ascending order

    • Iterate through the array and find the minimum difference between adjacent elements

    • Return the pairs of elements with the minimum difference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - had applied through the online job portal and got a mail for L1 discussion round, which was on Microsoft Teams application. the round last for 30 mins, allowed to access internet for any kind of syntax search and all.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Medikabazaar?
Ask anonymously on communities.

Medikabazaar Interview FAQs

How many rounds are there in Medikabazaar interview?
Medikabazaar interview process usually has 1-2 rounds. The most common rounds in the Medikabazaar interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Medikabazaar 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 Medikabazaar. The most common topics and skills that interviewers at Medikabazaar expect are Field Sales, Salesforce, Accounting, Sales and Procurement.
What are the top questions asked in Medikabazaar interview?

Some of the top questions asked at the Medikabazaar interview -

  1. Given an integer array find pairs of two numbers whose difference is least amon...read more
  2. how many flights take off from mumbai in a single ...read more
  3. given an integer array count occurance of all item having count greater the...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.4/5

based on 29 interview experiences

Difficulty level

Easy 20%
Moderate 80%

Duration

Less than 2 weeks 50%
2-4 weeks 25%
More than 8 weeks 25%
View more

Interview Questions from Similar Companies

Gland Pharma Interview Questions
3.9
 • 83 Interviews
Medtronic Interview Questions
4.0
 • 75 Interviews
Poly Medicure Interview Questions
3.5
 • 63 Interviews
Stryker Interview Questions
4.0
 • 44 Interviews
Alcon Interview Questions
3.7
 • 37 Interviews
SMC Corporation Interview Questions
3.7
 • 29 Interviews
View all

Medikabazaar Reviews and Ratings

based on 474 reviews

4.5/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.5

Salary

4.3

Job security

4.4

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 474 Reviews and Ratings
Medical Sales Executive

Chennai,

Jaipur

+1

Not Disclosed

Medical Sales Executive

Hyderabad / Secunderabad,

Chennai

+1

Not Disclosed

Sales Executive

Pune,

Bangalore / Bengaluru

+1

Not Disclosed

Explore more jobs
Software Developer
48 salaries
unlock blur

₹11.6 L/yr - ₹18.6 L/yr

Assistant Manager
46 salaries
unlock blur

₹5.2 L/yr - ₹8.6 L/yr

Senior Executive
32 salaries
unlock blur

₹3.3 L/yr - ₹7.4 L/yr

Executive
19 salaries
unlock blur

₹2.2 L/yr - ₹4.1 L/yr

Senior Manager
17 salaries
unlock blur

₹9 L/yr - ₹20.8 L/yr

Explore more salaries
Compare Medikabazaar with

Gland Pharma

3.9
Compare

Poly Medicure

3.5
Compare

Medtronic

4.0
Compare

Becton Dickinson

4.0
Compare
write
Share an Interview