Upload Button Icon Add office photos

PayPal

Compare button icon Compare button icon Compare

Filter interviews by

PayPal Senior Technical Manager Interview Questions and Answers

Updated 3 Feb 2024

PayPal Senior Technical Manager Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. BI related questions

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is micro Service? How do you use Spring Boot to create micro service? What is rest controller? Explain Lamda function? What is Binary functions?
  • Ans. 

    Microservices are small, independent services that work together to form a larger application. Spring Boot is a framework that simplifies the creation of microservices.

    • Microservices are designed to be modular and scalable

    • Spring Boot provides a simple way to create microservices using annotations and auto-configuration

    • A REST controller is a class that handles HTTP requests and returns responses in a RESTful way

    • Lambda fu...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(10 Questions)

  • Q1. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by mocking dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

    • Example: Instead of a class creating an instance of another...

  • Answered by AI
  • Q2. What is app.use in .net core?
  • Ans. 

    app.use in .NET Core is used to add middleware to the request pipeline.

    • app.use is a method used in ASP.NET Core to add middleware components to the request pipeline.

    • Middleware components are software components that are executed in the request pipeline to handle requests and responses.

    • Middleware components can perform tasks such as authentication, logging, error handling, and more.

    • Example: app.use(new MiddlewareCompone

  • Answered by AI
  • Q3. What is difference between Interface and abstract class?
  • Ans. 

    Interface is a contract that defines the methods a class must implement, while abstract class can have both abstract and concrete methods.

    • Interface cannot have any implementation, while abstract class can have both abstract and concrete methods.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Interfaces are used to achieve multiple inheritance in Java, while abstract classes are us...

  • Answered by AI
  • Q4. Boxing Unboxing
  • Q5. ArrayList and List
  • Q6. Can abstract class instantiated?
  • Ans. 

    No, abstract classes cannot be instantiated.

    • Abstract classes are meant to be inherited and extended by other classes.

    • Attempting to instantiate an abstract class will result in a compilation error.

    • Abstract classes can have abstract methods that must be implemented by the subclass.

  • Answered by AI
  • Q7. How to optimize react application?
  • Ans. 

    Optimizing a React application involves code splitting, lazy loading, minimizing bundle size, using memoization, and optimizing render performance.

    • Implement code splitting to load only necessary code for each route or component.

    • Utilize lazy loading to defer loading of non-essential components until they are needed.

    • Minimize bundle size by removing unused code, optimizing images, and using tree shaking.

    • Use memoization te...

  • Answered by AI
  • Q8. Props destructuring?
  • Q9. Parent child component communication in react?
  • Ans. 

    Parent child component communication in React involves passing data from parent to child components and triggering events from child to parent components.

    • Use props to pass data from parent to child components

    • Use callback functions to trigger events from child to parent components

    • Context API can be used for passing data to deeply nested components

  • Answered by AI
  • Q10. What is useRef, useMemo, useCallback?
  • Ans. 

    useRef is used to persist a value across renders, useMemo is used to memoize expensive calculations, useCallback is used to memoize functions.

    • useRef is commonly used to access DOM elements or persist values between renders.

    • useMemo is used to memoize expensive calculations to avoid re-computation.

    • useCallback is used to memoize functions to prevent unnecessary re-renders.

    • Example: useRef can be used to store a reference t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Most of questions were scenario based, no straight forward questions.
Although you are experienced, you can expect OOPS concept complex questions.
Be prepared with all concepts.

Skills evaluated in this interview

Technical Lead Interview Questions & Answers

Paytm user image Prasad Saitwal

posted on 15 Nov 2024

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

Data structures related to dynamic program

Round 2 - Coding Test 

React coding test . Design drop-down

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

(1 Question)

  • Q1. Tell me about yourself?
  • Ans. 

    Experienced technical lead with a strong background in software development and project management.

    • Over 8 years of experience in leading technical teams and delivering successful projects

    • Proficient in various programming languages such as Java, Python, and JavaScript

    • Skilled in Agile methodologies and implementing best practices for software development

    • Strong communication and leadership skills, able to collaborate effe

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. COBOL functions.
  • Q2. File Management

Interview Preparation Tips

Interview preparation tips for other job seekers - Through with the concepts
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. I cleared 2 round of interview. After the interview i waited for 4 5 days. Dint hear back from recruiter. Later I only called to check on the feedback. He said im selected and waiting for slots from next p...
Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 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 

1. One question regarding the MaxPartitions for a given array, if array is [4, 3, 2, 6 , 5, 10, 9] => upon sorting it appears like [2, 3, 4, 5, 6, 7, 9, 10] ..Max slices are [2,3,4] [5, 6] [9, 10] so slice count is 3

2. Another one Max integer upon removal 5 digit

Round 3 - Technical 

(1 Question)

  • Q1. Two technical rounds happened 1. One technical round : It was all about the Architecture , Design patterns on Microservices like CircuitBreaker etc and also security concepts, 2. Another technical round...

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview of 2 hours each which is more than expected time and Interviewers were unable to judge properly or efficiently and On the last day was told that you are not right fitment, Actually the role is for Desktop applications and interviewers are expecting to have all the design experience, Felt so disappointed as Hiring manager was not interested to proceed and Status of the Interview was not shared properly it was positive but not proceeding further it was mixed up
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Recursion program
  • Q2. System Design questions based on current project
  • Q3. Micro service design patterns
  • Ans. 

    Micro service design patterns are architectural patterns used to design and implement microservices.

    • Service discovery

    • Circuit breaker

    • API gateway

    • Event sourcing

    • Saga pattern

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Design YT recommendation system
  • Ans. 

    Designing a recommendation system for YouTube

    • Utilize collaborative filtering to recommend videos based on user preferences

    • Incorporate content-based filtering to suggest videos similar to ones previously watched

    • Implement a hybrid approach combining collaborative and content-based filtering for more accurate recommendations

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Join sql linux basic

PayPal Interview FAQs

How many rounds are there in PayPal Senior Technical Manager interview?
PayPal interview process usually has 1 rounds. The most common rounds in the PayPal interview process are Technical.

Tell us how to improve this page.

PayPal Senior Technical Manager Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 773 Interviews
FIS Interview Questions
3.9
 • 479 Interviews
PhonePe Interview Questions
4.0
 • 304 Interviews
HighRadius Interview Questions
2.9
 • 181 Interviews
Fiserv Interview Questions
3.1
 • 169 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Visa Interview Questions
3.5
 • 137 Interviews
MasterCard Interview Questions
3.9
 • 134 Interviews
Angel One Interview Questions
3.9
 • 133 Interviews
View all
Software Engineer2
292 salaries
unlock blur

₹15 L/yr - ₹45 L/yr

Software Engineer
246 salaries
unlock blur

₹12 L/yr - ₹50 L/yr

Software Engineer III
245 salaries
unlock blur

₹17 L/yr - ₹66 L/yr

Senior Software Engineer
214 salaries
unlock blur

₹13 L/yr - ₹45 L/yr

Risk Analyst
165 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