Upload Button Icon Add office photos

PayPal

Compare button icon Compare button icon Compare

Filter interviews by

PayPal Software Engineer III Interview Questions and Answers

Updated 26 Feb 2025

PayPal Software Engineer III Interview Experiences

3 interviews found

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

I was interviewed before Feb 2024.

Round 1 - Coding Test 

Data structures, problem solving, design patterns, system design

Round 2 - Technical 

(2 Questions)

  • Q1. System design related questions
  • Q2. Sql related
Round 3 - Behavioral questions 

(1 Question)

  • Q1. Common behavioural questions.
Round 4 - HR 

(1 Question)

  • Q1. No salary negotiation.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sliding window Leetcode style
  • Q2. Minimum window substring DSA
Round 2 - Technical 

(2 Questions)

  • Q1. High level design
  • Q2. Design google search
  • Ans. 

    Design a search engine similar to Google

    • Use web crawling to index websites

    • Implement a ranking algorithm like PageRank

    • Include features like autocomplete, spell check, and search suggestions

    • Utilize machine learning for personalized search results

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Past projects discusssion
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice leetcode

Skills evaluated in this interview

Software Engineer III Interview Questions Asked at Other Companies

Q1. Find the highest floor, from where if an egg is dropped will not ... read more
asked in Walmart
Q2. What would be the ideal data structure to represent people and fr ... read more
asked in Walmart
Q3. Custom implementation of stack where there are two additional met ... read more
asked in UST
Q4. =>What is garbage collection in c# =>What is dispose and fi ... read more
asked in Walmart
Q5. Given a tree and a node, print all ancestors of Node
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2022. There were 5 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 

DS & Algorithm, They will give you a portal to write the code................................

Round 3 - Coding Test 

DS & Algorith again. They will give you a portal for writting the code..................................

Round 4 - One-on-one 

(3 Questions)

  • Q1. Technical question related to your expereince. This may be one round or two round depending on position.
  • Q2. Array merge & Sort. Tree & Binnary tree. Mostly around Array & Tree.
  • Q3. Array merge & sort. Tree & Binart tree. Mostly around the Array & Tree.
Round 5 - HR 

(1 Question)

  • Q1. Mosly salary discussion. They will discuss on current & expectations...

Software Engineer III Jobs at PayPal

View all

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Deep dive into java concepts. Max diameter of a tree in java.
Round 2 - One-on-one 

(1 Question)

  • Q1. Lld of loan and borrower design. Design dbs schema. About connection pool, db isolation.
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round, more about previous experience and some hypothetical questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. What are the best and worst solutions for the coding problem "Longest Substring Without Repeating Characters," including a detailed explanation of each solution along with their time and space complexity?
  • Ans. 

    The Longest Substring Without Repeating Characters problem involves finding the length of the longest substring without any repeating characters.

    • Best solution: Sliding Window approach with HashSet to track unique characters. Time complexity O(n), space complexity O(min(n, m)) where n is the length of the string and m is the size of the character set.

    • Worst solution: Brute force approach checking all substrings for uniqu...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Questions regarding Redis and cache eviction policies, and how would you implement a low-level design for the Least Recently Used (LRU) cache algorithm?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. What are software development design patterns? Can you explain singleton design pattern and code an example to show that?
  • Ans. 

    Software development design patterns are reusable solutions to common problems encountered in software design.

    • Design patterns help in creating maintainable, scalable, and efficient software.

    • Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Example: Implementing a singleton class in Java -

    • public class Singleton { private static Singleton instance; private Singleto...

  • Answered by AI
  • Q2. Can you develop and simple API app to show its running and anyone request sending to it?
  • Q3. What kind of databases you’ve worked on? And explain what is DML!
  • Ans. 

    I have worked on relational databases like MySQL and PostgreSQL. DML stands for Data Manipulation Language.

    • Worked on MySQL and PostgreSQL databases

    • Familiar with writing SQL queries for data manipulation

    • DML stands for Data Manipulation Language

  • Answered by AI
  • Q4. When we work with micro services , what is your experience which becomes challenge?
  • Ans. 

    One challenge when working with microservices is managing communication between services.

    • Ensuring proper service discovery and registration

    • Handling network latency and failures

    • Implementing effective monitoring and logging

    • Maintaining consistency and data integrity across services

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What are the types of deployments?
  • Ans. 

    Types of deployments include blue-green, canary, rolling, and immutable.

    • Blue-green deployment involves running two identical production environments and switching between them.

    • Canary deployment gradually rolls out changes to a small subset of users before deploying to the entire infrastructure.

    • Rolling deployment updates a few instances at a time, ensuring continuous availability.

    • Immutable deployment creates new instanc

  • Answered by AI
  • Q2. What is Blue Green Deployment ?
  • Ans. 

    Blue Green Deployment is a software release strategy that reduces downtime and risk by running two identical production environments.

    • In Blue Green Deployment, one environment (blue) is live and serving production traffic while the other (green) is idle and ready to be switched to at any time.

    • This strategy allows for zero downtime deployments, as the switch between blue and green environments can be done seamlessly.

    • Blue...

  • Answered by AI
  • Q3. I was asked travelling salesman problem to solve.!
Round 3 - Bar Raiser 

(6 Questions)

  • Q1. Tell me what you liked in last 2 rounds!
  • Ans. 

    I enjoyed the challenging technical questions and the opportunity to showcase my problem-solving skills.

    • Challenging technical questions

    • Opportunity to showcase problem-solving skills

  • Answered by AI
  • Q2. Explain me the best project as per you which you worked upon and features of it.
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Implemented user authentication and authorization using JWT tokens

    • Integrated real-time chat feature using WebSockets

    • Utilized React for front-end and Node.js for back-end development

  • Answered by AI
  • Q3. Some RegEx related questions were asked.
  • Q4. How vector databases work?
  • Ans. 

    Vector databases store data in a vector format, allowing for efficient querying and analysis of high-dimensional data.

    • Vector databases use vectors to represent data points in a multi-dimensional space.

    • They are commonly used in machine learning and data science applications for tasks like similarity search and clustering.

    • Examples of vector databases include Faiss, Annoy, and Milvus.

  • Answered by AI
  • Q5. If I give you a coding problem to solve in the language you don’t know, can you solve it, when you’re allowed to refer Google search?
  • Ans. 

    Yes, I can solve a coding problem in a language I don't know with Google search.

    • Utilize Google search to understand syntax and concepts in the unfamiliar language

    • Break down the problem into smaller parts and search for solutions to each part

    • Refer to online resources, forums, and documentation for guidance

    • Practice writing and testing code snippets in the new language before attempting the full solution

  • Answered by AI
  • Q6. How you can parse location and shop name from a card transaction string?
  • Ans. 

    Use regex to extract location and shop name from transaction string.

    • Use regular expressions to match patterns for location and shop name.

    • Look for keywords like 'at', 'from', 'in' to identify location.

    • Consider variations in transaction strings and account for them in regex patterns.

    • Example: 'Spent $50 at Starbucks Coffee' -> Location: Starbucks Coffee, Shop Name: Starbucks Coffee

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We really can’t have fixed questions, be sure with what you’ve worked upon. And also be clear about what you admire as next step to work.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

A test that covers all fundamental topics, including networking, object-oriented programming (OOP), and data structures and algorithms (DSA).

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for quick sort
  • Q2. Puzzle
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the react lifecycle functions and how they work
  • Ans. 

    React lifecycle functions are methods that are automatically called at specific points in a component's life cycle.

    • Mounting: constructor, render, componentDidMount

    • Updating: render, componentDidUpdate

    • Unmounting: componentWillUnmount

  • Answered by AI
  • Q2. Css box model, difference between padding and margin
  • Ans. 

    Padding is the space inside the border of an element, while margin is the space outside the border.

    • Padding is used to create space between the content and the border of an element.

    • Margin is used to create space between the border of an element and other elements.

    • Padding affects the size of the content area, while margin affects the positioning of the element.

    • Example: padding: 10px will create 10 pixels of space inside ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are your salary expectations in CTC and variables?
  • Q2. Will you relocate to the location required?

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare everything bookish! don't only speak related to your experience

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Basic Oops MCQ and aptitude and one da

Round 2 - Technical 

(1 Question)

  • Q1. Basic dsa and project
Round 3 - Technical 

(1 Question)

  • Q1. DSA and project related

PayPal Interview FAQs

How many rounds are there in PayPal Software Engineer III interview?
PayPal interview process usually has 4 rounds. The most common rounds in the PayPal interview process are Coding Test, Technical and HR.
How to prepare for PayPal Software Engineer III 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 PayPal. The most common topics and skills that interviewers at PayPal expect are Financial Services, Oracle, Coding, Agile and Data Structures.
What are the top questions asked in PayPal Software Engineer III interview?

Some of the top questions asked at the PayPal Software Engineer III interview -

  1. Design google sea...read more
  2. Technical question related to your expereince. This may be one round or two rou...read more
  3. Array merge & Sort. Tree & Binnary tree. Mostly around Array & Tr...read more

Tell us how to improve this page.

PayPal Software Engineer III Interview Process

based on 4 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 777 Interviews
FIS Interview Questions
3.9
 • 480 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
HighRadius Interview Questions
2.9
 • 181 Interviews
Fiserv Interview Questions
3.0
 • 171 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Visa Interview Questions
3.5
 • 137 Interviews
MasterCard Interview Questions
3.9
 • 135 Interviews
Angel One Interview Questions
3.9
 • 135 Interviews
View all
PayPal Software Engineer III Salary
based on 229 salaries
₹17 L/yr - ₹66 L/yr
50% more than the average Software Engineer III Salary in India
View more details

PayPal Software Engineer III Reviews and Ratings

based on 25 reviews

3.9/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

4.0

Salary

2.8

Job security

3.8

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 25 Reviews and Ratings
Software Engineer 3

Bangalore / Bengaluru

5-10 Yrs

₹ 25-66 LPA

Software Engineer 3, Quality

Bangalore / Bengaluru

9-14 Yrs

Not Disclosed

Software Engineer 3 FullStack

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer2
305 salaries
unlock blur

₹15 L/yr - ₹45 L/yr

Software Engineer
259 salaries
unlock blur

₹12 L/yr - ₹50.3 L/yr

Senior Software Engineer
243 salaries
unlock blur

₹13.9 L/yr - ₹53 L/yr

Software Engineer III
229 salaries
unlock blur

₹17 L/yr - ₹66 L/yr

Data Scientist
167 salaries
unlock blur

₹17 L/yr - ₹55 L/yr

Explore more salaries
Compare PayPal with

Paytm

3.3
Compare

Razorpay

3.6
Compare

Visa

3.5
Compare

MasterCard

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