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 Senior Product Designer Interview Questions and Answers

Updated 22 Oct 2024

Pharmarack Technologies Senior Product Designer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about Background, Portfolio Screening, disucssion about current work.
Round 2 - One-on-one 

(1 Question)

  • Q1. More about Work experience, real-time problem solving
Round 3 - Assignment 

Design Assignment Discussion

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Had the worst experience giving an interview. The interview process went for more than 2 months with 4 rounds, 7 times of reschedules of interview rounds. After HR round i received Salary Quote from the mail which was less then my expectation. After that HR said they will get back with good offer & even they had agreed my salary expectations. waited for 2 weeks i did not get any response from the team. i reached out to check about position, I was shocked to hear at the end the HR said "we froze hiring" Hanged up the call. They wasted 2 months of time just to hear "We froze hiring". It clearly says they hired someone with less salary.

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Pharmarack Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Company Website and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hour interview for data structure coding

Senior Product Designer Interview Questions Asked at Other Companies

asked in OSlash
Q1. What design solutions would improve the efficiency of a Swiggy Ch ... read more
asked in LeadSquared
Q2. How do you maintain a healthy relationship with developers? State ... read more
asked in LeadSquared
Q3. What are some points to keep in mind to make your product more ac ... read more
asked in Fynd
Q4. Show projects from oldest to newest, focusing on the final outcom ... read more
asked in OSlash
Q5. What would be the best browser-based design solution for maximizi ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2022.

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 - Coding Test 

C++ coding question with multiple choice output and 1 code to write.

Round 3 - Technical 

(1 Question)

  • Q1. Data structure, virtual pointer, oops concept
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and basic bavkground check.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Javascript basic question was asked

Round 3 - One-on-one 

(2 Questions)

  • Q1. Email regex, angular framework
  • Q2. That all the question asked

I appeared for an interview in Jan 2022.

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 - One-on-one 

(2 Questions)

  • Q1. Explain about yourself
  • Q2. Daily activity in current job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Cool and calm is very important in interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Hackerearth platform was provided , Question was based on Tree dsa. Need to run and pass few test cases.

Round 2 - Case Study 

Design patterns , chess LLD

Round 3 - Case Study 

Design blocking queue which can handle the multithreading scenario

Round 4 - One-on-one 

(5 Questions)

  • Q1. Last project experiences
  • Ans. 

    Developed a web application for tracking inventory and sales data

    • Used React for front-end development

    • Implemented RESTful APIs using Node.js and Express

    • Utilized MongoDB for database management

  • Answered by AI
  • Q2. And management cases.
  • Q3. Discussion about recent projects
  • Q4. Discussion about working in projects for which hiring for
  • Q5. Discussion about why leaving previous company.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. There was simple DSA question ,

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join this company
Are these interview questions helpful?

I appeared for an interview in Oct 2021.

Round 1 - Video Call 

(6 Questions)

Round duration - 60 minutes
Round difficulty - Easy

It was my first round - they asked basics of OOPS,DBMS and operating systems. Be prepared with System Design also.

  • Q1. What are the ACID properties in database management systems?
  • Ans. 

    ACID properties are a set of properties that guarantee reliability and consistency in database transactions.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that a transaction is treated as a single unit of work, either all of its operations are executed or none.

    • Consistency ensures that a transaction brings the database from one valid state to another.

    • Isolation ensures that concurrent...

  • Answered by AI
  • Q2. What is a transaction in the context of a Database Management System (DBMS)?
  • Ans. 

    A transaction is a logical unit of work that consists of multiple database operations that must be executed as a single, indivisible unit.

    • A transaction ensures data consistency and integrity.

    • It follows the ACID properties: Atomicity, Consistency, Isolation, and Durability.

    • Transactions are used to maintain data integrity in databases.

    • Examples of transactions include transferring funds between bank accounts or updating i...

  • Answered by AI
  • Q3. What is the difference between SQL and NoSQL databases?
  • Ans. 

    SQL databases are relational databases that use structured query language, while NoSQL databases are non-relational databases that use various data models.

    • SQL databases are based on a fixed schema, while NoSQL databases are schema-less.

    • SQL databases are better suited for complex queries and structured data, while NoSQL databases are better for unstructured and semi-structured data.

    • SQL databases ensure ACID (Atomicity, ...

  • Answered by AI
  • Q4. What is a semaphore?
  • Ans. 

    A semaphore is a synchronization object that controls access to a shared resource through the use of a counter.

    • Semaphores are used to manage concurrent access to shared resources in multi-threaded or multi-process environments.

    • They can be used to limit the number of threads or processes that can access a resource simultaneously.

    • Semaphores can have two types: counting semaphores and binary semaphores.

    • Counting semaphores...

  • Answered by AI
  • Q5. How can you achieve multitasking in Java?
  • Ans. 

    Multitasking in Java can be achieved using threads.

    • Create multiple threads to execute tasks concurrently.

    • Use the Thread class or the Runnable interface to define the tasks.

    • Use synchronization mechanisms like locks or semaphores to coordinate access to shared resources.

    • Java provides built-in support for multitasking with the Thread class and the Executor framework.

    • Example: creating two threads to perform different tasks...

  • Answered by AI
  • Q6. Can you design a schema for restaurant applications, similar to Zomato?
  • Ans. 

    Design a schema for a restaurant app like Zomato.

    • Create tables for restaurants, users, reviews, and orders

    • Include columns for restaurant details like name, address, cuisine type

    • Include columns for user details like name, email, and password

    • Link reviews to restaurants and users

    • Link orders to restaurants and users

    • Consider additional tables for menu items, categories, and ratings

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAArcesium interview preparation:Topics to prepare for the interview - Data Structures, Operating Systems, System Design, DBMS, OOPSTime required to prepare for the interview - 4 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.
Tip 4 : Prepare OS and DBMS properly.

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

I applied via Approached by Company and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Coding Test 

A 1-hour long coding test was conducted

Round 2 - Technical 

(1 Question)

  • Q1. Hashing and collision in hashing
  • Ans. 

    Hashing is a process of converting data into a fixed-size output. Collision occurs when two different inputs produce the same output.

    • Hashing is used for indexing and retrieving data quickly

    • Hash functions should be deterministic and produce the same output for the same input

    • Collisions can be resolved using techniques like chaining or open addressing

    • Examples of hashing algorithms include MD5, SHA-1, and SHA-256

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice for concepts and implementation of data structures by library

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Minimum weight to reach bottom right corner in matrix starting from top left. you can move only down and right
  • Ans. 

    The minimum weight to reach the bottom right corner in a matrix starting from the top left by moving only down and right.

    • Use dynamic programming to calculate the minimum weight at each cell by considering the weights of the cells above and to the left.

    • At each cell, the minimum weight to reach that cell is the minimum of the weight of the cell itself plus the minimum weight of the cells above and to the left.

    • Example: Fo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try covering edge cases and communicating the thought process with the interviewer

Skills evaluated in this interview

Pharmarack Technologies Interview FAQs

How many rounds are there in Pharmarack Technologies Senior Product Designer interview?
Pharmarack Technologies interview process usually has 4 rounds. The most common rounds in the Pharmarack Technologies interview process are One-on-one Round, Assignment and HR.

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

More than 8 weeks 100%
View more

Interview Questions from Similar Companies

CMS IT Services Interview Questions
3.1
 • 145 Interviews
Arcesium Interview Questions
3.5
 • 85 Interviews
Mavenir Systems Interview Questions
3.4
 • 58 Interviews
DotPe Interview Questions
3.1
 • 42 Interviews
Junglee Games Interview Questions
3.1
 • 34 Interviews
Hike Interview Questions
3.6
 • 32 Interviews
Black Knight Interview Questions
3.6
 • 28 Interviews
View all
Business Development Executive
113 salaries
unlock blur

₹2.2 L/yr - ₹5.2 L/yr

Marketing Executive
98 salaries
unlock blur

₹2.1 L/yr - ₹4.5 L/yr

Regional Sales Manager
59 salaries
unlock blur

₹6.9 L/yr - ₹14.2 L/yr

Technical Support Engineer
56 salaries
unlock blur

₹2.6 L/yr - ₹4.3 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
write
Share an Interview