CY0-001 · Question #22
A recently deployed AI system becomes persistently unavailable. A restart temporarily fixes the issue, but the issue happens again. Upon examination of application programming interface (API) logs…
The correct answer is B. Enforcing session expiration. The persistent unavailability is caused by external calls consuming resources even after completion, indicating sessions are not being closed. Enforcing session expiration ensures unused sessions are terminated, freeing resources and improving system availability.
Question
A recently deployed AI system becomes persistently unavailable. A restart temporarily fixes the issue, but the issue happens again. Upon examination of application programming interface (API) logs, an analyst finds that external calls continued to use system resources after the action completed. Which of the following is the best way to improve availability of the system?
Options
- ACreating token limits
- BEnforcing session expiration
- CIncreasing system memory
- DImplementing multifactor authentication (MFA)
How the community answered
(48 responses)- A10% (5)
- B83% (40)
- C4% (2)
- D2% (1)
Explanation
The persistent unavailability is caused by external calls consuming resources even after completion, indicating sessions are not being closed. Enforcing session expiration ensures unused sessions are terminated, freeing resources and improving system availability.
Topics
Community Discussion
No community discussion yet for this question.