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 Backend Developer Interview Questions, Process, and Tips

Updated 9 Dec 2024

Top Paytm Backend Developer Interview Questions and Answers

  • Q1. Design a Stack that can support getMin functionality. Whenever it calls getMin on stack it should return the min element in the stack.
  • Q2. 1. Mininum cost to reach the last cell of a 2D matrix. Required moves are only downward or to the right direction
  • Q3. Design a ArrayList that supprorts all the existing funtions of a list plus getMax functionality also.

Paytm Backend Developer Interview Experiences

3 interviews found

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

(2 Questions)

  • Q1. Java threads concepts and its usage
  • Q2. Data structures problems and design quentions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

-----.geeksforgeeks.org/replace-every-element-with-the-greatest-on-right-side/amp/



-----/

Interview Preparation Tips

Topics to prepare for Paytm Backend Developer interview:
  • DSA
  • Core java
  • Design Patterns
  • Spring Boot
Interview preparation tips for other job seekers - DSA , Design Patters , Core Java Concepts , Springboot

Backend Developer Interview Questions Asked at Other Companies

asked in NoBroker
Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return ... read more
Q2. Reverse the rows of a matrixAs a part of its annual techno-cultur ... read more
asked in Simpplr
Q3. Print array SumGiven an array of length N, you need to find and p ... read more
Q4. Given 9 ball all of which weigh the same except for one, what is ... read more
asked in Simpplr
Q5. Remove Duplicates From StringYou are given a string (STR) of leng ... read more

I applied via LinkedIn and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Mininum cost to reach the last cell of a 2D matrix. Required moves are only downward or to the right direction
  • Ans. 

    Minimum cost to reach last cell of 2D matrix with only downward or right moves.

    • Use dynamic programming approach to solve the problem.

    • Calculate minimum cost for each cell by considering minimum cost of its adjacent cells.

    • Final answer will be the minimum cost to reach the last cell.

  • Answered by AI
  • Q2. Design a Stack that can support getMin functionality. Whenever it calls getMin on stack it should return the min element in the stack.
  • Ans. 

    Design a stack that supports getMin functionality to return the minimum element in the stack.

    • Create two stacks, one for storing the actual elements and another for storing the minimum elements.

    • Push elements onto both stacks simultaneously.

    • When popping an element, pop from both stacks.

    • To get the minimum element, peek at the top of the minimum stack.

  • Answered by AI
  • Q3. Design a TreeSet functionality
  • Ans. 

    TreeSet is a data structure that stores unique elements in sorted order.

    • TreeSet is implemented using a Red-Black tree

    • It provides O(log n) time complexity for basic operations like add, remove, and contains

    • It also provides methods like first(), last(), headSet(), tailSet(), and subSet()

    • TreeSet can be used to implement priority queues and sorting algorithms

  • Answered by AI
  • Q4. Design a ArrayList that supprorts all the existing funtions of a list plus getMax functionality also.
  • Ans. 

    Design an ArrayList with getMax functionality.

    • Create a custom ArrayList class that extends the existing ArrayList class.

    • Add a getMax() method that returns the maximum value in the list.

    • Override the add() method to keep track of the maximum value in the list.

    • Update the maximum value whenever an element is added or removed from the list.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Data Structures and algorithms. If you have industry experience you will be asked system design questions as well, migh as well prepare for that

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About oops dsa questions based on arrays
  • Q2. Sequencing substring
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Five advantages of spring boot Which java version you currently use? Features of the java version you use Output from the code Difference between this and super In order to update the string, which will be...
  • Ans. 

    Spring Boot offers advantages like rapid development, easy configuration, embedded servers, production-ready features, and more.

    • Rapid development: Spring Boot simplifies the setup and configuration of Spring applications, allowing developers to focus on writing business logic.

    • Easy configuration: Spring Boot provides auto-configuration, reducing the need for manual setup and boilerplate code.

    • Embedded servers: Spring Boo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PayPal Backend Developer interview:
  • Core Java
  • Spring Boot
  • Aspect oriented programming
  • Design Patterns
  • Exception handling
Interview preparation tips for other job seekers - Be prepared with core java concepts and the questions may come from the development side

Skills evaluated in this interview

I applied via Referral and was interviewed in Sep 2022. There were 5 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 - HR 

(1 Question)

  • Q1. Self Introduction about yourself
  • Ans. 

    I am a Backend Associate with experience in developing and maintaining server-side applications.

    • Proficient in programming languages like Java and Python

    • Experience in working with databases like MySQL and MongoDB

    • Familiar with RESTful APIs and microservices architecture

    • Strong problem-solving and debugging skills

    • Ability to work in a team and collaborate effectively

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. How much you know about who's your admire person in your life ?
  • Ans. 

    My admired person in life is my mother.

    • My mother has always been my source of inspiration and support.

    • She has taught me the values of hard work, perseverance, and kindness.

    • Her selflessness and dedication to her family and community are admirable.

    • She has overcome numerous challenges and always remains positive.

    • I strive to be like her in both my personal and professional life.

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

(1 Question)

  • Q1. How much you have experienced, specify about your experience
  • Ans. 

    I have 3 years of experience in backend development.

    • 3 years of experience in backend development

    • Proficient in programming languages like Java and Python

    • Experience with databases like MySQL and MongoDB

    • Familiarity with RESTful APIs and web services

    • Knowledge of version control systems like Git

  • Answered by AI
Round 5 - Graduate with all docs. 

(1 Question)

  • Q1. Do you have all document like your graduation and experience certificate
  • Ans. 

    Yes, I have all the required documents.

    • I have my graduation certificate from XYZ University.

    • I also have experience certificates from my previous employers.

    • I can provide these documents upon request.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, when ever you got a call from HR put ear plugs so that you can hear properly what HR asking to you on a perticular questions.

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

I applied via Instahyre and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Find loop in linked list
  • Ans. 

    To find a loop in a linked list, we use Floyd's cycle-finding algorithm.

    • Floyd's cycle-finding algorithm uses two pointers, one moving at a rate of one node per iteration and the other moving at a rate of two nodes per iteration.

    • If there is a loop in the linked list, the two pointers will eventually meet at some node.

    • To find the starting point of the loop, we reset one of the pointers to the head of the linked list and ...

  • Answered by AI
  • Q2. What challenging task you have done
  • Q3. System design related question
  • Q4. Explain your current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for data structures and algorithms from gfg.

Skills evaluated in this interview

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

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Five advantages of spring boot Which java version you currently use? Features of the java version you use Output from the code Difference between this and super In order to update the string, which will be...
  • Ans. 

    Spring Boot offers advantages like rapid development, easy configuration, embedded servers, production-ready features, and more.

    • Rapid development: Spring Boot simplifies the setup and configuration of Spring applications, allowing developers to focus on writing business logic.

    • Easy configuration: Spring Boot provides auto-configuration, reducing the need for manual setup and boilerplate code.

    • Embedded servers: Spring Boo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for PayPal Backend Developer interview:
  • Core Java
  • Spring Boot
  • Aspect oriented programming
  • Design Patterns
  • Exception handling
Interview preparation tips for other job seekers - Be prepared with core java concepts and the questions may come from the development side

Skills evaluated in this interview

Paytm Interview FAQs

How many rounds are there in Paytm Backend Developer interview?
Paytm interview process usually has 1 rounds. The most common rounds in the Paytm interview process are Coding Test and Technical.
How to prepare for Paytm Backend Developer 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 MySQL, Spring Boot, Multithreading, Github and Java.
What are the top questions asked in Paytm Backend Developer interview?

Some of the top questions asked at the Paytm Backend Developer interview -

  1. Design a Stack that can support getMin functionality. Whenever it calls getMin ...read more
  2. 1. Mininum cost to reach the last cell of a 2D matrix. Required moves are only ...read more
  3. Design a ArrayList that supprorts all the existing funtions of a list plus getM...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Paytm interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

FIS Interview Questions
3.9
 • 469 Interviews
PhonePe Interview Questions
4.0
 • 297 Interviews
PayPal Interview Questions
3.9
 • 206 Interviews
Fiserv Interview Questions
3.2
 • 166 Interviews
Visa Interview Questions
3.6
 • 135 Interviews
MasterCard Interview Questions
4.0
 • 130 Interviews
Angel One Interview Questions
3.9
 • 126 Interviews
Revolut Interview Questions
2.6
 • 89 Interviews
TransUnion Interview Questions
4.0
 • 87 Interviews
View all
Paytm Backend Developer Salary
based on 48 salaries
₹5.9 L/yr - ₹23.2 L/yr
48% more than the average Backend Developer Salary in India
View more details

Paytm Backend Developer Reviews and Ratings

based on 2 reviews

1.4/5

Rating in categories

2.8

Skill development

3.8

Work-Life balance

2.0

Salary & Benefits

1.0

Job Security

1.2

Company culture

2.8

Promotions/Appraisal

1.4

Work Satisfaction

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

₹2 L/yr - ₹9.2 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹10 L/yr - ₹41 L/yr

Software Engineer
1.4k salaries
unlock blur

₹5.5 L/yr - ₹23 L/yr

Sales Executive
963 salaries
unlock blur

₹1 L/yr - ₹6.4 L/yr

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

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