H19-401_V1.0 · Question #110
Context-aware services push user ratings and safety instructions to:
The correct answer is C. Permission service. Option C is correct because the Permission service is the component responsible for making access control decisions - it receives contextual signals like user trust ratings and safety instructions from context-aware services to dynamically determine what a user is authorized to…
Question
Context-aware services push user ratings and safety instructions to:
Options
- AZero Trust Agent
- BAuthentication Services
- CPermission service
- DTrusted Access Prosecution
How the community answered
(41 responses)- A10% (4)
- B5% (2)
- C71% (29)
- D15% (6)
Explanation
Option C is correct because the Permission service is the component responsible for making access control decisions - it receives contextual signals like user trust ratings and safety instructions from context-aware services to dynamically determine what a user is authorized to do. This fits the policy decision point role in Zero Trust and context-aware access architectures.
Why the distractors are wrong:
- A (Zero Trust Agent): This is typically a client-side endpoint component that enforces policies, not the destination that receives ratings and safety instructions from context-aware services.
- B (Authentication Services): Authentication confirms who you are (identity verification), not what you're allowed to do - it doesn't consume safety ratings or contextual trust data.
- D (Trusted Access Prosecution): This is not a standard security architecture component; the term is fabricated and designed to sound plausible but has no real meaning in this context.
Memory tip: Think of the Permission service as the "gatekeeper that reads the report card." Context-aware services generate the report (ratings, safety signals) and hand it to the Permission service, which then decides whether to open the gate - linking context to permission.
Topics
Community Discussion
No community discussion yet for this question.