Upload Button Icon Add office photos
Engaged Employer

i

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

Pharmarack Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Pharmarack Technologies Marketing Manager Interview Questions and Answers

Updated 10 Sep 2023

Pharmarack Technologies Marketing Manager Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Aug 2023. 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 - HR 

(5 Questions)

  • Q1. I am working for Pharmarack company, but this HR question is Pharmarack Releted
  • Ans. 

    I know Pharmarack very well, I worked a lot of time in Pharmarack, I solved a lot of problems, my experience in Pharmarack is very good.

  • Answered Anonymously
  • Q2. Pharmarack experience releted question
  • Ans. 

    I have 1 year experience Pharmarack company.

  • Answered Anonymously
  • Q3. Personal information
  • Q4. Education Information and work related
  • Ans. 

    BBA , MBA , and Other MSCIT and Tally.

  • Answered Anonymously
  • Q5. Family releted question

Interview questions from similar companies

Assistant Manager Interview Questions & Answers

DotPe user image Saurav Singh Sisodiya

posted on 9 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Background, previous experience
  • Q2. Educational background related questions
  • Q3. Previous experience and job role
Interview experience
4
Good
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Technical roumd hospital billing
Round 2 - Technical 

(2 Questions)

  • Q1. Technical rcm hospital billing & provider billing
  • Q2. Technical rcm hospital billing and provider billing

I applied via LinkedIn and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Hospital Billing Related
  • Q2. Please be prepared with complete Hospital billing process

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prompt in answering the questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com 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 - Technical 

(3 Questions)

  • Q1. Technical question
  • Q2. Question related to previous job profile
  • Q3. Question related to current profile
Round 3 - Technical 

(2 Questions)

  • Q1. Technical question
  • Q2. Question related to job profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident be focused
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Brifing about yourself

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

Interview Questionnaire 

1 Question

  • Q1. Planning, Estimation, Risk Management, Technical queries in 5G and 4,G Protocol

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for 5G 4G protocol and Software management Topics

I applied via Campus Placement and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude topics, 30 mins - 30 questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case Study for how to design a data Lake ? standard questions - tell me about yourself, why us
  • Q2. Case Study for how to design a chess game

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Intern interview:
  • SQL
  • Java
Interview preparation tips for other job seekers - Easy, They want to check for approach and ability of the candidate

Interview Questionnaire 

1 Question

  • Q1. Filters in Tableau,sql
  • Ans. 

    Filters in Tableau and SQL are used to narrow down data based on specific criteria.

    • Filters in Tableau can be applied to individual worksheets or the entire dashboard

    • SQL filters can be applied using the WHERE clause

    • Tableau filters can be based on dimensions or measures

    • SQL filters can be based on any column in the table

    • Tableau filters can be interactive, allowing users to adjust the criteria

    • SQL filters can be combined wi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql,tableau,python, business understanding

Skills evaluated in this interview

I appeared for an interview before Mar 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on DSA were discussed.

  • Q1. 

    Ninja and Sorted Array Merging Problem

    Ninja is tasked with merging two given sorted integer arrays ARR1 and ARR2 of sizes 'M' and 'N', respectively, such that the merged result is a single sorted array w...

  • Ans. 

    Merge two sorted arrays into one sorted array within the first array.

    • Create a pointer for the last index of ARR1 and ARR2 to start merging from the end.

    • Compare elements from both arrays and place the larger element at the end of ARR1.

    • Continue this process until all elements are merged in sorted order within ARR1.

  • Answered by AI
  • Q2. 

    Reverse Alternate Levels of a Perfect Binary Tree Problem Statement

    Given a perfect binary tree consisting of 'N' nodes, reverse the nodes at alternate levels in the tree (i.e., reverse level 2, level 4, ...

  • Ans. 

    Reverse alternate levels of a perfect binary tree by reversing nodes at even levels starting from level 2.

    • Traverse the tree in level order and store nodes at even levels in a separate list.

    • Reverse the list of nodes at even levels.

    • Update the tree with the reversed nodes at even levels.

    • Repeat the process for alternate levels starting from level 2.

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on OS, Java were discussed.

  • Q1. What are the characteristics of distributed file systems?
  • Ans. 

    Characteristics of distributed file systems include scalability, fault tolerance, and data replication.

    • Scalability: Distributed file systems can easily scale to accommodate a large amount of data and users.

    • Fault tolerance: They are designed to continue functioning even if some components fail, ensuring high availability.

    • Data replication: Data is often replicated across multiple nodes to ensure reliability and performan...

  • Answered by AI
  • Q2. Design a file sharing mechanism between two users.
  • Ans. 

    Design a file sharing mechanism between two users.

    • Implement a secure login system for both users.

    • Allow users to upload files to a shared server.

    • Provide a way for users to view and download files shared by the other user.

    • Implement access control to ensure only authorized users can access the shared files.

  • Answered by AI
  • Q3. What is ConcurrentHashMap in Java?
  • Ans. 

    ConcurrentHashMap is a thread-safe implementation of the Map interface in Java.

    • ConcurrentHashMap allows multiple threads to read and write to the map concurrently without causing any issues like deadlocks or data corruption.

    • It achieves thread-safety by dividing the map into segments, each of which can be locked independently.

    • ConcurrentHashMap is more efficient than using synchronized maps for concurrent access.

    • Example:...

  • Answered by AI
  • Q4. How do you analyze the usage history of an application?
  • Ans. 

    Analyzing usage history involves tracking user interactions, patterns, and trends to improve application performance.

    • Collect and store user interaction data such as clicks, page views, and time spent on each feature.

    • Use analytics tools to generate reports and visualize usage patterns.

    • Identify popular features, user preferences, and areas for improvement based on usage data.

    • Implement A/B testing to compare different ver...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAHike interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPS, Operating SystemsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Pharmarack Technologies Interview FAQs

How many rounds are there in Pharmarack Technologies Marketing Manager interview?
Pharmarack Technologies interview process usually has 2 rounds. The most common rounds in the Pharmarack Technologies interview process are Resume Shortlist and HR.
How to prepare for Pharmarack Technologies Marketing Manager 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 Pharmarack Technologies. The most common topics and skills that interviewers at Pharmarack Technologies expect are Content Marketing, Digital Advertising, Digital Branding, Marketing Strategy and Product Marketing.
What are the top questions asked in Pharmarack Technologies Marketing Manager interview?

Some of the top questions asked at the Pharmarack Technologies Marketing Manager interview -

  1. I am working for Pharmarack company, but this HR question is Pharmarack Rele...read more
  2. pharmarack experience releted quest...read more
  3. Education Information and work rela...read more

Tell us how to improve this page.

Pharmarack Technologies Marketing Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CMS IT Services Interview Questions
3.1
 • 138 Interviews
Arcesium Interview Questions
3.5
 • 79 Interviews
Mavenir Systems Interview Questions
3.4
 • 56 Interviews
DotPe Interview Questions
3.1
 • 38 Interviews
Hike Interview Questions
3.6
 • 32 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
Black Knight Interview Questions
3.6
 • 28 Interviews
View all
Pharmarack Technologies Marketing Manager Salary
based on 8 salaries
₹2.4 L/yr - ₹5 L/yr
74% less than the average Marketing Manager Salary in India
View more details

Pharmarack Technologies Marketing Manager Reviews and Ratings

based on 3 reviews

3.5/5

Rating in categories

2.9

Skill development

2.8

Work-life balance

2.3

Salary

1.6

Job security

3.7

Company culture

1.9

Promotions

3.6

Work satisfaction

Explore 3 Reviews and Ratings
Business Development Executive
111 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Marketing Executive
97 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Technical Support Engineer
60 salaries
unlock blur

₹2.6 L/yr - ₹4.3 L/yr

Regional Sales Manager
56 salaries
unlock blur

₹6.9 L/yr - ₹14.2 L/yr

Technical Support Executive
38 salaries
unlock blur

₹2.2 L/yr - ₹4.1 L/yr

Explore more salaries
Compare Pharmarack Technologies with

CMS IT Services

3.1
Compare

Quantiphi Analytics Solutions Private Limited

3.2
Compare

PrimEra Medical Technologies

3.5
Compare

Mavenir Systems

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