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

Frontend Developer

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

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: DATA STRUCTURES, OOPS, DBMS, NETWORKING, ALGORITHMS
Tip
Tip

Tip 1 : be confident
Tip 2 : make sure to talk less
Tip 3 : give precise answer

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

Tip 1 : mention only relevant things
Tip 2 : be precise

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date16 Aug 2021
Coding problem1

1 coding question which was quite easy. Some MCQ that includes basic questions related to html, css, javascript, oops, dbms and output.

1. LRU Cache Implementation

Moderate
25m average time
65% success
0/80
Asked in companies
CognizantArcesiumCisco

Design and implement a data structure for Least Recently Used (LRU) cache to support the following operations:

1. get(key) - Return the value of the key if the key exists in the cache, otherwise return -1.

2. put(key, value), Insert the value in the cache if the key is not already present or update the value of the given key if the key is already present. When the cache reaches its capacity, it should invalidate the least recently used item before inserting the new item.
You will be given ‘Q’ queries. Each query will belong to one of these two types:
Type 0: for get(key) operation.
Type 1: for put(key, value) operation.
Note :
1. The cache is initialized with a capacity (the maximum number of unique keys it can hold at a time).

2. Access to an item or key is defined as a get or a put operation on the key. The least recently used key is the one with the oldest access time.
Try solving now
02
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date16 Aug 2021
Coding problem4

easy round. Had some frontend questions related to html ,css, js , etc Explain Closures in JavaScript. In how many ways can we specify the CSS styles for the HTML element?

1. String Palindrome

Easy
0/40
Asked in companies
Paytm (One97 Communications Limited)CIS - Cyber InfrastructureInnovaccer

Given a string, determine if it is a palindrome, considering only alphanumeric characters.

Palindrome
A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
Example:
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.

The expected output for this example will print, 'true'.

From that being said, you are required to return a boolean value from the function that has been asked to implement.

Try solving now

2. OS Questions

semaphores, virtual memory, cache, deadlocks, banker algorithmms, segmenation, virtualization

3. DBMS Questions

normalization, indexing

4. OOPS Questions

virtaul table, constructors, inheriatnce, abstraction

03
Round
Hard
Video Call
Duration120 Minutes
Interview date16 Aug 2021
Coding problem3

late at 8.00 pm

1. Program for Priority CPU Scheduling | Set 1

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

You are given the ‘N’ processes with their “burst times”, and the “arrival time” for all processes is ‘0’. You are also given the ‘priority’ of each process.

Your task is to find the “waiting time” and the “turn-around time” of each process using the ‘Priority CPU Scheduling’ algorithm.

Note:

1. The highest priority process will be scheduled first, followed by the next highest priority, and so on.

2. If the two processes have the same priority, then you have to run the process with the lowest number (id) first.
Try solving now

2. OS Question

data spooling

3. DBMS Question

difference between inheritance and generalization

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
SDE - 1
2 rounds | 3 problems
Interviewed by Paytm (One97 Communications Limited)
923 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Paytm (One97 Communications Limited)
716 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
company logo
SDE - 1
3 rounds | 8 problems
Interviewed by Paytm (One97 Communications Limited)
522 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Frontend Developer
3 rounds | 11 problems
Interviewed by Amdocs
2470 views
0 comments
0 upvotes