hardMultiple ChoiceObjective-mapped
PL-900 Practice Question: Refer to the exhibit
Exhibit
{
"policy": {
"allowedIpAddresses": ["131.107.0.0/16"],
"disallowedIpAddresses": [],
"allowedDomains": ["contoso.com"]
}
}Refer to the exhibit. An organization is configuring IP address and domain restrictions for a Power Pages site. The policy JSON allows traffic from the 131.107.0.0/16 IP range and from contoso.com domain. A user from IP 192.168.1.10 with an email user@fabrikam.com tries to access the site. 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
✓
Access is denied because the IP is not in the allowed range and the domain is not contoso.com
The policy JSON explicitly allows traffic only from IPs in the 131.107.0.0/16 range and from the contoso.com domain. The user's IP (192.168.1.10) is not in that range, and the domain (fabrikam.com) does not match contoso.com. Since both conditions are required (the policy uses an AND logic), access is denied. Therefore, option A is correct.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Access is denied because the IP is not in the allowed range and the domain is not contoso.com
Why this is correct
Both IP and domain checks fail, so access is denied.
- ✗
Access is granted because the domain is not disallowed
Why it's wrong here
The policy uses an allow list for domains; only contoso.com is allowed.
- ✗
Access is granted because one of the conditions could be met
Why it's wrong here
Both conditions must be met or at least one depending on policy logic, but here both are required typically; the policy is restrictive.
- ✗
Access is granted because the IP is not in the disallowed list
Why it's wrong here
The policy uses an allow list, not a deny list. Not being disallowed does not grant access.
Go deeper
Related to this question
About these practice questions
Courseiva writes every PL-900 question from scratch — 904 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
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.