Upload Button Icon Add office photos

PhonePe

Compare button icon Compare button icon Compare
4.0

based on 2.1k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

PhonePe Lead Software Engineer Interview Questions and Answers for Experienced

Updated 25 Feb 2024

PhonePe Lead Software Engineer Interview Experiences for Experienced

1 interview found

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

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

Round 1 - Coding Test 

Design whatsapp; low level design interview

Round 2 - Technical 

(1 Question)

  • Q1. Design fare splitting app; both LLD & HLD
  • Ans. 

    Design a fare splitting app for easy division of expenses among friends.

    • Allow users to input expenses and split them among friends

    • Implement features for adding friends, creating groups, and tracking balances

    • Include options for equal split, custom split, and adjustments

    • Generate reports for each user's share and overall expenses

    • Consider security measures for payment integration

    • Design user-friendly interface for seamless

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Java Fundamentals
  • Q2. System Design
Round 2 - One-on-one 

(2 Questions)

  • Q1. Previous experience
  • Q2. Spring boot
Round 3 - HR 

(2 Questions)

  • Q1. Offer discussion
  • Q2. Onboarding process
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic puzzles of medium complexity level. No improvement required

Round 2 - Coding Test 

DSA questions of easy level. Asked for memory optimisations.

Round 3 - Technical 

(1 Question)

  • Q1. High level system design of wallet payment system, took example of paytm. This was hld questions so just basic components
Round 4 - One-on-one 

(2 Questions)

  • Q1. Low level system design of parking lot system
  • Ans. 

    Design a parking lot system at a low level

    • Divide system into components like parking spots, ticketing system, payment system

    • Implement data structures like queues for managing parking spots

    • Use algorithms like least recently used for spot allocation

    • Consider scalability and performance in design

  • Answered by AI
  • Q2. Review of one of my projects at past company

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers were rude sometimes, seems like they are interviewing just for the sake of spending an hour. They did not look serious about actually testing the skillset, not much questions just hmm hmm.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. What is collection framework?
  • Ans. 

    Collection framework is a unified architecture for representing and manipulating collections of objects in Java.

    • It provides interfaces (like List, Set, Map) and classes (like ArrayList, HashSet, HashMap) to store and manipulate groups of objects.

    • It allows for easy manipulation, sorting, searching, and iteration of collections.

    • Collections in the framework can store objects of any type, including user-defined classes.

    • Exa...

  • Answered by AI
  • Q2. What is spring boot dependency injection?
  • Ans. 

    Spring Boot dependency injection is a design pattern where objects are passed their dependencies rather than creating them internally.

    • In Spring Boot, dependency injection is achieved through the use of @Autowired annotation.

    • It helps in achieving loose coupling between classes and promotes easier testing and maintenance.

    • Example: @Autowired private UserService userService; // Injecting UserService dependency

  • Answered by AI
  • Q3. What is the use of rate limiter?
  • Ans. 

    Rate limiter is used to control the rate of incoming requests to a server or API.

    • Prevents server overload by limiting the number of requests a client can make in a specific time period

    • Helps protect against DDoS attacks by limiting the rate of incoming requests

    • Ensures fair usage of resources by preventing one client from monopolizing server resources

    • Can be implemented using algorithms like token bucket or leaky bucket

    • Ex...

  • Answered by AI
  • Q4. What is the mean by thread, how many ways we can create thread?
  • Ans. 

    A thread is a lightweight sub-process that allows concurrent execution within a process. Threads can be created in multiple ways.

    • Threads can be created by extending the Thread class in Java.

    • Threads can be created by implementing the Runnable interface in Java.

    • Threads can be created using thread pools in Java.

    • Threads can be created using asynchronous functions in JavaScript.

  • Answered by AI
  • Q5. What is use of thread.join()?
  • Ans. 

    thread.join() is used to wait for a thread to finish its execution before moving on to the next steps.

    • thread.join() blocks the current thread until the thread it is called on completes its execution.

    • It is commonly used in multi-threaded applications to ensure that all threads have finished before proceeding.

    • Without thread.join(), the main thread may continue executing while other threads are still running.

    • Example: thre...

  • Answered by AI
  • Q6. What is the difference between sync and asynchronous call?
  • Ans. 

    Sync call blocks the execution until the response is received, while asynchronous call allows the program to continue executing without waiting for the response.

    • Sync call blocks the program execution until the response is received

    • Asynchronous call allows the program to continue executing without waiting for the response

    • Sync calls are easier to understand and debug, but can lead to performance issues if used excessively

    • ...

  • Answered by AI
  • Q7. How to deploy your service in production server?
  • Ans. 

    Deploying service in production server involves building the application, configuring the server, and monitoring performance.

    • Build the application code into a deployable package (e.g. JAR file for Java applications)

    • Configure the production server with necessary dependencies and environment variables

    • Deploy the application package to the server using tools like Docker, Kubernetes, or manual deployment scripts

    • Monitor the ...

  • Answered by AI
  • Q8. What is use of Jenkins and kubernates?
  • Ans. 

    Jenkins is a continuous integration tool used for automating software development processes, while Kubernetes is a container orchestration platform for managing containerized applications.

    • Jenkins is used for automating the building, testing, and deployment of software projects.

    • Kubernetes helps in automating the deployment, scaling, and management of containerized applications.

    • Jenkins can be integrated with Kubernetes t...

  • Answered by AI
  • Q9. What is the difference between fail safe and fail fast
  • Ans. 

    Fail safe focuses on ensuring system stability and preventing catastrophic failures, while fail fast prioritizes quick detection and response to errors.

    • Fail safe is about designing systems to minimize the impact of failures and ensure stability.

    • Fail fast is about quickly detecting and responding to errors to prevent further issues.

    • Fail safe often involves redundancy and error checking mechanisms to prevent catastrophic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more about collection and multi threading for java

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions was on UNIX, SQL, and JS.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you know your basics, you will go through. Get your basics done that is all required.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. One leetcode easy-medium problem
  • Q2. Java, springboot and oops question
Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. System design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR didnt reach out post interviews
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design Search Engine
  • Ans. 

    Design a search engine

    • Consider using web crawling to index pages

    • Implement a ranking algorithm like PageRank

    • Include features like autocomplete and spell correction

    • Support advanced search operators like boolean operators and filters

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Question related to JD linux shell script
Round 2 - Behavioral 

(1 Question)

  • Q1. Related to salary discussion, Timming for the job
Round 3 - Behavioral 

(1 Question)

  • Q1. Question related to old company project

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join this company.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is java multithreading
  • Ans. 

    Java multithreading is a feature that allows concurrent execution of multiple threads within a single process.

    • Multithreading in Java allows multiple threads to run concurrently within a single process.

    • Each thread has its own stack and executes independently, but shares the same memory space.

    • Java provides built-in support for multithreading through the java.lang.Thread class and java.lang.Runnable interface.

    • Multithreadi...

  • Answered by AI
  • Q2. Explain exception hierarchy
  • Ans. 

    Exception hierarchy is a way to organize and categorize different types of exceptions in a software system.

    • Exceptions are organized in a tree-like structure with a base class at the top and more specific exception classes below.

    • Base class usually is 'Exception' or 'Throwable', with more specific classes like 'IOException', 'NullPointerException', etc.

    • Subclasses can provide more specific information about the cause of t...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Given a code snippet, do code review and provide all the improvements. Mainly they look at how well you can catch the logical errors over minor improvements

PhonePe Interview FAQs

How many rounds are there in PhonePe Lead Software Engineer interview for experienced candidates?
PhonePe interview process for experienced candidates usually has 2 rounds. The most common rounds in the PhonePe interview process for experienced candidates are Coding Test and Technical.

Tell us how to improve this page.

Key Accounts Executive
642 salaries
unlock blur

₹3.4 L/yr - ₹7.6 L/yr

Territory Sales Manager
510 salaries
unlock blur

₹4.8 L/yr - ₹10.5 L/yr

Business Development Executive
489 salaries
unlock blur

₹1.1 L/yr - ₹5 L/yr

Area Sales Manager
371 salaries
unlock blur

₹6.9 L/yr - ₹15.5 L/yr

Business Development Associate
367 salaries
unlock blur

₹2.3 L/yr - ₹6 L/yr

Explore more salaries
Compare PhonePe with

Paytm

3.3
Compare

Google Pay

4.2
Compare

Amazon Pay

4.1
Compare

Mobikwik

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