Easy1 markMultiple Choice
AZ-900 · Question 34 · Domain 2.5: Azure Identity, Access, and Security
What is the primary purpose of Azure Role-Based Access Control (RBAC)?
What is the primary purpose of Azure Role-Based Access Control (RBAC)?
Answer options:
A.
To enforce compliance rules, such as restricting resource deployment to specific regions.
B.
To manage who has access to Azure resources and what actions they can perform.
C.
To prevent accidental deletion of critical resources.
D.
To require users to provide a second form of identification when logging in.
How to approach this question
Focus on the words 'Role' and 'Access'. It's about what a user is allowed to do.
Full Answer
B.To manage who has access to Azure resources and what actions they can perform.✓ Correct
Azure Role-Based Access Control (RBAC) is an authorization system built on Azure Resource Manager that provides fine-grained access management of Azure resources. It determines who has access to a resource and what they can do with it (e.g., read-only vs. full control).
Common mistakes
Confusing RBAC with Azure Policy. RBAC focuses on user actions, while Policy focuses on resource properties and compliance.
Practice the full Azure Fundamentals AZ-900 Practice Exam 3
60 questions · hints · full answers · grading
More questions from this exam
Q01What is the best definition of cloud computing?EasyQ02True or False: In a public cloud model, you are responsible for managing and maintaining the phys...EasyQ03Which cloud model allows a company to maintain strict control over highly sensitive data on-premi...MediumQ04What is the primary benefit of 'high availability' in cloud computing?EasyQ05Which term describes the ability to automatically increase or decrease compute resources based on...Easy
Expert