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 Softwaretest Engineer Interview Questions and Answers

Updated 27 Jun 2024

Paytm Softwaretest Engineer Interview Experiences

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Visveswaraiah Technological University (VTU) and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude questions and multiple choice coding questions were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Explanation about project
  • Ans. 

    I have worked on a project to develop a mobile application for tracking fitness activities and providing personalized workout plans.

    • Developed user-friendly interface for inputting and tracking fitness data

    • Implemented algorithms to generate personalized workout plans based on user's goals and progress

    • Integrated with wearable devices to automatically sync activity data

    • Conducted thorough testing to ensure accuracy and rel...

  • Answered by AI
  • Q2. SQL queries which were easy
  • Q3. Linked list and arrays

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn simple programs, basic level questions of programming, basic understanding of cloud, gen AI, SQL queries mainly join operations.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Data strutures based questions

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question based on matrix
  • Q2. Oops concepts like abstracation,interface
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Functional Testing all concepts
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Aptitude Test 

Basic Oops MCQ and aptitude and one da

Round 2 - Technical 

(1 Question)

  • Q1. Basic dsa and project
Round 3 - Technical 

(1 Question)

  • Q1. DSA and project related
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. One leetcode easy-medium problem
  • Q2. Java, springboot and oops question
Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. System design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - HR didnt reach out post interviews
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

You should be familiar with core java features. Collections, converting one collection Array / Vector to other. Removing duplicates. Lambda chaining / Functional programming. Basic SQL - Joins, Aggregates etc.

Round 2 - One-on-one 

(1 Question)

  • Q1. Explain Architecture of applications you worked on. Justify use of components. System Design questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to grind leet code here. But you should know how to solve day to day problems. Do projects end to end. You should know the backend well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Same as posted in advice

Interview Preparation Tips

Interview preparation tips for other job seekers - JavaScript-based interview.
In-depth questions around JS topics such as promises, polyfills, output questions, event loops, web APIs, context, closures, and this.

I applied via Approached by company and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions. 1 was basic level. 2 was of medium level.

Round 2 - One-on-one 

(2 Questions)

  • Q1. An ambiguous problem statement was given. Asking relevant questions revealed the problem to be largest island in a binary matrix. Was asked to code on an ide. And reduce space complexity to O(1).
  • Q2. Maximum sum path from root to leaf in an N-ary tree. Was asked to design an appropriate data structure. Then code the solution in O(n) time and O(1) space.
Round 3 - One-on-one 

(3 Questions)

  • Q1. Through discuss of projects. Methods used.
  • Q2. First missing positive number in an array of integer in O(n) time O(1) space.
  • Ans. 

    Find first missing positive number in an array in O(n) time and O(1) space.

    • Traverse the array and mark the presence of each positive integer by changing the sign of the corresponding index.

    • Traverse the array again and return the index of the first positive integer.

    • If all integers are present, return the length of the array + 1.

    • Example: [3, 4, -1, 1] => mark 3rd and 4th index as negative => return 2.

    • Example: [1, 2, 0] =...

  • Answered by AI
  • Q3. Given an integer, print the relevant column name in an excel sheet. Ex: 1- A , 2-B.......... 26-Z , 27-AA, 28-AB........ Was asked code on an ide and test cases were given.
  • Ans. 

    Given an integer, print the relevant column name in an excel sheet.

    • Create a string array of alphabets from A to Z

    • Use modulo operator to get remainder and divide by 26 to get quotient

    • Append the corresponding alphabet to the result string

    • Reverse the result string

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA and past experience.

Skills evaluated in this interview

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 

(2 Questions)

  • Q1. What is dependency injection and inversion principle
  • Ans. 

    Dependency injection is a design pattern that allows objects to receive dependencies rather than creating them internally.

    • Dependency injection is a way to achieve loose coupling between objects.

    • It allows for easier testing and maintenance of code.

    • Inversion principle states that high-level modules should not depend on low-level modules, but both should depend on abstractions.

    • This principle helps to achieve a more flexib...

  • Answered by AI
  • Q2. Program to find missing number in array
  • Ans. 

    Program to find missing number in array

    • Iterate through the array and calculate the sum of all elements

    • Calculate the sum of all numbers from 1 to n (where n is the length of the array)

    • Subtract the sum of array elements from the sum of all numbers to get the missing number

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your base concepts strong and Focus on problem solving skills.

Skills evaluated in this interview

Paytm Interview FAQs

How many rounds are there in Paytm Softwaretest Engineer interview?
Paytm interview process usually has 2 rounds. The most common rounds in the Paytm interview process are Coding Test and HR.

Tell us how to improve this page.

Paytm Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

FIS Interview Questions
3.9
 • 476 Interviews
PhonePe Interview Questions
4.0
 • 302 Interviews
PayPal Interview Questions
3.9
 • 208 Interviews
Fiserv Interview Questions
3.1
 • 168 Interviews
Visa Interview Questions
3.6
 • 137 Interviews
MasterCard Interview Questions
4.0
 • 132 Interviews
Angel One Interview Questions
4.0
 • 130 Interviews
Revolut Interview Questions
2.6
 • 92 Interviews
TransUnion Interview Questions
4.0
 • 88 Interviews
View all
Paytm Softwaretest Engineer Salary
based on 61 salaries
₹4.2 L/yr - ₹8.1 L/yr
22% more than the average Softwaretest Engineer Salary in India
View more details

Paytm Softwaretest Engineer Reviews and Ratings

based on 10 reviews

3.2/5

Rating in categories

3.3

Skill development

2.6

Work-life balance

3.2

Salary

2.0

Job security

2.6

Company culture

2.9

Promotions

3.0

Work satisfaction

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

₹2 L/yr - ₹11.4 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Software Engineer
1.4k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Sales Executive
958 salaries
unlock blur

₹1 L/yr - ₹6.4 L/yr

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