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 Administration Manager Interview Questions and Answers for Experienced

Updated 19 Aug 2023

Medikabazaar Administration Manager Interview Experiences for Experienced

1 interview found

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.

Interview questions from similar companies

I appeared for an interview before Sep 2021.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reference from whom ?
  • Q2. How much experience do you have ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go with the flow with your experience and never add on the work which you don’t know
Interview experience
4
Good
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What is your profile in current company

I applied via Naukri.com and was interviewed in Mar 2022. There were 4 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 - Technical 

(1 Question)

  • Q1. Utility & maintenance
Round 3 - One-on-one 

(1 Question)

  • Q1. Utility maintenance plant maintenance
Round 4 - Assignment 

Eye Q test

Interview Preparation Tips

Interview preparation tips for other job seekers - Just stick to your thecnical basis conspect

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Personal data, previous job details
  • Q2. Reason for leaving job, expected salary,
Round 2 - HR 

(1 Question)

  • Q1. Same question repeated. Discussion about everything, discussion on the job I have applied for. Salary negotiation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to be confidence, polite, calm and honest.
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
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About my skills and previous experience
  • Q2. How i executed complex tasks in past
  • Ans. 

    I have executed complex tasks by breaking them down into smaller steps, delegating responsibilities, and closely monitoring progress.

    • Break down the task into smaller, manageable steps

    • Delegate responsibilities to team members based on their strengths

    • Regularly monitor progress and provide support as needed

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

(2 Questions)

  • Q1. Technical excel round
  • Q2. Details about my previous KRAs

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

Medikabazaar Interview FAQs

How many rounds are there in Medikabazaar Administration Manager interview for experienced candidates?
Medikabazaar interview process for experienced candidates usually has 4 rounds. The most common rounds in the Medikabazaar interview process for experienced candidates are Resume Shortlist, HR and One-on-one Round.

Tell us how to improve this page.

Medikabazaar Administration Manager Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Medtronic Interview Questions
4.0
 • 71 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 Administration Manager Salary
based on 4 salaries
₹5.2 L/yr - ₹6.5 L/yr
25% less than the average Administration Manager Salary in India
View more details

Medikabazaar Administration Manager Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
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