Paytm Interview Experience | Set 21 (5+ Experience) Last Updated : 10 Dec, 2017 Comments Improve Suggest changes Like Article Like Report Round 1: 2 questions on mettle - online judge 1. longest palindrome of a given string. 2. There are n candies and K student. candies are distributed in a order that 1st student get 1 candy, 2nd get 2, 3rd get 3 and so on till nth student. now, 1st student gets k+1 candy, 2nd get k+2, 3rd gets k+3 and so on. if there are not enough candies to be given to candidate then all the remaining candies is given to that candidate. return an array where its element represent number of candies (i-1)th candidate get. Round 2 : 1. There are two threads, one printing even number and 2nd printing odd number. write code to print number 1 to N in increasing order. (can be solved using wait and notify using a Boolean variable as shared lock). 2. Zig zag traversal of a binary tree. 3. Given an array of numbers, find the largest sum of a subsequence of array. subsequence does not contain number which are adjacent to each other. (solved using dp in order n with space n). Round 3: 1. What is critical section in terms of thread, how do we handle it, write code to demonstrate simultaneous seat selection handling while booking a seat on bookmyshow. assuming bookmyshow is handling seat configuration. 2. Next largest palindrome of the given number. Round 4: Write code to solve sudoku. Comment More infoAdvertise with us Next Article SAP Labs Interview Experience | Set 5 (Experienced) Anonymous Improve Article Tags : Misc Interview Experiences Experienced Experiences Paytm +1 More Practice Tags : PaytmMisc Similar Reads Paytm interview experience | Set 26 (Experienced) Round 1: Excel sheet column number representation Max profit in buy sell stock. Acid property of databases Hashmap implementation Swap linkedlist in pair of k Clustered indexes Isolation levels in SQL server Diff between hashing and encryption Round 2: Design notification system Sort array of 0s and 1 min read Paytm Interview Experience | Set 13 (For Experienced) 1st Round : Machine Coding Round It was machine coding round having two coding questions. Based on tree. (Solved using Brute force, didn't pass all test case.) Array and HashMap related problem. Solved in O(n) passed all test case. 2nd Round: Tech Interview Reverse linked list and some basic algorit 2 min read Paytm Interview Experience | Set 12 (For 1.5 Years Experienced) I want to share my interview experience with Paytm with all of you. Round-1 [1.5 hr] Brief introduction Discussion about project why are you using Fluentd(EFK) in place of Logstash(ELK) Question on Elastic Search [Based on my project] Given a binary tree, write a function to print its top and bottom 1 min read PayU Interview Experience | 2+ Years Experienced I received an email from a recruiter to schedule the virtual interviews. The recruiter informed me that each round would be an elimination round, meaning that if I did not perform well, they would not proceed to the next round. Three rounds were planned in total. [2 technical + 1 (Technical + Manage 2 min read SAP Labs Interview Experience | Set 5 (Experienced) First of all, i got the mail and was asked to attend one online test. Online test had 6 parts-psychometric test, aptitude, logical, English, computer skills and 2 coding questions. Time was 90 minutes. I cleared the online test round and was asked to attend the interview rounds. Interview round cons 2 min read Paytm Interview Experience | Set 16 I was contacted by the HR on LinkedIn about the opening of Full Stack Developer at PayTM Noida. 1st Round (Duration - 2 hours) Tell me about yourself. Discussions on the projects in my current organization. What were my roles and responsibilities? In depth discussion on the project architecture, dat 2 min read Like