nerdexam
(ISC)2

CCSP · Question #15

DAST checks software functionality in ____________.

The correct answer is B. A runtime state. Dynamic Application Security Testing (DAST) analyzes applications while they are running, interacting with them in a runtime state to find vulnerabilities that manifest during execution. This distinguishes it from static analysis, which examines code without execution.

Submitted by brentm· Apr 18, 2026Cloud Application Security

Question

DAST checks software functionality in ____________.

Options

  • AThe production environment
  • BA runtime state
  • CThe cloud
  • DAn IaaS configuration

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    87% (27)
  • C
    3% (1)
  • D
    6% (2)

Why each option

Dynamic Application Security Testing (DAST) analyzes applications while they are running, interacting with them in a runtime state to find vulnerabilities that manifest during execution. This distinguishes it from static analysis, which examines code without execution.

AThe production environment

While DAST *can* be performed in a production environment, it is more commonly and safely done in a pre-production or staging environment; the core principle is testing in a runtime state, not necessarily production specifically.

BA runtime stateCorrect

Dynamic Application Security Testing (DAST) operates by executing the application and observing its behavior in a runtime state, typically by simulating attacks against it. This method allows DAST tools to identify vulnerabilities that only appear when the application is actively running and interacting with its environment, such as injection flaws or authentication bypasses.

CThe cloud

DAST can be applied to applications deployed in the cloud, but 'the cloud' describes the deployment environment, not the state in which the software is tested.

DAn IaaS configuration

DAST can be used for applications running in an IaaS configuration, but IaaS refers to the infrastructure service model, not the operational state of the software during testing.

Concept tested: Dynamic Application Security Testing (DAST) principle

Source: https://owasp.org/www-community/DAST

Topics

#DAST#Application Security Testing#Runtime Analysis#Cloud Application Security

Community Discussion

No community discussion yet for this question.

Full CCSP Practice