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 Product Manager Interview Questions and Answers

Updated 13 Aug 2024

Medikabazaar Product Manager Interview Experiences

1 interview found

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
  • Ans. 

    My favorite app is Spotify because it allows me to discover new music and create personalized playlists.

    • I love how Spotify's algorithm suggests new music based on my listening habits

    • The ability to create and share playlists with friends is a great feature

    • The offline listening option is perfect for long flights or road trips

  • Answered by AI

Interview questions from similar companies

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 - Technical 

(3 Questions)

  • Q1. Marketing Acumen questions
  • Q2. Marketing Ops Questions
  • Q3. Marketing value proposition questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Attitude and skill related questions
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations were done here

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply via Medtronic's website and Linkedin for better chances for shortlisting

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why you choose Medtronic
  • Q2. After 3 years where you would be
  • Q3. What is the reason you left your previous company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be straight forward with your answers. Always talk about ethical practice. Customer oriented service providing.
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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

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

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

I applied via LinkedIn and was interviewed in Feb 2022. There were 6 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 - One-on-one 

(1 Question)

  • Q1. How did you do the risk management?
  • Ans. 

    I followed a structured approach for risk management.

    • Identified potential risks and their impact on the project

    • Assessed the likelihood and severity of each risk

    • Developed a risk mitigation plan

    • Monitored and reviewed risks throughout the project

    • Communicated risks and mitigation strategies to stakeholders

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Share with example how did you tackle the conflict?
Round 4 - One-on-one 

(1 Question)

  • Q1. What are the project management tools you have used?
  • Ans. 

    I have used various project management tools including Trello, Asana, Jira, and Microsoft Project.

    • Trello for agile project management and task tracking

    • Asana for team collaboration and project planning

    • Jira for issue tracking and software development projects

    • Microsoft Project for project scheduling and resource management

  • Answered by AI
Round 5 - Aptitude Test 

Gallup round

Round 6 - HR 

(8 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Why should we hire you?
  • Q5. Why are you looking for a change?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the profile you are shortlisted
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

My name Devender singh tanwar and belong from palwal haryana . I have done work in poly medicure company from 2013 to 2022..I was good employee of this company.

Round 2 - Technical 

(1 Question)

  • Q1. I have done work in SAP and good technical knowledge in medical device company .
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

Medikabazaar Interview FAQs

How many rounds are there in Medikabazaar Product Manager interview?
Medikabazaar interview process usually has 1 rounds. The most common rounds in the Medikabazaar interview process are Technical.
How to prepare for Medikabazaar Product Manager 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 Product Management.
What are the top questions asked in Medikabazaar Product Manager interview?

Some of the top questions asked at the Medikabazaar Product Manager interview -

  1. how many flights take off from mumbai in a single ...read more
  2. what is your favourite app and ...read more

Tell us how to improve this page.

Medikabazaar Product Manager Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Medtronic Interview Questions
4.0
 • 72 Interviews
Poly Medicure Interview Questions
3.6
 • 58 Interviews
Stryker Interview Questions
4.0
 • 41 Interviews
Alcon Interview Questions
3.7
 • 37 Interviews
SMC Corporation Interview Questions
3.7
 • 28 Interviews
Unicorn DenMart Interview Questions
4.2
 • 23 Interviews
View all
Medikabazaar Product Manager Salary
based on 11 salaries
₹15 L/yr - ₹27 L/yr
At par with the average Product Manager Salary in India
View more details

Medikabazaar Product Manager Reviews and Ratings

based on 2 reviews

3.8/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.2

Salary

3.2

Job security

3.2

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 2 Reviews and Ratings
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.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview