Upload Button Icon Add office photos

PayPal

Compare button icon Compare button icon Compare

Filter interviews by

PayPal Mts Software Engineer Interview Questions and Answers

Updated 22 Aug 2024

PayPal Mts Software Engineer Interview Experiences

2 interviews found

Mts Software Engineer Interview Questions & Answers

user image Deeptirekha Priyadarsini

posted on 22 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium level leetcide qsns

Round 2 - One-on-one 

(1 Question)

  • Q1. System design problems
  • Ans. 

    System design problems involve designing scalable and efficient software systems.

    • Identify the requirements and constraints of the system

    • Break down the system into smaller components

    • Consider scalability, reliability, and performance

    • Use appropriate data structures and algorithms

    • Design for fault tolerance and load balancing

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 7 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1st round was design interview
Round 2 - Technical 

(2 Questions)

  • Q1. Data Structure and Problem solving
  • Q2. Question on double queue
Round 3 - Technical 

(2 Questions)

  • Q1. Data structure and problem solving
  • Q2. Question on matrix
Round 4 - Technical 

(1 Question)

  • Q1. Design round to design coffee machine
  • Ans. 

    Design a coffee machine with various functionalities like brewing different types of coffee, adding milk, and adjusting temperature.

    • Include options for different types of coffee (espresso, latte, cappuccino)

    • Allow users to add milk or cream to their coffee

    • Provide options to adjust the temperature of the coffee

    • Include a water reservoir for brewing coffee

    • Add a display screen for user interaction

  • Answered by AI
Round 5 - Technical 

(1 Question)

  • Q1. Design round with product fit check
Round 6 - Behavioral 

(1 Question)

  • Q1. Design question and management questions
Round 7 - HR 

(1 Question)

  • Q1. Behavioural question and compensation discussion

Skills evaluated in this interview

Mts Software Engineer Interview Questions Asked at Other Companies

Q1. What are decorators in Python and how define it. and what is a fu ... read more
asked in Salesforce
Q2. Return k most frequent string from an array of strings
Q3. Add Two Numbers represented as linked lists into one linked list
Q4. Given two strings s1 and s2 find the missing character with TC: 0 ... read more
asked in Agnity
Q5. Explaining the IMS architecture with interfaces and protocols

Interview questions from similar companies

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
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
-
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
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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Just to know more about why i want the role
Round 2 - Coding Test 

Testing an payment flow on the application

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
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 Mts Software Engineer interview?
PayPal interview process usually has 5 rounds. The most common rounds in the PayPal interview process are Technical, HR and Behavioral.
How to prepare for PayPal Mts Software 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 PayPal. The most common topics and skills that interviewers at PayPal expect are Commerce, MTS, Agile, Architecture and Backend.
What are the top questions asked in PayPal Mts Software Engineer interview?

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

  1. Design round to design coffee mach...read more
  2. System design probl...read more
  3. Behavioural question and compensation discuss...read more

Tell us how to improve this page.

PayPal Mts Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 768 Interviews
FIS Interview Questions
3.9
 • 478 Interviews
PhonePe Interview Questions
4.0
 • 302 Interviews
HighRadius Interview Questions
2.9
 • 181 Interviews
Fiserv Interview Questions
3.1
 • 168 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Visa Interview Questions
3.5
 • 137 Interviews
MasterCard Interview Questions
4.0
 • 133 Interviews
Angel One Interview Questions
3.9
 • 131 Interviews
View all
PayPal Mts Software Engineer Salary
based on 27 salaries
₹36.2 L/yr - ₹71 L/yr
88% more than the average Mts Software Engineer Salary in India
View more details

PayPal Mts Software Engineer Reviews and Ratings

based on 6 reviews

3.8/5

Rating in categories

3.6

Skill development

4.2

Work-life balance

3.6

Salary

2.6

Job security

4.3

Company culture

3.2

Promotions

4.0

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer2
291 salaries
unlock blur

₹15 L/yr - ₹45 L/yr

Software Engineer III
247 salaries
unlock blur

₹17 L/yr - ₹66 L/yr

Software Engineer
246 salaries
unlock blur

₹12 L/yr - ₹50 L/yr

Senior Software Engineer
227 salaries
unlock blur

₹15 L/yr - ₹53 L/yr

Risk Analyst
168 salaries
unlock blur

₹4.8 L/yr - ₹11 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