Microsoft Azure Architect Design (AZ-301) Practice Exam

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

Prepare for the Microsoft Azure Architect Design (AZ-301) Exam with interactive quizzes featuring flashcards and multiple-choice questions, each packed with hints and explanations to ace your certification test!

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.


For the historical transaction data solution, what should be included for user management?

  1. Create users and generate resource tokens

  2. Create users and request resource tokens

  3. Generate resource token and perform authentication

  4. Request resource token and perform authentication

The correct answer is: Create users and generate resource tokens

The selection of creating users and generating resource tokens is appropriate because it addresses two critical components of user management within a historical transaction data solution. First, creating users is fundamental for establishing individual identities that can interact with the data. This involves defining roles and access levels that are necessary for ensuring proper permissions and security protocols. Each user can be granted specific rights to view or manipulate the transaction data, which is crucial in managing who accesses sensitive information. Second, generating resource tokens is important as it enhances security and facilitates access management. Resource tokens serve as authorization mechanisms that allow users to access specific resources without exposing the entire dataset or system. By generating these tokens, you ensure that users have controlled access based on their roles. It also simplifies the authentication process, as tokens can incorporate checks for user permissions against predefined roles. Other options may reference components like requesting resource tokens or performing authentication, which, although important, do not encapsulate the foundational aspects of actively creating user accounts and controlling access through resource tokens as succinctly as the chosen answer does. Therefore, the chosen option comprehensively captures the essence of user management needed for securely handling historical transaction data.