</>OfferRetriever
DashboardDiscuss
NEW

July 4th Sale

Limited Time Deal: Unlock all premium questions for over 40% off

$10.42$6.25
Ending Soon
Get this deal
Back to Dashboard

OA[CodeSignal] Cloud File Storage System

Hard

Question

Your task is to implement a simple in-memory cloud storage system that maps objects (files) to their metadata (name, size, etc.). You do not need to interact with the actual filesystem. ...