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 financial organization is implementing Access Context Manager to restrict access to sensitive production APIs. The security team defines the following security posture requirements:
Which Access Context Manager configuration and identity management adjustment should the security engineer implement?
Access Context Manager (ACM) allows administrators to define fine-grained contextual access rules using either Basic Mode (attributes selected via GUI) or Advanced Mode (expressions written in Common Expression Language (CEL)). Custom Access Levels enable inspection of deep identity claims such as the specific credential strength (crd_str) used during user authentication, including passwords (pwd), SMS (sms), push notifications (push), software OTPs (otp), or hardware keys (hwk).
request.auth.claims.crd_str.hwk == true): Advanced CEL expressions allow direct evaluation of whether the user completed 2-Step Verification using a physical hardware security key (hwk), fulfilling the phishing-resistant authentication mandate.inIpRange): CEL functions like inIpRange(request.ip, ['...']) enforce network perimeter checks alongside identity assertions within a single unified access level.pwd) rather than hwk or mfa. Disabling trusted devices ensures hardware keys are presented on every sign-in, maintaining valid hwk assertions.hwk strictly prevents session hijacking through credential harvesting or SIM swapping.&&, ||, !) across identity, device, and network contexts.Basic Access Levels only support coarse criteria such as IP subnets, geographic regions, and basic device state (such as OS version or encryption status). They cannot inspect authentication method claims or differentiate hardware keys from SMS or OTPs. Combining a CEL-based Custom Access Level with disabled trusted devices is the only way to enforce strict hardware-key compliance.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.