リアルなMS-721最新試験Fast2test 2025年最新ののMS-721練習テスト問題集を提供しています
全問MS-721問題集でandCollaboration Communications Systems Engineerトレーニングコース受験生を学習してパスさせるCollaboration Communications Systems Engineer試験無料問題集!
質問 # 110
Your company assigns an Office 365 E3 license to each user. All users are in France.
You plan to deploy Direct Routing.
Which additional license should you assign to the users?
- A. Microsoft 365 Domestic Calling Plan
- B. Microsoft 365 Audio Conferencing
- C. Microsoft Teams Phone Standard
- D. Microsoft Teams Phone Standard - Virtual User
- E. Microsoft 365 Domestic and International Calling Plan
正解:C
質問 # 111
You have a Microsoft Teams Phone deployment that contains a common area phone named Phone1.
You need to prevent Phone1 from being used to make international calls.
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.
正解:
解説:
質問 # 112
You have a Teams Phone deployment that contains a branch office.
You need to restrict toll bypass for a user based on the office in which the user is working during an inbound or outbound PSTN call.
What should you use?
- A. a calling policy
- B. a voice routing policy
- C. Local Media Optimization
- D. dial plans
- E. Location-Based Routing
正解:A
解説:
Calling policies in Teams
In Microsoft Teams, calling policies control which calling and call forwarding features are available to users. Calling policies determine whether a user can make private calls, use call forwarding or simultaneous ringing to other users or external phone numbers, route calls to voicemail, send calls to call groups, use delegation for inbound and outbound calls, and so on.
You can use the global (Org-wide default) policy that's created automatically or create and assign custom policies.
Calling policies include:
* Prevent toll bypass and send calls through the PSTN
Turning on this setting sends calls through the Public Switched Telephone Network (PSTN) and incur charges rather than sending them through the network and bypassing the tolls. This setting is off by default.
Reference:
https://learn.microsoft.com/en-us/microsoftteams/teams-calling-policy
質問 # 113
You have a Microsoft Teams Phone deployment in an office.
When a user dials an emergency number, the safety team for the office is notified.
Your company opens a new office that has a Teams Phone deployment
You need to ensure that the safety team for the new office is notified when an emergency call is placed from that office.
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.
正解:
解説:
質問 # 114
You have a Microsoft 365 tenant that has Modern authentication enabled for an services Multi- factor authentication (MFA) is enforced for all users.
You are deploying Microsoft Teams Rooms.
The first time you attempt to sign in to a Teams Rooms, you receive an error message indicating that the device cannot sign in to Teams.
You verify that Modern authentication is enabled in Teams Rooms.
What prevents you from signing in?
- A. MFA is unsupported In reams Rooms.
- B. The Microsoft Authenticates app is not configured for the Teams Rooms account.
- C. The Teams Rooms account is not licensed for Microsoft intune.
- D. Teams Rooms must be domain joined first.
正解:A
解説:
Because Microsoft Teams Rooms uses resource owner password credentials authorization and the underlying REST APIs for modern authentication, the following are important differences to be aware of that are specific to Microsoft Teams Rooms.
* MFA isn't supported regardless of the topology you have.
* Etc.
Reference:
https://docs.microsoft.com/en-us/microsoftteams/rooms/rooms-authentication
質問 # 115
Your company configures an environment that contains Skype for Business 2019 on-premises and Teams. Direct Routing is enabled for the company. The manager plans to move common area phones used within Skype for Business 2019 on-premises to Teams.
You need to identify the appropriate roles that would enable the manager to move common area phones from Skype for Business 2019 on-premises to Teams.
Which two roles should you identify? Each correct answer presents part of the solution.
- A. Teams Device Administrator
- B. CSServerAdminstrator
- C. Global administrator
- D. Service Support admin
- E. Teams Communications Support Engineer
正解:B、C
解説:
You should identify the Global administrator role. This is a role that the manager must have within their Teams tenant to be able to move the common area phones used within Skype for Business
2019 on-premises to Teams. Common area phones are used as a lobby where users can make calls. A Global administrator role enables a user to have full control over the settings and features of the company's tenant.
You should also identify the CSServerAdminstrator role. The Server Administrator is the user that has full control over the settings and features within Skype for Business Server 2019. When a user has both of these roles, they will be able to move or migrate the common area phones that are used within on-premises Skype for Business 2019 to Teams.
You should not identify the Teams Communications Support Engineer role. This role permits a user to fully access Call Analytics within the Teams Admin Center. Call Analytics is a dashboard within the Teams admin center that contains details related to the meetings attended by each user within the Teams app. This role will not enable the manager to move the common area phones as required.
You should not identify the Teams Device Administrator role. This role enables a user to manage the devices that are using the Microsoft Teams service within the same tenant, and this user can update and restart the devices and even manage configurations for them. This role does not give the user permission to move common area phones as required.
You should not identify the Service Support admin role. This role is used for managing service requests within Microsoft 365 and for viewing the message center posts. This role does not enable moving common area phones as required.
質問 # 116
Drag and Drop Question
You have a Microsoft Teams Phone deployment in an office.
When a user dials an emergency number, the safety team for the office is notified.
Your company opens a new office that has a Teams Phone deployment.
You need to ensure that the safety team for the new office is notified when an emergency call is placed from that office.
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:
Box 1: New-CsTeamsEmergencyCallingPolicy
The New-CsTeamsEmergencyCallingPolicy cmdlet creates a new Teams Emergency Calling policy. Emergency calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience.
Example: New-CsTeamsEmergencyCallingPolicy -Identity testECP -Description "Test ECP" - NotificationGroup "[email protected]" -NotificationDialOutNumber
"4253214567" -NotificationMode NotificationOnly -ExternalLocationLookupMode Enable This example creates a Teams Emergency Calling policy that has a identity of testECP, where a notification group and number is being defined, the external location lookup mode is enabled and also the type of notification.
Box 2: Grant-CsTeamsEmergencyCallingPolicy
The Grant-CsTeamsEmergencyCallingPolicy cmdlet assigns a Teams Emergency Calling policy to a user. Emergency Calling policy is used for the life cycle of emergency calling experience for the security desk and Teams client location experience.
Example 1 -
Grant-CsTeamsEmergencyCallingPolicy -Identity user1 -PolicyName TestECP This example assigns a Teams Emergency Calling policy to a user.
Reference:
https://docs.microsoft.com/en-us/powershell/module/skype/new-csteamsemergencycallingpolicy
https://docs.microsoft.com/en-us/powershell/module/skype/grant-csteamsemergencycallingpolicy
質問 # 117
You have a Microsoft Teams Phone deployment.
You create a call queue named CQ Marketing.
The General info settings are configured as shown in the CQ Marketing exhibit. (Click the CQ Marketing lab.)
The Call answering settings are configured as shown in the Call answering exhibit. (Click the Call answering tab.)
The Agent selection settings are configured as shown in the Agent selection exhibit (Click the Agent selection tab.)
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
正解:
解説:
質問 # 118
Drag and Drop Question
Your company has a Microsoft Teams deployment.
You need to configure meetings to meet the following requirements:
- The company logo must be added to meeting invites.
- Users must be prevented from selecting the webinar meeting template
when creating a new meeting from the Teams client.
What should you configure to meet each requirement? To answer, drag the appropriate options to the correct requirements. Each option 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.
正解:
解説:
質問 # 119
You have a Microsoft Teams conference room named ConferenceRoom01.
You need to ensure that ConferenceRoom01 can be invited directly to third party online meetings by partner organizations.
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.
正解:
解説:
Reference:
https://learn.microsoft.com/en-us/microsoftteams/rooms/third-party-join#step-3a-enable-third-party-meetings-on-teams-rooms-on-windows
質問 # 120
Drag and Drop Question
You have a Teams Phone deployment that uses Direct Routing.
You have two users named User1 and User2.
You need to move the assigned licenses and phone number of User1 to User2.
Which four 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.
正解:
解説:
質問 # 121
You have a Teams Phone deployment.
You need to enable external users to configure their emergency address manually in the Teams client.
What should you do?
- A. Create a new emergency calling policy that has external location lookup mode enabled.
- B. Create a new emergency call routing policy that has dynamic emergency calling configured.
- C. Enable Location-Based Routing.
- D. From Networks & locations, add the external subnets of the users.
正解:A
質問 # 122
You have a Microsoft 365 E5 subscription that uses Teams.
You discover that the Conference Bridge list contains two dial-in phone numbers for an office in Calgary. One of the dial-in phone numbers is +14035554321 and is configured as a secondary number for the Calgary office. The number is NOT set as the default.
You need to remove + 14035554321 from the list.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
質問 # 123
You have a Microsoft 365 E5 subscription.
You need to compare the Microsoft 365 E5 subscription with a Microsoft Teams Premium license.
Which feature is included in Microsoft 365 E5, and which feature is exclusive with Teams Premium? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
質問 # 124
You need to assign a phone number to User1 to meet the technical requirements.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
正解:
解説:
Explanation:
Graphical user interface, text, application, email Description automatically generated
Reference:
https://docs.microsoft.com/en-us/powershell/module/skype/set-csuser?view=skype-ps
質問 # 125
Case Study 2 - Contoso
Overview
General Overview
The network contains an Active Directory forest named contoso.com that syncs to Microsoft 365 by using Azure AD Connect. Domain controllers run Windows Server 2019.
Physical Locations
Contoso has offices in Toronto, New York, and London. Contoso has a manufacturing facility in Vancouver.
Contoso has a global sales team that works remotely without a physical corporate office.
Existing Environment
Active Directory Environment
The network contains an Active Directory forest named contoso.com that syncs to Microsoft 365 by using Azure AD Connect. Domain controllers run Windows Server 2019.
Microsoft Office 365
Contoso has a Microsoft 365 subscription. All users are assigned Microsoft 365 E3 licenses.
Contoso uses Microsoft Exchange Online for email.
Network Infrastructure
All the offices connect to each other by using a private WAN. The Toronto office has a 1-Gbps internet circuit and the London office has a 100-Mbps internet circuit. Internet access for all the offices is provided through the Toronto and London offices.
The remote sales team users connect to the networks by using VPN connections. The remote users use various connection types, including wireless and mobile.
Skype for Business Server traffic for the remote users is routed through the VPN connections.
Telephony
Contoso uses a centralized Skype for Business Server 2015 deployment configured for disaster recovery between the Toronto and London datacenters.
Each frontend pool connects to the PSTN through a pair of managed Session Border Controllers (SBCs) that provide Enterprise Voice and dial-in conferencing.
Contoso has a Skype for Business Server Survivable Branch Appliance (SBA) and a local SBC that connects to a Primary Rate Interface (PRI) in the Vancouver manufacturing facility.
Contoso has hybrid connectivity deployed between Skype for Business Server and Office 365.
All SBCs are Microsoft Teams-certified.
The returns department has an auto attendant that uses an ID or [email protected].
Requirements
Planned Changes
Contoso plans to migrate all existing services from Skype for Business Server to Teams.
Direct Routing will be deployed for the existing SBCs.
Existing meeting rooms have Skype for Business Server video endpoints that are Skype for Business Server-certified. The endpoints are not Teams-certified.
You plan to use the video endpoints in Teams until the equipment is replaced with Microsoft Teams Rooms.
A limited pilot of the Teams migration and the Direct Routing deployment will occur in the Vancouver facility before deployment to the entire company.
Technical Requirements
Contoso identifies the following technical requirements:
During the limited pilot, the media path must be optimized.
Media flow for the remote sales team users must be optimized.
All sales team users require inbound toll-free audio conferencing.
Users in the Vancouver facility must be able to place emergency calls regardless of internet availability.
When users in the returns department dial out, the outbound calls must display Contoso and the department's phone number.
The video endpoints for the existing meeting rooms must be able to be used for both voice and video conferencing in Teams meetings.
Once Direct Routing is deployed, you need to prepare the environment to support a reams SBA in the Vancouver facility.
The solution must meet the technical requirements.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. Enable ForwardPAI on the online voice gateway.
- B. Run the New-CsTeamsSurvivableBranchAppliancePolicy cmdlet
- C. Register an application in Azure Active Directory (Azure AD).
- D. Enroll the SBA server in Microsoft Intune.
- E. Configure the SBC for media bypass.
- F. Configure the SBC for call forking.
正解:B、C、E
解説:
Reference:
https://docs.microsoft.com/en-us/microsoftteams/direct-routing-survivable-branch-appliance
質問 # 126
You have a Microsoft Teams Phone deployment.
You need to provide two users with the ability to share a single phone number for inbound and outbound calling.
What are two ways to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
- A. call delegation
- B. group call pickup
- C. call park
- D. call queues
- E. call forwarding
正解:B、D
解説:
Reference:
https://docs.microsoft.com/en-us/microsoftteams/create-a-phone-system-call-queue
https://docs.microsoft.com/en-us/microsoftteams/call-sharing-and-group-call-pickup
質問 # 127
You need to implement the planned changes for the +14165555555 reception area number. You create a new call queue.
Which three actions should you perform in sequence next? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
正解:
解説:
1 - Unassign +14165555555.
2 - Assign +14165555555 to a new resource account for the reception are.
3 - Change the usage thype of +14165555555.
質問 # 128
You have a Microsoft Teams deployment.
You have the users shown in the following table.
You need to identify which users meet the following requirements:
* Can assign watermarks to meetings.
* Can configure end-to-end meeting encryption.
Which users should you identify?
- A. User2only
- B. User1 only
- C. User2 and User3 only
- D. User3 only
- E. User1.User2. andUser3
正解:A
質問 # 129
Exhibit
Your company has a Microsoft Teams Phone deployment that uses Direct Routing.
A user named User1 reports that she cannot make calls because the dial pad n missing in Teams.
You run the Get-CsOnlineUser cmdlet and receive the output shown in the exhibit (Click the Exhibit tab.) Which three actions should you perform to ensure that the dial pad appears in the Teams client? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. Run theGrant-CsOnlineVoiceRogtinfPolicy cmdlet
- B. Assign a Microsoft Teams Phone Standard license to User1.
- C. Run the set-CsUsre cmdlet and specify the -LineURI parameter.
- D. Run the set-csPhoneNumberAssignment cmdlet and specify the -PhonNumber parameter.
- E. Run the set-csuser cmdlet and set the -enterprisevoiceenabled parameter to $True.
正解:A、B、E
質問 # 130
You are optimizing a network to better support voice and collaboration workloads in Microsoft Teams. When the users are at a specific corporate site, you need to prevent the users from adding video during calls. Solution: You run New-CsTeams-MeetingPolicy and set the -MediaBitRateKb parameter set to 1.
Does this meet the goal?
- A. No
- B. Yes
正解:A
解説:
---------
質問 # 131
Exhibit
Your company has a Microsoft Teams Phone deployment that uses Direct Routing.
A user named User1 reports that she cannot make calls because the dial pad n missing in Teams.
You run the Get-CsOnlineUser cmdlet and receive the output shown in the exhibit (Click the Exhibit tab.) Which three actions should you perform to ensure that the dial pad appears in the Teams client? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- A. Run theGrant-CsOnlineVoiceRogtinfPolicy cmdlet
- B. Run the set-csuser cmdlet and set the -enterprisevoiceenabled parameter to $True.
- C. Run the set-CsUsre cmdlet and specify the -LineURI parameter.
- D. Assign a Microsoft Teams Phone Standard license to User1.
- E. Run the set-csPhoneNumberAssignment cmdlet and specify the -PhonNumber parameter.
正解:A、E
質問 # 132
......
有効な学習方法でMicrosoftのMS-721試験をパス:https://jp.fast2test.com/MS-721-premium-file.html
無料テストエンジンCollaboration Communications Systems Engineer認定試験:https://drive.google.com/open?id=1tMaOkB0n5RgB5CwdjCS5LPi0JNdTXUxw