i
Paytm
Filter interviews by
I applied via Campus Placement and was interviewed before Jun 2023. There were 2 interview rounds.
Zigzag traversal of a binary tree involves traversing the tree in a zigzag pattern, alternating between left and right at each level.
Use a queue to perform level order traversal of the binary tree.
For each level, alternate between adding nodes to the result array from left to right and right to left.
Continue this pattern until all levels have been traversed.
Strengths: Problem-solving skills, teamwork, adaptability, attention to detail, communication. Weaknesses: Impatience, public speaking, delegation, perfectionism, time management.
Strengths: Problem-solving skills - I enjoy tackling complex issues and finding creative solutions.
Teamwork - I work well with others and value collaboration in achieving common goals.
Adaptability - I am able to quickly adjust to new situation...
I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.
I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.
3 questions were asked that were easy to medium related to array, linked list and string
HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a collision occurs and the key-value pairs are stored in a linked list at that inde...
Use Floyd's Tortoise and Hare algorithm to detect cycle in a linked list.
Initialize two pointers, slow and fast, at the head of the linked list.
Move slow pointer by one step and fast pointer by two steps.
If they meet at any point, there is a cycle in the linked list.
Interviewer asked for the upi design
What people are saying about Paytm
I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.
Online assement was on a platform which I don't remember at the moment
But it had 3 basic questions around DSA , try to write quality code as much as possible as questions were easy and doable by everyone
To check if a binary tree is a BST, we can perform an in-order traversal and ensure that the elements are in sorted order.
Perform an in-order traversal of the binary tree
Check if the elements are in sorted order
If any element is not in sorted order, then the tree is not a BST
Merge sort using linked list is a sorting algorithm that divides the list into smaller sublists, sorts them, and then merges them back together.
Create a function to merge two sorted linked lists
Divide the linked list into two halves using slow and fast pointers
Recursively sort the two halves
Merge the sorted halves back together
Paytm interview questions for designations
I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed before Aug 2023. There were 2 interview rounds.
Question on double linked list , Red and black tree
Get interview-ready with Top Paytm Interview Questions
I applied via LinkedIn and was interviewed before Sep 2023. There were 3 interview rounds.
Puzzles and DSA and OOPS concepts
Data Structures and Algorithms
Data Structures and Algorithms, OOPS
I applied via Referral and was interviewed before Jun 2023. There were 4 interview rounds.
2 Leetcode easy to medium questions
I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed before Jul 2023. There were 3 interview rounds.
Duration : 1 Hr
No. of Questions : 3
Topics : Array, Greedy
Convert a Binary Search Tree (BST) into a new BST containing only nodes within a given range.
Perform inorder traversal of the original BST and only add nodes within the given range to the new BST.
Recursively call the function on left and right subtrees while checking the node values against the range.
Adjust the pointers of the nodes to form the new BST.
I applied via Naukri.com and was interviewed before Apr 2023. There were 4 interview rounds.
Python, SQL related questions
3 Interview rounds
based on 178 reviews
Rating in categories
Team Lead
2k
salaries
| ₹2 L/yr - ₹9.2 L/yr |
Senior Software Engineer
1.4k
salaries
| ₹10 L/yr - ₹41 L/yr |
Software Engineer
1.4k
salaries
| ₹5.5 L/yr - ₹23 L/yr |
Sales Executive
960
salaries
| ₹1 L/yr - ₹6.4 L/yr |
Senior Associate
903
salaries
| ₹2.1 L/yr - ₹9 L/yr |
BharatPe
Zerodha
Razorpay
Mobikwik