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 Software Engineer Interview Questions, Process, and Tips

Updated 19 Dec 2024

Top Paytm Software Engineer Interview Questions and Answers

  • Q1. Puzzle : 100 people are standing in a circle .each one is allowed to shoot a person infront of him and he hands the gun to the next to next person for e.g 1st person kill ...read more
  • Q2. Generate Binary Strings with No Consecutive 1s Given an integer K , your task is to produce all binary strings of length 'K' that do not contain consecutive '1's. Input: ...read more
  • Q3. Longest Consecutive Sequence Problem Statement You are provided with an unsorted array/list ARR of N integers. Your task is to determine the length of the longest consec ...read more
View all 79 questions

Paytm Software Engineer Interview Experiences

57 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Kth element in a linked list
  • Ans. 

    To find the kth element in a linked list, iterate through the list and return the element at the kth position.

    • Iterate through the linked list while keeping track of the current position

    • Return the element when the current position equals k

    • Handle cases where k is out of bounds or the linked list is empty

  • Answered by AI
  • Q2. Level order traversal with alternate order
  • Ans. 

    Level order traversal of a binary tree with alternate order

    • Use a queue to perform level order traversal

    • Alternate the order of nodes at each level

    • Example: For a binary tree with nodes 1, 2, 3, 4, 5, the output could be ['1', '3 2', '4 5']

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Vivek Vardhan

posted on 27 May 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Walk-in

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

(3 Questions)

  • Q1. Verification vs Validation/ Authentication vs Authorization/ OOPs/ Design Patterns/ Core Java/ SQL Queries Understanding/ Hands-on-exp-with HTML,CSS,JavaScript/ Hands-on-Exp-With JavaScript-with-AJAX+Servl...
  • Ans. ChatGPT/ Blogs/ Articles/ TELUSKO YOUTUBE CHANNEL FOR EVERYTHING JAVA UNDER THE SUN/ GITHUB_PICK_CODE_INSTALL_AND_PRACTICE ...[STUDY IN THE VERY SAME ORDER IN WHICH THESE ARE SLASH/PRESENTED HEREIN!!!!!!!!] [All da BBBBBBBBBBBBBBBBBBBest!]
  • Answered by Vivek Vardhan
  • Q2. Eat sleep PLAY repeat!
  • Ans. Did you try to be diligent!
  • Answered by Vivek Vardhan
  • Q3. Did you try to be consistent, committed, devoted?
  • Ans. 

    Yes, I always strive to be consistent, committed, and devoted in my work.

    • I prioritize tasks and set achievable goals to ensure consistency

    • I am committed to meeting deadlines and delivering quality work

    • I am devoted to continuously learning and improving my skills

    • For example, in my previous job, I consistently met project deadlines and received positive feedback from my team for my dedication to the project

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - THESE TIPS ARE FOR FRESHERS, FOR JAVA DEVELOPER ROLE, not just paytm, not just standard fresher package if you know what I mean!
These tips are for Freshers, for Java Developer Roles, NOT JUST PAYTM, NOT JUST STANDARD FRESHER PACKAGE, IF YOU KWIM!

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 hour, 3 questions, all dsa based

Round 2 - Technical 

(1 Question)

  • Q1. Merge sort was asked to me
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About trees, polymorphism
Round 2 - Coding Test 

About hashmap and java script

Paytm interview questions for designations

 Senior Software Engineer

 (37)

 Software Development Engineer

 (3)

 Software Testing Engineer

 (2)

 Lead Software Engineer

 (1)

 Software Development Engineer 1

 (1)

 Senior Software Engineer Testing

 (1)

 Software Development Engineer II

 (1)

 Senior Software Quality Engineer

 (1)

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

Left Side of binary tree

Round 2 - Technical 

(1 Question)

  • Q1. LCA of Binary Search Tree
  • Ans. 

    The Lowest Common Ancestor (LCA) of a Binary Search Tree is the node that is the common ancestor of two given nodes.

    • The LCA of a Binary Search Tree can be found by comparing the values of the two nodes with the current node's value and traversing left or right accordingly.

    • If one node's value is less than the current node's value and the other node's value is greater, then the current node is the LCA.

    • If both nodes are l...

  • Answered by AI

Get interview-ready with Top Paytm Interview Questions

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

This round consist of 2 meduim level DSA questions

Round 2 - HR 

(2 Questions)

  • Q1. Hr Asked basis questions
  • Q2. Tell me about your self

Software Engineer Interview Questions & Answers

user image Avinash Kumar

posted on 5 Feb 2024

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

(2 Questions)

  • Q1. DSA, Core cs subjects
  • Q2. DSA based on standard graph problems, dp , trees etc

Software Engineer interview

user image E-Learning Bridge

posted on 28 Oct 2021

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. DSA cse questions basic ones
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 - Coding Test 

Three DSA questions leetcode easy and medium

Round 3 - Technical 

(1 Question)

  • Q1. DSA questions Linked List get nth values Reverse a Linkedlist
Round 4 - Technical 

(1 Question)

  • Q1. DSA round Height of tree, more tree questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for DSA, be more interactive, interviewers will provide little help if stuck but you should be able to solve

Paytm Interview FAQs

How many rounds are there in Paytm Software Engineer interview?
Paytm interview process usually has 2-3 rounds. The most common rounds in the Paytm interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Paytm Software Engineer 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 Application Development, Backend, Financial Services, Product Management and Software Engineering.
What are the top questions asked in Paytm Software Engineer interview?

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

  1. Puzzle : 100 people are standing in a circle .each one is allowed to shoot a pe...read more
  2. How will you implement a shuffle function for a playlist of so...read more
  3. How many BSTs are possible with two nodes and three nod...read more
How long is the Paytm Software Engineer interview process?

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

Tell us how to improve this page.

Paytm Software Engineer Interview Process

based on 40 interviews

4 Interview rounds

  • Coding Test Round
  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more
Paytm Software Engineer Salary
based on 1.4k salaries
₹6 L/yr - ₹23 L/yr
59% more than the average Software Engineer Salary in India
View more details

Paytm Software Engineer Reviews and Ratings

based on 178 reviews

2.9/5

Rating in categories

3.1

Skill development

2.6

Work-life balance

2.6

Salary

2.2

Job security

2.4

Company culture

2.2

Promotions

2.7

Work satisfaction

Explore 178 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 - ₹40 L/yr

Sales Executive
958 salaries
unlock blur

₹1 L/yr - ₹6.4 L/yr

Senior Associate
914 salaries
unlock blur

₹2.1 L/yr - ₹8.4 L/yr

Explore more salaries
Compare Paytm with

BharatPe

3.5
Compare

Zerodha

4.2
Compare

Razorpay

3.6
Compare

Mobikwik

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