A financial services firm deploys an AI-driven platform for real-time analytics. They observe periods of high-volume interference targeting the platform’s most resource-intensive processes, causing it to hang repeatedly. Which action explains how the adversary is causing these interruptions?
Altering training inputs to undermine prediction accuracy
Modifying runtime parameters to produce inaccurate outcomes
Sending a flood of queries to exhaust computation power
Acquiring sensitive keys to capture model output data
Sending large amounts of requests that exhaust resources prevents the AI platform from completing legitimate operations. This is different from tampering with data sets or cryptographic material, which would undermine the model's accuracy or security posture but not necessarily disrupt performance in this manner. Adjusting configurations promotes incorrect outputs instead of shutting down the environment.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a query flood attack?
Open an interactive chat with Bash
How does a query flood differ from tampering with AI training inputs?
Open an interactive chat with Bash
Why don't runtime parameter modifications cause the same interruptions as a query flood?