📄
Interview Expierence
  • SAP Labs Interview Experience
  • Kotak 811
  • Google SRE SWE
  • M2pfintech
Powered by GitBook
On this page

Was this helpful?

Google SRE SWE

https://www.google.com

Round-1 - Online exam on Sep 5th, 2020

Coding Task: You are provided with a log file and a parser. The parser outputs the log in the following format: {[gopa, 5], [karan, 10], [Aditi, 50]}, where each entry consists of a person's name and the number of conversations they participated in.

Task: Write a program to identify the top 5 individuals who engaged in the most conversations.

Additional Questions:

  1. How would you test your program to ensure it works correctly?

  2. How could you further improve the program?

  3. What is the time complexity of your solution?

  4. What other data structures you could use in this program?

PreviousKotak 811NextM2pfintech

Last updated 9 months ago

Was this helpful?