Upload Button Icon Add office photos

Medlife

Compare button icon Compare button icon Compare

Filter interviews by

Medlife Interview Questions and Answers

Updated 22 Jun 2024
Popular Designations

13 Interview questions

A Senior Bdm Manager was asked
Q. Tell me about your past experiences.
Ans. 

My experience in Paat includes strategic planning, team leadership, and successful project execution in various sectors.

  • Led a team of 10 in a Paat project that increased efficiency by 30%.

  • Implemented a new strategy that resulted in a 25% increase in client satisfaction.

  • Collaborated with cross-functional teams to streamline processes and reduce costs.

View all Senior Bdm Manager interview questions
A Software Engineer was asked
Q. Write code for Merge Sort.
Ans. 

MergeSort is a divide and conquer algorithm that sorts an array of strings.

  • Divide the array into two halves

  • Recursively sort the two halves

  • Merge the sorted halves

View all Software Engineer interview questions
A Software Engineer was asked
Q. When we type part of a word in Chrome, how is it able to suggest possible words containing that part?
Ans. 

Chrome uses an algorithm to predict and suggest words based on user input.

  • Chrome's algorithm uses a combination of user history, bookmarks, and popular searches to predict and suggest words.

  • The algorithm also takes into account the frequency and recency of the user's input.

  • Chrome's suggestion feature is powered by Google's Autocomplete API, which uses machine learning to predict and suggest words.

  • The suggestions a...

View all Software Engineer interview questions
A Software Engineer was asked
Q. Explain the Counting Sort algorithm.
Ans. 

Counting Sort is a sorting algorithm that sorts elements by counting the number of occurrences of each unique element.

  • Count the occurrences of each element in the array

  • Calculate the cumulative sum of the counts

  • Place each element in the sorted array based on its count and cumulative sum

  • Time complexity is O(n+k) where n is the number of elements and k is the range of input

  • Example: Sort an array of strings based on t...

View all Software Engineer interview questions
A Software Engineer was asked
Q. How can you implement a queue-like operation using stacks?
Ans. 

Implementing a Queue using Stacks

  • Use two stacks to implement a queue

  • Push elements onto the first stack

  • When dequeuing, pop all elements from the first stack and push onto the second stack

  • Pop the top element from the second stack to dequeue

  • If the second stack is empty, pop all elements from the first stack and push onto the second stack

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is the time complexity of Binary Search and its derivation?
Ans. 

Binary Search has a time complexity of O(log n) and is derived from dividing the search space in half at each step.

  • Binary Search is a search algorithm that works on sorted arrays.

  • It starts by comparing the target value to the middle element of the array.

  • If the target value is smaller, the search continues on the lower half of the array.

  • If the target value is larger, the search continues on the upper half of the ar...

View all Software Engineer interview questions
A Software Engineer was asked
Q. Write code for QuickSort
Ans. 

QuickSort is a sorting algorithm that uses divide and conquer approach.

  • Choose a pivot element from the array

  • Partition the array into two sub-arrays, one with elements less than the pivot and one with elements greater than the pivot

  • Recursively apply the above steps to the sub-arrays

  • Combine the sorted sub-arrays to get the final sorted array

View all Software Engineer interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. How are the letters of a text determined using OCR?
Ans. 

OCR uses algorithms to recognize and convert text from images into machine-readable format.

  • Image Preprocessing: Enhances image quality (e.g., binarization, noise reduction).

  • Character Segmentation: Identifies and separates individual characters from the text.

  • Feature Extraction: Analyzes shapes and patterns of characters (e.g., edges, curves).

  • Classification: Uses machine learning models to match extracted features w...

View all Software Engineer interview questions
A Software Engineer was asked
Q. Given a pointer to a node (that is not the head) in a linked list, how would you insert a new node after it?
Ans. 

Insert a new node after a given node in a linked list without needing the head pointer.

  • To insert a node, create a new node with the desired value.

  • Set the new node's next pointer to the current node's next pointer.

  • Update the current node's next pointer to point to the new node.

  • This operation runs in O(1) time since we only manipulate pointers.

  • Example: If current node is 'A' and we want to insert 'B', after insertio...

View all Software Engineer interview questions
A Business Analyst was asked
Q. Different types of joins in SQL, Delete drop truncate difference
Ans. 

Different types of joins in SQL, Delete drop truncate difference

  • Types of joins: Inner join, Left join, Right join, Full outer join

  • Inner join returns only matching rows from both tables

  • Left join returns all rows from left table and matching rows from right table

  • Right join returns all rows from right table and matching rows from left table

  • Full outer join returns all rows from both tables

  • Delete is used to remove spec...

View all Business Analyst interview questions

Medlife Interview Experiences

27 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was good by know my typing speed

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Paat experience
  • Ans. 

    My experience in Paat includes strategic planning, team leadership, and successful project execution in various sectors.

    • Led a team of 10 in a Paat project that increased efficiency by 30%.

    • Implemented a new strategy that resulted in a 25% increase in client satisfaction.

    • Collaborated with cross-functional teams to streamline processes and reduce costs.

  • Answered by AI
  • Q2. Past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview just brush up your english
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(2 Questions)

  • Q1. Pharmacology Questions were asked.
  • Q2. Pharmacology question were asked and also about Rx.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers.

I applied via Company Website and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Data entry axl sheet
  • Q2. Discuss Dispatch
  • Ans. 

    Dispatch involves the process of organizing and coordinating the delivery of goods or services.

    • Dispatch is an essential part of logistics and supply chain management.

    • It involves scheduling, routing, and tracking of deliveries.

    • Dispatchers ensure timely and efficient delivery by coordinating with drivers and monitoring routes.

    • Examples of dispatch include managing a fleet of delivery trucks, coordinating the delivery of p...

  • Answered by AI
  • Q3. Party handle discussion
  • Q4. Data base discuss
  • Q5. Axle and sheet discuss

Interview Preparation Tips

Interview preparation tips for other job seekers - I am jop this company intrastate

Skills evaluated in this interview

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell something about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool be confident don't hesitate

Phlebotomist Interview Questions & Answers

user image Anonymous

posted on 12 Oct 2021

I applied via Walk-in and was interviewed in Jan 2022. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Simple question regarding blood sample collection

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple only
Round 1 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
Round 2 - Assignment 

I applied via Recruitment Consulltant and was interviewed before Sep 2021. 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 - Technical 

(4 Questions)

  • Q1. Basic candidate info, some question related to pharma(definitions), What company do, and mainly check communication skills (it will be maximum 10 min )
  • Q2. Tell me about yourself
  • Q3. What do you know about medlife
  • Q4. Tell some drug related to cardiovascular disorders
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion, and basic guide about role.
  • Q2. Expected salary and documents to bring on 1 st day

Interview Preparation Tips

Interview preparation tips for other job seekers - This job is good for D.pharm /B.pharm who wants to take computer based job.
The job include everyday target to archieve.

Skills evaluated in this interview

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

Interview Questionnaire 

3 Questions

  • Q1. About medicine marketing
  • Q2. Coustomer problem solving
  • Q3. Kind of coustomer care

Interview Preparation Tips

Interview preparation tips for other job seekers - English speaking must be important

Interview Questions & Answers

user image Anonymous

posted on 28 Jan 2022

Round 1 - Assignment 

Advanced xl vlookup,hlookup,

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. I am vinodkumar immediyetly i have a job in ur company sir/madam

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Medlife?
Ask anonymously on communities.

Medlife Interview FAQs

How many rounds are there in Medlife interview?
Medlife interview process usually has 2 rounds. The most common rounds in the Medlife interview process are HR, Technical and Assignment.
How to prepare for Medlife 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 Medlife. The most common topics and skills that interviewers at Medlife expect are Outbound Sales, inbound, Upsell, Digitization and Sales.
What are the top questions asked in Medlife interview?

Some of the top questions asked at the Medlife interview -

  1. When we type a part of a word in chrome, how is it able to show all the types o...read more
  2. Insert a node in a Linked List, if a pointer to a node(it's not a head pointer)...read more
  3. How to implement an operation with Stacks which will be similar to Qu...read more
What are the most common questions asked in Medlife HR round?

The most common HR questions asked in Medlife interview are -

  1. What are your salary expectatio...read more
  2. What are your strengths and weakness...read more
  3. Where do you see yourself in 5 yea...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.7
 • 474 Interviews
Meesho Interview Questions
3.7
 • 368 Interviews
CARS24 Interview Questions
3.5
 • 361 Interviews
Udaan Interview Questions
3.9
 • 347 Interviews
Zepto Interview Questions
3.5
 • 296 Interviews
BlackBuck Interview Questions
3.7
 • 194 Interviews
Tata 1mg Interview Questions
3.6
 • 186 Interviews
Digit Insurance Interview Questions
3.8
 • 158 Interviews
Paisabazaar.com Interview Questions
3.4
 • 154 Interviews
Urban Company Interview Questions
3.4
 • 143 Interviews
View all

Medlife Reviews and Ratings

based on 536 reviews

3.7/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.3

Salary

3.0

Job security

3.4

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 536 Reviews and Ratings
Executive Pharmacist
130 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Pharmacist
124 salaries
unlock blur

₹1.8 L/yr - ₹4.2 L/yr

Associate Pharmacist
119 salaries
unlock blur

₹2 L/yr - ₹3.8 L/yr

Team Lead
58 salaries
unlock blur

₹1.4 L/yr - ₹5.5 L/yr

MIS Executive
51 salaries
unlock blur

₹2.4 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Medlife with

PharmEasy

3.7
Compare

Udaan

3.9
Compare

Swiggy

3.7
Compare

CARS24

3.5
Compare
write
Share an Interview