Professional Cloud Security Engineer
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
A security operations team uses Google Cloud Security Command Center (SCC) to monitor and govern infrastructure security. The team currently relies on static mute rules to suppress specific finding categories during scheduled maintenance windows across development projects.
To adopt automated temporary suppression and automatic unmuting when remediations occur, the team creates corresponding dynamic mute rules. However, analysts observe that matching findings remain indefinitely muted and do not evaluate against the dynamic mute expiration policies.
What action should the security team take to ensure the dynamic mute rules take effect as intended across all existing and future findings?
In Google Cloud Security Command Center, static mute rules and dynamic mute rules govern whether security findings are suppressed from primary views, notifications, and export pipelines. When both rule types exist, static mute rules take precedence over dynamic mute rules. Migrating completely to dynamic mute rules requires creating the new dynamic rules, deleting the obsolete static mute rules, and programmatically resetting the static mute state of existing findings to UNDEFINED via bulk-mute operations.
MUTED state already applied to existing findings. Running gcloud scc findings bulk-mute (or using the bulkMute API method) with --mute-state=UNDEFINED clears the legacy static mute property on existing findings, allowing dynamic mute rules to govern their mute state and honor configured expiration timestamps.muteInfo.dynamicMuteRecords combined with bulk-mute resets allows seamless operational transitions without leaving orphaned, statically muted records.Static mute rules strictly override dynamic mute rules whenever both apply to a given finding. Simply creating dynamic mute rules is insufficient because the static mute rules will continue overriding them on new findings, while existing findings retain their persistent MUTED attribute. Deleting the static rules and resetting existing findings to UNDEFINED is the only documented method to fully activate dynamic mute rule evaluation.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.