Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Paytm Team. If you also belong to the team, you can get access from here

Paytm Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Paytm Data Analyst Interview Questions and Answers

Updated 25 Nov 2024

Paytm Data Analyst Interview Experiences

7 interviews found

Data Analyst Interview Questions & Answers

user image Rahul Jindal

posted on 19 Sep 2024

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

I applied via Instahyre and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sql questions on windows functions, subquery
  • Q2. Guesstimmate on how many cricket bat is solved in a year
  • Ans. 

    It is difficult to accurately estimate the number of cricket bats sold in a year without specific data.

    • The number of cricket bats sold in a year can vary based on factors such as seasonality, popularity of cricket, and market trends.

    • One approach to estimate could be to consider the total population of cricket-playing countries and the average number of bats owned by players.

    • Another approach could be to look at the sale...

  • Answered by AI

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2024

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?

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
Q4. Sliding Window Maximum Problem Statement You are given an array/l ... read more
asked in Tredence
Q5. Find First Repeated Character in a String Given a string 'STR' co ... read more

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Nothing much just . Joins in SQL and advance Excel

Round 2 - One-on-one 

(2 Questions)

  • Q1. About work profile in last org
  • Q2. Last org and what you know about paytm working

Interview Preparation Tips

Interview preparation tips for other job seekers - Just get some info about Paytm org working

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Aug 2022

I applied via LinkedIn and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic sql and excel questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic cultural fit and puzzle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - moderate level interview not very difficult just prepare basic questions well

Paytm interview questions for designations

 Analyst

 (1)

 Data Analyst and Team Lead

 (1)

 Data Entry jobs

 (1)

 Business Analyst

 (18)

 Production Analyst

 (1)

 Operations Analyst

 (1)

 Senior Analyst

 (1)

 Quality Analyst

 (1)

Data Analyst Interview Questions & Answers

user image Abhishek Sharma

posted on 12 Mar 2024

Interview experience
3
Average
Difficulty level
Moderate
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 

(1 Question)

  • Q1. Tell me about yourself. Joins questions

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Dec 2021

I applied via Naukri.com and was interviewed in Nov 2021. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why the offline data is so important for any company?
  • Ans. 

    Offline data is important for companies as it provides insights into customer behavior and preferences.

    • Offline data can help companies understand customer behavior and preferences

    • It can be used to identify trends and patterns in customer data

    • Offline data can also be used to improve customer experience and personalize marketing efforts

    • Examples of offline data include in-store purchases, customer service interactions, an...

  • Answered by AI
  • Q2. How we fill some information in all the selected blank space in just one click in Google sheet ?
  • Ans. 

    Yes, we can use the Fill Down feature in Google Sheets to fill information in all selected blank spaces in just one click.

    • Select the cell with the information you want to fill

    • Hover over the bottom right corner of the cell until the cursor changes to a small blue square

    • Click and drag the blue square down to the last cell where you want the information to be filled

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - company Should pay attention to the candidates who have less marks in their academics, sometimes such people are more skilled.

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2022

I applied via Referral and was interviewed in Oct 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic SQL and excel question.
  • Q2. Questions about google data studio

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview. Be confident. Interview process is quite easy.

Interview questions from similar companies

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

(2 Questions)

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

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

Data Analyst Interview Questions & Answers

PayPal user image Snehith Korukonda

posted on 21 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Topics were, DSA, SQL, PL/SQL, Data Augmentation

Round 2 - Coding Test 

Customer churn classification using a classification ML model

Round 3 - Technical 

(2 Questions)

  • Q1. Write a pseudo code for Bubble sort
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Start with the first element and compare it with the next element, swapping if necessary

    • Repeat this process for each pair of adjacent elements in the array until the entire array is sorted

    • Continue this process for each element in the array until no more swaps are ne

  • Answered by AI
  • Q2. What is an API
  • Ans. 

    An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other.

    • APIs define the methods for requesting and receiving data between software applications

    • APIs can be used to access data from external sources, such as social media platforms or weather services

    • Examples of APIs include the Twitter API, Google Maps API, and Spotify API

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Graduated with a degree in Statistics

    • Proficient in programming languages like Python and R

    • Experience in analyzing large datasets and creating data visualizations

    • Strong problem-solving skills and attention to detail

  • Answered by AI
  • Q2. Salaray compensation how much

Skills evaluated in this interview

Paytm Interview FAQs

How many rounds are there in Paytm Data Analyst interview?
Paytm interview process usually has 1-2 rounds. The most common rounds in the Paytm interview process are One-on-one Round, Coding Test and Technical.
How to prepare for Paytm Data Analyst 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 Paytm. The most common topics and skills that interviewers at Paytm expect are SQL, Data Analysis, Python, Excel and Tableau.
What are the top questions asked in Paytm Data Analyst interview?

Some of the top questions asked at the Paytm Data Analyst interview -

  1. How we fill some information in all the selected blank space in just one click ...read more
  2. Why the offline data is so important for any compa...read more
  3. Guesstimmate on how many cricket bat is solved in a y...read more

Tell us how to improve this page.

Paytm Data Analyst Interview Process

based on 5 interviews

1 Interview rounds

  • One-on-one Round
View more
Paytm Data Analyst Salary
based on 116 salaries
₹6.9 L/yr - ₹13.5 L/yr
41% more than the average Data Analyst Salary in India
View more details

Paytm Data Analyst Reviews and Ratings

based on 9 reviews

3.7/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.5

Salary

2.8

Job security

3.2

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 9 Reviews and Ratings
Team Lead
2.3k salaries
unlock blur

₹2.5 L/yr - ₹11.4 L/yr

Software Engineer
1.4k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Sales Executive
976 salaries
unlock blur

₹1 L/yr - ₹6.4 L/yr

Senior Associate
916 salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Explore more salaries
Compare Paytm with

BharatPe

3.5
Compare

Zerodha

4.2
Compare

Razorpay

3.6
Compare

Mobikwik

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