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

Updated 21 Jan 2025

Top Paytm Senior Software Engineer Interview Questions and Answers

  • Q1. Search In Rotated Sorted Array Problem Statement Given a sorted array of distinct integers that has been rotated clockwise by an unknown amount, you need to search for a ...read more
  • Q2. Reverse Alternate K Nodes Problem Statement You are given a singly linked list of integers along with a positive integer 'K'. The task is to modify the linked list by re ...read more
  • Q3. What are the best and worst solutions for the coding problem "Longest Substring Without Repeating Characters," including a detailed explanation of each solution along wit ...read more
View all 36 questions

Paytm Senior Software Engineer Interview Experiences

37 interviews found

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

I was interviewed before Nov 2022.

Round 1 - Aptitude Test 

General reasoning, pattern, codding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Not remember what questions asked.
Round 3 - One-on-one 

(1 Question)

  • Q1. Not remember what questions asked.

I applied via Instahyre and was interviewed in Oct 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Write program for internal implementation of hash map
  • Ans. 

    Program for internal implementation of hash map

    • Define a hash function to map keys to indices in an array

    • Create an array of linked lists to handle collisions

    • Implement methods for adding, removing, and retrieving key-value pairs

    • Consider resizing the array when it becomes too full

    • Handle edge cases such as null keys or values

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Whole garbage collector and its process in java
  • Ans. 

    Garbage collector in Java manages memory allocation and deallocation automatically.

    • Garbage collector runs in the background and frees up memory that is no longer in use.

    • It uses different algorithms like Mark and Sweep, Copying, and Generational.

    • System.gc() can be used to request garbage collection, but it's not guaranteed to run immediately.

    • Garbage collector can cause performance issues if not tuned properly.

    • Java provi...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. About DB and scaling

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice over leetcode and must have good knowledge of DSA and collection framework.

Skills evaluated in this interview

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more

I applied via Approached by Company and was interviewed in May 2021. 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 - Coding Test 

It was DSA round with one basic and one medium question.

Round 3 - Technical 

(1 Question)

  • Q1. Asked Data structure, project-related, Java, and framework question. Java questions was hard and depth knowledge is needed.
Round 4 - Technical 

(1 Question)

  • Q1. This round majorly focuses on the language part and project-related questions and again some in-depth questions on java were asked
Round 5 - Behavioral 

(1 Question)

  • Q1. Questions related to day to day work with some tricky question

Interview Preparation Tips

Topics to prepare for Paytm Senior Software Engineer interview:
  • Java
  • Spring Boot
  • Data Structures
  • Algorithms
  • Hibernate
  • Core Java
  • Advanced Java
  • Multithreading
  • SQL
Interview preparation tips for other job seekers - Prepare DSA and java in-depth with your current project too. All technologies questions will be asked mentioned in your CV.

I applied via Instahyre and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Write code to find character at given position after expanding the given regex string.
  • Ans. 

    Code to find character at given position after expanding regex string

    • Use a regex engine to expand the given regex string

    • Find the substring that matches the given position

    • Return the character at that position in the substring

  • Answered by AI
  • Q2. Given date, month and year, write a logic to add days to the given date
  • Ans. 

    Logic to add days to a given date

    • Convert date, month, year to a date object

    • Use date object's built-in method to add days

    • Convert the updated date object back to date, month, year format

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1st round: coding round
2nd and 3rd round were one on one interviews with java topics and DSA coding questions where I was asked to write code for 2-3 DSA questions.

Skills evaluated in this interview

Paytm interview questions for designations

 Senior Software Engineer 2

 (1)

 Senior Software Engineer Testing

 (1)

 Senior Software Quality Engineer

 (1)

 Senior Software Development Engineer

 (1)

 Software Engineer

 (51)

 Senior Software Developer

 (1)

 Software Development Engineer

 (1)

 Software Testing Engineer

 (1)

I applied via Company Website and was interviewed in Sep 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Knowledge of Data structure like array strings linked list with some practice Is enough

Round 2 - Technical 

(1 Question)

  • Q1. Basic Android Knowledge and Java technology
Round 3 - Technical 

(1 Question)

  • Q1. Previous project details and 1 algorithm and basic technical knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Calm and be confident with your knowledge

Get interview-ready with Top Paytm Interview Questions

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Remove char sequence with a particular number like aaaabcbd remove aaaa
  • Ans. 

    Answering how to remove a character sequence with a particular number from a string.

    • Identify the character sequence to be removed

    • Use string manipulation functions to remove the sequence

    • Repeat until all instances of the sequence are removed

  • Answered by AI
  • Q2. Find second best player among n player
  • Ans. 

    Find the second best player among n players.

    • Sort the players based on their scores and pick the second highest score.

    • If scores are not available, find the second highest rank or position.

    • If there are ties for first place, the second best player may be the third or fourth best player.

    • If there are ties for second place, there may not be a clear second best player.

  • Answered by AI
  • Q3. Asynchronous rest api

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep confidence and try to solve problem
solution code should be running

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Oct 2021. There were 6 interview rounds.

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 

Simple programming test from mettl website

Round 3 - Technical 

(2 Questions)

  • Q1. First tech interview is also more of a coding round.
  • Q2. Questions on data structures in Java Multithreading Immutability
Round 4 - Technical 

(1 Question)

  • Q1. 2nd technical interview more of conceptual questions on related technology
Round 5 - Technical 

(1 Question)

  • Q1. Tech manager round based on previous project and scenario based questions
Round 6 - HR 

(1 Question)

  • Q1. Salary discuss Why you want to join paytm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared before interview
Go through basic programming questions

Paytm Interview FAQs

How many rounds are there in Paytm Senior 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 Senior 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 Financial Services, EDC, Application Development, Backend and Product Management.
What are the top questions asked in Paytm Senior Software Engineer interview?

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

  1. What are the best and worst solutions for the coding problem "Longest Substring...read more
  2. Infinite scroll - how to handle large size data, efficient and smooth loading b...read more
  3. What is kafka and your use case where you have u...read more
How long is the Paytm Senior Software Engineer interview process?

The duration of Paytm Senior 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 Senior Software Engineer Interview Process

based on 33 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
  • HR Round
View more
Paytm Senior Software Engineer Salary
based on 1.4k salaries
₹10 L/yr - ₹40 L/yr
48% more than the average Senior Software Engineer Salary in India
View more details

Paytm Senior Software Engineer Reviews and Ratings

based on 131 reviews

2.7/5

Rating in categories

3.1

Skill development

2.4

Work-life balance

2.7

Salary

2.0

Job security

2.3

Company culture

2.4

Promotions

2.7

Work satisfaction

Explore 131 Reviews and Ratings
Team Lead
2.3k salaries
unlock blur

₹2.5 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
974 salaries
unlock blur

₹1 L/yr - ₹6.4 L/yr

Senior Associate
912 salaries
unlock blur

₹2.2 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