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

Backend Developer

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

Interview preparation journey

expand-icon
Journey
I received that opportunity from On-campus. I had been rejected for the Interview. Technical Interviews asked Tree related questions. In the Coding round that was easy-medium questions.
Application story
I received that opportunity from On-campus. I had been rejected for the Interview. Technical Interviews asked Tree related questions. In the Coding round that was easy-medium questions.
Why selected/rejected for the role?
Unfortunately not a clear technical round due to coding question. But rejection is a part of life. it gives the motivation to make Sucess.
Preparation
Duration: 3 Months
Topics: Data Structures & Algorithms, Operating System, Object-Oriented Programming System, DBMS, CN
Tip
Tip

Tip 1 : Prepare DSA well and I personally recommend Coding Ninjas and GeeksForGeeks for interview preparation.
Tip 2 : Be confident & relaxed during the interview.
Tip 3 : Do revise your projects i.e how it works and what are its functionalities.

Application process
Where: Campus
Eligibility: 8 CGPA
Resume Tip
Resume tip

Tip 1 : Make your resume short and try to make it one page only and mention all your skills that you are confident in.
Tip 2 : Do not put false things on your resume.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration65 minutes
Interview date19 Aug 2021
Coding problem2

1. Sliding Maximum

Moderate
25m average time
85% success
0/80
Asked in companies
AmazonHarman InternationalAmerican Express

You are given an array 'ARR' of integers of length 'N' and a positive integer 'K'. You need to find the maximum elements for each and every contiguous subarray of size K of the array.

For example
'ARR' =  [3, 4, -1, 1, 5] and 'K' = 3
Output =  [4, 4, 5]

Since the maximum element of the first subarray of length three ([3, 4, -1]) is 4, the maximum element of the second subarray of length three ([4, -1, 1]) is also 4 and the maximum element of the last subarray of length three ([-1, 1, 5]) is 5, so you need to return [4, 4, 5]. 
Try solving now

2. Segregate Even And Odd Nodes In a Linked List

Easy
15m average time
85% success
0/40
Asked in companies
OlaPaytm (One97 Communications Limited)Dunzo

You are given the head node of a singly linked list 'head'. Your task is to modify the linked list in such a way that all the even valued nodes appear before the all odd valued node and order of nodes remain the same.


Example :-
The given singly linked list is  6 -> 5 -> 3 -> 4 -> 7 -> 1 -> 2 

subsequence

The modified linked list should have all even values in starting and odd values in the end.
Try solving now
02
Round
Medium
Video Call
Duration60 minutes
Interview date22 Aug 2021
Coding problem1

The Interviewer was asked some oops concepts and asked tree questions

1. Level Order Traversal

Easy
15m average time
85% success
0/40
Asked in companies
OYODeutsche BankIntuit

You have been given a Binary Tree of integers. You are supposed to return the level order traversal of the given tree.

For example:
For the given binary tree

Example

The level order traversal will be {1,2,3,4,5,6,7}.
Try solving now

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
Backend Developer
1 rounds | 2 problems
Interviewed by Paytm (One97 Communications Limited)
1434 views
0 comments
0 upvotes
company logo
Backend Developer
3 rounds | 5 problems
Interviewed by Paytm (One97 Communications Limited)
0 views
0 comments
0 upvotes
company logo
Backend Developer
2 rounds | 3 problems
Interviewed by Paytm (One97 Communications Limited)
563 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 8 problems
Interviewed by Paytm (One97 Communications Limited)
522 views
0 comments
0 upvotes