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 Front Office and Accounts Executive Interview Questions, Process, and Tips

Updated 16 Jul 2024

Top Paytm Front Office and Accounts Executive Interview Questions and Answers

  • Q1. Given the code to flat the array ex : Input - [2,3,[4,5,[6,7],8,9,[0]]] Output : [2,3,4,5,6,7,8,9,0]
  • Q2. Write a code whose output should be 72 by making a call like this add(5,3).mul(9).calc();
  • Q3. write a code to convert an account number to asterisk ex: Input : PY12345 Output : PY***45
View all 10 questions

Paytm Front Office and Accounts Executive Interview Experiences

2 interviews found

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

It was on hackerrank, its like OA, it has one problem solving question, 3-4 html-css mcq's and one react coding questuion.

Round 2 - Technical 

(3 Questions)

  • Q1. Js output questions.
  • Q2. Polyfils, practice for common polyfills.
  • Q3. Make a counter and a to do app on the codesandbox platform.
  • Ans. 

    Create a counter and a to do app on codesandbox platform

    • Create a counter component with buttons to increment and decrement the count

    • Implement a to do app with input field to add tasks and a list to display them

    • Use React or any other front-end framework/library for building the apps

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Coding Test 

I applied for the Frontend role and test consisted of JS and React questions

Round 2 - Technical 

(5 Questions)

  • Q1. What is Hoisting, Closures, Event loop etc and some code snippets
  • Q2. Given the code to flat the array ex : Input - [2,3,[4,5,[6,7],8,9,[0]]] Output : [2,3,4,5,6,7,8,9,0]
  • Ans. 

    Flatten a nested array into a single-level array.

    • Use recursion to iterate through each element of the array.

    • If the element is an array, call the function recursively.

    • If the element is not an array, add it to the result array.

  • Answered by AI
  • Q3. Write a Polyfill for flat function
  • Ans. 

    Polyfill for flat function

    • Create a function that takes an array and a depth as arguments

    • Use recursion to flatten the array to the specified depth

    • If depth is not specified, flatten the array completely

    • Return the flattened array

  • Answered by AI
  • Q4. Write a js code to convert Roman to decimal number
  • Ans. 

    JS code to convert Roman to decimal number

    • Create a map of Roman numerals to their decimal values

    • Loop through the Roman numeral string from right to left

    • If the current numeral is less than the previous numeral, subtract it from the total

    • Otherwise, add it to the total

    • Return the total

  • Answered by AI
  • Q5. Create a dropdown(HTML Select tag) custom component in react.
  • Ans. 

    Creating a custom dropdown component in React using HTML Select tag.

    • Create a new component and import React

    • Use the HTML Select tag to create the dropdown

    • Use the map function to loop through the array of strings and create the options

    • Add an onChange event to handle the selection and update the state

    • Pass the array of strings as props to the component

  • Answered by AI
Round 3 - Technical 

(5 Questions)

  • Q1. Create a Todo list component in react
  • Ans. 

    Creating a Todo list component in React

    • Create a new React component for the Todo list

    • Use state to store the list of tasks

    • Render the list of tasks using map()

    • Add a form to add new tasks to the list

    • Add a button to delete tasks from the list

  • Answered by AI
  • Q2. Js Code/React component to create a folder and file structure
  • Ans. 

    Use Node.js fs module to create folder and file structure in React component

    • Require fs module in React component

    • Use fs.mkdirSync() method to create folder

    • Use fs.writeFileSync() method to create file

    • Use path.join() method to join folder and file paths

    • Handle errors using try-catch block

  • Answered by AI
  • Q3. Write a code whose output should be 72 by making a call like this add(5,3).mul(9).calc();
  • Ans. 

    Code to output 72 by calling add(5,3).mul(9).calc()

    • Define a class with add, mul, and calc methods

    • add method should add two numbers and return the class instance

    • mul method should multiply the result with a number and return the class instance

    • calc method should return the final result

    • Call the methods in the given order to get the output 72

  • Answered by AI
  • Q4. Polyfill for promise.all()
  • Ans. 

    Polyfill for promise.all() is a code that adds support for promise.all() in older browsers.

    • Polyfill can be implemented using a combination of Promise and Array.prototype.reduce()

    • The polyfill should return a promise that resolves when all promises in the input array have resolved

    • If any promise in the input array rejects, the polyfill should reject with the reason of the first promise that rejected

  • Answered by AI
  • Q5. Write a code to convert an account number to asterisk ex: Input : PY12345 Output : PY***45
  • Ans. 

    Code to convert account number to asterisk

    • Create a function that takes in an account number as input

    • Use string slicing to replace characters with asterisks

    • Return the modified account number as output

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Frontend Developers are mostly grilled with Javascript questions. 70% questions will be related to Javascript and remaining 30% you can expect it on your respective framework for which you are applying for.

Skills evaluated in this interview

Front Office and Accounts Executive Interview Questions Asked at Other Companies

asked in Paytm
Q1. Given the code to flat the array ex : Input - [2,3,[4,5,[6,7],8,9 ... read more
asked in Paytm
Q2. write a code to convert an account number to asterisk ex: Input : ... read more
asked in Paytm
Q3. Write a code whose output should be 72 by making a call like this ... read more
asked in Paytm
Q4. Create a dropdown(HTML Select tag) custom component in react.
asked in Paytm
Q5. Js Code/React component to create a folder and file structure

Interview questions from similar companies

Interview Questionnaire 

6 Questions

  • Q1. Choosing between two car varieties based on various costs
  • Ans. 

    Choosing between two car varieties based on various costs

    • Consider upfront costs such as purchase price and financing options

    • Factor in ongoing costs such as fuel efficiency and maintenance

    • Evaluate potential resale value

    • Compare insurance rates

    • Consider any additional features or benefits of each car

    • Make a decision based on overall cost-effectiveness and personal preferences

  • Answered by AI
  • Q2. Choosing between in-branch and out-branch ATM's (factoring in various parameters)
  • Ans. 

    Choosing between in-branch and out-branch ATM's based on various parameters

    • Consider the location and accessibility of the ATM

    • Analyze the cost of installation and maintenance

    • Evaluate the security measures in place

    • Assess the customer demand and usage patterns

    • Factor in the availability of other banking services at the branch

    • Out-branch ATMs may be more cost-effective but in-branch ATMs offer better customer experience

  • Answered by AI
  • Q3. Choosing a marketing strategy for Capital One (Phone Calls or Letters)
  • Ans. 

    Phone calls are more effective for Capital One's marketing strategy.

    • Phone calls allow for immediate feedback and personalized communication.

    • Letters may be ignored or lost in the mail.

    • Capital One can track phone call success rates and adjust their strategy accordingly.

    • Phone calls can also be used to cross-sell and upsell products.

    • Letters may be more appropriate for certain types of communication, such as legal notices o

  • Answered by AI
  • Q4. Narrate a time when you sought the help of your peers and tell me the outcome
  • Ans. 

    I sought help from my peers when I faced a complex data analysis problem.

    • I explained the problem to my peers and asked for their suggestions.

    • We brainstormed and discussed various approaches to solve the problem.

    • One of my peers suggested a new tool that could simplify the analysis process.

    • I tried the tool and it worked perfectly, saving me a lot of time and effort.

    • The outcome was a successful completion of the project w

  • Answered by AI
  • Q5. Tell me a time when you overcome an obstacle in a project or task and the outcome
  • Ans. 

    Overcoming an obstacle in a project

    • During a software development project, we faced a challenge with integrating a third-party API

    • I researched and found a workaround by using a different API that provided similar functionality

    • I presented the solution to the team and we implemented it successfully

    • The outcome was that we were able to deliver the project on time and within budget

  • Answered by AI
  • Q6. Tell me of a time you learned something new for a project/work
  • Ans. 

    I learned about agile methodology for a project

    • Attended a training session on agile methodology

    • Implemented agile methodology in a project

    • Learned about sprints, backlogs, and daily stand-up meetings

    • Improved project efficiency and communication with team members

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was basic data interpretation questions. They gave us a graph or a couple of graphs and asked questions based on them. Calculators were permitted, so it was mostly about speed and application.
Tips: Solve CAT level questions for Data Interpretation, which is a more advanced level. That should make these questions relatively easy. Just practice sums as much as possible to crack this first round.
Duration: 35 minutes
Total Questions: 30

Round: Case Study Interview
Experience: The company basically looks for how logically you think as well as how effectively you can communicate while working on a problem. The question will be a relatively straightforward case with basic math involved. There are three rounds of Case Interviews, with varying problem statements, to test your thought and working process
Tips: Ensure you write everything systematically, and keep the conversation going with your interviewer. Tell him/her what you are doing constantly. Double check your work, ask questions and be calm and confident. The process is very relaxed so take your time. If you have a doubt, don't hesitate to get it clarified. Organise your workings clearly so you may come back to it easily. Don't get flustered if you make a mistake, check your working and correct it.

Round: Behavioural Interview
Experience: This was the last round of interviews. It was very relaxed. If you've made it this far then you have a very good chance of receiving an offer letter. It's more of an HR Interview with easy flowing conversation. It is to gauge your communication ability and to get a better understanding of what you've done previousy in terms of work, projects, etc.
Tips: Be calm. It's a very relaxed interview with a flowing conversation. Be confident. Don't be afraid to take a moment to think. Ensure you answer the questions in a manner that highlights previous work that you've done, or any other accomplishments. DON'T LIE. Be genuine and calm.

General Tips: I've already said all there is to say earlier. But I'll re-iterate. The interviewers are very nice and relaxed. So just be yourself. Communicate effectively and be organised in your thoughts and workings.
Skill Tips: Don't be nervous. The process is well organised and conducted. It is swift and interesting too. Just stay calm and don't be shy.
Skills: Analytic Thinking, Logic, Communication Ability
College Name: NIT Surathkal
Motivation: I loved the job profile and it was the first company I sat for on campus. I didn't want to continue with any tech related jobs. The company too, has a fantastic atmosphere in the work place.

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

I applied via Campus Placement

Interview Questionnaire 

1 Question

  • Q1. Task Scheduling

Interview Preparation Tips

Round: Test
Experience: Questions are very basic and easy to answer .Algorithms should be implemented on spot but they are also standard ones
Tips: read Richie and kernigan
Duration: 60 minutes

Round: Technical Interview
Experience: Nice question and very hard to solve .Though it is a standard problem but requires spontaneous thinking because there are some restrictions for it
Tips: Read cormen

General Tips: Learn all basic algorithms and be confident.
Skill Tips: Solve some puzzles
Skills: Problem Solving Skills, Approaching A Problem
Duration: 2
College Name: IIT Madras
Motivation: i like data engineering profile

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.

I appeared for an interview before Jun 2016.

Interview Preparation Tips

Round: Test
Experience: The test was purely based on Data Interpretation. Every page had 3 charts and 5 objective questions based on those charts. There was severe time constraint in the paper and my selectivity among the questions proved beneficial in clearing the cut-off.
Duration: 1 hour
Total Questions: 30

Round: Case Study Interview
Experience: "Tell me about yourself" was the first question asked to me. I just told him a few things about myself mainly focusing on the financial projects I did. Then he gave me a trivial case study as follows,
"There are two economical classes, Prime and Sub-Prime, and I had to give a Motorcycle loan to one of them. Whom should I give?"
I was supposed to ask him any information that I would require to solve this case study. Whenever I used to get stuck he gave me hints to work upon. And finally, based on the value he gave me I could compare the profit from both the classes. The main thing about the case study was the way of solving it and how interactive was I with the interviewer.

Round: Case Study Interview
Experience: "Capital One reached its customers for new offers through postal mail. They had 2 kinds of postal services, A class and C class. In A Class, if the customer had changed his address then the postal service would update the address on the letter and it would reach the customer at the new address. In C Class, if the address is changed then the customer would not get the mail. I was supposed to tell which one of the postal service was better in two conditions, 1st when no. of mail to be made is fixed and 2nd when amount to be spend in mailing is fixed."
I found this case simpler than the earlier one. I managed to complete the case in just 20 minutes. The interviewer was very impressed with the speed with which I was able to solve the case. It was enough to make me realize that I had made it.
Tips: The main thing that you need to remember in Case Study of this sort is that you need to speak your mind. It helps the interviewer understand the way you are thinking. So if you have made some calculation mistake he wouldn

I applied via Campus Placement

Interview Preparation Tips

Round: Resume Shortlist
Experience: Initially test was conducted. But they also considered resume for shortlisting to interview. Even if you do test badly, resume will come to your rescue if it is good enough.
Tips: Test consists of both aptitude and coding. Basic coding skills in C will be sufficient to solve the coding questions.

General Tips: Interviewing people are very friendly during the interview. Concentrate on concepts like linked lists, basic problems on strongs.
Skill Tips: Any basic C programming book.
Skills: Basic Coding, Basic C/C++
Duration: 2.5
College Name: IIT Madras
Motivation: Diverse fields in which company is working.

Software Developer Interview Questions & Answers

PayPal user image RAJIVTEJA NAGIPOGU

posted on 3 Dec 2016

I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Given an array of numbers find the subset of numbers that give zero sum.
  • Ans. 

    Find subset of numbers in array that sum up to zero.

    • Use a nested loop to iterate through all possible subsets.

    • Calculate the sum of each subset and check if it equals zero.

    • Store the subset if the sum is zero.

    • Optimize the solution by using a hash set to store the cumulative sum of elements.

  • Answered by AI
  • Q2. Explain how bfs works?
  • Ans. 

    BFS (Breadth-First Search) is a graph traversal algorithm that explores all the vertices of a graph in breadth-first order.

    • BFS starts at a given vertex and explores all its neighbors before moving to the next level of vertices.

    • It uses a queue data structure to keep track of the vertices to be visited.

    • BFS guarantees that it visits all the vertices of a connected graph.

    • It can be used to find the shortest path between two

  • Answered by AI
  • Q3. Discussion on the projects I have done.
  • Q4. Question on Linked List.
  • Q5. Project Discussion
  • Q6. Strengths and weaknesses. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a highly skilled software developer, leading a team and contributing to innovative projects.

    • Continuously improving my technical skills through learning and hands-on experience

    • Taking on leadership roles and mentoring junior developers

    • Contributing to the development of cutting-edge software solutions

    • Building strong relationships with clients and stakeholders

    • Staying updated with the latest indu...

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: I couldn't find an optimal approach to the first question, so she skipped that question and proceeded to next questions. Remaining questions I have answered satisfactorily.

Round: Technical + HR Interview
Experience: I told that my strength is problem solving and I can always find a way when there is a bottle-neck. Gave some examples of my experiences while doing my assignments.

College Name: IIT Madras

Skills evaluated in this interview

Paytm Interview FAQs

How many rounds are there in Paytm Front Office and Accounts Executive interview?
Paytm interview process usually has 2-3 rounds. The most common rounds in the Paytm interview process are Technical and Coding Test.
What are the top questions asked in Paytm Front Office and Accounts Executive interview?

Some of the top questions asked at the Paytm Front Office and Accounts Executive interview -

  1. Given the code to flat the array ex : Input - [2,3,[4,5,[6,7],8,9,[0]]] Outp...read more
  2. Write a code whose output should be 72 by making a call like this add(5,3).mul...read more
  3. write a code to convert an account number to asterisk ex: Input : PY12345 Outpu...read more

Tell us how to improve this page.

Paytm Front Office and Accounts Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

PhonePe Interview Questions
4.0
 • 305 Interviews
PayPal Interview Questions
3.9
 • 211 Interviews
Fiserv Interview Questions
3.0
 • 174 Interviews
Visa Interview Questions
3.5
 • 140 Interviews
Angel One Interview Questions
4.0
 • 137 Interviews
MasterCard Interview Questions
3.9
 • 137 Interviews
Revolut Interview Questions
2.5
 • 100 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
Truhome Finance Interview Questions
3.9
 • 42 Interviews
View all
Paytm Front Office and Accounts Executive Salary
based on 6 salaries
₹10.5 L/yr - ₹31.4 L/yr
39% more than the average Front Office and Accounts Executive Salary in India
View more details
Team Lead
2.3k salaries
unlock blur

₹2 L/yr - ₹11.4 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Software Engineer
1.4k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Sales Executive
972 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Senior Associate
894 salaries
unlock blur

₹2.2 L/yr - ₹9 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