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

Fullstack Developer

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

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: coding practice, Operating system , OOPs, Dbms , projects .
Tip
Tip

Tip 1 : Do 300+ questions on IB or leetcode or gfg 
Tip 2 : Must do DSA course of coding ninjas for clear understanding
Tip 3 : Must complete CS subjects also

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

Tip 1 : not add too much things
Tip 2 : be confident that you write in CV

Interview rounds

01
Round
Easy
Online Coding Interview
Duration70 minutes
Interview date27 Nov 2020
Coding problem2

there was some coding questions and some mcqs related to js, html, css, java and aptitude.

1. Bridges In A Graph

Moderate
25m average time
65% success
0/80
Asked in companies
CIS - Cyber InfrastructureOlaSamsung

Given an undirected graph of V vertices and E edges. Your task is to find all the bridges in the given undirected graph. A bridge in any graph is defined as an edge which, when removed, makes the graph disconnected (or more precisely, increases the number of connected components in the graph).

For Example :

If the given graph is :

graph

Then the edge between 0 and 4 is the bridge because if the edge between 0 and 4 is removed, then there will be no path left to reach from 0 to 4.and makes the graph disconnected, and increases the number of connected components.

Note :

There are no self-loops(an edge connecting the vertex to itself) in the given graph.

There are no parallel edges i.e no two vertices are directly connected by more than 1 edge.
Try solving now

2. House Robber

Moderate
15m average time
80% success
0/80
Asked in companies
MicrosoftWalmartSamsung

Mr. X is a professional robber planning to rob houses along a street. Each house has a certain amount of money hidden.


All houses along this street are arranged in a circle. That means the first house is the neighbour of the last one. Meanwhile, adjacent houses have a security system connected, and it will automatically contact the police if two adjacent houses are broken into on the same night.


You are given an array/list of non-negative integers 'ARR' representing the amount of money of each house. Your task is to return the maximum amount of money Mr. X can rob tonight without alerting the police.


Note:
It is possible for Mr. X to rob the same amount of money by looting two different sets of houses. Just print the maximum possible robbed amount, irrespective of sets of houses robbed.


For example:
(i) Given the input array arr[] = {2, 3, 2} the output will be 3 because Mr X cannot rob house 1 (money = 2) and then rob house 3 (money = 2), because they are adjacent houses. So, he’ll rob only house 2 (money = 3)

(ii) Given the input array arr[] = {1, 2, 3, 1} the output will be 4 because Mr X rob house 1 (money = 1) and then rob house 3 (money = 3).

(iii) Given the input array arr[] = {0} the output will be 0 because Mr. X has got nothing to rob.
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
Fullstack Developer
4 rounds | 10 problems
Interviewed by Paytm (One97 Communications Limited)
1817 views
1 comments
0 upvotes
company logo
Fullstack Developer
4 rounds | 8 problems
Interviewed by Paytm (One97 Communications Limited)
419 views
0 comments
0 upvotes
company logo
Fullstack Developer
4 rounds | 9 problems
Interviewed by Paytm (One97 Communications Limited)
441 views
0 comments
0 upvotes
company logo
Fullstack Developer
4 rounds | 6 problems
Interviewed by Paytm (One97 Communications Limited)
463 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Fullstack Developer
6 rounds | 5 problems
Interviewed by Microsoft
2213 views
0 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Samsung
2145 views
0 comments
0 upvotes
company logo
Fullstack Developer
2 rounds | 2 problems
Interviewed by Amdocs
1805 views
0 comments
0 upvotes