Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Paytm Team. If you also belong to the team, you can get access from here

Paytm Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Paytm Interview Questions and Answers for Freshers

Updated 8 Dec 2024
Popular Designations

92 Interview questions

A Software Engineer was asked
Q. Check whether a given binary tree is a BST or not.
Ans. 

A binary tree is a BST if for every node, left children are smaller and right children are larger than the node.

  • A BST must satisfy the property: left < node < right for all nodes.

  • Use a recursive function to check each node against min and max values.

  • Example: For the tree with root 5, left child 3, right child 7, it is a BST.

  • Example: For the tree with root 5, left child 7, right child 3, it is NOT a BST.

View all Software Engineer interview questions
A Software Engineer was asked
Q. Write the pseudo code for Merge Sort using a Linked List.
Ans. 

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

View all Software Engineer interview questions
A Sales Officer was asked
Q. What is the company's growth strategy?
Ans. 

Company growth is for expanding market share, increasing revenue, attracting top talent, and staying competitive.

  • Expanding market share by reaching new customers and increasing sales

  • Increasing revenue through higher sales volume and new product offerings

  • Attracting top talent by showcasing a successful and growing company

  • Staying competitive in the market by adapting to changes and innovating

  • Improving brand reputati...

View all Sales Officer interview questions
A Sales Officer was asked
Q. What is sales?
Ans. 

Sales is the process of selling goods or services in exchange for money or other forms of compensation.

  • Sales involves identifying potential customers, presenting products or services to them, and closing deals.

  • It also includes building relationships with customers to encourage repeat business.

  • Sales can be done through various channels such as face-to-face interactions, phone calls, emails, and online platforms.

  • Exa...

View all Sales Officer interview questions
A Platform Engineer was asked
Q. What are the basics of tcpdump and how do you analyze its output?
Ans. 

Tcpdump is a command-line packet analyzer used to capture and analyze network traffic.

  • Tcpdump captures packets on a network interface, allowing for real-time analysis.

  • Basic command: 'tcpdump -i eth0' captures packets on the eth0 interface.

  • Use filters to capture specific traffic, e.g., 'tcpdump -i eth0 port 80' for HTTP traffic.

  • Output can be saved to a file with '-w', e.g., 'tcpdump -i eth0 -w capture.pcap'.

  • Analyze...

View all Platform Engineer interview questions
A Software Engineer was asked
Q. Given a binary search tree (BST), find the lowest common ancestor (LCA) of two given nodes in the BST. According to the definition of LCA on Wikipedia: “The lowest common ancestor is defined between two nod...
Ans. 

The Lowest Common Ancestor (LCA) of a Binary Search Tree is the node that is the common ancestor of two given nodes.

  • The LCA of a Binary Search Tree can be found by comparing the values of the two nodes with the current node's value and traversing left or right accordingly.

  • If one node's value is less than the current node's value and the other node's value is greater, then the current node is the LCA.

  • If both nodes ...

View all Software Engineer interview questions
A Fsc Manager was asked
Q. What are the sales in the market field?
Ans. 

Sales in market field refer to the process of selling goods or services to customers in exchange for money.

  • Sales involve identifying potential customers, presenting products or services, and closing deals

  • Sales can be conducted through various channels such as online, in-person, or over the phone

  • Effective sales strategies often involve building relationships with customers and understanding their needs

  • Sales perform...

View all Fsc Manager interview questions
Are these interview questions helpful?
A Senior Executive was asked
Q. What products did your previous company offer?
Ans. 

I led the development of innovative products at my previous company, driving revenue growth and market expansion.

  • Introduced new product lines to target emerging markets

  • Implemented customer feedback to improve existing products

  • Collaborated with cross-functional teams to launch successful products

View all Senior Executive interview questions
A Senior Software Engineer was asked
Q. Design a notification service.
Ans. 

Design a notification service for sending real-time alerts to users.

  • Use a scalable messaging system like Kafka or RabbitMQ to handle high volume of notifications.

  • Implement a user preference system to allow users to choose their preferred notification channels (email, SMS, push notifications, etc).

  • Include a scheduling feature to send notifications at specific times or intervals.

  • Ensure notifications are personalized...

View all Senior Software Engineer interview questions
A Business Analyst was asked
Q. How can you be helpful to the organization?
Ans. 

I can be helpful to the organization by analyzing data, identifying trends, and providing insights to support decision-making.

  • Conduct thorough data analysis to identify patterns and trends

  • Generate reports and presentations to communicate findings to stakeholders

  • Collaborate with cross-functional teams to provide insights and recommendations

  • Utilize tools such as Excel, SQL, and Tableau to analyze and visualize data

View all Business Analyst interview questions

Paytm Interview Experiences

14 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Newspaper Ad and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked 2 questions-
first zigzag traversal of binary tree
second remove node from back of linked list

Round 2 - HR 

(2 Questions)

  • Q1. He asked me about my hobbies?
  • Q2. Gave me some puzzles to solve
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Resume Grilling
  • Q2. Java based technical questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Assignment 

Gave a case study, I needed to read through it and answer few questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself for 2 minutes
  • Ans. 

    I am a motivated and detail-oriented business student with strong analytical skills and a passion for problem-solving.

    • Currently pursuing a degree in Business Administration

    • Completed coursework in data analysis and statistics

    • Previous internship experience at a marketing firm

    • Proficient in Excel, SQL, and data visualization tools

  • Answered by AI
  • Q2. Basic SQL questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Key difference between Business Analyst and a Data Analyst
  • Ans. 

    Business Analyst focuses on business processes and requirements, while Data Analyst focuses on analyzing data to provide insights.

    • Business Analyst focuses on understanding business processes, identifying needs, and recommending solutions.

    • Data Analyst focuses on collecting, analyzing, and interpreting data to provide insights and support decision-making.

    • Business Analyst works closely with stakeholders to gather requirem...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me something about yourself

HR Intern Interview Questions & Answers

user image Isha Goel

posted on 10 Jan 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Why You want to work in HR?
  • Q2. Do you have any prior experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and give your best. Try on google learning about some interview questions.

I appeared for an interview in Aug 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Medium

Their were 3 DSA coding questions of medium and hard level. I need to solve them in 70 minutes. Coding questions were of Arrays, Linked list and Binary search trees

  • Q1. 

    Reverse Linked List Problem Statement

    Given a singly linked list of integers, return the head of the reversed linked list.

    Example:

    Initial linked list: 1 -> 2 -> 3 -> 4 -> NULL
    Reversed link...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers to keep track of the current, previous, and next nodes while reversing the linked list.

    • Update the head of the reversed linked list as the last node encountered during the reversal process.

  • Answered by AI
  • Q2. 

    Problem: Sort an Array of 0s, 1s, and 2s

    Given an array/list ARR consisting of integers where each element is either 0, 1, or 2, your task is to sort this array in increasing order.

    Input:

    The input sta...
  • Ans. 

    Sort an array of 0s, 1s, and 2s in increasing order.

    • Use a three-pointer approach to sort the array in a single pass.

    • Initialize low, mid, and high pointers at the start, iterate through the array, and swap elements accordingly.

    • Example: If the current element is 0, swap it with the element at the low pointer and increment both low and mid pointers.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round was majorly focused on problem solving skills and DSA. Interviewer asked me three DSA questions of medium and hard level. He started with the hard question, he asked me zig-zag binary tree traversal. we discussed the approach than I coded it and explained its Time and space complexity. Than he asked me max sum subarray modified question, I solved it using Kadane algorithm. Than he discussed one of my online assesments question and asked me to further optimize that approach that I used in the online test. Than I optimized that approach and coded that. Than he asked me for any questions and we dropped the call.

  • Q1. 

    Spiral Order Traversal of a Binary Tree Problem Statement

    Given a binary tree with 'N' nodes, your task is to print the nodes in spiral order traversal.

    Example:

    Input:
    The binary tree is represented i...
  • Ans. 

    Print nodes of a binary tree in spiral order traversal.

    • Use a queue to perform level order traversal.

    • Alternate between printing nodes from left to right and right to left at each level.

    • Handle null nodes appropriately.

    • Example: For input '1 2 3 -1 -1 4 5 -1 -1 -1 -1', the output should be '1 3 2 4 5'.

  • Answered by AI
  • Q2. 

    Maximum Subarray Sum Problem Statement

    Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array.

    Example:

    Input:
    array = [34, -50, 42, 14, -5, 86]
    Out...
  • Ans. 

    Find the maximum sum of any contiguous subarray within an array of integers.

    • Iterate through the array and keep track of the maximum sum of subarrays encountered so far.

    • At each index, decide whether to include the current element in the subarray or start a new subarray.

    • The maximum subarray sum can be calculated using Kadane's algorithm.

    • Example: For array [34, -50, 42, 14, -5, 86], the maximum sum is 137.

    • Example: For arr...

  • Answered by AI
Round 3 - Face to Face 

Round duration - 40 Minutes
Round difficulty - Medium

This round was mainly focused on operating systems, DBMS and past projects. we started with the introduction. Interviewer asked me explain a functionality of one of my projects that I wrote in my resume, I done that than he started asking OS and DBMS questions. After that we asked me about any bad experience in my past internship, I told that than he asked for any questions to me and we dropped the call and after 2 days I got HR mail that I'm selected.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Maharaja Agrasen Institute Of Technology. I applied for the job as SDE - 1 in PuneEligibility criteriaNAPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - Data Structure, Algorithms , OOPs, Operating Systems, Computer Networks, Projects.Time required to prepare for the interview - 4 MonthsInterview preparation tips for other job seekers

Tip 1 : prepare DSA well
Tip 2 : prepare core subjects well.

Application resume tips for other job seekers

Tip 1 : Write internships and projects in detail
Tip 2 :  Avoid grammar errors

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Feb 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

The nature of the interviewer was very kind. The test was proctored, our webcam and mic were on, and shared my screen.

  • Q1. 

    Binary Tree Diameter Problem Statement

    Given a binary tree, determine the length of its diameter. The diameter is defined as the longest path between any two end nodes in the tree. The path's length is re...

  • Ans. 

    The diameter of a binary tree is the longest path between any two end nodes in the tree.

    • Traverse the tree to find the longest path between two leaf nodes.

    • Use depth-first search (DFS) to calculate the height of each subtree.

    • The diameter is the sum of the heights of the left and right subtrees + 1.

  • Answered by AI
  • Q2. 

    Find All Pairs Adding Up to Target

    Given an array of integers ARR of length N and an integer Target, your task is to return all pairs of elements such that they add up to the Target.

    Input:

    The first line ...
  • Ans. 

    Given an array of integers and a target, find all pairs of elements that add up to the target.

    • Iterate through the array and for each element, check if the target minus the element exists in a hash set.

    • If it does, add the pair to the result. If not, add the element to the hash set.

    • Handle cases where the same element is used twice in a pair.

    • Return (-1, -1) if no pair is found.

  • Answered by AI
Round 2 - HR 

Round duration - 35 minutes
Round difficulty - Medium

The nature of the interviewer was very kind, helped me when I stuck. The round was proctored, our webcam and mic were on, and shared my screen.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Malaviya National Institute of Technology Jaipur. I applied for the job as SDE - Intern in HyderabadEligibility criteriaabove 7 cgpa, no backlogsPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, C++, DevelopmentTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Do at least 1 projects at any technology
Tip 2 : Learn DSA at least these topics Array, LL, Tree, DP

Application resume tips for other job seekers

Tip 1 : At least mention the projects or internships on your resume.
Tip 2 : Avoid unnecessary details like Hobbies, declaration, date.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Coding round with 3 coding questions.

  • Q1. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    Given a binary tree, a target node, and an integer K, find all nodes at distance K from the target node.

    • Traverse the tree to find the target node.

    • From the target node, perform a depth-first search to find nodes at distance K.

    • Use a recursive function to keep track of the distance from the target node.

    • Return the values of nodes found at distance K in any order.

  • Answered by AI
  • Q2. 

    Rahul And Minimum Subarray Challenge

    Rahul is learning about arrays and lists. His teacher gave him a task to find the length of the smallest subarray in a given array 'ARR' of size 'N' with its sum great...

  • Ans. 

    Find the length of the smallest subarray in a given array with sum greater than a given value.

    • Iterate through the array while keeping track of the current subarray sum.

    • Use two pointers technique to find the smallest subarray with sum greater than X.

    • Update the minimum subarray length as you iterate through the array.

    • Return the length of the smallest subarray found.

    • Example: For ARR = [1, 2, 21, 7, 6, 12] and X = 23, the ...

  • Answered by AI
  • Q3. 

    Encrypt The Digits Problem Statement

    Given a numeric string STR consisting of characters from ‘0’ to ‘9’, encrypt the string by replacing each numeric character according to the mapping:
    ‘0’ -> ‘9’, ‘1’...

  • Ans. 

    Encrypt each digit in a numeric string by replacing it with its encrypted equivalent.

    • Iterate through each character in the string and replace it with its encrypted equivalent

    • Use a mapping to determine the encrypted equivalent of each digit

    • Return the encrypted string for each test case

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 50 minutes
Round difficulty - Medium

The nature of the interviewer was very kind. The test was proctored, our webcam and mic were on, and shared my screen.

  • Q1. 

    Diagonal Traversal of a Binary Tree

    Given a binary tree of integers, find its diagonal traversal. Refer to the example for clarification on diagonal traversal.

    Example:

    Explanation:
    Consider lines at a...
  • Ans. 

    Diagonal traversal of a binary tree is finding the nodes in the tree along the diagonals from top-left to bottom-right.

    • Traverse the tree in a diagonal manner, starting from the root node and moving towards the right child and then the left child.

    • Use a queue to keep track of nodes at each level of the tree.

    • Maintain a map to store nodes at each diagonal level and then print the nodes in the map in the required order.

  • Answered by AI
  • Q2. 

    Parth's OCD Challenge

    Parth, a budding programmer, has received an array 'ARR' of 'N' positive integers. His OCD is triggered whenever an odd number appears at an even index or an even number at an odd in...

  • Ans. 

    Reorder array to avoid odd numbers at even indices and even numbers at odd indices.

    • Swap odd numbers at even indices with the nearest odd number at an odd index, and vice versa.

    • Use two pointers approach to iterate through the array and swap elements accordingly.

    • Ensure the array has equal numbers of odd integers and odd-index positions and vice-versa.

  • Answered by AI
Round 3 - Video Call 

(2 Questions)

Round duration - 50 minutes
Round difficulty - Easy

The nature of the interviewer was very kind. The test was proctored, our webcam and mic were on, and shared my screen.

  • Q1. 

    Subset Sum Equal To K Problem Statement

    Given an array/list of positive integers and an integer K, determine if there exists a subset whose sum equals K.

    Provide true if such a subset exists, otherwise r...

  • Ans. 

    Given an array of positive integers and an integer K, determine if there exists a subset whose sum equals K.

    • Use dynamic programming to solve this problem efficiently

    • Create a 2D array to store if a subset sum is possible for each element and sum

    • Iterate through the array and update the 2D array accordingly

    • Check if the subset sum for K is possible at the end

  • Answered by AI
  • Q2. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    Find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left.

    • Use a stack to keep track of elements whose NGE is yet to be found.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Assign the NGE as the top element of the stack or -1 if the stack is empty.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in NoidaEligibility criteriaNo criteriaPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, C++, DevelopmentTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Do at least 1 project in any technology
Tip 2 : Learn DSA at least these topics Array, LL, Tree, DP

Application resume tips for other job seekers

Tip 1 : At least mention the projects and internships on your resume.
Tip 2 : Avoid unnecessary details like Hobbies, declaration, date.

Final outcome of the interviewSelected

Skills evaluated in this interview

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(3 Questions)

Round duration - 70 minutes
Round difficulty - Easy

  • Q1. 

    Parth's OCD Challenge

    Parth, a budding programmer, has received an array 'ARR' of 'N' positive integers. His OCD is triggered whenever an odd number appears at an even index or an even number at an odd in...

  • Ans. 

    Reorder array to avoid odd numbers at even indices and even numbers at odd indices.

    • Swap odd numbers at even indices with the nearest odd number at an odd index.

    • Swap even numbers at odd indices with the nearest even number at an even index.

    • Maintain counts of odd and even numbers to ensure equal distribution.

  • Answered by AI
  • Q2. 

    Find All Occurrences in Matrix

    You are provided with a matrix of characters, CHARACTER_MATRIX of size M x N, and a string WORD. Your goal is to locate and display all occurrences of the string within the ...

  • Ans. 

    Find all occurrences of a given string in a matrix in all eight possible directions.

    • Iterate through each cell in the matrix and check for the starting character of the word.

    • For each starting character found, check in all eight directions for the complete word.

    • Keep track of the coordinates of each character in the word for each occurrence.

    • Print the coordinates of each character for all occurrences found.

    • If no occurrence...

  • Answered by AI
  • Q3. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    Given a binary tree, a target node, and an integer K, find all nodes at distance K from the target node.

    • Traverse the binary tree to find the target node.

    • From the target node, perform a depth-first search to find nodes at distance K.

    • Use a recursive function to keep track of the distance from the target node.

    • Return the values of nodes found at distance K in any order.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 50 minutes
Round difficulty - Easy

The nature of the interviewer was very kind. The test was proctored, our webcam and mic were on, and shared my screen.

  • Q1. 

    Diagonal Traversal of a Binary Tree

    Given a binary tree of integers, find its diagonal traversal. Refer to the example for clarification on diagonal traversal.

    Example:

    Explanation:
    Consider lines at a...
  • Ans. 

    Find the diagonal traversal of a binary tree of integers.

    • Traverse the binary tree diagonally using a queue and a map to store nodes at each diagonal level.

    • Use a depth-first search approach to traverse the tree and populate the map with nodes at each diagonal level.

    • Iterate through the map to get the diagonal traversal of the binary tree.

  • Answered by AI
  • Q2. 

    Binary Tree Diameter Problem Statement

    Given a binary tree, determine the length of its diameter. The diameter is defined as the longest path between any two end nodes in the tree. The path's length is re...

  • Ans. 

    The diameter of a binary tree is the longest path between any two end nodes in the tree.

    • Traverse the tree to find the longest path between two leaf nodes.

    • Use depth-first search (DFS) to calculate the height of each subtree.

    • The diameter is the sum of the heights of the left and right subtrees + 1.

  • Answered by AI
Round 3 - Video Call 

(2 Questions)

Round duration - 50 minutes
Round difficulty - Medium

The nature of the interviewer was very kind, helped me when I stuck. The test was proctored, our webcam and mic were on, and shared my screen.

  • Q1. 

    Next Greater Element Problem Statement

    Given a list of integers of size N, your task is to determine the Next Greater Element (NGE) for every element. The Next Greater Element for an element X is the firs...

  • Ans. 

    Find the Next Greater Element for each element in a list of integers.

    • Iterate through the list of integers from right to left.

    • Use a stack to keep track of elements whose NGE is yet to be found.

    • Pop elements from the stack until a greater element is found or the stack is empty.

    • Assign the NGE as the top element of the stack or -1 if the stack is empty.

    • Repeat the process for all elements in the list to find their NGEs.

  • Answered by AI
  • Q2. 

    Subset Sum Equal To K Problem Statement

    Given an array/list of positive integers and an integer K, determine if there exists a subset whose sum equals K.

    Provide true if such a subset exists, otherwise r...

  • Ans. 

    Given an array of positive integers and an integer K, determine if there exists a subset whose sum equals K.

    • Use dynamic programming to solve this problem efficiently

    • Create a 2D array to store if a subset sum is possible for each element and sum

    • Iterate through the array and update the 2D array accordingly

    • Check if the subset sum for K is possible using the 2D array

  • Answered by AI
Round 4 - Video Call 

(1 Question)

Round duration - 50 minutes
Round difficulty - Easy

The nature of the interviewer was very kind, helped me when I stuck. The test was proctored, our webcam and mic were on, and shared my screen.

  • Q1. 

    Buy and Sell Stock Problem Statement

    Imagine you are Harshad Mehta's friend, and you have been given the stock prices of a particular company for the next 'N' days. You can perform up to two buy-and-sell ...

  • Ans. 

    Given stock prices for 'N' days, find maximum profit with up to two buy-and-sell transactions.

    • Iterate through the array of stock prices to find the maximum profit with two transactions

    • Keep track of the maximum profit by considering all possible buy and sell combinations

    • Ensure to sell the stock before buying again to maximize profit

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from JSS Academy of Technical Education. I applied for the job as SDE - Intern in NoidaEligibility criteriaNo criteriaPaytm (One97 Communications Limited) interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, C++, DevelopmentTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Do at least 1 projects at any technology
Tip 2 : Learn DSA at least these topics Array, LL, Tree, DP

Application resume tips for other job seekers

Tip 1 : At least mention the projects or internships on your resume.
Tip 2 : Avoid unnecessary details like Hobbies, declaration, date.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Paytm?
Ask anonymously on communities.

Paytm Interview FAQs

How many rounds are there in Paytm internship interview?
Paytm interview process usually has 1-2 rounds. The most common rounds in the Paytm interview process are HR, Resume Shortlist and Coding Test.
How to prepare for Paytm internship interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Paytm. The most common topics and skills that interviewers at Paytm expect are Financial Services, EDC, Salesforce, Business Development and Sales.
What are the top questions asked in Paytm interview for internship?

Some of the top questions asked at the Paytm interview for internship -

  1. key difference between Business Analyst and a Data Anal...read more
  2. Puzzle : 100 people are standing in a circle .each one is allowed to shoot a pe...read more
  3. Are you agree to visit merchant physically in market ...read more
What are the most common questions asked in Paytm HR round for internship?

The most common HR questions asked in Paytm interview are for internship -

  1. Why are you looking for a chan...read more
  2. What are your strengths and weakness...read more
  3. What is your family backgrou...read more
How long is the Paytm interview process?

The duration of Paytm interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Explore Interview Questions and Answers for Top Skills at Paytm

Interview Questions from Similar Companies

FIS Interview Questions
3.9
 • 502 Interviews
PhonePe Interview Questions
4.0
 • 341 Interviews
PayPal Interview Questions
3.8
 • 224 Interviews
Fiserv Interview Questions
3.0
 • 181 Interviews
Angel One Interview Questions
3.8
 • 147 Interviews
Visa Interview Questions
3.5
 • 145 Interviews
MasterCard Interview Questions
3.9
 • 144 Interviews
Revolut Interview Questions
2.6
 • 103 Interviews
TransUnion Interview Questions
3.9
 • 93 Interviews
View all

Paytm Reviews and Ratings

based on 8.1k reviews

3.2/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

3.2

Salary

2.7

Job security

2.9

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 8.1k Reviews and Ratings
Associate-CST-Paytm Money

Mumbai

2-5 Yrs

₹ 2-4.5 LPA

Field Sales Executive

Hyderabad / Secunderabad

0-1 Yrs

₹ 2.6-3.7 LPA

Explore more jobs
Team Lead
2k salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
1.5k salaries
unlock blur

₹11 L/yr - ₹38 L/yr

Software Engineer
1.4k salaries
unlock blur

₹6 L/yr - ₹21 L/yr

Sales Executive
985 salaries
unlock blur

₹0.9 L/yr - ₹5.3 L/yr

Senior Associate
958 salaries
unlock blur

₹2.2 L/yr - ₹9.1 L/yr

Explore more salaries
Compare Paytm with

BharatPe

3.5
Compare

Zerodha

4.2
Compare

Razorpay

3.6
Compare

Mobikwik

3.6
Compare
write
Share an Interview