Skip to main content

Company guide

Payme interview process

Real questions and candidate experiences from interviews at Payme, shared anonymously.

1 interview report

Everything below comes from people who actually interviewed at Payme. Each entry lists the questions they were asked, how they answered, and how it went.

Common questions at Payme

  • 1.Briefly tell us about yourself and your experience.
  • 2.Tell us about some interesting projects you have worked on.
  • 3.Task 1 — Card expiry parser. Write a function that takes a card expiry date as a string and returns it normalised as year then month. The input may arrive in either order (month first or year first) and may contain noise characters, because it is read from a camera scan. Filter out everything that is not a digit and handle all edge cases. You cannot run or debug the code.
  • 4.Given the input 1111, how do you know which part is the year and which is the month?
  • 5.What about 0100 — which part is the year there, and why does your code decide that?
  • 6.What does split() return?
  • 7.Now rewrite that parsing logic using array methods instead of manual indexing.
  • 8.What happens if the input contains extra symbols? How many characters in this input satisfy your filter condition?
  • 9.Task 2 — Time difference formatter. Write a function that takes two numbers, both in milliseconds, and returns a string describing the time elapsed between them, formatted as minutes and seconds with zero padding.
  • 10.Is it a problem that you run that many loops? Do you know O-notation?
  • 11.How do you determine the time complexity of your solution?
  • 12.What is the point of these loops — what do they do, and why do you need them?

Frequently asked questions

What is the interview process at Payme like?
The interview process at Payme usually runs across several stages: an initial screening, a technical round, and a final interview. The reports below come from candidates who actually interviewed at Payme and show what was asked at each stage.
What are the interview stages at Payme?
Technical
What language is the Payme interview in?
English
How do I prepare for a Payme interview?
Read the real questions below, then practise answering them out loud. NextSuhbat runs live AI mock interviews for Payme roles so you can rehearse under realistic pressure.

Practise a Payme-style interview

Run a live AI mock interview for this company and role, and get feedback on your answers.