i
Paytm
Filter interviews by
I was interviewed in Apr 2022.
Round duration - 60 Minutes
Round difficulty - Medium
Dora, on her visit to India, decides to enjoy Indian cuisine where payments are accepted only in specific denominations. Your task is to help Dora obtain the minimum number...
We can use dynamic programming to solve this problem.
We maintain a vector ‘dp’ of size AMOUNT+1 and initialize it to a maximum value (say AMOUNT + 1). Here, dp[i] stores the minimum number of coins needed to change an amount ‘i’.
Algorithm
Round duration - 60 Minutes
Round difficulty - Medium
Asked three coding questions and CS fundamentals
Design a special stack that supports the following operations in constant time:
Push(num)
: Insert the given number into the stack.Pop
: Remove and return the top element ...1. Used another stack to keep a minimum while pushing and popping the element.
2. Minimised the stack space
3. Optimised approach- Use O(1) approach
Given three integers X
, C
, and Y
, where X
is the first term of an arithmetic sequence with a common difference of C
, determine if Y
is part of this arithmetic sequ...
This is a mathematics question, hence we need to observe a few things and then make cases accordingly to reach our answer.
If the common difference is 0 and both X and Y are equal, this implies that Y is the part of the sequence so we print “True”.
If you observe carefully, you’ll see that if we ...
Your task is to decode a given encoded string back to its original form.
An encoded string format is <count>[encoded_string], where the 'encoded_string...
The idea is to maintain two Stacks. One will store the integers i.e. number of times the current string is repeated and the other one will store the strings itself.
We use a simple idea and always evaluate the innermost brackets first. We traverse through our encoded string
Round duration - 60 Minutes
Round difficulty - Easy
Coding questions and questions related to my project
Your task is to determine if two given strings are anagrams of each other. Two strings are considered anagrams if you can rearrange the letters of one string to form the...
Anagrams have a unique property: the counts of each distinct character present in both strings are the same. One way to check this is:
You are provided with an array of integers ARR
of size N
and an integer K
. Your task is to find and return the K
-th smallest value present in the array. All elements...
O(1).
Since we are not using any extra space.
Time Complexity: O(nlogn)Explanation:O(N * logN) where ‘N’ is the number of elements in the array.
As we are sorting the array which takes O(N * log(N)) time.
Round duration - 60 Minutes
Round difficulty - Easy
Coding question and project discussion
For a given singly linked list, identify if a loop exists and remove it, adjusting the linked list in place. Return the modified linked list.
A...
Used slow and fast pointer technique
Tip 1 : Focus more on problem solving skills (DSA and CP questions)
Tip 2 : Keep your fundamentals crystal clear
Tip 3 : Read interview experiences on different platforms
Tip 1 : Keep it limited to one page only.
Tip 2 : Do not put false things on resume. Put only the projects on which you have worked.
I applied via campus placement at Inderprastha Engineering College, Ghaziabad and was interviewed before Mar 2023. There were 4 interview rounds.
One easy and one medium level question was asked
I applied via Approached by Company and was interviewed before Mar 2023. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in May 2022. There were 4 interview rounds.
I am open to discussing salary expectations and willing to relocate for the right opportunity. In my daily life, I engage in various activities such as coding, learning new technologies, and staying updated with industry trends.
Open to discussing salary expectations
Willing to relocate for the right opportunity
Engage in coding and programming activities
Constantly learning new technologies
Staying updated with industry tr
Paytm interview questions for designations
I applied via Campus Placement and was interviewed before Feb 2023. There were 4 interview rounds.
3 easy to medium level questions
Implement a Stack using 2 queues
Use two queues to simulate the behavior of a stack
Push operation can be implemented by adding elements to one of the queues
Pop operation can be implemented by transferring elements between the two queues
Using dynamic programming to find palindromic strings.
Create a 2D array to store if substrings are palindromic.
Iterate through the string to fill the array based on palindromic conditions.
Use the array to construct the palindromic strings.
Get interview-ready with Top Paytm Interview Questions
I applied via Campus Placement and was interviewed before Feb 2023. There were 3 interview rounds.
Coding round with 3 DSA questions (Easy-Medium)
I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.
I applied via campus placement at Institute of Technology, Banaras Hindu University and was interviewed before May 2023. There were 2 interview rounds.
DSA based questions- easy and medium leetcode level
2 -3 easy/medium questions
Top trending discussions
4 Interview rounds
based on 178 reviews
Rating in categories
Team Lead
2k
salaries
| ₹2 L/yr - ₹11.4 L/yr |
Software Engineer
1.4k
salaries
| ₹6 L/yr - ₹23 L/yr |
Senior Software Engineer
1.4k
salaries
| ₹10 L/yr - ₹40 L/yr |
Sales Executive
958
salaries
| ₹1 L/yr - ₹6.4 L/yr |
Senior Associate
914
salaries
| ₹2.1 L/yr - ₹8.4 L/yr |
BharatPe
Zerodha
Razorpay
Mobikwik