AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Ultra Drugs

Compare button icon Compare button icon Compare
3.8

based on 45 Reviews

Play video Play video Video summary
  • About
  • Reviews
    45
  • Salaries
    215
  • Interviews
    1
  • Jobs
    -
  • Benefits
    2
  • Photos
    -

Filter interviews by

Ultra Drugs Interview Questions and Answers

Updated 18 Apr 2025

Ultra Drugs Interview Experiences

1 interview found

Purchase Executive Interview Questions & Answers

user image Anonymous

posted on 18 Apr 2025

Interview experience
5
Excellent
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. About my family and personal background
  • Add your answer
  • Q2. Related to your job profile
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
1w (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 Ultra Drugs?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Engineer Interview Questions & Answers

SVF Entertainment user image Anonymous

posted on 22 Apr 2021

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

Interview Questionnaire 

3 Questions

  • Q1. How are you?
  • Add your answer
  • Q2. Experience
  • Add your answer
  • Q3. Ctc
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - be patiente
Anonymous
company Logo

Software Developer Interview Questions & Answers

IntelliMedia Networks user image Anonymous

posted on 4 May 2019

Interview Questionnaire 

2 Questions

  • Q1. About previously done projects and OOPS, c#, SQL, and AngularJS
  • Add your answer
  • Q2. Offer Discussion
  • Add your answer
Anonymous
company Logo

Intern Interview Questions & Answers

PMN Patralok user image Alshifa Taj Shaikh (alshifa)

posted on 3 May 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
  • Q1. Tell me about yourself
  • Add your answer
  • Q2. List three current trending news.
  • Add your answer
Anonymous
company Logo

Senior Associate Interview Questions & Answers

EssentiallySports user image Anonymous

posted on 24 Jun 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. My previous work exp
  • Add your answer
  • Q2. What is your view on storytelling
  • Ans. 

    Storytelling is a powerful tool for communication, fostering connection and understanding through shared narratives.

    • Engages the audience emotionally, making information more relatable.

    • Can simplify complex ideas; for example, using patient stories in healthcare to explain treatment benefits.

    • Enhances memory retention; people remember stories better than facts alone.

    • Builds brand identity; companies like Apple use storytel...

  • Answered by AI
    Add your answer
Anonymous
company Logo

Software Engineer Interview Questions & Answers

GoDaddy user image Anonymous

posted on 26 Aug 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic details around experience
  • Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic details and system design
  • Add your answer
Round 3 - Technical 

(1 Question)

  • Q1. Coding for a solution
  • Add your answer
Anonymous
company Logo

Software Developer Interview Questions & Answers

GoDaddy user image Anonymous

posted on 3 Oct 2024

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

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are statics functions in OOPS
  • Ans. 

    Static functions in OOP are functions that belong to the class itself, rather than to instances of the class.

    • Static functions can be called without creating an instance of the class.

    • They are commonly used for utility functions that do not require access to instance-specific data.

    • Static functions are declared using the 'static' keyword in many programming languages.

    • Example: In Java, a static function in a class can be c...

  • Answered by AI
    Add your answer
  • Q2. What is Polymorphism in OOPs
  • Ans. 

    Polymorphism in OOPs allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism allows methods to be called on objects of different classes that all inherit from a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overriding in inheritance and method overloading within the same class.

  • Answered by AI
    Add your answer
  • Q3. What is websockets and its alternative
  • Ans. 

    Websockets are a communication protocol that allows for full-duplex communication between a client and a server over a single, long-lived connection.

    • Websockets provide real-time, bi-directional communication between a client and a server.

    • They are commonly used in applications that require instant updates, such as chat applications, online gaming, and financial trading platforms.

    • Websockets use a persistent connection, u...

  • Answered by AI
    Add your answer
  • Q4. What is JWT and How it works
  • Ans. 

    JWT stands for JSON Web Token, a compact and self-contained way for securely transmitting information between parties as a JSON object.

    • JWT is composed of three parts: header, payload, and signature.

    • Header typically consists of the type of token and the hashing algorithm being used.

    • Payload contains the claims, which are statements about an entity and additional data.

    • Signature is created by encoding the header, payload, ...

  • Answered by AI
    Add your answer

Skills evaluated in this interview

Anonymous
Are these interview questions helpful?
company Logo

Software Developer Interview Questions & Answers

GoDaddy user image Anonymous

posted on 13 Oct 2024

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions 1 easy ,1 hard , 20 MCQ question and 1 SQL question

Round 2 - Technical 

(2 Questions)

  • Q1. Asked questions of coding round
  • Add your answer
  • Q2. Questions about project ,jwt architecture,nextjs vs react
  • Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. 2 SQL query using group by
  • Ans. 

    SQL queries using GROUP BY aggregate data based on specified columns, allowing for summary statistics.

    • GROUP BY is used to arrange identical data into groups.

    • Example: SELECT department, COUNT(*) FROM employees GROUP BY department; - counts employees per department.

    • You can use aggregate functions like SUM, AVG, MAX, MIN with GROUP BY.

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department; - calculates...

  • Answered by AI
    Add your answer
  • Q2. Question about projects and cs fundamentals
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your project well,learn theory of technology used
Anonymous
company Logo

Software Developer Interview Questions & Answers

Pocket FM user image Anonymous

posted on 21 Aug 2024

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Medium to hard level problem questions and basic subjects fundamentals mcqs

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic OS questions
  • Add your answer
  • Q2. Basic CN questions
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Grap a good command on subject and low level and pray to God you will be selected
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Pocket FM user image Anonymous

posted on 27 Jun 2024

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Coding Test 

Questions can be found on Leetcode

Anonymous
More about working at Ultra Drugs
  • HQ - Baddi, Himachal Pradesh, India
  • Media & Entertainment
  • 51-200 Employees (India)

Ultra Drugs Interview FAQs

How to prepare for Ultra Drugs 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 Ultra Drugs. The most common topics and skills that interviewers at Ultra Drugs expect are Sales, Accounting, Business Development, Purchase and Production.
What are the top questions asked in Ultra Drugs interview?

Some of the top questions asked at the Ultra Drugs interview -

  1. about my family and personal backgro...read more
  2. related to your job prof...read more

Tell us how to improve this page.

Interview Questions for Popular Designations

  • Analyst Interview Questions
  • Software Engineer Interview Questions
  • Senior Associate Interview Questions
  • Consultant Interview Questions
  • Associate Software Engineer Interview Questions
  • Accountant Interview Questions
  • System Engineer Interview Questions
  • Manager Interview Questions
  • Show more
  • Assistant Manager Interview Questions
  • HR Executive Interview Questions

Overall Interview Experience Rating

3.4/5

based on 5 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Pocket FM
Pocket FM Interview Questions
2.7
 • 59 Interviews
EssentiallySports
EssentiallySports Interview Questions
3.9
 • 18 Interviews
GoDaddy
GoDaddy Interview Questions
3.0
 • 14 Interviews
Adaan Digital Solution
Adaan Digital Solution Interview Questions
2.3
 • 11 Interviews
PMN Patralok
PMN Patralok Interview Questions
4.5
 • 9 Interviews
The Dollar Business
The Dollar Business Interview Questions
3.0
 • 7 Interviews
IntelliMedia Networks
IntelliMedia Networks Interview Questions
3.4
 • 6 Interviews
SVF Entertainment
SVF Entertainment Interview Questions
3.1
 • 6 Interviews
Square One Media Solutions
Square One Media Solutions Interview Questions
4.6
 • 6 Interviews
YoBoHo New Media
YoBoHo New Media Interview Questions
3.1
 • 5 Interviews
View all

Ultra Drugs Reviews and Ratings

based on 45 reviews

3.8/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

3.4

Salary

3.7

Job security

3.4

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 45 Reviews and Ratings
Ultra Drugs Salaries in India
Purchase Executive
6 salaries
unlock blur

₹1.4 L/yr - ₹3.7 L/yr

Production Officer
5 salaries
unlock blur

₹1.8 L/yr - ₹2.8 L/yr

Ipqa Officer
5 salaries
unlock blur

₹1.3 L/yr - ₹3.2 L/yr

Executive
5 salaries
unlock blur

₹2.3 L/yr - ₹4.7 L/yr

Assistant Manager
5 salaries
unlock blur

₹3.8 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Ultra Drugs with
Pocket FM

Pocket FM

2.7
Compare
Yamaha Music India

Yamaha Music India

3.9
Compare
EssentiallySports

EssentiallySports

3.9
Compare
Adaan Digital Solution

Adaan Digital Solution

2.3
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Ultra Drugs Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter