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

Clear (1)

Paytm Marketing Manager Interview Questions and Answers

Updated 17 Jul 2024

Paytm Marketing Manager Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introducing your self and what were your last experience?
  • Q2. If you can achieve the target then you eligible
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is your experience
  • Q2. What is your expectations
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. What is last package
  • Ans. 

    The last package refers to the most recent product or service offering released by a company.

    • The last package is typically the newest addition to a company's product line.

    • It may include updated features, improved functionality, or new pricing options.

    • For example, the last package released by Apple was the iPhone 12 series.

  • Answered by AI
  • Q2. When will you join

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join in this company waste and worst.
Daily company policies and rules were changed daily. Worst organisation

Marketing Manager Interview Questions Asked at Other Companies

Q1. What the big opportunities to handle a sales in a worse situation ... read more
Q2. What would be your marketing strategy? 5 steps to take immediatel ... read more
Q3. Write a plan for the marketing activities for their product line( ... read more
Q4. If you cannot share means you don't know. How we are not a compet ... read more
asked in BYJU'S
Q5. Why is Byjus preferred by students than other ed tech products

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

Asking about the excel and other data tool. Salary offer as per their terms no negotiate.

Round 2 - HR 

(3 Questions)

  • Q1. Salary offer as per their terms.
  • Q2. Tell me some thing about your self.
  • Q3. What is expertise why want to leave

Interview Preparation Tips

Interview preparation tips for other job seekers - No tip try your luck on asking on your previous company experiance.

I applied via Recruitment Consultant and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Question about yourself asked.
  • Q2. About job experiance in the relevent field.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and keep good information about profile for which you are going to apply.

I applied via Approached by Company and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you handle service and sales Both
  • Ans. 

    Yes, I have experience in handling both service and sales.

    • I have worked in a similar role before where I was responsible for both service and sales.

    • I have excellent communication and interpersonal skills which help me in handling both aspects effectively.

    • I understand the importance of providing good service to customers while also meeting sales targets.

    • I am comfortable with multitasking and prioritizing tasks based on ...

  • Answered by AI
  • Q2. Can you came to distance to your home location

Interview Preparation Tips

Interview preparation tips for other job seekers - Please contact on updated number for discussion.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. DSA based easy to medium
  • Q2. DSA based easy to medium level
Round 2 - One-on-one 

(1 Question)

  • Q1. Java related questions were asked
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 Resume tips
Round 2 - Case Study 

Did a nice case study but interview was stupid to understand

Round 3 - Technical 

(2 Questions)

  • Q1. Where do you see yourself in 10 years
  • Ans. 

    In 10 years, I see myself as a successful Assistant Manager, leading a team and contributing to the growth of the company.

    • Leading a team of motivated individuals

    • Implementing innovative strategies to drive business growth

    • Continuously learning and developing new skills

    • Building strong relationships with clients and stakeholders

    • Contributing to the overall success of the company

  • Answered by AI
  • Q2. Why do you wamt to join phonepe
  • Ans. 

    I want to join PhonePe because of its innovative technology, strong market presence, and growth opportunities.

    • PhonePe is known for its innovative technology in the digital payment industry.

    • I am impressed by PhonePe's strong market presence and its ability to compete with other payment platforms.

    • I believe joining PhonePe will provide me with excellent growth opportunities and a chance to contribute to its success.

    • PhoneP...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Didn't join after getting it through. Don't have good culture
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 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 Resume tips
Round 2 - Admin 

(3 Questions)

  • Q1. Administration or HR work perfect
  • Q2. Administrative support
  • Q3. 20 years Experience In HR and System Operator and Administration Work
Round 3 - HR 

(1 Question)

  • Q1. Experience Details
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(5 Questions)

  • Q1. Business development
  • Q2. Marketing development
  • Q3. Sales development
  • Q4. Job development
  • Q5. Delivery development

Interview Preparation Tips

Interview preparation tips for other job seekers - Long business development

I was interviewed before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

It was conducted in Hacker rank which consisted of 10 aptitude questions that included C, C++, Java MCQ. 2 programming questions were also given.

  • Q1. 

    Minimum Cost Path Problem Statement

    Given an N x M matrix filled with integers, determine the minimum sum obtainable from a path that starts at a specified cell (x, y) and ends at the top left corner of t...

  • Ans. 

    The problem involves finding the minimum sum path from a specified cell to the top left corner of a matrix.

    • Start from the specified cell and calculate the minimum sum path to reach the top left corner using dynamic programming.

    • Consider the three possible moves: down, right, and down-right diagonal.

    • Keep track of the minimum sum at each cell and update it based on the minimum of the three possible moves.

    • Finally, the mini...

  • Answered by AI
  • Q2. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. 

    Generate all possible combinations of balanced parentheses for a given number of pairs.

    • Use backtracking to generate all possible combinations of balanced parentheses.

    • Keep track of the number of open and close parentheses used in each combination.

    • Recursively generate combinations by adding open parentheses if there are remaining, and closing parentheses if the number of open parentheses is greater than the number of clo...

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on data structures, oops and networking.

  • Q1. 

    Character Counting Challenge

    Create a program that counts and prints the total number of specific character types from user input. Specifically, you need to count lowercase English alphabets, numeric digi...

  • Ans. 

    Create a program to count lowercase alphabets, digits, and white spaces from user input until '$' is encountered.

    • Read characters from input stream until '$' is encountered

    • Count lowercase alphabets, digits, and white spaces separately

    • Print the counts of each character type as three integers separated by spaces

  • Answered by AI
  • Q2. 

    K Largest Elements Problem Statement

    Given an unsorted array containing 'N' integers, you are required to find 'K' largest elements from the array and return them in non-decreasing order.

    Input:

    The fir...
  • Ans. 

    Find K largest elements in an unsorted array and return them in non-decreasing order.

    • Sort the array in non-decreasing order.

    • Return the last K elements of the sorted array.

  • Answered by AI
  • Q3. How can you check whether you have an internet connection on your system?
  • Ans. 

    To check internet connection on a system, you can use various methods like pinging a website or checking network status.

    • Use ping command to check connectivity to a website (e.g. ping www.google.com)

    • Check network status using network settings or command line tools

    • Try accessing a website or online service to verify internet connection

  • Answered by AI
  • Q4. What happens when you type a URL in a web browser?
  • Ans. 

    When you type a URL in a web browser, the browser sends a request to the server hosting the website, which then responds with the necessary files to display the webpage.

    • Browser checks cache for DNS resolution

    • If not found, browser sends a DNS query to resolve the domain name to an IP address

    • Browser establishes a TCP connection with the server

    • Browser sends an HTTP request to the server for the webpage

    • Server processes the...

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on data structures, oops and networking.

  • Q1. 

    Counting Sort Problem Statement

    Ninja is learning about sorting algorithms, specifically those that do not rely on comparisons. Can you help Ninja implement the counting sort algorithm?

    Example:

    Input:
    ...
  • Ans. 

    Implement counting sort algorithm to sort an array of integers without comparisons.

    • Count the frequency of each element in the input array.

    • Calculate the prefix sum of frequencies to determine the position of each element in the sorted array.

    • Place each element in its correct position based on the prefix sum.

    • Time complexity of counting sort is O(n+k), where n is the number of elements and k is the range of input.

    • Example: ...

  • Answered by AI
  • Q2. What are the applications of the Fibonacci series in real life?
  • Ans. 

    The Fibonacci series has applications in various fields such as mathematics, computer science, art, and nature.

    • Used in algorithms for optimization problems and dynamic programming.

    • Found in nature, such as the arrangement of leaves on a stem, the branching of trees, and the spiral shapes of shells.

    • Applied in financial markets for predicting stock prices and analyzing market trends.

    • Utilized in art and design for creating

  • Answered by AI
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round where the interviewer asked questions to know more about me.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAPaypal interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 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 interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Paytm Interview FAQs

How many rounds are there in Paytm Marketing Manager interview?
Paytm interview process usually has 1-2 rounds. The most common rounds in the Paytm interview process are One-on-one Round and HR.
How to prepare for Paytm Marketing Manager 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 Sales, Relationship, Business Development, Direct Sales and Field Sales.
What are the top questions asked in Paytm Marketing Manager interview?

Some of the top questions asked at the Paytm Marketing Manager interview -

  1. What is last pack...read more
  2. If you can achieve the target then you eligi...read more

Recently Viewed

JOBS

Vitesco Technologies

No Jobs

SALARIES

KPIT Technologies

SALARIES

KPIT Technologies

SALARIES

KPIT Technologies

JOBS

Browse jobs

Discover jobs you love

SALARIES

KPIT Technologies

SALARIES

KPIT Technologies

No Salaries

JOBS

Schneider Electric

No Jobs

JOBS

Browse jobs

Discover jobs you love

SALARIES

KPIT Technologies

Tell us how to improve this page.

Paytm Marketing Manager Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 299 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
Angel One Interview Questions
3.9
 • 135 Interviews
MasterCard Interview Questions
3.9
 • 134 Interviews
Revolut Interview Questions
2.5
 • 97 Interviews
View all
Paytm Marketing Manager Salary
based on 29 salaries
₹2.6 L/yr - ₹9.2 L/yr
58% less than the average Marketing Manager Salary in India
View more details

Paytm Marketing Manager Reviews and Ratings

based on 15 reviews

3.2/5

Rating in categories

2.9

Skill development

3.4

Work-life balance

2.7

Salary

2.9

Job security

3.0

Company culture

3.2

Promotions

3.1

Work satisfaction

Explore 15 Reviews and Ratings
Team Lead
2.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Executive
970 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
898 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Paytm with

BharatPe

3.5
Compare

Zerodha

4.2
Compare

Razorpay

3.6
Compare

Mobikwik

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