Upload Button Icon Add office photos
Engaged 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 Technical Lead Interview Questions, Process, and Tips for Experienced

Updated 15 Nov 2024

Top Paytm Technical Lead Interview Questions and Answers for Experienced

View all 8 questions

Paytm Technical Lead Interview Experiences for Experienced

6 interviews found

Technical Lead Interview Questions & Answers

user image Prasad Saitwal

posted on 15 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structures related to dynamic program

Round 2 - Coding Test 

React coding test . Design drop-down

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Design YT recommendation system
  • Ans. 

    Designing a recommendation system for YouTube

    • Utilize collaborative filtering to recommend videos based on user preferences

    • Incorporate content-based filtering to suggest videos similar to ones previously watched

    • Implement a hybrid approach combining collaborative and content-based filtering for more accurate recommendations

  • Answered by AI

Skills evaluated in this interview

Technical Lead Interview Questions Asked at Other Companies for Experienced

Q1. 1. Explain 5 mins the flow from requirement analysis to productio ... read more
asked in Infosys
Q2. Managerial: 1) Explain any one past issue and its mitigation stra ... read more
asked in Wipro
Q3. What automation framework have you worked on?
asked in Cognizant
Q4. 1. Type of documentation for computer system validation. 2.Please ... read more
Q5. What is REST API? And the difference between GET, PUT, POST, DELE ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Find duplicates in a array

Round 2 - Technical 

(2 Questions)

  • Q1. PRoduct array itself
  • Ans. 

    A product array is an array of strings representing different products.

    • Each element in the array is a string representing a product

    • Example: ['iPhone', 'Samsung Galaxy', 'Google Pixel']

    • Can be used to store and manipulate a list of products

  • Answered by AI
  • Q2. Search in rotated binary search
  • Ans. 

    Search for a target value in a rotated sorted array using binary search

    • Find the pivot point where the array is rotated

    • Determine which half of the array the target value lies in

    • Perform binary search on the appropriate half of the array

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

DSA questions on graphs

Round 2 - Technical 

(2 Questions)

  • Q1. Java multithreading,hibernate,kafka
  • Q2. Make a method thread safe
  • Ans. 

    Use synchronization mechanisms like locks or synchronized blocks to ensure only one thread can access the method at a time.

    • Use synchronized keyword in method signature

    • Use synchronized blocks inside the method

    • Use ReentrantLock for more fine-grained control

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. System Design question on async flow
Round 4 - HR 

(1 Question)

  • Q1. Salary negotation

Paytm interview questions for designations

 Technical Program Manager

 (1)

 Technical Project Manager

 (1)

 Junior Technical Analyst

 (1)

 Senior QA Lead

 (1)

 Lead Quality Engineer

 (1)

 Team Lead

 (49)

 Sdet Lead

 (2)

 Zonal Lead

 (1)

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

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Had to implement 2 medium questions. and give approach for 1 hard level questions. Basic questions around java were also asked.

Round 2 - Design round 

(1 Question)

  • Q1. Design system for gaming android app like ludo.
  • Ans. 

    Design a system for a gaming android app like ludo.

    • Implement game logic for ludo including dice rolling, moving pieces, and winning conditions.

    • Create a user interface with a game board, player pieces, and dice.

    • Incorporate multiplayer functionality for online play.

    • Include features like in-game chat, leaderboards, and customizable game settings.

    • Utilize a backend server to handle game synchronization and data storage.

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top Paytm Interview Questions

Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse the given linked list
  • Q2. Separate out 0's, 1's, and 2's in an array
  • Ans. 

    Separate out 0's, 1's, and 2's in an array

    • Create three variables to count the number of 0's, 1's, and 2's in the array

    • Loop through the array and increment the respective variable for each occurrence

    • Create a new array and add the counted number of 0's, 1's, and 2's in order

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Remove duplicates from the given array
  • Ans. 

    Remove duplicates from given array of strings

    • Create a new empty array

    • Loop through the original array and check if the element already exists in the new array

    • If not, add it to the new array

    • Return the new array

  • Answered by AI
  • Q2. Detect a loop in linked list
  • Ans. 

    Loop in linked list can be detected using Floyd's cycle-finding algorithm.

    • Floyd's cycle-finding algorithm uses two pointers, one moving at twice the speed of the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower pointer.

    • If there is no loop, the faster pointer will reach the end of the list.

    • Time complexity of this algorithm is O(n) and space complexity is O(1).

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your data structure and algorithm practice as they are take problem solving quite seriously.

Skills evaluated in this interview

Technical Lead Jobs at Paytm

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Mathematics related questions
  • Q2. Basic hr questions
  • Q3. Typing speed in numerical minimum 50 wpm

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy, normal and be comfortable

Interview Questionnaire 

2 Questions

  • Q1. Simple Case Interview
  • Q2. Main case Round

Interview Preparation Tips

Round: Test
Experience: Adaptive DI test. Level of difficulty less than CAT.

Round: Case Study Interview
Experience: This is a very simple case interview. The case was as follows: Client is a micro-lender, they loan funds from a big bank @ 6% SI and loan out the money to farmers at 10% and 20% SI. The segmentation is 60% and 40% respectively. Calculate profit/customer. What is the profit if 2% customers default (uniformly from both segments) on the loan? (Ans: loss incurred)
Tips: This is a very simple round, just stick to the essentials of keeping your structure + calculations neat & clean. Communicate well. You'll get through.

Round: Case Study Interview
Experience: Case: We are a telecom company, planning to launch a new subscription plan. Decide if we should go ahead or not. The plan is as follows: We charge the customers $0.99 for the first 20 minutes and $0.08/minute thereafter. The cost incurred by the company is $0.07/minute. Should we go ahead with the plan?
You will be asked to draw a graph between Profit and minutes spent on a call. To come to a decision you might ask the interviewer for some more data like the distribution or the average time spent by a customer on a call. But none of this is information can be used to decide if we should go ahead with the plan. Unless you have a distribution of percentage of customers vs time spent on an avg call, you can not decide the fate of the plan.
On our campus, almost everybody answered a yes(go ahead) or a no for the plan and still got rejected. I think the actual answer is "None of the above. With the present information nobody can predict if the plan will be profitable in the long run.
Please do not say we can use historical data to come to a conclusion, I did, the question he then posed to me is can we really use historical data to predict the usage pattern of this plan by our customers?? The answer is no, we can not use historical data, as the customers will have an incentive to speak for close to 20 minutes per call.
I also looked at the problem from a customers point of view to check if a customer has an incentive to pick this plan over the others. I asked for the cheapest plan/s out in the market currently, so the interviewer told me that the cheapest plan cost the customer $0.08/minute.
After getting this data, I looked at intersection of the time band at which it becomes cheaper for the customer to pick our plan over the 8 cents plan and the time band which is profitable for us.
I came to the conclusion that the band is very narrow to be profitable and that I do not think that it will generate net profits. So we should not go ahead with the plan.
I assumed that there wont be a large chunk of customers in the above mentioned time band. This is what I think my mistake was.
I believe there is no way of definitely saying whether we should go ahead or not. Hence the answer must be Cant be Determined.
FYI: I also suggested him to launch it in a small region/zone so as to figure out the distribution of customers. No good.

Skills:
College Name: IIT Kanpur
Motivation: Chill out workplace. No pressure of work. But no future either :P wont land you in a great B-school. This is just an office opened by a recently grown American company. They have an office in India just to show the Investors that they plan on expanding and are investing in India and Philippines. I don't think the real work happens here. This might sound like a rant, but you should go ahead and prepare for this company. Its one of the best options straight out of college. Or to settle down or if you like to chill a lot....

Interview Questionnaire 

6 Questions

  • Q1. Finding the average profit on a given loan
  • Ans. 

    To find the average profit on a given loan, divide the total profit by the number of loans.

    • Calculate the total profit earned on the loan

    • Determine the number of loans

    • Divide the total profit by the number of loans to find the average profit

    • Example: If the total profit earned on 10 loans is $1000, the average profit per loan is $100

  • Answered by AI
  • Q2. Choosing between two marketing schemes
  • Ans. 

    When choosing between two marketing schemes, it's important to consider the target audience, budget, and goals.

    • Consider the target audience and which scheme would be more appealing to them

    • Evaluate the budget and determine which scheme is more cost-effective

    • Assess the goals of the marketing campaign and choose the scheme that aligns best with those goals

    • Conduct market research to gather data on the effectiveness of each...

  • Answered by AI
  • Q3. Economics of setting up a new ATM
  • Ans. 

    Setting up a new ATM involves various costs and considerations such as location, equipment, maintenance, and security.

    • Location is a crucial factor in determining the success of an ATM. It should be easily accessible and visible to potential users.

    • Equipment costs include the ATM machine, software, and communication systems.

    • Maintenance costs include regular servicing, cash replenishment, and repairs.

    • Security measures suc...

  • Answered by AI
  • Q4. Tell us a time when you asked your peers for help and what was the result
  • Ans. 

    I asked my peers for help when I was struggling with a project deadline.

    • I explained my situation and asked for their input

    • They were able to offer suggestions and resources that helped me meet the deadline

    • I expressed my gratitude and offered to return the favor in the future

  • Answered by AI
  • Q5. Tell us a time when you had to learn something new for an assignment/project
  • Ans. 

    I had to learn a new programming language for a project

    • Researched online resources and tutorials

    • Practiced coding exercises to gain proficiency

    • Collaborated with team members who were experienced in the language

    • Implemented the language in the project successfully

  • Answered by AI
  • Q6. Tell us a time when you delivered results in a short deadline while working in a team
  • Ans. 

    I led a team to complete a project in 3 days instead of 5

    • Set clear goals and priorities

    • Divide tasks among team members based on strengths

    • Communicate regularly to ensure progress and address issues

    • Worked overtime to meet the deadline

    • Received positive feedback from the client

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test basically involved solving 15 Data interpretation questions. The test was pretty easy, and hence accuracy was very important to qualify for the next round.
Tips: Solving DI questions from any CAT practice book will be more than enough. The actual questions in the test are much easier. Just be read the question carefully and you will be able to solve it.
Total Questions: 15

Round: Case Study Interview
Experience: Initially the interviewer tests your basically conceptual knowledge regarding the cost and revenue streams for a loan and then expects you to calculate the average profit given the required data. This was a pretty small interview lasting only about 10-12 minutes or so.
Tips: Keep conversing with the interviewer and clarify any doubts. Do not mess up with the calculation.

Round: Case Study Interview
Experience: Again, the interviewer tests your basic understanding regarding making a decision to select between two marketing schemes. Then, after being provided relevant information, you are expected to make an informed decision, do the break-even analysis and plot a graph.
Tips: You need to show the interviewer your grasp of business concepts. A good knowledge about economics and a business acumen helps. The math is easy, just be careful not to mess it up. Also, keep conversing with the interviewer and help him understand your line of thinking, this would enable him to assist you and get you on the right path.

Round: Case Study Interview
Experience: You are expected to do the math to assess the profitability of an ATM and qualitatively discuss the factors to be considered while setting up a new ATM.
Tips: Again, think aloud and use your common sense if ever you feel that you do not know an answer. But mainly be confident.

Round: Behavioural Interview
Experience: The interviewer is very friendly and it is more of a chat than an interview. Also, they will get into the specifics of the example you provide just to understand the situation better and to know how you handled the situation.
Tips: Be well prepared with all the general HR and behavioral questions and think about specific examples that you would like to bring up.

General Tips: To sum it up, more than anything, just be confident.
Skill Tips: If you are selected for the interview, chances are that you already have the necessary math skills to succeed. Remember, the only things which are going to get you through are confidence, alertness and business acumen.
Skills: Confidence, Communication, Basic Mathematics
College Name: IIT Bombay

Associate Interview Questions & Answers

CapitalOne user image Aman Choudhary

posted on 27 Sep 2016

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. Money Lending Business
  • Q2. Customer Acquisition (Break Even Analysis)
  • Q3. Customer Delinquency and Fraud Management

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume Shortlist was strictly done on the basis of CGPA ! All candidates with CGPA 7.0 and above were shortlisted for the test.

Round: Test
Experience: A total of 30 questions were given to completed in a short span of 35 minutes. A set of 5-6 questions were based on a set of three graphs (generally line chart, pie chart, bar graph). Questions were based on simple calculations and test was aimed at keeping a check on accuracy and speed of the candidate
Tips: Practice a few Data Interpretation exercise to understand the graphs easily.
Duration: 35 minutes
Total Questions: 30

Round: Case Study Interview
Experience: The case was about Market entry for a Money Lender in a village. The case included identification of potential customer segment, revenue streams. Then there was some data provided regarding the interest and various kind of loan models that would be used by the lender. I was then asked to work on the profitability. This case was more on the qualitative side.
Tips: - Keep communicating with the interviewer. Involve him in the case solving process.
- If at any point of time, you are unsure about the approach you are following, ask the interviewer.

Round: Case Study Interview
Experience: The case was about a credit card company who uses various kind of marketing strategies (mail, calls etc) for customer acquisition. The interviewer started with the discussion on the marketing techniques. The data included costs, acquisition rate, and the average profits. I was asked to calculate the break even point.
The case was numerical and easy to crack once the data was provided.


Tips: - Calculate accurately. Never answer wrong because of the speed.

Round: Case Study Interview
Experience: The case was about a bank who was observing a higher delinquency rate and fraud. The data provided was about loss per customer, average revenue etc. The case typically numerical after some discussion on strategy about reducing fraud.


Skills: Speed, Accuracy, Ability To Analyse
Duration: 2
College Name: IIT Kharagpur
Motivation: Good Perks, Big Brand.

Paytm Interview FAQs

How many rounds are there in Paytm Technical Lead interview for experienced candidates?
Paytm interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Paytm interview process for experienced candidates are Coding Test, Technical and One-on-one Round.
How to prepare for Paytm Technical Lead interview for experienced candidates?
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, Python, Computer science and Backend.
What are the top questions asked in Paytm Technical Lead interview for experienced candidates?

Some of the top questions asked at the Paytm Technical Lead interview for experienced candidates -

  1. Separate out 0's, 1's, and 2's in an ar...read more
  2. Design system for gaming android app like lu...read more
  3. Remove duplicates from the given ar...read more

Tell us how to improve this page.

Paytm Technical Lead Interview Process for Experienced

based on 5 interviews

1 Interview rounds

  • Coding Test Round
View more

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 306 Interviews
PayPal Interview Questions
3.9
 • 212 Interviews
Fiserv Interview Questions
3.0
 • 175 Interviews
Visa Interview Questions
3.5
 • 141 Interviews
MasterCard Interview Questions
3.9
 • 139 Interviews
Angel One Interview Questions
4.0
 • 138 Interviews
Revolut Interview Questions
2.5
 • 100 Interviews
CapitalOne Interview Questions
3.6
 • 79 Interviews
Truhome Finance Interview Questions
3.9
 • 42 Interviews
View all
Paytm Technical Lead Salary
based on 451 salaries
₹14.3 L/yr - ₹55 L/yr
72% more than the average Technical Lead Salary in India
View more details

Paytm Technical Lead Reviews and Ratings

based on 50 reviews

2.8/5

Rating in categories

3.1

Skill development

2.5

Work-life balance

3.0

Salary

2.3

Job security

2.3

Company culture

2.5

Promotions

2.4

Work satisfaction

Explore 50 Reviews and Ratings
Backend - Technical Lead

New Delhi,

Bangalore / Bengaluru

6-11 Yrs

Not Disclosed

Explore more jobs
Team Lead
2k salaries
unlock blur

₹2 L/yr - ₹10.5 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹10.1 L/yr - ₹36 L/yr

Software Engineer
1.4k salaries
unlock blur

₹6 L/yr - ₹22.2 L/yr

Senior Associate
1k salaries
unlock blur

₹2.2 L/yr - ₹9 L/yr

Sales Executive
969 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Explore more salaries
Compare Paytm with

BharatPe

3.5
Compare

Zerodha

4.2
Compare

Razorpay

3.6
Compare

Mobikwik

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview