nerdexam
CompTIA

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.

Security Architecture and Tool Sets

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)
  • A
    10% (5)
  • B
    83% (40)
  • C
    4% (2)
  • D
    2% (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

#session management#API security#availability#AI system security

Community Discussion

No community discussion yet for this question.

Full CY0-001 Practice