Twillio SDE-2 OA 2021 October
Anonymous User
638

Problem1: top K frequent items if they have same freq then ascending order - use maxheap to solve
solved with all testcases passed
Problem2: Design Rest api to get capital of the given country--if you know about requests and json parsing techniques then its easy to return the output - solved with all test cases

Problem 3: Find the min cost path graph problem

Comments (1)