The correct answer is that your tenant will accept MFA claims from all external Microsoft Entra tenants. This is because the `Get-MgPolicyCrossTenantAccessPolicyDefault` cmdlet retrieves the default cross-tenant access policy, and when the `InboundTrust` property is configured to accept MFA claims, it means your tenant trusts the multi-factor authentication performed by any external Entra tenant, eliminating the need for those users to re-authenticate when accessing your resources. On the MS-102 exam, this tests your understanding of how cross-tenant access policies govern trust relationships, often appearing as a scenario where you must interpret PowerShell output to determine inbound trust settings. A common trap is confusing inbound trust (what you accept from others) with outbound trust (what you send to others), so focus on the direction of the claim flow. Memory tip: think of "Inbound Trust" as "I Trust their MFA" — if the property is set, you accept their claims without re-prompting.
MS-102 Practice Question: Implement and manage Microsoft Entra identity and access
This MS-102 practice question tests your understanding of implement and manage microsoft entra identity and access. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Exhibit
Refer to the exhibit.\n\nPowerShell Output from Get-MgPolicyCrossTenantAccessPolicyDefault:\n\nId : default\nB2bCollaborationInbound : Microsoft.Graph.PowerShell.Models.MicrosoftGraphCrossTenantAccessPolicyB2BSetting\nB2bCollaborationOutbound : Microsoft.Graph.PowerShell.Models.MicrosoftGraphCrossTenantAccessPolicyB2BSetting\nInboundTrust : Microsoft.Graph.PowerShell.Models.MicrosoftGraphCrossTenantAccessPolicyInboundTrust\n IsMfaAccepted : True\n IsCompliantDeviceAccepted : False\n IsHybridAzureAdJoinedDeviceAccepted : False\n\nAdditionalProperties : {{}}
You are a Microsoft 365 administrator. You run the Get-MgPolicyCrossTenantAccessPolicyDefault cmdlet and see the exhibit output. What does this configuration imply?
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Your tenant will accept MFA claims from all external Microsoft Entra tenants
The Get-MgPolicyCrossTenantAccessPolicyDefault cmdlet retrieves the default cross-tenant access policy settings. The exhibit output shows that the InboundTrust property is configured to accept MFA claims from all external Microsoft Entra tenants, meaning your tenant will trust MFA claims made by users from any external Entra tenant without requiring them to re-authenticate.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
Your tenant will accept compliant device claims from external tenants
Why it's wrong here
IsCompliantDeviceAccepted is False.
✗
Your tenant will accept MFA claims from a specific partner tenant
Why it's wrong here
This is the default policy, not partner-specific.
✓
Your tenant will accept MFA claims from all external Microsoft Entra tenants
Why this is correct
The default policy with IsMfaAccepted: True applies to all external tenants.
Related concept
Read the scenario before looking for a memorised answer.
✗
Your tenant blocks all inbound B2B collaboration
Why it's wrong here
The policy shows inbound settings, not a block.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is confusing the default cross-tenant access policy (which applies to all external tenants) with partner-specific policies, leading candidates to incorrectly select a specific partner option when the default policy is being examined.
Trap categories for this question
Command / output trap
The policy shows inbound settings, not a block.
Detailed technical explanation
How to think about this question
The InboundTrust property in cross-tenant access policies controls which claims (MFA, compliant device, or hybrid Azure AD joined) from external users are trusted by your tenant. When set to accept MFA claims, your tenant relies on the external tenant's MFA verification, reducing friction for users but requiring trust in the external tenant's authentication process. This is part of Microsoft Entra ID's cross-tenant collaboration capabilities, governed by the Cross-Tenant Access Policy API.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this MS-102 question in full detail.
Implement and manage Microsoft Entra identity and access — This question tests Implement and manage Microsoft Entra identity and access — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Your tenant will accept MFA claims from all external Microsoft Entra tenants — The Get-MgPolicyCrossTenantAccessPolicyDefault cmdlet retrieves the default cross-tenant access policy settings. The exhibit output shows that the InboundTrust property is configured to accept MFA claims from all external Microsoft Entra tenants, meaning your tenant will trust MFA claims made by users from any external Entra tenant without requiring them to re-authenticate.
What should I do if I get this MS-102 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
This MS-102 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 MS-102 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.