Software Engineer · Intern · Online Assessment
The online assessment required me to implement a simplified in-memory database with the following functionalities: - **Level 1:** Basic operations to manipulate records, fields, and values within fields. - `SET <timestamp> <key> <field> <value>`: Inserts a fie...