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 General Manager Project Interview Questions and Answers

Updated 24 Jun 2024

Paytm General Manager Project Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Domain related qus
Round 2 - One-on-one 

(1 Question)

  • Q1. Domain related qus
Round 3 - One-on-one 

(1 Question)

  • Q1. Domain related qus
Round 4 - HR 

(1 Question)

  • Q1. Negotiations round

Interview questions from similar companies

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

Round 1 - HR 

(5 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What are your salary expectations?
  • Q3. Share details of your previous job.
  • Q4. What is your family background?
  • Q5. Tell me about yourself.
Round 2 - Assignment 

Interview Preparation Tips

Interview preparation tips for other job seekers - Dear Sir,mam
Share no please

regards
Suraj Bhingare
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What you had done and experience?
  • Q2. What do you want to learn about?

Interview Preparation Tips

Interview preparation tips for other job seekers - Work life balance… but not much to learn

Interview Questionnaire 

1 Question

  • Q1. What is your goal

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice interview I have to learn nice concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - HR 

(1 Question)

  • Q1. How well do you know about your previous company, and what do you know about the company of your interviewer?
  • Ans. 

    I have a strong understanding of my previous company's operations and culture. I have also researched the interviewer's company to gain insights.

    • I have worked at my previous company for X years, gaining experience in various departments such as sales, marketing, and operations.

    • I am familiar with the company's mission, values, and key stakeholders.

    • I have researched the interviewer's company online, learning about their ...

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. How important is it to work on your voice tone, English proficiency, and understanding of your job profile?
  • Ans. 

    Working on voice tone, English proficiency, and job understanding is crucial for an Assistant Manager.

    • Voice tone impacts communication with team members and superiors.

    • English proficiency ensures clear and effective communication in a professional setting.

    • Understanding of job profile leads to better decision-making and problem-solving.

    • Improving these skills can enhance leadership abilities and overall performance.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Onky check my performance
Round 2 - One-on-one 

(1 Question)

  • Q1. Do you have experience in sales
  • Ans. 

    Yes, I have 5 years of experience in sales, including managing a team and exceeding sales targets.

    • 5 years of experience in sales

    • Managed a team

    • Exceeded sales targets

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

(1 Question)

  • Q1. Ask for past performance and growth
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 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
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 - 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

I appeared for an interview before Jan 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

I couldn't find an optimal approach to the first question, so she skipped that question and proceeded to next questions. Remaining questions I have answered satisfactorily.

  • Q1. 

    Subset Sum Equal To K Problem Statement

    Given an array/list of positive integers and an integer K, determine if there exists a subset whose sum equals K.

    Provide true if such a subset exists, otherwise r...

  • Ans. 

    Given an array of positive integers and an integer K, determine if there exists a subset whose sum equals K.

    • Use dynamic programming to solve this problem efficiently

    • Create a 2D array to store if a subset with a particular sum exists

    • Iterate through the array and update the 2D array accordingly

    • Check if the value at the end of the iteration is true for the given K

  • Answered by AI
  • Q2. 

    BFS Traversal in a Graph

    Given an undirected and disconnected graph G(V, E) where V vertices are numbered from 0 to V-1, and E represents edges, your task is to output the BFS traversal starting from the ...

  • Ans. 

    BFS traversal in a disconnected graph starting from vertex 0.

    • Implement BFS algorithm to traverse the graph starting from vertex 0.

    • Use a queue to keep track of visited nodes and their neighbors.

    • Ensure to print the traversal sequence in the correct order.

    • Handle disconnected components by checking for unvisited nodes.

    • Follow the BFS approach of exploring neighbors before moving to the next level.

  • Answered by AI
Round 2 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

I told that my strength is problem solving and I can always find a way when there is a bottle-neck. Gave some examples of my experiences while doing my assignments.

  • Q1. 

    Replace Spaces in a String

    Given a string STR consisting of words separated by spaces, your task is to replace all spaces between words with the characters "@40".

    Input:

    The first line contains an integ...
  • Ans. 

    Replace spaces in a string with '@40'.

    • Iterate through each character in the string

    • Replace spaces with '@40'

    • Return the modified string

  • Answered by AI

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

I appeared for an interview before Jan 2021.

Round 1 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical Interview Round with questions based on Data structures, OOPS and SQL.

  • Q1. 

    Delete a Node from a Linked List

    You are provided with a linked list of integers. Your task is to implement a function that deletes a node located at a specified position 'POS'.

    Input:

    The first line co...
  • Ans. 

    Implement a function to delete a node from a linked list at a specified position.

    • Traverse the linked list to find the node at the specified position.

    • Update the pointers of the previous and next nodes to skip the node to be deleted.

    • Handle edge cases such as deleting the head or tail of the linked list.

    • Ensure to free the memory of the deleted node to avoid memory leaks.

  • Answered by AI
  • Q2. Write an SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT and OFFSET clauses to skip the first n-1 highest salaries

    • Combine the above steps in a single query to find the nth highest salary

  • Answered by AI
  • Q3. Can you explain the concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Key concepts include encapsulation, inheritance, and polymorphism.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Inheritance allows classes to inherit at...

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Was asked me about my favorite technologies, What i liked about Facebook. And asked me to design a cinema ticket reservation web site­ like the one satyam has.

  • Q1. 

    Kth Largest Element Problem

    Given an array containing N distinct positive integers and a number K, determine the Kth largest element in the array.

    Example:

    Input:
    N = 6, K = 3, array = [2, 1, 5, 6, 3, ...
  • Ans. 

    Find the Kth largest element in an array of distinct positive integers.

    • Sort the array in non-increasing order and return the Kth element.

    • Handle multiple test cases efficiently.

    • Ensure all elements in the array are distinct.

  • Answered by AI
  • Q2. What are virtual functions?
  • Ans. 

    Virtual functions are functions in a base class that are overridden in derived classes to achieve runtime polymorphism.

    • Virtual functions are declared in a base class with the 'virtual' keyword.

    • They are overridden in derived classes using the 'override' keyword.

    • They allow a function to be called based on the runtime type of an object.

    • Virtual functions enable dynamic binding and late binding in C++.

    • Example: virtual void ...

  • Answered by AI
  • Q3. Design a Cinema Ticket Reservation System.
  • Ans. 

    Design a Cinema Ticket Reservation System

    • Use a database to store movie information, showtimes, and seat availability

    • Allow users to search for movies, select showtimes, and choose seats

    • Implement a payment system for ticket purchases

    • Send confirmation emails with QR codes for ticket validation

  • Answered by AI
  • Q4. In how many attempts can you find a defective ball among 10 given balls using a two-pan balance scale?
  • Ans. 

    You can find a defective ball among 10 given balls in 2 attempts using a two-pan balance scale.

    • Divide the 10 balls into two groups of 5 each.

    • Weigh the two groups on the balance scale.

    • If one group is heavier, it contains the defective ball. If they are equal, the defective ball is in the remaining 5 balls.

    • Divide the group of 5 balls with the defective one into two groups of 2 and 3 balls.

    • Weigh the two groups on the bala...

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 30 minutes
Round difficulty - Easy

HR round that lasted for about 30 minutes. The interviewer asked me questions to know more about me and a puzzle.

  • Q1. Can you tell me about your projects and your extracurricular activities?

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 - 3 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

Paytm Interview FAQs

How many rounds are there in Paytm General Manager Project interview?
Paytm interview process usually has 4 rounds. The most common rounds in the Paytm interview process are One-on-one Round and HR.
What are the top questions asked in Paytm General Manager Project interview?

Some of the top questions asked at the Paytm General Manager Project interview -

  1. Domain related ...read more
  2. Negotiations ro...read more

Tell us how to improve this page.

Paytm General Manager Project Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 303 Interviews
PayPal Interview Questions
3.9
 • 208 Interviews
Fiserv Interview Questions
3.0
 • 173 Interviews
Visa Interview Questions
3.5
 • 138 Interviews
Angel One Interview Questions
4.0
 • 136 Interviews
MasterCard Interview Questions
3.9
 • 134 Interviews
Revolut Interview Questions
2.5
 • 98 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
Truhome Finance Interview Questions
3.9
 • 40 Interviews
View all

Paytm General Manager Project Reviews and Ratings

based on 2 reviews

1.6/5

Rating in categories

2.0

Skill development

1.0

Work-life balance

3.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

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

₹2 L/yr - ₹11.4 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Software Engineer
1.4k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Sales Executive
964 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Senior Associate
910 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

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