Microsoft MS-720 Exam Practice Questions (P. 5)
- Full Access (137 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
You have a Microsoft Teams Phone deployment that has SIP Gateway configured.
You need to register Cisco handsets directly with Teams.
What should you do first?
You need to register Cisco handsets directly with Teams.
What should you do first?
- AModify DHCP to update the provisioning server URL.Most Voted
- BConfigure the handsets to use LLDP.
- CEnable the web server of the handsets.
- DConnect a desktop computer to the PC port of the handsets.
Correct Answer:
D
Set the SIP Gateway provisioning server URL
You can set the SIP Gateway provisioning server's URL in your Dynamic Host Configuration Protocol (DHCP) server. Users who work remotely must configure it manually.
Using DHCP -
For each SIP device, set one of the following SIP Gateway provisioning server URLs:
EMEA: http://emea.ipp.sdg.teams.microsoft.com
Americas: http://noam.ipp.sdg.teams.microsoft.com
APAC: http://apac.ipp.sdg.teams.microsoft.com
Add SIP devices to your Teams organization by configuring the above SIP Gateway provisioning server URL in your DHCP server.
Reference:
https://docs.microsoft.com/en-us/microsoftteams/sip-gateway-configure
D
Set the SIP Gateway provisioning server URL
You can set the SIP Gateway provisioning server's URL in your Dynamic Host Configuration Protocol (DHCP) server. Users who work remotely must configure it manually.
Using DHCP -
For each SIP device, set one of the following SIP Gateway provisioning server URLs:
EMEA: http://emea.ipp.sdg.teams.microsoft.com
Americas: http://noam.ipp.sdg.teams.microsoft.com
APAC: http://apac.ipp.sdg.teams.microsoft.com
Add SIP devices to your Teams organization by configuring the above SIP Gateway provisioning server URL in your DHCP server.
Reference:
https://docs.microsoft.com/en-us/microsoftteams/sip-gateway-configure
send
light_mode
delete
Question #22
You are migrating users from Skype for Business Server to Microsoft Teams.
You plan to create an auto attendant that can be used by all the users during the migration.
You need to create the resource account for the auto attendant.
What should you use?
You plan to create an auto attendant that can be used by all the users during the migration.
You need to create the resource account for the auto attendant.
What should you use?
- Athe New-CsHybridApplicationEndpoint cmdletMost Voted
- Bthe New-CsOnlineApplicationInstance cmdlet
- Cthe Users node in the Microsoft 365 admin center
- Dthe Resource accounts node in the Microsoft Teams admin center
- Ethe New-CsOnlineApplicationEndpoint cmdlet
Correct Answer:
B
The New-CsOnlineApplicationInstance cmdlet is used to create an application instance in Azure Active Directory. This same cmdlet is also run when creating a new resource account using Teams Admin Center.
Example:
New-CsOnlineApplicationInstance -UserPrincipalName [email protected] -ApplicationId ce933385-9390-45d1-9512-c8d228074e07 -DisplayName
"AppInstance01"
This example creates a new application instance for an Auto Attendant with UserPrincipalName "[email protected]", ApplicationId "ce933385-9390-
45d1-9512-c8d228074e07", DisplayName "AppInstance01" for the tenant.
The application ID's that you need to use while creating the application instances are:
Auto Attendant: ce933385-9390-45d1-9512-c8d228074e07 Call Queue: 11cd3e2e-fccb-42ad-ad00-878b93575e07
Note:
Cmdlets to manage resource accounts:
New-CsOnlineApplicationInstance -
Find-CsOnlineApplicationInstance
Get-CsOnlineApplicationInstance -
Set-CsOnlineApplicationInstance -
New-CsOnlineApplicationInstanceAssociation
Get-CsOnlineApplicationInstanceAssociation
Remove-CsOnlineApplicationInstanceAssociation
Get-CsOnlineApplicationInstanceAssociationStatus
Reference:
https://docs.microsoft.com/en-us/powershell/module/skype/New-CsOnlineApplicationInstance
B
The New-CsOnlineApplicationInstance cmdlet is used to create an application instance in Azure Active Directory. This same cmdlet is also run when creating a new resource account using Teams Admin Center.
Example:
New-CsOnlineApplicationInstance -UserPrincipalName [email protected] -ApplicationId ce933385-9390-45d1-9512-c8d228074e07 -DisplayName
"AppInstance01"
This example creates a new application instance for an Auto Attendant with UserPrincipalName "[email protected]", ApplicationId "ce933385-9390-
45d1-9512-c8d228074e07", DisplayName "AppInstance01" for the tenant.
The application ID's that you need to use while creating the application instances are:
Auto Attendant: ce933385-9390-45d1-9512-c8d228074e07 Call Queue: 11cd3e2e-fccb-42ad-ad00-878b93575e07
Note:
Cmdlets to manage resource accounts:
New-CsOnlineApplicationInstance -
Find-CsOnlineApplicationInstance
Get-CsOnlineApplicationInstance -
Set-CsOnlineApplicationInstance -
New-CsOnlineApplicationInstanceAssociation
Get-CsOnlineApplicationInstanceAssociation
Remove-CsOnlineApplicationInstanceAssociation
Get-CsOnlineApplicationInstanceAssociationStatus
Reference:
https://docs.microsoft.com/en-us/powershell/module/skype/New-CsOnlineApplicationInstance
send
light_mode
delete
Question #23
HOTSPOT -
You have a Microsoft Teams Phone deployment that contains a user named User1.
A company policy states that all users must have voicemail configured so that callers can record a message or be transferred to reception.
You need to verify the voicemail configuration of User1 to ensure that it meets the requirements of the company policy.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

You have a Microsoft Teams Phone deployment that contains a user named User1.
A company policy states that all users must have voicemail configured so that callers can record a message or be transferred to reception.
You need to verify the voicemail configuration of User1 to ensure that it meets the requirements of the company policy.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Correct Answer:
Box 1: Get-CsUserCallingSettings
The Get-CsUserCallingSettings cmdlet will show the call forwarding, simultaneous ringing, call group and delegation settings for a user.
This cmdlet shows the call forwarding, simultaneous ringing, call group and delegation settings for a user. It will also show any call groups the user is a member of and if someone else has added the user as a delegate.
Box 2: ForwardingTarget -
Example.
This example shows that [email protected] has simultaneous ringing set (IsForwardingEnabled and ForwardingType) to [email protected]
(ForwardingTarget and ForwardingTargetType) and if the call has not been answered (IsUnansweredEnabled) within 20 seconds (UnansweredDelay) the call is routed to voicemail (UnansweredTargetType).
Get-CsUserCallingSettings -Identity [email protected]
SipUri : sip:[email protected]
IsForwardingEnabled : True
ForwardingType : Simultaneous
ForwardingTarget : sip:[email protected]
ForwardingTargetType : SingleTarget
IsUnansweredEnabled : True
UnansweredTarget :
UnansweredTargetType : Voicemail
UnansweredDelay : 00:00:20
Delegates :
Delegators :
CallGroupOrder : InOrder
CallGroupTargets : {}
GroupMembershipDetails :
GroupNotificationOverride :
Incorrect:
* Not Get-CSOnlineVoicemailPolicy.
Use the Get-CsOnlineVoicemailPolicy cmdlet to get a list of all pre-configured policy instances related to Cloud Voicemail service.
This cmdlet retrieves information about one or more voicemail policies that have been configured for use in your organization. Voicemail policies are used by the organization to manage Voicemail-related features such as transcription.
Reference:
https://docs.microsoft.com/en-us/powershell/module/teams/get-csusercallingsettings

Box 1: Get-CsUserCallingSettings
The Get-CsUserCallingSettings cmdlet will show the call forwarding, simultaneous ringing, call group and delegation settings for a user.
This cmdlet shows the call forwarding, simultaneous ringing, call group and delegation settings for a user. It will also show any call groups the user is a member of and if someone else has added the user as a delegate.
Box 2: ForwardingTarget -
Example.
This example shows that [email protected] has simultaneous ringing set (IsForwardingEnabled and ForwardingType) to [email protected]
(ForwardingTarget and ForwardingTargetType) and if the call has not been answered (IsUnansweredEnabled) within 20 seconds (UnansweredDelay) the call is routed to voicemail (UnansweredTargetType).
Get-CsUserCallingSettings -Identity [email protected]
SipUri : sip:[email protected]
IsForwardingEnabled : True
ForwardingType : Simultaneous
ForwardingTarget : sip:[email protected]
ForwardingTargetType : SingleTarget
IsUnansweredEnabled : True
UnansweredTarget :
UnansweredTargetType : Voicemail
UnansweredDelay : 00:00:20
Delegates :
Delegators :
CallGroupOrder : InOrder
CallGroupTargets : {}
GroupMembershipDetails :
GroupNotificationOverride :
Incorrect:
* Not Get-CSOnlineVoicemailPolicy.
Use the Get-CsOnlineVoicemailPolicy cmdlet to get a list of all pre-configured policy instances related to Cloud Voicemail service.
This cmdlet retrieves information about one or more voicemail policies that have been configured for use in your organization. Voicemail policies are used by the organization to manage Voicemail-related features such as transcription.
Reference:
https://docs.microsoft.com/en-us/powershell/module/teams/get-csusercallingsettings
send
light_mode
delete
Question #24
You have a Microsoft Teams Phone deployment that uses Direct Routing. The deployment has the following configurations:
✑ Direct Routing Session Border Controller (SBC) public IP subnet: 198.51.100.0/24
✑ Teams client external IP subnet: 203.0.113.0/24
✑ Teams client internal IP subnet: 192.168.0.0/24
You need to configure the network topology to support emergency call routing.
Which network range should you add to the trusted IP addresses?
✑ Direct Routing Session Border Controller (SBC) public IP subnet: 198.51.100.0/24
✑ Teams client external IP subnet: 203.0.113.0/24
✑ Teams client internal IP subnet: 192.168.0.0/24
You need to configure the network topology to support emergency call routing.
Which network range should you add to the trusted IP addresses?
- A52.112.0.0/14
- B198.51.100.0/24
- C203.0.113.0/24Most Voted
- D192.168.0.0/24
Correct Answer:
C
Reference:
https://docs.microsoft.com/en-us/microsoftteams/manage-your-network-topology
C
Reference:
https://docs.microsoft.com/en-us/microsoftteams/manage-your-network-topology
send
light_mode
delete
Question #25
You are deploying Microsoft Teams Phone.
You have offices in the United States, the United Kingdom, Brazil, India, and China.
You will use Direct Routing for all the locations.
You need to create a network topology for roaming bandwidth policies.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
You have offices in the United States, the United Kingdom, Brazil, India, and China.
You will use Direct Routing for all the locations.
You need to create a network topology for roaming bandwidth policies.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- AAdd the Teams client public IP addresses to the Trusted IPs list.
- BCreate a network site.
- CFrom the Microsoft 365 admin center, assign a usage location.
- DSet Preferred country or region for media traffic for the Session Border Controller (SBC).
- EImplement dynamic emergency calling with Presence Information Data Format Location Object (PIDF-LO).
Correct Answer:
AB
Reference:
https://docs.microsoft.com/en-us/microsoftteams/manage-your-network-topology
AB
Reference:
https://docs.microsoft.com/en-us/microsoftteams/manage-your-network-topology
send
light_mode
delete
All Pages