Upload Button Icon Add office photos

PayPal

Compare button icon Compare button icon Compare

Filter interviews by

PayPal Data Analyst Intern Interview Questions and Answers

Updated 1 Feb 2024

PayPal Data Analyst Intern Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Projects questions
Round 2 - Aptitude Test 

Case details on economics and data. how would you use data to do XYZ?

Interview questions from similar companies

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with experience in analyzing and interpreting complex data sets to drive business insights.

    • Experienced in using statistical analysis tools such as Python, R, and SQL

    • Proficient in data visualization tools like Tableau and Power BI

    • Skilled in data cleaning, data mining, and data modeling techniques

    • Strong problem-solving and critical thinking skills

    • Effective communicator and team player

    • Example: I have w...

  • Answered by AI
  • Q2. Biggest hurdle you faced during the work you did t organise the tech fest of your college
  • Ans. 

    The biggest hurdle I faced during organizing the tech fest of my college was securing sponsorships.

    • Difficulty in convincing companies to sponsor the event

    • Limited budget for organizing a large-scale tech fest

    • Competition with other college events for sponsorships

    • Negotiating sponsorship deals and ensuring deliverables

    • Finding sponsors aligned with the theme and objectives of the tech fest

  • Answered by AI
  • Q3. Would you go for an MBA?
  • Ans. 

    Yes, pursuing an MBA can enhance my skills and open up new career opportunities.

    • An MBA can provide a strong foundation in business and management principles.

    • It can help develop analytical and problem-solving skills.

    • An MBA can broaden my network and provide access to valuable connections.

    • It can open up leadership roles and higher-level positions in organizations.

    • Having an MBA can increase earning potential and job prosp...

  • Answered by AI
  • Q4. Reliance fresh wants to open a store in north-eastern part of India. Should it or should it not?
  • Ans. 

    Yes, Reliance Fresh should open a store in the north-eastern part of India.

    • The north-eastern part of India has a growing population and increasing consumer demand.

    • Reliance Fresh can tap into the untapped market potential in the region.

    • Opening a store in the north-eastern part of India can help Reliance Fresh expand its presence and increase its market share.

    • Reliance Fresh can leverage its existing supply chain and dist...

  • Answered by AI
  • Q5. Guesstimate the number of people travelling by local metro in mumbai
  • Ans. 

    The number of people travelling by local metro in Mumbai is estimated to be in millions.

    • Mumbai has a population of over 20 million people.

    • The local metro is a popular mode of transportation in Mumbai.

    • During peak hours, the metro trains are usually crowded.

    • The metro network in Mumbai is extensive, covering various parts of the city.

    • The number of daily commuters on the metro can be estimated based on population density a

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: cpi above 7.0

Round: Test
Experience: Basic maths, shares related questions and english
Duration: 1 hour
Total Questions: 40

Round: Technical + HR Interview
Experience: Very easy round.

Skills: Aptitude, Communication, Quantitative Aptitude, Leadership Skills, Technical Skill
College Name: IIT Kanpur
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself and the current projects you are working on.
Round 2 - Technical 

(1 Question)

  • Q1. Sql Questions on regex, json , window functions were there.
Round 3 - Technical 

(1 Question)

  • Q1. Questions on current project, Tableau related question were there.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SQL case study for data
  • Q2. Find nth salary
  • Ans. 

    To find the nth salary in a dataset

    • Sort the dataset in descending order based on salary

    • Remove duplicates if necessary

    • Return the salary at index n-1

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

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Implement lag() and lead() without using lag() or lead()
  • Ans. 

    Implement lag() and lead() functions without using lag() or lead()

    • To implement lag(), shift the values in the array by one position to the right

    • To implement lead(), shift the values in the array by one position to the left

    • For example, to implement lag() on [1, 2, 3, 4], you can shift the values to get [null, 1, 2, 3]

    • For lead(), you can shift the values to get [2, 3, 4, null]

  • Answered by AI
  • Q2. How will you go about optimising a query?
  • Ans. 

    Optimising a query involves identifying bottlenecks and improving efficiency.

    • Identify slow-performing queries using tools like query execution plans.

    • Optimize database indexes to speed up query performance.

    • Limit the number of columns and rows returned in the query.

    • Avoid using SELECT * and instead specify only the necessary columns.

    • Use appropriate data types and avoid unnecessary data conversions.

    • Consider denormalizing d...

  • Answered by AI
  • Q3. If the 3rd position in a string contains 'b' replace it with 'v'
  • Ans. 

    Replace 'b' with 'v' in the 3rd position of each string in an array

    • Iterate through each string in the array

    • Check if the 3rd position contains 'b'

    • If yes, replace 'b' with 'v'

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

Visa user image Vishwesh Dayama

posted on 18 Dec 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. SQL Joins and remove duplicates
  • Q2. Function to create a transaction bin column
  • Ans. 

    Create a function to generate a transaction bin column based on transaction amounts.

    • Create bins based on transaction amounts (e.g. $0-$100, $101-$200, etc.)

    • Use pandas cut() function in Python to create bins

    • Assign bin labels to the transactions based on the bin ranges

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Referral

Round 1 - HR 

(2 Questions)

  • Q1. Are you available to join immediately?
  • Q2. What's your location preference?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is the order of execution in sql
  • Ans. 

    The order of execution in SQL is: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY.

    • 1. FROM: Specifies the tables involved in the query.

    • 2. WHERE: Filters the rows based on specified conditions.

    • 3. GROUP BY: Groups the rows that have the same values into summary rows.

    • 4. HAVING: Filters groups based on specified conditions.

    • 5. SELECT: Selects the columns to be included in the result set.

    • 6. ORDER BY: Sorts the result set base

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to do conditional formatting in excel
  • Ans. 

    Conditional formatting in Excel allows users to format cells based on specified conditions.

    • Select the range of cells you want to apply conditional formatting to

    • Go to the 'Home' tab and click on 'Conditional Formatting'

    • Choose the desired formatting option, such as color scales, data bars, or icon sets

    • Set the conditions for when the formatting should be applied, such as greater than, less than, or equal to a certain valu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with basics

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

PhonePe user image Megha choudhary

posted on 28 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Sql,power bi,aptitude,technical
  • Q2. How you take criticism
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Apti was based on analytical skills

Round 2 - Group Discussion 

It was a fun GD which had the topic future app experiences.

Round 3 - Case Study 

Asked questions on guestimates and my analytical skills

Round 4 - HR 

(3 Questions)

  • Q1. HR questions and 1 analytical question asked.
  • Q2. Question asked on my location
  • Q3. Question asked on guestimates

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company. though long hiring process but was good overall.

PayPal Interview FAQs

How many rounds are there in PayPal Data Analyst Intern interview?
PayPal interview process usually has 2 rounds. The most common rounds in the PayPal interview process are HR and Aptitude Test.
How to prepare for PayPal Data Analyst Intern 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, Javascript, Linux, Oracle and PHP.

Tell us how to improve this page.

PayPal Data Analyst Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 759 Interviews
PhonePe Interview Questions
4.0
 • 306 Interviews
HighRadius Interview Questions
2.8
 • 186 Interviews
Fiserv Interview Questions
3.0
 • 175 Interviews
Razorpay Interview Questions
3.6
 • 154 Interviews
Visa Interview Questions
3.5
 • 141 Interviews
KFintech Interview Questions
3.5
 • 140 Interviews
MasterCard Interview Questions
3.9
 • 139 Interviews
Angel One Interview Questions
4.0
 • 138 Interviews
View all
PayPal Data Analyst Intern Salary
based on 4 salaries
₹6 L/yr - ₹12 L/yr
228% more than the average Data Analyst Intern Salary in India
View more details
Software Engineer2
308 salaries
unlock blur

₹13.2 L/yr - ₹45 L/yr

Software Engineer
260 salaries
unlock blur

₹12 L/yr - ₹50 L/yr

Software Engineer III
227 salaries
unlock blur

₹17 L/yr - ₹70 L/yr

Senior Software Engineer
222 salaries
unlock blur

₹14.4 L/yr - ₹52.1 L/yr

Data Scientist
176 salaries
unlock blur

₹17 L/yr - ₹50 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