Upload Button Icon Add office photos

Medlife

Compare button icon Compare button icon Compare

Filter interviews by

Medlife Interview Questions, Process, and Tips

Updated 22 Jun 2024

Top Medlife Interview Questions and Answers

View all 13 questions

Medlife Interview Experiences

Popular Designations

27 interviews found

Software Engineer Interview Questions & Answers

user image nerella saikrishna

posted on 9 Jan 2016

Interview Questionnaire 

12 Questions

  • Q1. Insert a node in a Linked List, if a pointer to a node(it's not a head pointer) of Linked List is given.
  • Q2. What is the Time Complexity of Binary Search and it's 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 array.

    • T...

  • Answered by AI
  • Q3. 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

  • Answered by AI
  • Q4. Write code for Fibonacci Series using Recursion, Iteration and Dynamic Programming
  • Ans. 

    Code for Fibonacci Series using Recursion, Iteration and Dynamic Programming

    • Recursion: Define a function that calls itself with the previous two numbers in the series as arguments

    • Iteration: Use a loop to calculate the series by adding the previous two numbers in each iteration

    • Dynamic Programming: Store the previous two numbers in variables and use them to calculate the next number in the series

  • Answered by AI
  • Q5. How to implement an operation with Stacks which will be similar to Queue
  • 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

  • Answered by AI
  • Q6. Write code for MergeSort
  • 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

  • Answered by AI
  • Q7. 2 types of detective ball puzzles
  • Q8. 25 Horses, 5 Tracks, 3 Fastest Puzzle
  • Q9. How the letters of a text are determined(Basically about OCR)
  • Q10. Write code for Insertion Sort and Selection Sort and find their time complexities and also the cases where their usage is efficient
  • Q11. Explain about Counting Sort
  • 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 their

  • Answered by AI
  • Q12. When we type a part of a word in chrome, how is it able to show all the types of words, which are consisted of 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 are di...

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: First Question, at the start I was not able to answer and he gave me an hint(He asked me the insertion in an array). So, I got the idea for the insertion in Linked List and was able to answer it.
Remaining questions, I was able to answer confidently.
Tips: Take your own time in answering a question and be clear over your answer before telling about the code that you have written.
If you don't know an answer for some question, just keep telling him simple cases(which are valid), so that the interviewer will sometimes try to guide you through the solution.

Round: Technical Interview
Experience: I was able to answer all the questions confidently, since I know the answers for them, But the last question was out of my scope and I explained based on my intuition and knowledge.
Tips: Take your own time in answering a question and be clear over your answer before telling about the code that you have written.
If you don't know an answer for some question, just keep telling him simple cases(which are valid), so that the interviewer will sometimes try to guide you through the solution.

Round: Technical Interview
Experience: I have given the answers for 1&2 questions with clear explanation. And the third question is again out of my scope and I explained this also based intuition.
Tips: Take your own time in answering a question and be clear over your answer before telling about the code that you have written.
If you don't know an answer for some question, just keep telling him simple cases(which are valid), so that the interviewer will sometimes try to guide you through the solution.

General Tips: Take your own time in answering a question and be clear over your answer before telling about the code that you have written.
If you don't know an answer for some question, just keep telling him simple cases(which are valid), so that the interviewer will sometimes try to guide you through the solution.
Skill Tips: Take your own time in answering a question and be clear over your answer before telling about the code that you have written.
If you don't know an answer for some question, just keep telling him simple cases(which are valid), so that the interviewer will sometimes try to guide you through the solution.
Skills: Logical Puzzles, Algorithms And DataStructures
College Name: IIT Madras
Motivation: 1. Primary Reason: Passionate about Programming and Problem solving.
2. The profile is software Engineer.
3. You can see your idea, having an impact on the society which is possible with this type of company.
4. And a good package.
Funny Moments: Nothing Really...

Skills evaluated in this interview

Top Medlife Software Engineer Interview Questions and Answers

Q1. When we type a part of a word in chrome, how is it able to show all the types of words, which are consisted of that part
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)
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

Outbound Executive Interview Questions asked at other Companies

Q1. What are the Important sections in warehouse, and major activities?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Paat experience
  • Q2. Past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview just brush up your english

Senior Bdm Manager Interview Questions asked at other Companies

Q1. Pan India approach with retaining team ROI Sales
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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. 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.

Senior Pharmacist Interview Questions asked at other Companies

Q1. Schedule G, H, H1 . hypertension disease . types of diabetics. Anti diabetics medicine name with compositions. How to increase sale . How to handle patients. What is necessary for the patients to give Schedule H1 medicine?
View answer (2)

Medlife interview questions for popular designations

 Associate Pharmacist

 (5)

 Pharmacist

 (3)

 Senior IT Support Engineer

 (2)

 Customer Support Executive

 (1)

 Accounts & Finance Executive

 (1)

 Software Engineer

 (1)

 Business Analyst

 (1)

 Data Entry Operator

 (1)

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

Data Entry Operator and Supervisor Interview Questions asked at other Companies

Q1. Which is computer skills you know
View answer (1)
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

Data Entry Operator Interview Questions asked at other Companies

Q1. What is skills matrix of Return center Department?
View answer (43)

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

Phlebotomist Interview Questions asked at other Companies

Q1. How to collect the blood sample in order of drow
View answer (18)
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 

Accounts & Finance Executive Interview Questions asked at other Companies

Q1. What is TDS? Describe section 192 C of TDS.
View answer (1)

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

Associate Pharmacist Interview Questions asked at other Companies

Q1. What is the difference between pharmakodynamic and Pharmakokinetic
Add answer

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

Associate Pharmacist Interview Questions asked at other Companies

Q1. What is the difference between pharmakodynamic and Pharmakokinetic
Add answer

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

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 One-on-one Round.
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. What is the Time Complexity of Binary Search and it's derivat...read more
  3. How to implement an operation with Stacks which will be similar to Qu...read more

Tell us how to improve this page.

Medlife Interview Process

based on 6 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 424 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
PharmEasy Interview Questions
3.7
 • 80 Interviews
MedPlus Interview Questions
3.6
 • 79 Interviews
Practo Interview Questions
3.2
 • 74 Interviews
Netmeds.com Interview Questions
3.6
 • 42 Interviews
Portea Medical Interview Questions
4.3
 • 27 Interviews
HealthKart Interview Questions
4.0
 • 25 Interviews
Medikabazaar Interview Questions
4.5
 • 12 Interviews
Lybrate Interview Questions
3.5
 • 5 Interviews
View all

Medlife Reviews and Ratings

based on 533 reviews

3.7/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.4

Salary

3.1

Job security

3.4

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 533 Reviews and Ratings
Executive Pharmacist
143 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Pharmacist
128 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Pharmacist
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
65 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive Accountant
62 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Medlife with

PharmEasy

3.7
Compare

Netmeds.com

3.6
Compare

Tata 1mg

3.6
Compare

Practo

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