PharmEasy interview experience Real time questions & tips from candidates to crack your interview

Frontend Developer

PharmEasy
upvote
share-icon
4 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 Month
Topics: CSS Flexbox, HTML Page Rendering, Closures, Throttling
Tip
Tip

Tip 1 : JavaScript from javascript.info and Akshay Saini videos
Tip 2 : Practise CSS styling for big web apps like Amazon, Flipkart etc
Tip 3 : Practice writing custom hooks and react code optimization.

Application process
Where: Other
Eligibility: 0-3 Years of Experience
Resume Tip
Resume tip

Tip 1 : Write skills which you know only and be confident about it.
Tip 2 : Also, do mention the project's that you have done in your current company or as a part of your self learning.

Interview rounds

01
Round
Medium
Video Call
Duration60 Minutes
Interview date21 Sep 2021
Coding problem2

Mostly focused on Data Structure & Algorithm

1. Rotate Linked List

Moderate
25m average time
65% success
0/80
Asked in companies
Morgan StanleyPharmEasyGeeksforGeeks

You are given a linked list having ‘n’ nodes and an integer ‘k’.


You have to rotate the linked list to the right by ‘k’ positions .


Example :
Input: linked list = [1 2 3 4] , k = 2

Output: 3 4 1 2

Explanation:
We have to rotate the given linked list to the right 2 times. After rotating it to the right once it becomes 4->1->2->3. After rotating it to the right again, it becomes 3->4->1->2. 


Try solving now

2. Reverse the order of words in a string

Easy
10m average time
90% success
0/40
Asked in companies
UberPharmEasyHCL Technologies

You are given a string ‘STR’ containing space-separated words. A word is a sequence of non-space characters. Your task is to reverse the order of words in ‘STR’.

Note: Try to do it in-place without allocating extra space.

Example:
‘STR’ = “when in doubt use brute force”
The reverse order of words in ‘STR’ is: “force brute use doubt in when”.
Note:
1. ‘STR’ does not contain any leading or trailing spaces.
2. The words are always separated by a single whitespace character.
Try solving now
02
Round
Medium
Video Call
Duration50 Minutes
Interview date22 Sep 2021
Coding problem1

JavaScript core concepts with some examples and problem discussion

1. Javascript Questions

1) What is currying in Javascript?

2) Explain hoisting with a code snippet.

3) What does this return (typeof null) ?

4) What is callback hell?

03
Round
Easy
Video Call
Duration40 Minutes
Interview date23 Sep 2021
Coding problem0

Hiring Manager Rounds. Was given with the code in react had to optimize the react code.

04
Round
Easy
HR Round
Duration30 Minutes
Interview date24 Sep 2021
Coding problem1

1. Basic HR Questions

Why should we hire you?

What keeps you motivated?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
Software Engineer
5 rounds | 4 problems
Interviewed by PharmEasy
1377 views
0 comments
0 upvotes
Technical Lead
3 rounds | 4 problems
Interviewed by PharmEasy
0 views
0 comments
0 upvotes
Senior Software Engineer
2 rounds | 4 problems
Interviewed by PharmEasy
495 views
0 comments
0 upvotes
Data Analyst
1 rounds | 1 problems
Interviewed by PharmEasy
157 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Frontend Developer
3 rounds | 11 problems
Interviewed by Amdocs
2481 views
0 comments
0 upvotes