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
4.6

based on 532 Reviews

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

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

(1 Question)

  • Q1. Asp.Net + C# technicals
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Last organization worked with
  • Q2. Why do you want to left thw company
Round 2 - Technical 

(2 Questions)

  • Q1. Why u want to join in ps Department
  • Q2. What is gd &t
  • Ans. 

    GD&T stands for Geometric Dimensioning and Tolerancing, a system used to define and communicate engineering tolerances.

    • GD&T is a system for defining and communicating engineering tolerances

    • It uses symbols, dimensions, and tolerances to specify the geometry of parts

    • GD&T ensures that parts are manufactured to the correct dimensions and fit together properly

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics to be clear
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced Senior Analyst with a background in financial analysis and data interpretation.

    • Over 5 years of experience in analyzing financial data and providing strategic recommendations

    • Proficient in using various analytical tools and software such as Excel, Tableau, and SQL

    • Strong communication skills with a proven track record of presenting complex data to stakeholders

    • Ability to work independently and as part of a team

  • Answered by AI
  • Q2. What is your notice period?
  • Ans. 

    My notice period is currently one month.

    • Notice period is one month

    • I am required to give one month notice before leaving my current position

    • I can start in one month if selected for this role

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are various GST returns?
  • Q2. What is deferred tax asset?
  • Ans. 

    Deferred tax asset is an asset on a company's balance sheet that arises due to temporary differences between accounting and tax rules.

    • Deferred tax assets can be used to reduce future tax liabilities.

    • They typically arise from expenses recognized in financial statements before they are recognized for tax purposes.

    • Examples include prepaid expenses, depreciation, and bad debt provisions.

    • Companies must assess the likelihood...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. DSA question, String constant pool Project related basic

Interview Preparation Tips

Topics to prepare for Varian Medical Systems Senior Software Engineer interview:
  • DSA
  • OOPS
Interview preparation tips for other job seekers - Prepare oops and dsa
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in Dec 2022. There were 2 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 

(6 Questions)

  • Q1. How do you find the code performance issue in the code deployed in production?
  • Ans. 

    To find code performance issues in production, use monitoring tools and profiling techniques.

    • Use monitoring tools like New Relic, AppDynamics, or Datadog to track performance metrics and identify bottlenecks.

    • Use profiling techniques like CPU profiling, memory profiling, and network profiling to pinpoint specific areas of the code that are causing performance issues.

    • Analyze logs and error messages to identify patterns a...

  • Answered by AI
  • Q2. What is asynchronous programming
  • Ans. 

    Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking each other.

    • Asynchronous programming is used to improve the performance of applications that require a lot of I/O operations.

    • It involves the use of callbacks, promises, and async/await keywords in JavaScript.

    • Asynchronous programming can be used in both front-end and back-end development.

    • Examples of asynchro...

  • Answered by AI
  • Q3. Write a program to change background after every 0.5 sec interval to orange,white,green on button click in Angular?
  • Ans. 

    Program to change background color on button click in Angular

    • Create a button in Angular template

    • Add click event listener to the button

    • Use setInterval() function to change background color after every 0.5 sec

    • Use ngStyle directive to change background color dynamically

  • Answered by AI
  • Q4. How to load a component only after 3 of my services are loaded?
  • Ans. 

    Use Angular's 'resolve' property to load component after services are loaded.

    • Create a resolver service that waits for all three services to complete before resolving.

    • Add the resolver service to the 'resolve' property of the component's route.

    • Access the resolved data in the component using the ActivatedRoute service.

    • Example: { path: 'my-component', component: MyComponent, resolve: { data: MyResolverService } }

  • Answered by AI
  • Q5. What is difference between iquerable and ienumrable
  • Ans. 

    IQueryable is for querying data from a source that implements IQueryable interface while IEnumerable is for iterating over a collection of data.

    • IQueryable is used for deferred execution while IEnumerable is used for immediate execution.

    • IQueryable is used for querying data from a remote data source while IEnumerable is used for querying data from an in-memory collection.

    • IQueryable is more efficient for large datasets as...

  • Answered by AI
  • Q6. When you go with entity framework and ado.net
  • Ans. 

    Entity Framework is an ORM while ADO.NET is a data access technology.

    • Entity Framework is easier to use and provides more abstraction than ADO.NET.

    • ADO.NET is faster and more flexible than Entity Framework.

    • Use Entity Framework for simple CRUD operations and ADO.NET for complex queries and performance-critical applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on skills from your resume. Prepare more on Angular,Design patterns. Should have knowledge on Azure.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. THEY ONLY ASK ABOUT YOUR TECHNICAL KNOWLEDGE
  • Q2. THEY ALSO ASK FOR PAPER WORK KNOWLEDGE AS WELL

Interview Preparation Tips

Interview preparation tips for other job seekers - OVER ALL GOOD PEOPLE. GREAT INTERVIEW AND ALSO GIVING OPPORTUNITIES TO FRESHERS ALSO.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 3 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 

(2 Questions)

  • Q1. Technical related to basic electronics
  • Q2. Question related to last field in which you are working
Round 3 - Technical 

(2 Questions)

  • Q1. Technical questions by technical head
  • Q2. Related to life care system

Interview Preparation Tips

Interview preparation tips for other job seekers - Plz read your last job profile carefully and try only by looking company background.if it is related to your profile and working culture match you then only u can apply

Interview Questionnaire 

1 Question

  • Q1. Could you explain the significance of documentation?
  • Ans. 

    Documentation is crucial for recording and communicating important information.

    • Documentation helps in maintaining a record of important information.

    • It helps in communicating information to others in a clear and concise manner.

    • Documentation ensures consistency and accuracy in processes and procedures.

    • It helps in identifying and addressing issues and problems.

    • Documentation is important for legal and regulatory compliance...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and have a thorough understanding of whatever you're claiming you've knowledge of.

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. APQP,lean concepts, 6 sigma project,7 qc tools,other technical questions
  • Q2. Be cool & answer with confidence what ever you know add only value adding points in your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool & confidence

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

Tata 1mg Interview Questions
3.7
 • 145 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
Practo Interview Questions
3.1
 • 74 Interviews
Poly Medicure Interview Questions
3.8
 • 54 Interviews
HealthifyMe Interview Questions
3.0
 • 45 Interviews
Netmeds.com Interview Questions
3.6
 • 41 Interviews
Stryker Interview Questions
4.0
 • 41 Interviews
Alcon Interview Questions
3.7
 • 34 Interviews
View all
Medikabazaar Senior Manager Salary
based on 15 salaries
₹9 L/yr - ₹20.8 L/yr
33% 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

Senior Software Engineer
15 salaries
unlock blur

₹9 L/yr - ₹22 L/yr

Senior Manager
15 salaries
unlock blur

₹9 L/yr - ₹20.8 L/yr

Explore more salaries
Compare Medikabazaar with

Tata 1mg

3.7
Compare

PharmEasy

3.7
Compare

Netmeds.com

3.6
Compare

Practo

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