Courseiva
hardMultiple ChoiceObjective-mapped

PL-900 Practice Question: Refer to the exhibit

Exhibit

{
  "webRole": {
    "name": "Partner",
    "permissions": [
      {"table": "Proposal", "access": "Read"},
      {"table": "Invoice", "access": "Read, Write"}
    ]
  }
}

Refer to the exhibit. A Power Pages site has a web role called 'Partner' with permissions to read the Proposal table and read/write the Invoice table. A user assigned the Partner role attempts to create a new record in the Proposal table. What will happen?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The user is denied access because the Partner role has only Read permission on the Proposal table

The Partner role only has Read permission on the Proposal table, so create (Write) is not allowed. Option A is wrong because the role exists. Option B is wrong because the Partner role does not implicitly include Write on all tables; permissions must be explicitly granted. Option D is wrong because Write permission on the Invoice table does not extend to the Proposal table.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The user is denied access because the Partner role does not exist

    Why it's wrong here

    The role exists as shown in the exhibit.

  • The user is allowed to create the record because the Partner role implicitly includes Write on all tables

    Why it's wrong here

    Permissions are explicitly defined; there is no implicit write access.

  • The user is denied access because the Partner role has only Read permission on the Proposal table

    Why this is correct

    Write permission is required to create records, and it is not granted.

  • The user is allowed to create the record because Write permission is granted on the Invoice table

    Why it's wrong here

    Permissions are table-specific; Invoice permissions do not apply to Proposal.

About these practice questions

This PL-900 question is part of Courseiva's 904-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This PL-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PL-900 exam.