I attended a Paytm recruitment drive.
The requirement was for both Front-end and Backend Developers. I applied for Backend.
First there was a written round. The paper consists of 4 Sections.
- C programming and Data structure objective questions.
- Aptitude
- Java / Node JS
- Subjective programming Question
Subjective questions were
After the written round I went through 2 interviews.
First interviewer asked me 3 algorithm questions.
- Segregate 0s and 1s in an array
- Extended the above question to Sort an array of 0s, 1s and 2s
- There are 3 operation available.
- Subtract 1
- Divide by 2(applicable only when number is divisible by 2)
- Divide by 3(applicable only when number is divisible by 3)
Give the minimum number of operation requires to reduce the number to 1.
Second Interviewer asked only 1 question.
- Recursively remove all adjacent duplicates in an array containing numbers.
That’s’ it…!!!!!!!!
Thanks, neveropen.
If you like neveropen and would like to contribute, you can also write an article and mail your article to review-team@geeksforgeeks.org. See your article appearing on the neveropen main page and help other Geeks.
Related Practice Problems
Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 neveropen!