GitHub Interview Question

Implement Data Storage API

Interview Answer

Anonymous

Aug 5, 2021

Just implement clean data storage API backed by dictionary and add concurrency tests and dedupe test which is missing. Make sure to use SHA256 or MD5 of data as key to handle de-duping or else DQ

5