Given a set of transactions between users and an initial balance per user, output the final balance per user. Note that each transaction denotes the pay…
Interleaving Streams We are building a page that pulls posts from multiple different sources and displays them in a unified feed. You are going to build…
Build a simple endpoint that can filter by a time range, user, and currency. Some example use cases here would be to display some sort of transaction hi…
Question Prompt Design the technical architecture of a log management system for a microservices-based application, defining the components of the syste…
Level 1 The basic level of the in-memory database contains records. Each record can be accessed with a unique identifier key of string type. A record ma…