Paytm (One97 Communications Limited) interview experience Real time questions & tips from candidates to crack your interview

Software Engineer

Paytm (One97 Communications Limited)
upvote
share-icon
3 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 4 Months
Topics: Algorithm , Data Structures,DBMS, Spring Boot ,System Design
Tip
Tip

Tip 1 : Make DS and algorithm strong.
Tip 2 : Practice regularly.
Tip 3 : Make small projects.

Application process
Where: Linkedin
Eligibility: No criteria
Resume Tip
Resume tip

Tip 1 : Make it short and clear
Tip 2 : Put only those skill which you know

Interview rounds

01
Round
Medium
Video Call
Duration60 Minutes
Interview date25 Jun 2020
Coding problem2

1. Spiral Matrix

Easy
0/40
Asked in companies
OYOJP MorganAdobe

You are given a N x M matrix of integers, return the spiral path of the matrix

Example Of Spiral Path

Spiral Path

Problem approach

I tried to observer the pattern in which elements can be printed and I got the pattern.

Try solving now

2. Rotting Oranges

Moderate
20m average time
78% success
0/80
Asked in companies
SamsungMicrosoftAmazon

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.
  • Value 1 - representing a fresh orange.
  • Value 2 - representing a rotten orange.
  • Every second, any fresh orange that is adjacent(4-directionally) to a rotten orange becomes rotten.

    Your task is to find out the minimum time after which no cell has a fresh orange. If it's impossible to rot all the fresh oranges then print -1.

    Note:
    1. The grid has 0-based indexing.
    2. A rotten orange can affect the adjacent oranges 4 directionally i.e. Up, Down, Left, Right.
    
    Problem approach

    It was a graph problem i solved it using bfs.

    Try solving now
    02
    Round
    Medium
    Video Call
    Duration60 Minutes
    Interview date3 Jul 2020
    Coding problem3

    1. DBMS Question

    Indexing

    2. System Design Question

    Design pattern

    3. Longest Repeating Subsequence

    Moderate
    15m average time
    85% success
    0/80
    Asked in companies
    AmazonPaytm (One97 Communications Limited)

    Given a string 'STR', you are supposed to return the length of the longest repeating subsequence such that the two subsequences don’t have the same string character at the same position which means that any ith character in the two subsequences shouldn’t have the same index in the original string.

    For example :
    In a string “abaacbc”, the length of the longest repeating subsequence is 3 considering the subsequence “abc”. The subsequence “abc” which is present at positions [1,2,5] and [4,6,7] are the longest repeating subsequence in the given string.
    
    Problem approach

    I tried to solve it with brtute force first ,but it did not work ,then i saw it can be solved using dp ,so i solved it using dp

    Try solving now
    03
    Round
    Easy
    Video Call
    Duration60 Minutes
    Interview date16 Jul 2020
    Coding problem1

    1. System Design Question

    LLD for parking lot.

    Problem approach

    Tip 1: Know requirements first.
    Tip 2: know your entities and use cases.
    Tip 3: know relations between different entities.

    Here's your problem of the day

    Solving this problem will increase your chance to get selected in this company

    Skill covered: Programming

    To make an AI less repetitive in a long paragraph, you should increase:

    Choose another skill to practice
    Similar interview experiences
    company logo
    Software Engineer
    4 rounds | 9 problems
    Interviewed by Paytm (One97 Communications Limited)
    1456 views
    0 comments
    0 upvotes
    company logo
    Software Engineer
    4 rounds | 8 problems
    Interviewed by Paytm (One97 Communications Limited)
    550 views
    1 comments
    0 upvotes
    company logo
    Software Engineer
    4 rounds | 8 problems
    Interviewed by Paytm (One97 Communications Limited)
    458 views
    0 comments
    0 upvotes
    company logo
    Software Engineer
    3 rounds | 6 problems
    Interviewed by Paytm (One97 Communications Limited)
    503 views
    1 comments
    0 upvotes
    Companies with similar interview experiences
    company logo
    Software Engineer
    3 rounds | 5 problems
    Interviewed by Mindtree
    12178 views
    7 comments
    0 upvotes
    company logo
    Software Engineer
    3 rounds | 7 problems
    Interviewed by Optum
    7857 views
    1 comments
    0 upvotes
    company logo
    Software Engineer
    5 rounds | 5 problems
    Interviewed by Microsoft
    9947 views
    1 comments
    0 upvotes