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.


Which type of permissions is used by applications that have a signed-in user present?

  1. Delegated permissions

  2. Application permissions

  3. Both delegated and application permissions

  4. Service permissions

The correct answer is: Delegated permissions

Applications that operate with a signed-in user present utilize delegated permissions. This type of permission allows the application to act on behalf of the user, leveraging the user's identity to access resources. With delegated permissions, the application can perform actions based on the user's rights and permissions, which enhances security and ensures that operations align with the user's authorizations. Delegated permissions are typically used in situations where user interaction is expected, such as in web applications that require users to log in. This model allows for a seamless experience where the application can access information or perform tasks within the scope of what the user can do, such as reading or modifying their data. In contrast, application permissions grant broader access to the application itself, independent of the signed-in user's context. This often applies to server-to-server communication where no user is present, which might not be relevant here. The understanding of these distinctions helps reinforce the concept of how permissions are applied based on whether an end-user is actively engaged with the application.