Practice free →
HomeAzure AZ-900cloudcomputingidentitysecurity › An administrator wants to grant a contractor rea…

An administrator wants to grant a contractor read-only access to ONE specific resource group for the duration of their engagement, and no broader access. Which Azure construct best achieves this with the least privilege?

AGive the contractor the 'Owner' role on the entire subscription
BEmail the contractor the subscription's billing API key
CAssign the contractor the built-in 'Reader' RBAC role scoped to that single resource group
DMake the contractor a global administrator of the Entra tenant
Answer & Solution
Correct answer: C. Assign the contractor the built-in 'Reader' RBAC role scoped to that single resource group
Reader scoped to a specific resource group is the minimal grant that satisfies the requirement — RBAC at the right scope and role. Owner on subscription / global admin / shared API key all wildly over-grant access and violate least privilege.
Solve this in the app — Azure AZ-900 practice & 24k+ MCQs →
Related questions