
Paytm Qa Engineer Interview Questions
& Process
Real candidates share what happened, how many rounds they had,
and how the experience turned out.
Based on 33 interview experiences · FREE TO READ
Candidate interview experiences
First-hand accounts from people who interviewed at Paytm.
QA Engineer
The interview process included an aptitude test, followed by two technical rounds and an HR round. The technical rounds were a bit tricky, covering Java programming. The second round specifically involved questions about grouping 0s and 1s in an array.
- First, a mettle test was conducted.
- The second round was a technical round.
- The third round was also a technical round.
Software QA Engineer
The interview process had two rounds: one technical and one manual. Honestly, the whole thing felt like a waste of time because the interviewers were junior testers who didn't seem to know how to conduct an interview. My first impression of Paytm, based on these interviewers, is that the quality of people there is just average. The first round finished in about 15 minutes and felt like a mere formality; the interviewer didn't seem keen on actually interviewing. The second round lasted 45 minutes, and the interviewer mostly talked about the issues he's facing at Paytm, describing the chaotic work environment and how it's being handled. I don't think people who discuss their own work problems during an interview are capable of judging others because they can't even manage their own tasks. After the interview, I realized that even though the company is successful, the internal culture seems completely different, lacking proper interview standards and quality interviewers. It's just chaos. Paytm really needs to form an interview panel with actual professionals and stop letting just anyone conduct interviews. They should respect candidates' time.
- Tell me about Github.
- What is Manual testing?
- Explain Constructor.
QA Engineer
It was a really long process. I got a weekend call from the recruiter, and though I asked for a weekday, they stuck to the weekend. They said it would be F2F, but surprise! There was a written test first. After that, I had two technical rounds. The first one started 3 hours after the written test results. It involved simple Java programs, some Selenium and TestNG questions, and basic SQL queries. Then came the second round. The interviewer seemed more tired and frustrated than I was, acting like the world revolved around him, but I stayed calm. He asked for a simple Java program, which I wrote and explained. He then ended the interview and asked if I had questions. I asked for feedback, and he said HR would let me know. HR's feedback was that I didn't clear the round. I just said 'ok' and smiled.
- Could you write a Java program to sort an array like {0,0,1,0,1,1,1,0} into {0,0,0,0,1,1,1,1}?
- How would you reverse a string while keeping the spaces in their original positions? For example, 'I am boy' should become 'y ob mai'.
- Can you reverse the order of words in a sentence? For instance, 'I am boy' should be reversed to 'boy am I'.
Paytm Qa Engineer Interview Questions
Quoted word for word from Paytm interview reports.
“What is the maximum index in an unsorted array such that the sum of the first n elements equals the sum of the last (length-n) elements?”
Read reports →“Write a program to reverse a given string, then change its first letter to uppercase and its last letter to lowercase.”
Read reports →“Write a program to count the number of times the digit 3 appears in numbers ranging from 1 to 100.”
Read reports →“How would you reverse a string while keeping the spaces in their original positions? For example, 'I am boy' should become 'y ob mai'.”
Read reports →“How can you reverse a number without using built-in functions?”
Read report →“Given a JSON object, demonstrate how to find the JSON path for a specific element.”
Read report →“Can you reverse the order of words in a sentence? For instance, 'I am boy' should be reversed to 'boy am I'.”
Read report →“Can you create an xpath using the parent element?”
Read report →“How would you print the second largest number from an array?”
Read report →Formats, difficulty and experience
Across all 33 Paytm interview reports.