Upload Button Icon Add office photos

Filter interviews by

PayPal Software Development Engineer Intern Interview Questions and Answers

Updated 15 Mar 2024

PayPal Software Development Engineer Intern Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic leetcode qyestions
  • Q2. Arrays basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked 2 questions-
first zigzag traversal of binary tree
second remove node from back of linked list

Round 2 - HR 

(2 Questions)

  • Q1. He asked me about my hobbies?
  • Q2. Gave me some puzzles to solve
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Simple aptitude questions and it was easy

Round 2 - Coding Test 

Consists of 2 coding questions and one is easy and other is medium

Round 3 - Technical 

(1 Question)

  • Q1. Regarding project and the javascript used in it and react
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning, grammar, and coding: two basic level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Question on core Java
  • Q2. Question on SQL and PLSQL
  • Q3. Resume based question and on project
Round 3 - HR 

(2 Questions)

  • Q1. Resume and project based question
  • Q2. What do you like about your current company, and why do you want to join our organization?
  • Ans. 

    I appreciate the collaborative team environment and innovative projects at my current company, and I am excited about the opportunities for growth and learning at your organization.

    • Collaborative team environment fosters creativity and productivity

    • Innovative projects challenge me to learn and grow

    • Excited about the opportunities for growth and learning at your organization

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Merge two sorted linked lists
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list

    • Create a new linked list to store the merged result

    • Iterate through both input linked lists and compare nodes to determine the order in which they should be added to the result list

    • Handle cases where one list is longer than the other

  • Answered by AI
  • Q2. Check if paranthesis are balanced or not
  • Ans. 

    To check if parentheses are balanced, use a stack data structure to keep track of opening and closing parentheses.

    • Use a stack to push opening parentheses and pop when encountering a closing parenthesis

    • If stack is empty when encountering a closing parenthesis, return false

    • After iterating through all parentheses, if stack is empty, return true

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Right view of a Binary Search tree
  • Ans. 

    The right view of a Binary Search Tree shows the nodes that are visible when viewing the tree from the right side.

    • The right view of a Binary Search Tree includes the rightmost node at each level.

    • Nodes at each level that are not visible from the right side are not included in the right view.

    • Example: For the Binary Search Tree with values 1, 2, 3, 4, 5, the right view would be 1, 3, 5.

  • Answered by AI
  • Q2. Few javascript questions on how to parse a json object without using inbuilt libraries.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare dsa easy-medium and your projecs in depth.

Skills evaluated in this interview

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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. System design basics
  • Q2. Java 8 stream api code
  • Q3. Current project
Round 2 - Technical 

(2 Questions)

  • Q1. Only arrogance related stuff
  • Q2. Only arrogance related stuff happened

Interview Preparation Tips

Interview preparation tips for other job seekers - Too much arrogant people .
Not at all talented asked me everything theoretical ,no evaluation from logic building or coding perspective just some random stupid google questions based upon their own internal project work .
I am not happy with the style of evaluation also interviewer was too much arrogant and rude .never met these kind of people.
I do too belongs to equal product based,good technical background but never seen anyone rude to this level.
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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Visveswaraiah Technological University (VTU) and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude questions and multiple choice coding questions were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Explanation about project
  • Ans. 

    I have worked on a project to develop a mobile application for tracking fitness activities and providing personalized workout plans.

    • Developed user-friendly interface for inputting and tracking fitness data

    • Implemented algorithms to generate personalized workout plans based on user's goals and progress

    • Integrated with wearable devices to automatically sync activity data

    • Conducted thorough testing to ensure accuracy and rel...

  • Answered by AI
  • Q2. SQL queries which were easy
  • Q3. Linked list and arrays

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn simple programs, basic level questions of programming, basic understanding of cloud, gen AI, SQL queries mainly join operations.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Asked to write a bank application - which includes adding,removing,transferring of money

PayPal Interview FAQs

How many rounds are there in PayPal Software Development Engineer Intern interview?
PayPal interview process usually has 1 rounds. The most common rounds in the PayPal interview process are Technical.
What are the top questions asked in PayPal Software Development Engineer Intern interview?

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

  1. Basic leetcode qyesti...read more
  2. Arrays basic questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 PayPal interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 751 Interviews
FIS Interview Questions
3.9
 • 468 Interviews
PhonePe Interview Questions
4.0
 • 297 Interviews
HighRadius Interview Questions
2.9
 • 176 Interviews
Fiserv Interview Questions
3.2
 • 166 Interviews
Razorpay Interview Questions
3.6
 • 150 Interviews
Visa Interview Questions
3.6
 • 134 Interviews
MasterCard Interview Questions
4.0
 • 128 Interviews
Angel One Interview Questions
3.9
 • 126 Interviews
View all

PayPal Software Development Engineer Intern Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

5.0

Promotions/Appraisal

5.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer2
263 salaries
unlock blur

₹15 L/yr - ₹48 L/yr

Software Engineer III
248 salaries
unlock blur

₹17 L/yr - ₹66 L/yr

Senior Software Engineer
220 salaries
unlock blur

₹14.1 L/yr - ₹50.1 L/yr

Software Engineer
206 salaries
unlock blur

₹12 L/yr - ₹42 L/yr

Risk Analyst
167 salaries
unlock blur

₹3.8 L/yr - ₹11 L/yr

Explore more salaries
Compare PayPal with

Paytm

3.3
Compare

Razorpay

3.6
Compare

Visa

3.6
Compare

MasterCard

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview