Courseiva

SC-300 · topic practice

Plan and Automate Identity Governance practice questions

Practise Microsoft Identity and Access Administrator Associate Plan and Automate Identity Governance practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Plan and Automate Identity Governance

What the exam tests

What to know about Plan and Automate Identity Governance

Plan and Automate Identity Governance questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Plan and Automate Identity Governance exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Plan and Automate Identity Governance questions

20 questions · select your answer, then reveal the explanation

Your organization works with a external vendor, Fabrikam, which requires access to specific SharePoint sites and Teams for a six-month project. You need to ensure that Fabrikam employees can request access themselves, but their access must be automatically revoked when the project ends or if they no longer require it. Which Entitlement Management feature should you implement?

Question 2mediummulti select
Study the full multicast explanation →

You are configuring Privileged Identity Management (PIM) for Microsoft Entra roles. You want to ensure that whenever a user activates the Global Administrator role, specific security requirements are met to maintain a high security posture. Which TWO of the following settings can be enforced during the activation process?

Refer to the exhibit. You are reviewing a Microsoft Entra Lifecycle Workflow. Based on the JSON configuration provided, when will the tasks in this workflow be executed for a new user?

Exhibit

{
  "displayName": "Onboard New Marketing Employee",
  "trigger": {
    "@odata.type": "#microsoft.graph.workflowTriggerTimeBasedAttribute",
    "attributeName": "employeeHireDate",
    "timeBasedAttributeOperator": "equalTo"
  },
  "tasks": [
    {
      "taskDefinitionId": "22c61175-70c1-4ca1-8334-8300ad92e964",
      "displayName": "Send welcome email",
      "arguments": []
    },
    {
      "taskDefinitionId": "898f8670-466d-473d-82d2-86111f18f673",
      "displayName": "Add to Marketing Group",
      "arguments": [
        { "name": "groupId", "value": "9f620853-2c13-4351-9e56-111111111111" }
      ]
    }
  ]
}

You are setting up an Access Review for a security group that contains both internal employees and guest users. You want to ensure that if a reviewer does not respond within the 14-day window, the guest users' access is automatically removed, but internal users keep their access until a manual decision is made. How should you configure the 'Upon non-response' settings?

You are designing a governance strategy for Entitlement Management. You need to create a new catalog to delegate the management of marketing-related resources. Which THREE of the following resource types can be added to a Microsoft Entra Entitlement Management catalog?

Your company requires all users to acknowledge a new Remote Work Policy before they can access any cloud applications. You need to ensure that users are prompted to read and accept the policy every 90 days. Which tool should you use to meet this requirement?

You are configuring a 'Leaver' Lifecycle Workflow for employees who are resigning. You need to ensure that their access is immediately disabled and their manager is notified. Which TWO tasks should you include in the workflow to achieve this according to Microsoft best practices?

You are the Catalog Owner for the 'Finance' catalog in Entitlement Management. You need to allow a project lead to create access packages within this catalog, but you do not want them to have permissions to add new resources to the catalog itself. Which role should you assign to the project lead?

Question 9hardmultiple choice
Study the full multicast explanation →

Refer to the exhibit. An administrator is using the Microsoft Graph API to manage a PIM for Azure Resources assignment. Based on the JSON payload, what is the result of this operation?

Exhibit

{
  "roleDefinitionId": "9b8f6453-6238-469b-9860-29c91942d99d",
  "principalId": "4d222222-1111-1111-1111-333333333333",
  "action": "AdminAssign",
  "justification": "Deploying critical update to SQL clusters",
  "scheduleInfo": {
    "startDateTime": "2023-11-01T09:00:00Z",
    "expiration": {
      "type": "afterDuration",
      "duration": "PT4H"
    }
  }
}

You are configuring an Access Review for a group that provides access to sensitive financial data. To comply with internal audits, you must ensure that the review occurs every quarter and that the 'User's manager' is always the primary reviewer. What should you do if some users in the group do not have a manager defined in Microsoft Entra ID?

You are implementing Entitlement Management for a multinational company with multiple connected organizations. You need to create an access package that is available to users from any of your three primary partners (Contoso, Fabrikam, and Adatum). Which TWO steps must you take to ensure these external users can request the package?

Question 12mediummultiple choice
Study the full multicast explanation →

You are managing a highly sensitive Azure subscription. You have configured PIM to require approval for the 'Owner' role. A user requests activation of this role. As the designated approver, you are unavailable. You need to ensure that the request can still be processed. What is the best way to handle this during the PIM configuration phase?

Your organization uses Lifecycle Workflows to manage employee departures. You want to ensure that 30 days after an employee's hire date, a workflow automatically sends a survey to the employee to check on their onboarding experience. Which trigger should you use for this workflow?

You are configuring an Access Review for a group that contains 500 users. You want to reduce the manual effort for reviewers by providing them with system-generated insights. Which TWO features should you enable in the 'Reviewer decision helpers' section?

You are creating an access package for the Sales department. You want the package to be discoverable by all internal employees, but you want to ensure that only employees with the 'Sales' attribute in their user profile are allowed to request it. How should you configure the policy?

Your organization collaborates with an external partner on a project that requires access to a Microsoft Team and a SharePoint site. You need to ensure the partner's access is automatically revoked after 90 days and requires approval from their own manager. What should you configure?

Question 17hardmultiple choice
Study the full multicast explanation →

You are implementing Privileged Identity Management (PIM) for Groups to manage access to sensitive administrative tools. You need to ensure that when a user is assigned to a group, they do not have permanent access but must instead request to activate their membership for a maximum of 4 hours. Which group type and assignment type should you use?

Your company is implementing Microsoft Entra Lifecycle Workflows to automate the onboarding of new employees. You need to select tasks that can be natively automated using the 'Onboard new hire' workflow template. Which TWO tasks should you choose?

Refer to the exhibit. You are reviewing a JSON configuration for a Microsoft Entra access review. What is the expected outcome if the designated reviewer fails to respond to a review request for a specific guest user before the review period expires?

Exhibit

{
  "displayName": "Quarterly Guest Review",
  "reviewers": [{ "query": "/users/admin@contoso.com", "queryType": "MicrosoftGraph" }],
  "settings": {
    "autoApplyDecisionsEnabled": true,
    "defaultDecision": "Deny",
    "defaultDecisionEnabled": true,
    "justificationRequiredOnApproval": true
  }
}

You need to delegate the ability for a project lead to manage their own resources within Entitlement Management without granting them full Identity Governance Administrator permissions. What is the most restrictive role you should assign the project lead for a specific catalog?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Plan and Automate Identity Governance sessions

Start a Plan and Automate Identity Governance only practice session

Every question in these sessions is drawn from the Plan and Automate Identity Governance domain — nothing else.

Related practice questions

Related SC-300 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the SC-300 exam test about Plan and Automate Identity Governance?
Plan and Automate Identity Governance questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Plan and Automate Identity Governance questions in a focused session?
Yes — the session launcher on this page draws every question from the Plan and Automate Identity Governance domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other SC-300 topics?
Use the topic links above to move to related areas, or go back to the SC-300 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the SC-300 exam covers. They are not copied from any real exam or dump site.