Paytm Interview Experience | Set 8 (Hiring Drive for Backend Engineer)
Paytm Hiring Drive for Backend Engineer. The selection process was completed on the same day.
- Round 1 ( Written ):
It was a technical written round with 20 questions out of which 2 were coding questions.
Rest 18 was objective type mainly C, SQL, Algo.- Write code to create mirror image of tree.
- Given an array of arrival and departure time of guests, find minimum no fo rooms required to accommodate guests at any point of time.
- Round 2 :
- WAP to search a number in a row-wise – column wise sorted matrix.
- Flatten a linked list.
- Discussions around binary and ternary search.
- Discussed objective questions of a written round.
Round 3 :- How will you store a series of mobile nos in memory efficiently (less space).
e.g mobile nos like 999900001,999900003,999900005,999910006,999910007 … are there.
DS should be designed such that retrieval is not inefficient. - Stream of Access logs is given to you with user id, page id and date.
Design Data structure to find n recent unique visitors and page they visited. - Current company projects discussions.
- How will you store a series of mobile nos in memory efficiently (less space).
I thank GFG a lot for helping me in my preparation, finally, I was selected 🙂
If you like GeeksforGeeks and would like to contribute, you can also write an article and mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Login to comment...