最新的Microsoft Collaboration Communications Systems Engineer - MS-721免費考試真題
You are deploying Direct Routing by using a certified Session Border Controller (SBC). The FQDN of the SBC is sbc1.contoso.com. You use signaling port 5067.
You cannot place calls and receive an error message in the Microsoft Teams admin center as shown in the following exhibit.

What is a possible cause of the issue?
You cannot place calls and receive an error message in the Microsoft Teams admin center as shown in the following exhibit.

What is a possible cause of the issue?
正確答案: A
You have a Teams Phone deployment that uses Direct Routing on a single Session Border Controller (SBC).
Users report that outbound PSTN calls are failing, but inbound PSTN calls are successful.
When you review the SBC logs, you discover that Microsoft is responding to SIP option requests, but is NOT sending SIP option requests.
What is the cause of the issue?
Users report that outbound PSTN calls are failing, but inbound PSTN calls are successful.
When you review the SBC logs, you discover that Microsoft is responding to SIP option requests, but is NOT sending SIP option requests.
What is the cause of the issue?
正確答案: D
說明:(僅 Fast2test 成員可見)
You have a Microsoft Teams Phone deployment that has 10 offices. Each office has a Session Border Controller (SBC).
A user reports that she can make internal calls by using the dial pad, but cannot use the dial pad to make external calls.
What is a possible cause of the issue?
A user reports that she can make internal calls by using the dial pad, but cannot use the dial pad to make external calls.
What is a possible cause of the issue?
正確答案: C
說明:(僅 Fast2test 成員可見)
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You need to create a new call queue to route calls to support agents. The support agents must be able to see their call queue history and the shared transcribed voicemail. The solution must minimize administrative effort.
Solution: You configure group call pickup for the call queue.
Does this meet the goal?
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You need to create a new call queue to route calls to support agents. The support agents must be able to see their call queue history and the shared transcribed voicemail. The solution must minimize administrative effort.
Solution: You configure group call pickup for the call queue.
Does this meet the goal?
正確答案: A
說明:(僅 Fast2test 成員可見)
Hotspot Question
You have a Microsoft 365 E5 subscription that uses Microsoft Teams.
Users report that they receive spam phone calls from the following phone numbers:
- +15551113000
- +15551213000
- +15551123000
- +15551223000
You need to configure a policy to prevent calls from the numbers.
How should you complete the PowerShell command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You have a Microsoft 365 E5 subscription that uses Microsoft Teams.
Users report that they receive spam phone calls from the following phone numbers:
- +15551113000
- +15551213000
- +15551123000
- +15551223000
You need to configure a policy to prevent calls from the numbers.
How should you complete the PowerShell command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正確答案:

Explanation:
Box 1: New-CsInboundBlockedNumberPattern
New-CsInboundBlockedNumberPattern adds a blocked number pattern to the tenant list.
Box 2: "^\+?15551[12][12]3000$"
Pattern:
Start with 1551: ?15551
Followed by a two numbers each either 1 or 2: [12][12]
End with 3000: 3000
Reference:
https://learn.microsoft.com/en-us/microsoftteams/block-inbound-calls
Your network contains an on-premises Active Directory Domain Services (AD DS) domain named contoso.com.
You have a Microsoft 365 subscription.
You plan to implement Microsoft Teams Rooms shared room video conferencing.
You deploy 50 Teams Rooms on Windows devices and join each device to contoso.com.
You need to enable Direct Guest Join on all 50 devices. The solution must minimize administrative effort.
What should you do?
You have a Microsoft 365 subscription.
You plan to implement Microsoft Teams Rooms shared room video conferencing.
You deploy 50 Teams Rooms on Windows devices and join each device to contoso.com.
You need to enable Direct Guest Join on all 50 devices. The solution must minimize administrative effort.
What should you do?
正確答案: C
說明:(僅 Fast2test 成員可見)
You have a new Teams Phone deployment.
Users must be able to dial a five-digit phone number to reach other users within the same office.
You discover that the five-digit number does NOT translate to an E.164 number.
What should you review to troubleshoot the issue?
Users must be able to dial a five-digit phone number to reach other users within the same office.
You discover that the five-digit number does NOT translate to an E.164 number.
What should you review to troubleshoot the issue?
正確答案: B
說明:(僅 Fast2test 成員可見)
Drag and Drop Question
You have a Microsoft Teams Rooms on Windows system in a local conference room. The system is NOT joined to Active Directory.
You need to ensure that the system can be managed by using RDP.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

You have a Microsoft Teams Rooms on Windows system in a local conference room. The system is NOT joined to Active Directory.
You need to ensure that the system can be managed by using RDP.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

正確答案:

Drag and Drop Question
Your company has offices in Seattle.
You deploy Microsoft Teams Phone. You have three Session Border Controller (SBCs) named SBC1, SBC2, and SBC3.
You need to configure voice routing to meet the following requirements:
- All calls to area codes 425 and 206 must attempt to go to SBC1, and
if SBC1 is unavailable, fail over to SBC2.
- All other calls to the United States and Canada must go out through
SBC2.
- International calls must go out through SBC2 or SBC3.
How should you complete the PowerShell script? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

Your company has offices in Seattle.
You deploy Microsoft Teams Phone. You have three Session Border Controller (SBCs) named SBC1, SBC2, and SBC3.
You need to configure voice routing to meet the following requirements:
- All calls to area codes 425 and 206 must attempt to go to SBC1, and
if SBC1 is unavailable, fail over to SBC2.
- All other calls to the United States and Canada must go out through
SBC2.
- International calls must go out through SBC2 or SBC3.
How should you complete the PowerShell script? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

正確答案:

Explanation:
By having SBC1 and SBC2 in the same route for the Redmond calls, SBC1 and SBC2 will be tried in a random order - requirement is for SBC1 to always be tried first. If you have just SBC1 in the Redmond route, then it will try the US&Canada route if SBC1 is failed so long as there is a PSTN usage defined with both Redmond and US&Canada routes in the same usage.
https://docs.microsoft.com/en-us/microsoftteams/direct-routing-voice-routing
Hotspot Question
You have a Microsoft Teams Phone deployment.
You need to ensure that incoming calls to a user are forwarded to a phone number of
+15552224190 if the calls are NOT answered within 20 seconds.
How should you complete the PowerShell script? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

You have a Microsoft Teams Phone deployment.
You need to ensure that incoming calls to a user are forwarded to a phone number of
+15552224190 if the calls are NOT answered within 20 seconds.
How should you complete the PowerShell script? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

正確答案:
