Paytm Interview Experience( On Campus ) Last Updated : 11 Jul, 2025 Comments Improve Suggest changes 2 Likes Like Report Round 1:The first round was a coding round with 3 questions held on cocubes platform.There were 3-4 set of questions my set had the following questions. Given two strings A, B in the form of linked list.If the first string is lexicographically greater return 1, if smaller than -1 or if both stings are equal than 0. GeeksforGeeks Link Given an array of integers, you have to print the number of integers which are greatest from all the elements when seen form right side. For Example : 1 4 55 45 2 5. In this case the count will be 3 for 55 45 and 5. The third question was one of the standard problem of dp which is Longest Increasing Subsequence. https://www.geeksforgeeks.org/dsa/longest-increasing-subsequence-dp-3/ About 80 people appeared for this round and 26 were shortlisted for interviews. Round 2:The second round was technical interview round.The round began with introduction about myself and started telling about my projects and the interviewer also showed interest in it and we have a discussion on it.After than some questions on dp were asked and i had to write to write algorithm for them. The interview concluded with questions on some questions on OS, DBMS, SQL and Data Structures. Create Quiz Comment Anonymous 2 Improve Anonymous 2 Improve Article Tags : Interview Experiences Experiences Explore DSA Tutorial 6 min read System Design Tutorial 3 min read Aptitude Questions and Answers 3 min read Web Development Technologies 6 min read AI, ML and Data Science Tutorial 3 min read DevOps Tutorial 5 min read Like