ServiceTitan Interview Question

Test 1: Implement a multimap dictionary interface and make sure all the unit tests pass.

Interview Answer

Anonymous

Feb 8, 2023

Relatively simple test, need to map a list to a key.

1