Developing Solutions for Microsoft Azure (AZ-204) Practice Exam

Disable ads (and more) with a membership for a one time $2.99 payment

Developing Solutions for Microsoft Azure Exam. Prepare with flashcards and multiple choice questions, get hints and explanations for each question. Ace your test prep!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What determines how an application interacts with Microsoft’s identity platform based on the user's presence?

  1. Application permissions

  2. Delegated permissions

  3. Administrator permissions

  4. User permissions

The correct answer is: Delegated permissions

The concept of delegated permissions is essential for understanding how an application interacts with Microsoft's identity platform, particularly in the context of user presence. When an application is granted delegated permissions, it acts on behalf of the user who is currently signed in. This means that the permissions that the application can use are limited to those that the user has. Delegated permissions are typically used in scenarios where user interaction is required, such as web applications and APIs that need to access user data. For example, if a user wants to allow an application to access their calendar or contacts, the application will ask for permissions based on what the user can access. Therefore, the application's ability to make API calls or perform actions is contingent on the user's permissions and current presence within the identity platform. This approach ensures a level of security and privacy, as applications can only access resources with express consent from the user. Considering the nature of delegated permissions, they facilitate a user-centered method of authentication and access management that aligns with Microsoft's approach to identity.