Multiple choice technology enterprise content management

When you log on, the application checks _____ first. If the information cannot be found there, it checks _____ (in this order).

  1. DB2, CM

  2. CM, DB2

  3. CM, WAS

  4. DB2, WAS

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

The application first checks CM (likely Configuration Manager or cache) for authentication/user information during login, and only falls back to DB2 database if the information isn't found in CM. This two-tier lookup pattern is common for performance optimization.