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
3.3

based on 7.2k Reviews

Filter interviews by

Paytm Data Analyst and Team Lead Interview Questions and Answers

Updated 21 May 2024

Paytm Data Analyst and Team Lead 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 May 2023. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. 1. Types of joins : i) Scenario of 2 tables and output rows of those cases
  • Ans. 

    Types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full outer join: Returns rows when there is a match in either table.

    • Example: Inner join - SELE...

  • Answered by AI
  • Q2. 2. How to delete duplicate rows in SQL
  • Ans. 

    Use the DELETE statement with a self-join to remove duplicate rows in SQL.

    • Use a self-join to identify duplicate rows based on a unique identifier column

    • Use the DELETE statement with the self-join condition to remove the duplicates

    • Example: DELETE FROM table_name WHERE id NOT IN (SELECT MIN(id) FROM table_name GROUP BY column1, column2)

  • Answered by AI
  • Q3. 3. Window functions difference?
  • Ans. 

    Window functions are used to perform calculations across a set of table rows related to the current row.

    • Window functions operate on a set of rows related to the current row

    • They can be used to calculate running totals, moving averages, rank, etc.

    • Examples include ROW_NUMBER(), RANK(), LAG(), LEAD()

  • Answered by AI
  • Q4. 4. Hackerrank medium level 1 question
Round 2 - Behavioral 

(1 Question)

  • Q1. Asked about yourself? When available to join and current salary?
Round 3 - HR 

(1 Question)

  • Q1. Final Salary discussion

Skills evaluated in this interview

Interview questions from similar companies

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
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Case Study 

Cancellation in the number of bookings in an app has increased exponentially in the past few weeks, How would you conduct an RCA on the same.

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Coding questions on Python and SQL
  • Q2. Python basic DS questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Medium level questions

Round 2 - Technical 

(2 Questions)

  • Q1. Sorting Python question
  • Q2. Hard SQL question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

1 python and 1 SQL coding along with ML questions mostly related to monitoring and basic ML

Round 2 - Coding Test 

1 python code and also related to ML ...the recruiter came with a dataset to solve

Round 3 - Case Study 

Guestimates, project discussions and Case Studies

Round 4 - Case Study 

Project indepth discussion and case study related Fraud Detection

Round 5 - Behavioral interview 

(1 Question)

  • Q1. Aligning own interest with team requirement
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Short cut keys of tools
  • Ans. 

    Short cut keys are keyboard shortcuts that allow users to quickly perform actions in various tools.

    • Ctrl + C: Copy

    • Ctrl + V: Paste

    • Ctrl + X: Cut

    • Ctrl + Z: Undo

    • Ctrl + S: Save

    • Ctrl + P: Print

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Project explanation in brief manner
  • Ans. 

    Developed a predictive model to forecast sales based on historical data

    • Collected and cleaned historical sales data

    • Performed exploratory data analysis to identify trends and patterns

    • Built and trained machine learning model using regression techniques

    • Evaluated model performance using metrics like RMSE and MAE

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Basic questions about resume
Round 2 - One-on-one 

(2 Questions)

  • Q1. Workplace adjustment questions
  • Q2. Are you willing to work extra hours
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Internal external tables
  • Q2. MySQL questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Spark question on optimization
  • Q2. SQL writting and optimization

Paytm Interview FAQs

How many rounds are there in Paytm Data Analyst and Team Lead interview?
Paytm interview process usually has 3 rounds. The most common rounds in the Paytm interview process are Technical, Behavioral and HR.
What are the top questions asked in Paytm Data Analyst and Team Lead interview?

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

  1. 1. Types of joins : i) Scenario of 2 tables and output rows of those ca...read more
  2. 2. How to delete duplicate rows in ...read more
  3. 3. Window functions differen...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

FIS Interview Questions
3.9
 • 476 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
PayPal Interview Questions
3.9
 • 208 Interviews
Fiserv Interview Questions
3.2
 • 167 Interviews
Visa Interview Questions
3.6
 • 137 Interviews
MasterCard Interview Questions
4.0
 • 132 Interviews
Angel One Interview Questions
3.9
 • 128 Interviews
Revolut Interview Questions
2.6
 • 91 Interviews
TransUnion Interview Questions
4.0
 • 88 Interviews
View all
Team Lead
2k salaries
unlock blur

₹2 L/yr - ₹11.4 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹10 L/yr - ₹41 L/yr

Software Engineer
1.4k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Sales Executive
960 salaries
unlock blur

₹1 L/yr - ₹6.4 L/yr

Senior Associate
901 salaries
unlock blur

₹2.1 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.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview