Premium Employer

i

This company page is being actively managed by Tata 1mg Team. If you also belong to the team, you can get access from here

Tata 1mg Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Tata 1mg Interview Questions and Answers for Freshers

Updated 27 Jun 2025
Popular Designations

15 Interview questions

An E pharmacy was asked 2mo ago
Q. What is the mechanism of action (MOA) of calcium channel blockers?
Ans. 

Calcium channel blockers inhibit calcium influx in cells, leading to vasodilation and reduced cardiac contractility.

  • Inhibit L-type calcium channels in vascular smooth muscle and cardiac tissue.

  • Result in relaxation of vascular smooth muscle, causing vasodilation.

  • Decrease heart rate and contractility, reducing myocardial oxygen demand.

  • Examples include Amlodipine, Diltiazem, and Verapamil.

  • Used to treat hypertension, ...

A Test Engineer was asked
Q. Write a test case given a specific scenario.
Ans. 

Test case for login functionality

  • Enter valid username and password, verify successful login

  • Enter invalid username and password, verify error message displayed

  • Leave username or password field empty, verify error message displayed

View all Test Engineer interview questions
A Test Engineer was asked
Q. Write an SQL query.
Ans. 

SQL queries are used to retrieve and manipulate data in relational databases effectively.

  • Use SELECT to retrieve data, e.g., SELECT * FROM employees;

  • WHERE clause filters results, e.g., SELECT * FROM employees WHERE age > 30;

  • JOIN combines rows from two or more tables, e.g., SELECT * FROM orders JOIN customers ON orders.customer_id = customers.id;

  • GROUP BY aggregates data, e.g., SELECT department, COUNT(*) FROM emp...

View all Test Engineer interview questions
A Security Guard was asked
Q. What is your educational qualification?
Ans. 

I have a high school diploma and additional training in security procedures.

  • High school diploma

  • Additional training in security procedures

View all Security Guard interview questions
A Software Developer was asked
Q. 

Next Greater Element Problem Statement

You are provided with an array or list ARR containing N positive integers. Your task is to determine the Next Greater Element (NGE) for each element in the array.

Th...

Ans. 

The task is to find the next greater element for each element in an array.

  • Iterate through the array from right to left

  • Use a stack to keep track of the elements

  • For each element, pop elements from the stack until a greater element is found or the stack is empty

  • If a greater element is found, it is the next greater element for the current element

  • If the stack becomes empty, there is no greater element to the right

  • Store...

View all Software Developer interview questions
A Software Developer was asked
Q. 

Merge Two Sorted Linked Lists Problem Statement

You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and return the head of the combined linked list.

...

Ans. 

The task is to merge two sorted linked lists into a single sorted linked list.

  • Create a new linked list to store the merged list

  • Compare the values of the nodes from both lists and add the smaller value to the new list

  • Move the pointer of the list with the smaller value to the next node

  • Repeat the comparison and addition until one of the lists is empty

  • Add the remaining nodes from the non-empty list to the new list

  • Retu...

View all Software Developer interview questions
A Software Developer was asked
Q. 

Rotational Equivalence of Strings Problem Statement

Given two strings 'P' and 'Q' of equal length, determine if string 'P' can be transformed into string 'Q' by cyclically rotating it to the right any numb...

Ans. 

The task is to check if one string can be converted into another string by cyclically rotating it to the right any number of times.

  • Iterate through each character of the first string and check if it matches the corresponding character in the second string after a certain number of cyclic rotations.

  • If all characters match for any number of cyclic rotations, then the first string can be converted into the second stri...

View all Software Developer interview questions
Are these interview questions helpful?
A Software Developer was asked
Q. 

Longest Palindromic Subsequence Problem Statement

Given a string A consisting of lowercase English letters, determine the length of the longest palindromic subsequence within A.

Explanation:

  • A subseque...
Ans. 

The task is to find the length of the longest palindromic subsequence in a given string.

  • A subsequence is a sequence generated from a string after deleting some or no characters of the string without changing the order of the remaining string characters.

  • A string is said to be palindrome if the reverse of the string is the same as the actual string.

  • Find the longest palindromic subsequence by considering all possible...

View all Software Developer interview questions
A Software Developer was asked
Q. 

LRU Cache Implementation

Design and implement a data structure for the Least Recently Used (LRU) cache, which supports the following operations:

1. get(key) - Return the value associated with the key if i...
Ans. 

Implement a Least Recently Used (LRU) cache data structure with get and put operations.

  • Use a combination of a hashmap and a doubly linked list to efficiently implement the LRU cache.

  • Keep track of the least recently used item and remove it when the cache reaches its capacity.

  • Update the position of an item in the cache whenever it is accessed or updated.

  • Ensure constant time complexity for both get and put operations...

View all Software Developer interview questions
A Software Developer was asked
Q. 

Biggest Number Formation Problem

Your task is to construct the largest number possible by concatenating each of the provided positive integers in the array exactly once.

Input:

Integer T denoting the num...
Ans. 

Construct the largest number by concatenating positive integers in the array exactly once.

  • Sort the array of integers in a way that the concatenation of the numbers forms the largest possible number.

  • Use a custom comparator function to sort the numbers based on their concatenated values.

  • Join the sorted array elements to form the final largest number.

View all Software Developer interview questions

Tata 1mg Interview Experiences for Freshers

17 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL questions based on joins
  • Q2. Running sum questions
Round 2 - Case Study 

Case studies based on one of your projects which you had done in your past organisation

Round 3 - Case Study 

How would you approach a problem of auto application of coupon

Round 4 - Case Study 

Brainstorming on a case studies

Area Manager Interview Questions & Answers

user image bharat bhanushali

posted on 24 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How can u help organisation to grow ?
  • Ans. 

    I can drive growth by enhancing operational efficiency, fostering team development, and leveraging data-driven strategies.

    • Implement data analytics to identify market trends and customer needs, leading to targeted product offerings.

    • Enhance team performance through regular training and development programs, improving employee engagement and productivity.

    • Streamline operations by adopting lean management techniques, reduci...

  • Answered by AI
  • Q2. How good are you handling people
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why should we hire you ?
  • Ans. 

    I bring a proven track record of leadership, strategic planning, and operational excellence that aligns with your company's goals.

    • Extensive experience in managing diverse teams, leading to a 20% increase in productivity in my previous role.

    • Strong analytical skills that helped identify cost-saving opportunities, resulting in a 15% reduction in operational expenses.

    • Proven ability to implement effective training programs,...

  • Answered by AI
  • Q2. Are you willing to relocate ?
Round 3 - One-on-one 

(2 Questions)

  • Q1. Where can u see yourself in 3 years?
  • Q2. What you don't like about previous company ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always to prepare for general question..say something related to it ..

Store Manager Interview Questions & Answers

user image Anonymous

posted on 15 May 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. As par knowledge
  • Q2. As par your experence

Interview Preparation Tips

Interview preparation tips for other job seekers - N/A

Intern Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What was the most difficult challenge you faced, and how did you overcome it?
  • Ans. 

    I faced a significant challenge during a group project where team dynamics were poor, but I facilitated communication to overcome it.

    • Identified communication breakdowns within the team.

    • Organized a meeting to address concerns and set clear roles.

    • Encouraged open dialogue to foster collaboration.

    • Implemented regular check-ins to monitor progress and morale.

    • Resulted in a successful project completion and improved team cohes...

  • Answered by AI
  • Q2. What strategies can be implemented to achieve organic reach?
  • Ans. 

    Implementing effective strategies can significantly enhance organic reach on social media and digital platforms.

    • Create high-quality, engaging content that resonates with your audience. For example, infographics or how-to videos.

    • Utilize SEO techniques to optimize content for search engines, such as using relevant keywords and meta tags.

    • Leverage social media platforms by posting consistently and engaging with followers t...

  • Answered by AI
Interview experience
4
Good
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 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Insulin is administered by which route
Round 2 - One-on-one 

(1 Question)

  • Q1. Cold chain management
  • Ans. 2 to 5 degree Celsius temperature
  • Answered Anonymously
Round 3 - HR 

(1 Question)

  • Q1. Are you comfortable for this job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in Nov 2024.

Round 1 - Coding Test 

There were 2 questions, first one was the three sum problem of leetcode and the second one was related to stacks amd strings

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coding questions related to array list
  • Q2. Basic testing concepts
  • Q3. To write SQL query
  • Ans. 

    SQL queries are used to retrieve and manipulate data in relational databases effectively.

    • Use SELECT to retrieve data, e.g., SELECT * FROM employees;

    • WHERE clause filters results, e.g., SELECT * FROM employees WHERE age > 30;

    • JOIN combines rows from two or more tables, e.g., SELECT * FROM orders JOIN customers ON orders.customer_id = customers.id;

    • GROUP BY aggregates data, e.g., SELECT department, COUNT(*) FROM employee...

  • Answered by AI
  • Q4. Write test case by giving some scenario
  • Ans. 

    Test case for login functionality

    • Enter valid username and password, verify successful login

    • Enter invalid username and password, verify error message displayed

    • Leave username or password field empty, verify error message displayed

  • Answered by AI

Skills evaluated in this interview

Warehouse Assistant Interview Questions & Answers

user image Ashutosh Chaurasia

posted on 6 Apr 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What do you want to pursue next in your studies?( Actually They Wanna Know That You're a long term guy or you leave the company in the middle)
  • Q2. Just nothing more...

Interview Questions & Answers

user image Anonymous

posted on 29 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Apr 2024, where I was asked the following questions.

  • Q1. What terms do doctors use for dosage in prescriptions?
  • Q2. What is the mechanism of action (MOA) of calcium channel blockers?

Auditor Interview Questions & Answers

user image Anonymous

posted on 1 May 2025

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

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Tell me about yourself
  • Q2. Vlookup Formula and keyboard shortcuts
  • Q3. About hobby and family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go there is no future in this company until the entire banglore location management changes filled with there own relatives and friends u will get nothing to grow

What people are saying about Tata 1mg

View All
fasterdonut
Verified Icon
2w
works at
Tata 1mg
Toxic Hr
Recently I joined a company I feel the hr is so toxic that she rarely replies to my mails/calls, how ignorant she is if I ask about leave she sees the message and doesn't even care to reply. Please help what to do as I recently joined and can't complain to my tm. Anyone facing the same issue?
Got a question about Tata 1mg?
Ask anonymously on communities.

Tata 1mg Interview FAQs

How many rounds are there in Tata 1mg interview for freshers?
Tata 1mg interview process for freshers usually has 2-3 rounds. The most common rounds in the Tata 1mg interview process for freshers are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Tata 1mg interview for freshers?
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 Tata 1mg. The most common topics and skills that interviewers at Tata 1mg expect are Communication Skills, Marketing, Internship, Recruitment and Content Writing.
What are the top questions asked in Tata 1mg interview for freshers?

Some of the top questions asked at the Tata 1mg interview for freshers -

  1. What is the mechanism of action (MOA) of calcium channel blocke...read more
  2. What terms do doctors use for dosage in prescriptio...read more
  3. Insulin is administered by which ro...read more
What are the most common questions asked in Tata 1mg HR round for freshers?

The most common HR questions asked in Tata 1mg interview are for freshers -

  1. Why are you looking for a chan...read more
  2. What are your strengths and weakness...read more
  3. What are your salary expectatio...read more
How long is the Tata 1mg interview process?

The duration of Tata 1mg interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.2/5

based on 10 interview experiences

Difficulty level

Easy 22%
Moderate 78%

Duration

Less than 2 weeks 75%
2-4 weeks 13%
6-8 weeks 13%
View more
Join Tata 1mg We bring you closer to better health

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 464 Interviews
Meesho Interview Questions
3.7
 • 361 Interviews
CARS24 Interview Questions
3.5
 • 359 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Zepto Interview Questions
3.5
 • 289 Interviews
BlackBuck Interview Questions
3.7
 • 193 Interviews
Digit Insurance Interview Questions
3.8
 • 158 Interviews
Paisabazaar.com Interview Questions
3.4
 • 152 Interviews
Urban Company Interview Questions
3.4
 • 143 Interviews
Ninjacart Interview Questions
3.9
 • 99 Interviews
View all

Tata 1mg Reviews and Ratings

based on 1.3k reviews

3.6/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.4

Salary

3.3

Job security

3.4

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 1.3k Reviews and Ratings
Store Manager

Asansol

4-9 Yrs

₹ 2.8-4 LPA

Store Manager

Ghaziabad

4-9 Yrs

Not Disclosed

Senior Pharmacist , Pharmacist

Asansol

1-6 Yrs

Not Disclosed

Explore more jobs
Pharmacist
283 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Team Lead
280 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Senior Executive
269 salaries
unlock blur

₹2.2 L/yr - ₹6.1 L/yr

Assistant Manager
204 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Executive
162 salaries
unlock blur

₹1.9 L/yr - ₹6 L/yr

Explore more salaries
Compare Tata 1mg with

PharmEasy

3.7
Compare

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare
write
Share an Interview