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.1k Reviews

Filter interviews by

Paytm Software Developer Interview Questions, Process, and Tips

Updated 15 Nov 2024

Top Paytm Software Developer Interview Questions and Answers

  • Q1. Reverse Linked List Given a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The given linked list is 1 -> 2 -> 3 ...read more
  • Q2. Maximum Subarray Sum Given an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the ...read more
  • Q3. Rotting Oranges You have been given a grid containing some oranges. Each cell of this grid has one of the three integers values: Value 0 - representing an empty cell. Val ...read more
View all 53 questions

Paytm Software Developer Interview Experiences

36 interviews found

I was interviewed in Dec 2017.

Interview Questionnaire 

3 Questions

  • Q1. You need to find the maximum water pond formed in bw the building
  • Ans. 

    To find the maximum water pond formed between buildings.

    • Identify the lowest point between the buildings.

    • Calculate the area of the pond using the distance between the buildings and the depth of the pond.

    • Consider any obstacles or uneven ground that may affect the pond's shape.

    • Use a surveying tool or satellite imagery to get accurate measurements.

    • Take into account any drainage systems or natural water flow that may affect

  • Answered by AI
  • Q2. On mars you have to place n robots and they are connected via GPS. now you need to move each robot such that the whole mars is visited and each robot visit the minimum area(meaning no overlapping of area)...
  • Q3. Design dictionary using trie....having operations of inserting a word, updating and deleting (needed to write full running code)
  • Ans. 

    Design a dictionary using trie with insert, update and delete operations.

    • Implement a Trie data structure with nodes containing a character and a boolean flag to indicate end of word

    • For insert operation, traverse the trie and add nodes for each character in the word

    • For update operation, delete the existing word and insert the updated word

    • For delete operation, mark the end of word flag as false and delete the node if it ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Simple questions
Duration: 1 hour 10 minutes
Total Questions: 3

College Name: IIT Guwahati

Skills evaluated in this interview

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

Normal DSA Question regarding Arrays,Strings.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Build Basic LRU without Libraries
  • Ans. 

    Implement a basic LRU cache without using libraries

    • Create a data structure to store key-value pairs with a fixed size

    • Use a doubly linked list to keep track of the most recently used items

    • Implement methods to add, access, and remove items based on their usage

    • Update the linked list whenever an item is accessed or added

  • Answered by AI
  • Q2. DP Question regarding substring
Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic Database Design For Instagram
  • Q2. Database Concepts

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image likhith kumar

posted on 14 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Two questions on dynamic programming

Round 2 - Aptitude Test 

This was a behavioural round and was completely non technical

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

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Hackerrank, solve leetcode to clear this round

Round 2 - HR 

(3 Questions)

  • Q1. Tell about yourself
  • Q2. OOPs in python and explain them
  • Ans. 

    OOPs in Python refers to Object-Oriented Programming concepts like classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Ability to create a new class based on an existing class.

    • Encapsulation: Restricting access to certain components of an object.

    • Polymorphism: Ability to...

  • Answered by AI
  • Q3. Database related question based on resume

Skills evaluated in this interview

Paytm interview questions for designations

 Software Developer Intern

 (4)

 Senior Software Developer

 (1)

 Software Developer Trainee

 (1)

 Python Software Developer

 (1)

 Developer

 (1)

 Software Engineer

 (57)

 Software Intern

 (1)

 Android Developer

 (4)

Software Developer Interview Questions & Answers

user image Shubham Pabuwal

posted on 1 Jun 2024

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

Question of tree and linkedlist

Round 2 - Coding Test 

Questions on tree and LinkedList

Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round mostly on resume, sql

Get interview-ready with Top Paytm Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at G L Bajaj Institute of Technology & Management, Greater Noida and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding question 3 SQL question. One coding was easy and one was medium level.

Round 2 - Technical 

(1 Question)

  • Q1. Java, collection framework, OOPS, Project, 1 coding question
Round 3 - Technical 

(1 Question)

  • Q1. 3 Coding question, OOPS, Collection framework, Question on Project
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 que test easy level

Round 2 - Technical 

(1 Question)

  • Q1. DSA round asking bst and graph que
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Median of two sorted arrays

Round 3 - Technical 

(3 Questions)

  • Q1. Java questions are important here
  • Q2. Thread Allocation
  • Q3. Memory management

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Java

Software Developer interview

user image Arsh Goyal

posted on 24 Nov 2021

Software Developer Interview Questions & Answers

user image Akshay Shirsat

posted on 22 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Binary tree traversal question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - SQL Based MCQ Test 

(1 Question)

  • Q1. Questions were basically medium to hard level
Round 2 - One-on-one 

(1 Question)

  • Q1. Binary Tree Traversal Question
Round 3 - One-on-one 

(1 Question)

  • Q1. Graph Question(Basically number of islands)

Interview Preparation Tips

Interview preparation tips for other job seekers - Do proper DSA questions and they ask questions on trees

Paytm Interview FAQs

How many rounds are there in Paytm Software Developer interview?
Paytm interview process usually has 2-3 rounds. The most common rounds in the Paytm interview process are Coding Test, One-on-one Round and Technical.
How to prepare for Paytm Software 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 Analytics, Animation, Backend Operations, CRM and CSS3.
What are the top questions asked in Paytm Software Developer interview?

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

  1. Write a function that returns '3' when '4' is passed as an input and vice versa...read more
  2. A 2D matrix is given which is row wise and column wise sorted. Find a particula...read more
  3. Find the odd repeating element from a set of repeating eleme...read more
How long is the Paytm Software Developer interview process?

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

Tell us how to improve this page.

Paytm Software Developer Interview Process

based on 13 interviews in last 1 year

3 Interview rounds

  • Coding Test Round
  • Technical Round
  • One-on-one Round
View more

People are getting interviews through

based on 10 Paytm interviews
Campus Placement
Job Portal
Referral
40%
30%
30%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Paytm Software Developer Salary
based on 269 salaries
₹6.9 L/yr - ₹23.5 L/yr
88% more than the average Software Developer Salary in India
View more details

Paytm Software Developer Reviews and Ratings

based on 48 reviews

3.3/5

Rating in categories

3.5

Skill development

3.2

Work-Life balance

3.1

Salary & Benefits

2.8

Job Security

3.0

Company culture

2.6

Promotions/Appraisal

3.0

Work Satisfaction

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

₹2 L/yr - ₹11.4 L/yr

Software Engineer
1.4k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹10 L/yr - ₹41 L/yr

Sales Executive
957 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