Upload Button Icon Add office photos

Filter interviews by

PayPal Interview Questions, Process, and Tips for Experienced

Updated 14 Nov 2024

Top PayPal Interview Questions and Answers for Experienced

View all 15 questions

PayPal Interview Experiences for Experienced

Popular Designations

58 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Coding Test 

Javascript questions on Hacker rank with pair programming

Round 2 - Technical 

(2 Questions)

  • Q1. Adv javscript questions
  • Q2. React code writing in hacker rank
  • Ans. 

    The question involves writing React code in HackerRank.

    • Understand the requirements of the task before starting to write the code.

    • Use React components to create a user interface.

    • Handle state management and user interactions using React hooks.

    • Write clean and efficient code to solve the problem.

    • Test the code thoroughly before submitting.

  • Answered by AI

Staff Software Engineer Interview Questions asked at other Companies

Q1. How will you open a file whos size is double that of RAM on your system.?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

1 python and 1 SQL coding along with ML questions mostly related to monitoring and basic ML

Round 2 - Coding Test 

1 python code and also related to ML ...the recruiter came with a dataset to solve

Round 3 - Case Study 

Guestimates, project discussions and Case Studies

Round 4 - Case Study 

Project indepth discussion and case study related Fraud Detection

Round 5 - Behavioral interview 

(1 Question)

  • Q1. Aligning own interest with team requirement

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql questions on joins
  • Q2. Python coding leetcode

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

Senior Data Analyst Interview Questions & Answers

user image Himanshu Joshi

posted on 9 May 2024

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

(1 Question)

  • Q1. Projects, case studies and SQL
Round 2 - One-on-one 

(1 Question)

  • Q1. Projects, case studies
Round 3 - One-on-one 

(1 Question)

  • Q1. Stats, projects, leadership

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)

PayPal interview questions for popular designations

 Software Engineer

 (25)

 Data Scientist

 (10)

 Senior Software Engineer

 (8)

 Software Developer

 (8)

 Data Analyst

 (5)

 Risk Analyst

 (5)

 Customer Solution Specialist

 (4)

 Data Engineer

 (4)

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Work experience
  • Q2. Strength and Weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company Bangalore location. Too much politics

Site Supervisor Interview Questions asked at other Companies

Q1. What are handover process to civil or facillities
View answer (4)

Get interview-ready with Top PayPal Interview Questions

Intern Interview Questions & Answers

user image Anonymous

posted on 7 Aug 2024

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

(2 Questions)

  • Q1. Sorting algorithm
  • Ans. 

    Sorting algorithms are used to arrange elements in a specific order.

    • Sorting algorithms can be categorized as comparison-based or non-comparison-based.

    • Examples of sorting algorithms include Bubble Sort, Merge Sort, and Quick Sort.

    • Efficiency of sorting algorithms is measured in terms of time complexity and space complexity.

  • Answered by AI
  • Q2. Secod highest salary

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Jobs at PayPal

View all

Team Lead Interview Questions & Answers

user image Anonymous

posted on 14 Nov 2024

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Explain your previous work experience

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Software Development Engineer interview

user image Sankalp Dayal

posted on 15 May 2022

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

I applied via Company Website and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Drafting a mail, vocabulary and reasoning

Round 2 - HR 

(1 Question)

  • Q1. HR may ask about the previous work experience and relevant questions
Round 3 - Technical 

(2 Questions)

  • Q1. Explain a situation where you had to convince a tough customer.
  • Q2. Explain a situation where you had to take your own call when leads were not available.

Customer Support Associate Interview Questions asked at other Companies

Q1. How can you tackle your customer in real time scenario?
View answer (31)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Two sum related problem and advanced Priority Queue related questions

Round 2 - Technical 

(1 Question)

  • Q1. LLD and class diagram for Minesweeper game
  • Ans. 

    LLD and class diagram for Minesweeper game

    • Create classes for Board, Cell, Game, Player

    • Use composition to represent relationships between classes

    • Implement methods for revealing cells, flagging cells, checking for game over

    • Consider using enums for cell states (covered, uncovered, flagged)

    • Use UML notation to draw class diagram

  • Answered by AI

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

PayPal Interview FAQs

How many rounds are there in PayPal interview for experienced candidates?
PayPal interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the PayPal interview process for experienced candidates are Technical, One-on-one Round and HR.
How to prepare for PayPal interview for experienced candidates?
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, SQL, Python, Analytics and Wellness.
What are the top questions asked in PayPal interview for experienced candidates?

Some of the top questions asked at the PayPal interview for experienced candidates -

  1. Five advantages of spring boot Which java version you currently use? Features o...read more
  2. What you do if the customer is not happy for genivan cau...read more
  3. How will you track payment failure count and make it fail s...read more
How long is the PayPal interview process?

The duration of PayPal interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

PayPal Interview Process for Experienced

based on 34 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 760 Interviews
FIS Interview Questions
3.9
 • 476 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
HighRadius Interview Questions
2.9
 • 179 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Mobikwik Interview Questions
4.1
 • 45 Interviews
BillDesk Interview Questions
3.2
 • 13 Interviews
Instamojo Interview Questions
3.5
 • 7 Interviews
View all

PayPal Reviews and Ratings

based on 892 reviews

3.9/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

4.0

Salary

3.2

Job security

3.9

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 892 Reviews and Ratings
Senior Software Engineer

Chennai

4-10 Yrs

₹ 7.5-48 LPA

Lead Product Manager

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Software Engineer, Quality

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer2
284 salaries
unlock blur

₹15 L/yr - ₹45 L/yr

Software Engineer
248 salaries
unlock blur

₹13.5 L/yr - ₹50 L/yr

Software Engineer III
247 salaries
unlock blur

₹17 L/yr - ₹66 L/yr

Senior Software Engineer
225 salaries
unlock blur

₹15 L/yr - ₹53 L/yr

Risk Analyst
193 salaries
unlock blur

₹4.4 L/yr - ₹11 L/yr

Explore more salaries
Compare PayPal with

Paytm

3.3
Compare

Razorpay

3.6
Compare

Visa

3.5
Compare

MasterCard

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