I got the chance through paytm walk-in drive. I went there and attended the drive in Noida Office of One97 Communications Limited.
10 Lakhs Per Annum
B.tech – CS ,IT ,MCA, M.Tech
This was online test. It contained 20 objective questions and 2 coding questions.Objective questions were from C,C++, Data structures and Networking. Coding questions were from string and array.
Eg.
Matrix[4][4]={{2,5,8,14},
{3,6,8,9},
{1,8,15,17},
{2,3,8,10 }}
Answer – 8
Eg
1 string – This is paytm interview.
2 string – Paytm
Answer – 8th one
3. In a Binary Tree not necessarily BST,Remove all nodes which don’t lie in any path with sum>= k.
5 : Given an array of numbers now you have to arrange it in the form of a single number such that the concluded number is always the maximum.
Lets say you are given: 939,81,736,45,66,9,733,5,42
Output: 99987766654333321
This round was tough for me because he asked algorithms and I got confused in 1-2 questions.
1. Firstly he asked knapsack problem and how to implement this.
2. Than You are given a matrix and find the path from start to end point, if it exist otherwise return -1.
Eg. Matrix [4][4]={{1,0,0,1},
{1,1,0,0},
{1,0,01,1},
{1,1,1,1}}
Answer:- solution[4][4]={{1,0,0,0},
{1,0,0,0},
{1,0,0,0},
{1,1,1,1}}
Address and Map to Reach Paytm(one97) office : Click here for MAP
Interviewer was impressed from me because I wrote code for matrix question and knapsack problem.so you have to mainly focus on coding and tell atleast your logic if you do not proper approach hw is give some hints.
Prepare for Data structures and algorithms very well and basic concepts of DBMS, OS and Network.
ALL THE BEST…….:)