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 for Experienced

Updated 29 Mar 2025

Medikabazaar Interview Experiences for Experienced

Popular Designations

4 interviews found

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

Regional Sales Manager Interview Questions asked at other Companies

Q1. If there are 1500 shops that need to be visited twice a month, how many executives you need?
View answer (16)
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

Senior Program Manager Interview Questions asked at other Companies

Q1. How do you manage conflicts within your functional teams during program management?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 4 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. Basic discussion on education and past experience. Discussed about previous organisation and work culture. Ask some questions about admin related works.
Round 3 - One-on-one 

(1 Question)

  • Q1. What experience you have in admin? Past work history. Why to change the job? What is safety equipment and safety protocols? How many types of Fire Extinguishers? How can we calculate the AC tonnage for emp...
Round 4 - HOD Admin 

(1 Question)

  • Q1. Basic questions about previous work experience and Admin work.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with all Facilities, Safety, Admin work knowledge.

Administration Manager Interview Questions asked at other Companies

Q1. How to handle during break down of equipments? What is the first step during property finalization. Asked bout cost cutting. Use of equipments with how much capacity requires etc...
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 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 

Its basic testing questions. You need to have correct concepts.it also includes aptitude.You can read RS Agrawal

Round 3 - Technical 

(1 Question)

  • Q1. 1) Basic Testing questions 2) Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go bindass my interview was taken by CTO Manoj mani and he is non technical person.He doesn't know T of testing

Senior Manager Interview Questions asked at other Companies

Q1. 1. What you understand the requirement of shuttering material at project site?
View answer (19)

Medikabazaar interview questions for popular designations

 Software Developer

 (2)

 Team Manager

 (2)

 Product Manager

 (1)

 Full Stack Developer

 (1)

 Senior Program Manager

 (1)

 Processing Executive

 (1)

 Market Research Analyst

 (1)

 Regional Sales Manager

 (1)

Jobs at Medikabazaar

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Comparator and Comparable
  • Q2. Spring Boot related question

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with experience in various programming languages and a passion for problem-solving.

    • Experienced in programming languages such as Java, C++, and Python

    • Strong problem-solving and analytical skills

    • Familiar with software development methodologies like Agile

    • Worked on projects involving web development and database management

    • Constantly learning and staying updated with new technologies

  • Answered by AI
  • Q2. Where are you from?
  • Ans. 

    I am from New York City, a bustling metropolis known for its diverse culture and thriving tech industry.

    • I am from New York City

    • New York City is known for its diverse culture

    • New York City has a thriving tech industry

  • Answered by AI
  • Q3. What you know about Medline?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was fun, interviewee was very nice to me, never let me feel like i'm very new to this; so thank you MEDLINE

I applied via Naukri.com and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Reverse a integer
  • Ans. 

    Reverse an integer

    • Convert integer to string and reverse the string

    • Use modulo operator to extract digits and reverse them

    • Use recursion to reverse the integer

  • Answered by AI
  • Q2. Without loop print 1 to 10
  • Ans. 

    Print 1 to 10 without using loops.

    • Use recursion to print numbers.

    • Use a switch statement to print numbers.

    • Use an array and map function to print numbers.

  • Answered by AI
  • Q3. Reverse a string using recursion
  • Ans. 

    Reverse a string using recursion

    • Create a function that takes a string as input

    • If the string is empty, return an empty string

    • Otherwise, call the function recursively with the substring starting from the second character

    • Concatenate the first character with the result of the recursive call

  • Answered by AI
  • Q4. Thread vs process
  • Ans. 

    Thread is a lightweight unit of a process. Process is an instance of a program that runs independently.

    • Threads share the same memory space as the parent process while processes have their own memory space.

    • Threads are faster to create and switch between than processes.

    • Processes are more secure and stable than threads.

    • Example: A web server can have multiple threads to handle multiple requests simultaneously.

    • Example: A wo...

  • Answered by AI
  • Q5. SPI vs I2C
  • Ans. 

    SPI and I2C are communication protocols used to transfer data between devices.

    • SPI is faster than I2C.

    • SPI uses separate lines for data and clock signals while I2C uses a shared line.

    • I2C supports multiple devices on the same bus while SPI requires a separate chip select line for each device.

    • SPI is commonly used for high-speed communication between microcontrollers and peripherals while I2C is used for low-speed communica

  • Answered by AI
  • Q6. Start condition for SPI
  • Ans. 

    The start condition for SPI is a low-to-high transition on the SCK line while SS is high.

    • SPI communication begins when the master device sends a start condition to the slave device.

    • The start condition is a low-to-high transition on the SCK line while SS is high.

    • The SS line is used to select the slave device for communication.

    • The SPI protocol supports multiple slaves, but only one slave can be selected at a time.

    • After t...

  • Answered by AI
  • Q7. C++ program for EMP ID, name, salary
  • Ans. 

    C++ program to store EMP ID, name, and salary using array of strings.

    • Declare an array of strings to store EMP ID, name, and salary

    • Use cin to take input from user and store in the array

    • Use cout to display the stored data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is technical lasted about 1 hr 30 mins,

Skills evaluated in this interview

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

(1 Question)

  • Q1. Android basic question
Round 2 - Technical 

(1 Question)

  • Q1. Android advance level question
Round 3 - Case Study 

Experiment based question

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How do you handle team
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How do we achieve multi threading in WPF application
  • Ans. 

    Multi threading in WPF can be achieved using the Task Parallel Library (TPL) or BackgroundWorker class.

    • Use Task.Run() method to run code on a separate thread.

    • Use async/await keywords to perform asynchronous operations.

    • Use BackgroundWorker class for simpler multi-threading scenarios.

  • Answered by AI
  • Q2. Explain your current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Provide answers with examples from your previous work done

Medikabazaar Interview FAQs

How many rounds are there in Medikabazaar interview for experienced candidates?
Medikabazaar interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Medikabazaar interview process for experienced candidates are Aptitude Test, HR and One-on-one Round.
How to prepare for Medikabazaar interview for experienced candidates?
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 Accounting, Tally, Healthcare, Procurement and Social Media.
What are the top questions asked in Medikabazaar interview for experienced candidates?

Some of the top questions asked at the Medikabazaar interview for experienced candidates -

  1. Given an integer array find pairs of two numbers whose difference is least amon...read more
  2. System Design related questions. How to improve slow loading times e...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.

Medikabazaar Interview Process for Experienced

based on 4 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Medtronic Interview Questions
4.0
 • 70 Interviews
Poly Medicure Interview Questions
3.7
 • 58 Interviews
Stryker Interview Questions
4.0
 • 41 Interviews
Alcon Interview Questions
3.7
 • 37 Interviews
SMC Corporation Interview Questions
3.7
 • 28 Interviews
View all

Medikabazaar Reviews and Ratings

based on 450 reviews

4.5/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.5

Salary

4.4

Job security

4.4

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 450 Reviews and Ratings
Category Head - Procurement

Gurgaon / Gurugram

10-16 Yrs

Not Disclosed

Executive / Sr. Executive / Manager - Procurement

Gurgaon / Gurugram

4-9 Yrs

Not Disclosed

Sales / Business Development Manager

Ahmedabad,

Delhi/Ncr

6-10 Yrs

₹ 4-5 LPA

Explore more jobs
Assistant Manager
36 salaries
unlock blur

₹5.2 L/yr - ₹8 L/yr

Senior Executive
29 salaries
unlock blur

₹3.2 L/yr - ₹7.4 L/yr

Executive
26 salaries
unlock blur

₹2.2 L/yr - ₹5.9 L/yr

Software Developer
20 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Manager
16 salaries
unlock blur

₹9.5 L/yr - ₹15.2 L/yr

Explore more salaries
Compare Medikabazaar with

Poly Medicure

3.6
Compare

Medtronic

4.0
Compare

Becton Dickinson

4.0
Compare

Alcon

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