Upload Button Icon Add office photos

PhonePe

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

PhonePe Product Solution Engineer Interview Questions and Answers

Updated 2 Jan 2023

PhonePe Product Solution Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Coding Test 

2 coding questions out of which 1 is easy and the other is of moderate level. SQL and linux commands mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Programming (python) SQL Linux Commands Rest API services
Round 3 - One-on-one 

(1 Question)

  • Q1. One on one with engineering manager.
Round 4 - HR 

(1 Question)

  • Q1. Discussion on package and benefits given by PhonePe.

Interview Preparation Tips

Interview preparation tips for other job seekers - Never put up your papers unless and until you have an offer.

Product Solution Engineer Jobs at PhonePe

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Binary search algo quetion

Interview Preparation Tips

Interview preparation tips for other job seekers - na
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

The topic was -> "One nation one election"

Round 2 - Technical 

(2 Questions)

  • Q1. What is a String pool in Java?
  • Ans. 

    String pool in Java is a pool of unique strings stored in memory to optimize memory usage.

    • String pool is a part of Java's memory where unique string literals are stored.

    • When a new string is created, Java checks if it already exists in the pool to save memory.

    • Strings created using double quotes are added to the pool, while those created using 'new' keyword are not.

    • Example: String str1 = "hello"; String str2 = "hello"; /...

  • Answered by AI
  • Q2. Explain different types of exception in Java.
  • Ans. 

    Java has checked and unchecked exceptions. Checked exceptions must be handled at compile time, while unchecked exceptions do not need to be handled explicitly.

    • Checked exceptions: Must be caught or declared in the method signature. Example: IOException, SQLException

    • Unchecked exceptions: Do not need to be caught or declared. Example: NullPointerException, ArrayIndexOutOfBoundsException

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Sort the list, after many queries
  • Q2. LRU cache with multi level caching
  • Ans. 

    LRU cache with multi level caching involves implementing a cache with multiple levels of storage, where the least recently used items are evicted first.

    • Implement a two-level cache system with a primary cache (e.g. in-memory) and a secondary cache (e.g. disk-based).

    • Use a data structure like a doubly linked list and a hash map to efficiently manage the cache and track the least recently used items.

    • When an item is accesse...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic oops, .net, c# coding, sql questions
Round 2 - Technical 

(1 Question)

  • Q1. More coding and details on project
Round 3 - Technical 

(1 Question)

  • Q1. More on projects and system design and troubleshooting approach
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Round 5 - Technical 

(1 Question)

  • Q1. More technical + managerial round even after HR round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. LLD HLD HM rounds
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed in Nov 2023. There were 4 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 

Mcqs based on cs fundamentals and 2_3 coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. 2-3 DSA questions to be written on paper in the interview itself
  • Q2. Merge 2 sorted Linked list into 1
  • Ans. 

    Merge two sorted linked lists into one.

    • Create a new linked list to store the merged list.

    • Compare the values of the nodes from both lists and add the smaller value to the new list.

    • Move the pointer of the list with the smaller value to the next node.

    • Repeat the comparison and addition until one of the lists is empty.

    • Add the remaining nodes from the non-empty list to the new list.

    • Return the new merged list.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. A full cv analysis interview round discussion on all the projects and team work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA quite well and make sure you know everything about your CV and must have some team work skills

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

Data Structures Algorithms

Round 2 - Coding Test 

Data Structures and Algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Array basics, java basics oops and all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

Medium Leetcode, Array, String, Tree, DP

Round 3 - Technical 

(1 Question)

  • Q1. System Design, Design Payment Platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode, and skills too

PhonePe Interview FAQs

How many rounds are there in PhonePe Product Solution Engineer interview?
PhonePe interview process usually has 5 rounds. The most common rounds in the PhonePe interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for PhonePe Product Solution Engineer 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 PhonePe. The most common topics and skills that interviewers at PhonePe expect are Troubleshooting, Financial Services, Production Support, Python and Medical Insurance.
What are the top questions asked in PhonePe Product Solution Engineer interview?

Some of the top questions asked at the PhonePe Product Solution Engineer interview -

  1. Programming (python) SQL Linux Commands Rest API servi...read more
  2. Discussion on package and benefits given by Phone...read more
  3. One on one with engineering manag...read more

Tell us how to improve this page.

PhonePe Product Solution Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 776 Interviews
FIS Interview Questions
3.9
 • 481 Interviews
PayPal Interview Questions
3.9
 • 211 Interviews
HighRadius Interview Questions
2.9
 • 182 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
Razorpay Interview Questions
3.6
 • 150 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
MasterCard Interview Questions
3.9
 • 136 Interviews
Angel One Interview Questions
3.9
 • 135 Interviews
View all
PhonePe Product Solution Engineer Salary
based on 80 salaries
₹10 L/yr - ₹26 L/yr
48% more than the average Product Solution Engineer Salary in India
View more details

PhonePe Product Solution Engineer Reviews and Ratings

based on 5 reviews

3.8/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

4.2

Salary

3.8

Job security

3.4

Company culture

3.8

Promotions

3.6

Work satisfaction

Explore 5 Reviews and Ratings
Product Solution Engineer - Pune

Pune

2-8 Yrs

₹ 14.5-25 LPA

Product Solution Engineer App Platform

Bangalore / Bengaluru

2-5 Yrs

₹ 7-23.35 LPA

Product Solution Engineer - App Platform

Bangalore / Bengaluru

1-4 Yrs

₹ 11-23.35 LPA

Explore more jobs
Key Accounts Executive
632 salaries
unlock blur

₹3.4 L/yr - ₹8.1 L/yr

Territory Sales Manager
517 salaries
unlock blur

₹4.7 L/yr - ₹10.5 L/yr

Business Development Executive
491 salaries
unlock blur

₹1.6 L/yr - ₹5.1 L/yr

Business Development Associate
369 salaries
unlock blur

₹2.3 L/yr - ₹6 L/yr

Software Engineer
253 salaries
unlock blur

₹14 L/yr - ₹55 L/yr

Explore more salaries
Compare PhonePe with

Paytm

3.3
Compare

Google Pay

4.2
Compare

Amazon Pay

4.0
Compare

Mobikwik

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