Upload Button Icon Add office photos

Filter interviews by

Paytm Money Interview Questions, Process, and Tips

Updated 1 Jan 2025

Top Paytm Money Interview Questions and Answers

View all 22 questions

Paytm Money Interview Experiences

Popular Designations

30 interviews found

Sdet Engineer Interview Questions & Answers

user image bala yaswanth gorrepati

posted on 10 Jan 2024

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

I applied via Job Portal and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Normal java questions

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

I applied via Walk-in and was interviewed in Jan 2022. 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 - Menegar 

(1 Question)

  • Q1. Good for tolk but not
Round 3 - HR 

(8 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why should we hire you?
  • Q4. Share details of your previous job.
  • Q5. Why are you looking for a change?
  • Q6. Where do you see yourself in 5 years?
  • Q7. What are your strengths and weaknesses?
  • Q8. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the tahrd parti job and HR Not responding Properly

Operations Executive Interview Questions asked at other Companies

Q1. What is the electric current? How is works ?
View answer (29)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Describe your past experience as a marketer.
  • Q2. Why are you choosing Paytm Money?
Round 3 - One-on-one 

(2 Questions)

  • Q1. Which channels will you explore for growth marketing?
  • Ans. 

    We will explore various channels including social media, email marketing, content marketing, and referral marketing.

    • Social media platforms such as Facebook, Instagram, Twitter, and LinkedIn can be used to reach a wider audience and engage with potential customers.

    • Email marketing campaigns can be used to nurture leads and keep existing customers engaged.

    • Content marketing can be used to establish thought leadership and a...

  • Answered by AI
  • Q2. What strategy will you implement for a specific product? (Detailed discussion)
  • Ans. 

    I will implement a data-driven strategy for the product.

    • Conduct market research to identify target audience and competitors

    • Analyze customer data to understand their needs and preferences

    • Develop a unique value proposition and messaging that resonates with the target audience

    • Create a comprehensive marketing plan that includes digital and traditional channels

    • Continuously track and analyze performance metrics to optimize t

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Why do you think this role is suitable for you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skills and presentation is all that matters.

Top Paytm Money growth manager Interview Questions and Answers

Q1. How an employee contributes to a company to be a brand?
View answer (2)

growth manager Interview Questions asked at other Companies

Q1. How an employee contributes to a company to be a brand?
View answer (2)

Interview Questionnaire 

1 Question

  • Q1. Online Test: First was the online test for 1hr you have to solve 2 coding questions.(Street light coverage & Candy distribution) After clearing the coding round, HR called me scheduling for technical in...

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Paytm Money interview questions for popular designations

 Software Developer

 (5)

 Backend Developer

 (3)

 Software Engineer

 (3)

 growth manager

 (2)

 Customer Associate

 (1)

 IOS Software Developer

 (1)

 Marketing Manager

 (1)

 Operations Executive

 (1)

I was interviewed before Apr 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical Interview round with 2 DSA problems.

  • Q1. Detect cycle in undirected graph

    You have been given an undirected graph with 'N' vertices and 'M' edges. The vertices are labelled from 1 to 'N'.

    Your task is to find if the grap...

  • Ans. 

    DFS can be used to detect cycle in an undirected graph. Do a DFS traversal of the given graph. For every visited vertex ‘v’, if there is an adjacent ‘u’ such that u is already visited and u is not parent of v, then there is a cycle in graph.

    If we don’t find such an adjacent for any vertex, we say that there is no cycle.

    Pseudocode :

     

    DetectCycle(graph, v, visited[], parent)
    {
    	// mark the current node as visited
    ...
  • Answered by CodingNinjas
  • Q2. Zig-Zag Tree Traversal

    Given a binary tree, return the zigzag level order traversal of the nodes' values of the given tree. Zigzag traversal means starting from left to right, then right to left for th...

  • Ans. 

    This problem can be solved using two stacks.
    Assume the two stacks are current: currentlevel and nextlevel. We would also need a variable to keep track of the current level order(whether it is left to right or right to left). We pop from the currentlevel stack and print the nodes value. Whenever the current level order is from left to right, push the nodes left child, then its right child to the stack nextlevel. 
    Si...

  • Answered by CodingNinjas

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAPaytm money interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)

Get interview-ready with Top Paytm Money Interview Questions

I applied via Company Website and was interviewed before Mar 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Hackerrank kind of coding test. 2 questions to resolved within 70mins.

Round 2 - One-on-one 

(1 Question)

  • Q1. System Design and data structure.
Round 3 - One-on-one 

(1 Question)

  • Q1. System Design and data structure.
Round 4 - One-on-one 

(1 Question)

  • Q1. System Design and Data structure.

Interview Preparation Tips

Interview preparation tips for other job seekers - You have to very strong with data structure and system design.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Customer Associate Interview Questions & Answers

user image Shubham Ahuja

posted on 17 Sep 2022

I applied via Walk-in and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Just basic mathematics questions.

Round 3 - HR 

(2 Questions)

  • Q1. Have your own system
  • Q2. Will youbwork in rotational shifts

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and focus on the questions

Customer Associate Interview Questions asked at other Companies

Q1. What do you know about ecommerce processes and non responsibilities?
View answer (1)

Software Engineer Intern interview

user image The BaeSlay Way

posted on 11 Mar 2022

I applied via LinkedIn and was interviewed in Jul 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Cycle detection in a directed graph
  • Ans. 

    Cycle detection in a directed graph

    • Use Depth First Search (DFS) algorithm to detect cycles in a directed graph

    • Maintain a visited set to keep track of visited nodes

    • Maintain a recursion stack to keep track of nodes in the current DFS traversal

    • If a node is visited and is already in the recursion stack, then a cycle is detected

  • Answered by AI
  • Q2. Zig Zag order traversal of a binary tree
  • Ans. 

    Zig Zag order traversal of a binary tree is a way to traverse the tree in a zigzag pattern.

    • Start from the root node and traverse the tree level by level.

    • For odd levels, traverse from right to left.

    • For even levels, traverse from left to right.

    • Use a stack to keep track of the nodes to be traversed.

    • Repeat until all nodes have been visited.

  • Answered by AI
  • Q3. SQL Design: There are multiple trains travelling between multiple stations, write a query to find the number of trains between 2 given station.
  • Ans. 

    Query to find number of trains between 2 given stations in SQL design.

    • Use a JOIN statement to join the tables containing train and station information.

    • Filter the results based on the given stations.

    • Count the number of trains in the result set.

    • Consider the direction of travel and the order of the stations in the query.

    • Handle cases where there are no trains between the given stations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA properly along with SQL and computer fundamentals.

Skills evaluated in this interview

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)

I applied via Naukri.com and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Check if one string is an anagram of another string. OOPs questions. Check the list of cities in an api response is in lexicographical order.

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination SumYou are given an array/list ARR of N distinct positive integers. You are also given a non-negative integer B. Your task is to find all unique combinations in the array whose sum is equal to B. A number can be chosen any numbe... read more
View answer (2)

Paytm Money Interview FAQs

How many rounds are there in Paytm Money interview?
Paytm Money interview process usually has 2-3 rounds. The most common rounds in the Paytm Money interview process are One-on-one Round, Coding Test and HR.
How to prepare for Paytm Money 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 Money. The most common topics and skills that interviewers at Paytm Money expect are Customer Service, SQL, Sales, Stakeholder Management and Team Leading.
What are the top questions asked in Paytm Money interview?

Some of the top questions asked at the Paytm Money interview -

  1. How an employee contributes to a company to be a bra...read more
  2. Any suggestions to improve the UI of application? What could be the possible dr...read more
  3. Given an integer, print the relevant column name in an excel sheet. Ex: 1- A ,...read more
How long is the Paytm Money interview process?

The duration of Paytm Money interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Paytm Money Interview Process

based on 8 interviews in last 1 year

Interview experience

3.8
  
Good
View more

People are getting interviews through

based on 20 Paytm Money interviews
Job Portal
WalkIn
Campus Placement
Company Website
35%
15%
10%
5%
35% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Angel One Interview Questions
3.9
 • 126 Interviews
Kotak Securities Interview Questions
3.6
 • 110 Interviews
HDFC Securities Interview Questions
3.6
 • 99 Interviews
Sharekhan Interview Questions
3.9
 • 76 Interviews
Groww Interview Questions
3.8
 • 65 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
ICICI Direct Interview Questions
3.7
 • 22 Interviews
Motilal Oswal Interview Questions
3.9
 • 18 Interviews
Zerodha Interview Questions
4.2
 • 8 Interviews
ET Money Interview Questions
3.9
 • 1 Interview
View all

Fast track your campus placements

View all

Paytm Money Reviews and Ratings

based on 153 reviews

3.3/5

Rating in categories

3.2

Skill development

3.2

Work-Life balance

3.2

Salary & Benefits

2.8

Job Security

3.2

Company culture

2.9

Promotions/Appraisal

3.1

Work Satisfaction

Explore 153 Reviews and Ratings
Senior Software Engineer
72 salaries
unlock blur

₹11 L/yr - ₹33 L/yr

Senior Associate
67 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Software Engineer
58 salaries
unlock blur

₹8.4 L/yr - ₹21.2 L/yr

Team Lead
46 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Associate
29 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Explore more salaries
Compare Paytm Money with

Zerodha

4.2
Compare

Groww

3.8
Compare

Upstox

3.7
Compare

ET Money

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview