Upload Button Icon Add office photos

PharmEasy

Compare button icon Compare button icon Compare

Filter interviews by

PharmEasy Lead Analyst Interview Questions and Answers for Experienced

Updated 13 Aug 2024

PharmEasy Lead Analyst Interview Experiences for Experienced

1 interview found

Lead Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Aug 2024

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

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Running sum of numbers
  • Ans. 

    Running sum of numbers is a cumulative sum of elements in an array.

    • Iterate through the array and keep adding the current element to the running sum.

    • Store the running sum at each index in a new array.

    • Example: Input array [1, 2, 3, 4], Running sum array [1, 3, 6, 10].

  • Answered by AI
  • Q2. Output of inner, left , outer joins
  • Ans. 

    Inner join returns only matching rows, left join returns all rows from left table and matching rows from right table, outer join returns all rows from both tables

    • Inner join: Returns rows that have matching values in both tables

    • Left join: Returns all rows from the left table and the matched rows from the right table

    • Outer join: Returns all rows when there is a match in either left or right table

  • Answered by AI
Round 2 - Case Study 

Questions about drop in conversion rate

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Job Portal and was interviewed before Jun 2022. 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 - One-on-one 

(1 Question)

  • Q1. Previous company experience and current company roles and responsibilities
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

I'm knowlege of c language

Round 3 - One-on-one 

(2 Questions)

  • Q1. Aney question of c language
  • Q2. And data base and etc

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm knowlege of knowledge management and computer networks
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Simple SQL & Excel test

Round 2 - One-on-one 

(1 Question)

  • Q1. Will Face hiring Manager
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. SQL related questions like joins
  • Q2. Types of join in sql
  • Ans. 

    Types of join in SQL include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching records from both tables.

    • Left join returns all records from the left table and the matching records from the right table.

    • Right join returns all records from the right table and the matching records from the left table.

    • Full outer join returns all records when there is a match in either the left or rig

  • Answered by AI
  • Q3. Practical use of left join
  • Ans. 

    A left join is used to combine data from two tables based on a common column, including all records from the left table.

    • Left join returns all rows from the left table and the matching rows from the right table.

    • It is useful when you want to retrieve all records from the left table, even if there are no matches in the right table.

    • The result of a left join will have NULL values in the columns from the right table where th...

  • Answered by AI
  • Q4. Number of rows after applying certain join operations
  • Ans. 

    The number of rows after applying join operations depends on the type of join used and the data in the tables being joined.

    • Inner join retains only the rows that have matching values in both tables

    • Left join retains all rows from the left table and the matched rows from the right table

    • Right join retains all rows from the right table and the matched rows from the left table

    • Full outer join retains all rows when there is a

  • Answered by AI
  • Q5. Difference between vlookup in excel and some function in sql
  • Ans. 

    VLOOKUP in Excel is used to search for a value in a table and return a corresponding value, while SQL functions like JOIN and WHERE are used to retrieve data from multiple tables based on specified conditions.

    • VLOOKUP is specific to Excel and works on a single table, while SQL functions can work on multiple tables.

    • VLOOKUP requires the table to be sorted in ascending order, while SQL functions do not have this requiremen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for SQL

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Create pagination component using an api show the data for the pages
  • Ans. 

    Create a pagination component using an API to display data for different pages.

    • Use API to fetch data for each page

    • Implement pagination logic to display data for each page

    • Allow users to navigate between pages

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

QUESTIONS BASED ON TREES , GRPAHS

Round 2 - Aptitude Test 

BASIC APTITUDE LIKE LOCATION ETC

Round 3 - HR 

(2 Questions)

  • Q1. What di you use in project
  • Ans. 

    I used Java, Spring Boot, and MySQL in my project to develop a web application for managing inventory.

    • Java

    • Spring Boot

    • MySQL

  • Answered by AI
  • Q2. What issues did you face
  • Ans. 

    I faced issues with debugging complex code, collaborating with team members, and meeting tight deadlines.

    • Debugging complex code: Had to spend extra time identifying and fixing bugs in intricate code.

    • Collaborating with team members: Communication issues and conflicting ideas slowed down progress.

    • Meeting tight deadlines: Struggled to prioritize tasks and manage time effectively to meet project deadlines.

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

HackerRank Test - Python, SQL

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

4 question were there i have completed all the problems in given time

Round 2 - Technical 

(1 Question)

  • Q1. Cab management sysntem

Data Analyst Interview Questions & Answers

Meesho user image Abhilasa Barman

posted on 26 Dec 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

I was asked a medium-level SQL question that involved the RANK function.

PharmEasy Interview FAQs

How many rounds are there in PharmEasy Lead Analyst interview for experienced candidates?
PharmEasy interview process for experienced candidates usually has 2 rounds. The most common rounds in the PharmEasy interview process for experienced candidates are Technical and Case Study.
What are the top questions asked in PharmEasy Lead Analyst interview for experienced candidates?

Some of the top questions asked at the PharmEasy Lead Analyst interview for experienced candidates -

  1. Output of inner, left , outer jo...read more
  2. Running sum of numb...read more

Tell us how to improve this page.

PharmEasy Lead Analyst Interview Process for Experienced

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 436 Interviews
CARS24 Interview Questions
3.5
 • 337 Interviews
Udaan Interview Questions
3.9
 • 337 Interviews
Meesho Interview Questions
3.7
 • 335 Interviews
BlackBuck Interview Questions
3.8
 • 180 Interviews
Tata 1mg Interview Questions
3.6
 • 153 Interviews
Digit Insurance Interview Questions
3.9
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 142 Interviews
Urban Company Interview Questions
3.4
 • 136 Interviews
Ninjacart Interview Questions
3.9
 • 96 Interviews
View all
PharmEasy Lead Analyst Salary
based on 4 salaries
₹22 L/yr - ₹26.5 L/yr
61% more than the average Lead Analyst Salary in India
View more details
Pharmacist
280 salaries
unlock blur

₹1.2 L/yr - ₹4.5 L/yr

Assistant Manager
187 salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Customer Delight Officer
146 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Senior Executive
113 salaries
unlock blur

₹2.6 L/yr - ₹8.1 L/yr

Senior Software Engineer
95 salaries
unlock blur

₹17 L/yr - ₹33.6 L/yr

Explore more salaries
Compare PharmEasy with

Medlife

3.7
Compare

Tata 1mg

3.6
Compare

Udaan

3.9
Compare

Swiggy

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