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

SDE - 1

PhonePe
upvote
share-icon
4 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: DSA, OOPS, System Design, Dynamic Programming, Java
Tip
Tip

Tip 1 : Always go through current interview experiences and find out common asked questions.
Tip 2 : have a good naukri profile. Recruiters will reach out to you based on that.
Tip 3 : You will learn a lot through giving interviews. They help in identifying your weak and strong points.

Application process
Where: Naukri
Eligibility: Work experience - 3 + years
Resume Tip
Resume tip

Tip 1: Describe the things you have worked on in good detail. 
Tip 2: Write the things only you are confident in.

Interview rounds

01
Round
Medium
Face to Face
Duration60 mins
Interview date7 Feb 2022
Coding problem1

1. Design Question

Design cricket score board.

Problem approach

I design classes to represent cricket team and match. I wrote a driver class that orchestrated the inputs and computed the match outputs.

02
Round
Medium
Face to Face
Duration60 mins
Interview date21 Feb 2022
Coding problem3

1. Right View

Moderate
35m average time
65% success
0/80
Asked in companies
AmazonAdobeUber

You have been given a Binary Tree of integers.

Your task is to print the Right view of it.

The right view of a Binary Tree is a set of nodes visible when the tree is viewed from the Right side and the nodes are printed from top to bottom order.

Problem approach

Used a queue to solve this.

Try solving now

2. Distance between two nodes of a Tree

Moderate
25m average time
60% success
0/80
Asked in companies
PhilipsSAP LabsPhonePe

Given a binary tree and the value of two nodes, find the distance between the given two nodes of the Binary Tree.

Distance between two nodes is defined as the minimum number of edges in the path from one node to another.

Problem approach

Used common ancestor approach to solve this

Try solving now

3. Search In A Sorted 2D Matrix

Moderate
0/80
Asked in companies
CIS - Cyber InfrastructurePhonePe

You are given a 2D matrix ‘MATRIX’ of ‘N’*’M’ dimension. You must check whether a given number ‘target’ is present in the matrix.


The following properties apply to the given matrix:

1. In each row, integers are sorted from left to right.
2. Each row's first integer is greater than the previous row's last integer.

Example:

Input:
'MATRIX' = [ [1, 3, 5, 7], [10, 11, 16, 20], [23, 30, 34, 60] ], 'TARGET' = 3 
Output:1
Explanation: Since the given number ‘TARGET’ is present in the matrix, we return true.
Problem approach

Start from right top corner and traverse to the left or bottom based on if the element is smaller or larger than the current cell element

Try solving now
03
Round
Hard
Face to Face
Duration60 mins
Interview date28 Feb 2022
Coding problem1

1. Design Question

Calculate delivery time for a food delivery app

04
Round
Medium
Face to Face
Duration60 mins
Interview date7 Mar 2022
Coding problem1

1. Technical question

It was a managerial tech round. Apart from managerial question was asked to design a dashboard to show information on routers running in a network.

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 6 problems
Interviewed by PhonePe
4331 views
0 comments
0 upvotes
company logo
SDE - 1
5 rounds | 6 problems
Interviewed by PhonePe
2821 views
0 comments
0 upvotes
company logo
SDE - 1
4 rounds | 7 problems
Interviewed by PhonePe
3076 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by PhonePe
0 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
115097 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
58238 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
35147 views
7 comments
0 upvotes