Paytm (One97 Communications Limited) Interview Experience for Experienced SDE - 1,
Jun 2021
There were mostly MCQ questions from OOP concepts, DBMS, OS and Computer Networks. One coding problem was also there
There were questions regarding SQL queries, ACID properties in DBMS and Normalisation forms specially 3NF and BCNF.
Questions were around
1. memory management
2. paging
3. CPU scheduling (numerical questions) like First come First serve, Round Robin scheduling etc.
Questions were around
1. TCP vs UDP
2. DNS system
3. SMTP SNMP protocol.
Questions were around
1. Java memory management,
2. Garbage collection,
3. a few code snippets asking the output of a code,
4. polymorphism,
5. thread synchronisation - theory as well as 1 code snippet.
Questions were around
1. unordered map vs map,
2. asymptomatic complexities of a few code snippets,
3. DFS vs BFS in a graph,
4. order of complexity for different sorting techniques like bubble sort merge sort etc.