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

Updated 13 Aug 2023

Medikabazaar Senior Manager Interview Experiences

1 interview found

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

Interview questions from similar companies

Round 1 - Not qualified 

(1 Question)

  • Q1. Related to division to which they require candidate

Interview Preparation Tips

Interview preparation tips for other job seekers - They must require candidate from same segment

Manager Interview Questions & Answers

Alcon user image Anonymous

posted on 12 Aug 2020

I applied via LinkedIn and was interviewed in Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. All the Salesforce Customisation and Configuration skills . Salesforce Implementation and deployment capabilities
  • Q2. DevOps and it's tool implementation
  • Ans. 

    DevOps is a culture that emphasizes collaboration and automation to improve software delivery.

    • DevOps is not just about tools, it's a culture shift

    • Tools like Jenkins, Git, Docker, and Kubernetes are commonly used in DevOps

    • DevOps aims to improve collaboration between development and operations teams

    • Automation is a key aspect of DevOps, enabling faster and more reliable software delivery

  • Answered by AI
  • Q3. Agile Methodologies

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the JD properly and get all aspects of it covered and be prepared. All the best.

Skills evaluated in this interview

I applied via Referral and was interviewed before Dec 2019. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic experience based questions were asked like your natural strength,what were your past experiences,how will you handle big sales in medical devices?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be natural ,calm & positive in entire session of 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 Jul 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(5 Questions)

  • Q1. Related to CV all questions
  • Q2. What reason for change. Do you know Hana
  • Q3. How good u r in excel
  • Q4. Why you want to change the company
  • Q5. Where Do U stay

Interview Preparation Tips

Topics to prepare for Trivitron Healthcare Manager interview:
  • SAP FICO
  • Excel Sheet
Interview preparation tips for other job seekers - Be prepared for HANA software also should have the knowledge of Accounting and Excel

I applied via Recruitment Consulltant and was interviewed in May 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 - One-on-one 

(3 Questions)

  • Q1. About personal experience
  • Q2. Sales related top Hospital review
  • Q3. How can you achieve your goals
  • Ans. A Attitude, B Behavior C communication D Discipline if we have these 4 things then 100% we will succeed.
  • Answered Anonymously
Round 3 - Group Discussion 

About product demonstration and users

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent demonstration in front of national head.
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

Medikabazaar Interview FAQs

How many rounds are there in Medikabazaar Senior Manager interview?
Medikabazaar interview process usually has 3 rounds. The most common rounds in the Medikabazaar interview process are Resume Shortlist, Aptitude Test and Technical.

Tell us how to improve this page.

Medikabazaar Senior Manager Interview Process

based on 1 interview

Interview experience

3
  
Average
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 Senior Manager Salary
based on 15 salaries
₹9 L/yr - ₹20.8 L/yr
34% less than the average Senior Manager Salary in India
View more details

Medikabazaar Senior Manager Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

4.2

Salary

4.2

Job security

4.2

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 4 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