Multiple choice technology architecture

If a task needs to temporarily save information while a UI is presented, it can be saved in ___.

  1. Content Data Manager

  2. Uniform Rule Table

  3. Uniform Data Table

  4. Content DB

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The Content DB (Content Database) is the correct storage mechanism for temporarily saving task information while a UI is presented to the user. It provides persistence across UI interactions without permanently committing to the main data store. Content Data Manager, Uniform Rule Table, and Uniform Data Table serve different purposes.