Microsoft Teams Voice Engineer v1.0

Page:    1 / 10   
Exam contains 140 questions

You have a Microsoft Teams Phone deployment that uses Direct Routing.
You connect a new Session Border Controller (SBC).
You need to verify that all the voice features work as expected for calls that traverse the SBC.
What should you use?

  • A. Microsoft 365 network connectivity test tool
  • B. Microsoft Remote Connectivity Analyzer
  • C. the SIP Tester client script
  • D. Microsoft Teams Network Assessment Tool


Answer : D

HOTSPOT -
You have a Microsoft Teams Phone deployment.
You are implementing dynamic emergency calling.
You need to define a network topology for the implementation.
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.
Hot Area:



Answer :

Box 1: New-CsTenantNetworkSite -
Define network sites.
Use the New-CsTenantNetworkSite cmdlet to define network sites. Each network site must be associated with a network region.
New-CsTenantNetworkSite -NetworkSiteID <site ID> -NetworkRegionID <region ID>
Box 2: New-CsTenantNetworkSubnet

Define network subnets -
Use the New-CsTenantNetworkSubnet cmdlet to define network subnets and associate them to network sites. Each network subnet can only be associated with one site.
New-CsTenantNetworkSubnet -SubnetID <Subnet IP address> -MaskBits <Subnet bitmas

Box 3: -SubnetID -
Reference:
https://docs.microsoft.com/en-us/microsoftteams/manage-your-network-topology

You are piloting Microsoft Teams in a network environment.
You need to test the environment to ensure that VPN users are configured correctly for split tunneling.
What should you use?

  • A. Microsoft 365 network connectivity test tool
  • B. Microsoft Remote Connectivity Analyzer
  • C. Network planner
  • D. Teams Network Assessment Tool


Answer : A

Microsoft 365 Network Connectivity Test Results includes a VPN Split Tunnel section:
Each Optimize category route for Exchange Online, SharePoint Online, and Microsoft Teams is tested to see if It's tunneled on the VPN. A split out workload avoids the VPN entirely. A tunneled workload is sent over the VPN. A selective tunneled workload has some routes sent over the VPN and some split out. A passing result will show if all workloads are split out or selective tunneled.
Reference:
https://docs.microsoft.com/en-us/microsoft-365/enterprise/office-365-network-mac-perf-onboarding-tool?view=o365-worldwide

You create a network region Region1 in Microsoft Teams.
You are adding a network site to Region1. The site has a 1.5-Mb connection.
You need to ensure that all users at the site have a good voice experience.
What should you do?

  • A. Create and assign a Teams Network Roaming Policy that has IP video disabled.
  • B. Assign the Region1 users a meeting policy that has a media bit rate of 1,500 Kbs.
  • C. Run the Microsoft 365 network connectivity test tool.
  • D. Create and assign a Teams Network Roaming Policy that has a media bit rate of 500 Kbs.


Answer : D

Find your minimum internet connection speed.
When you select Generate report, Microsoft 365 creates a report.
Under the Impact column and in the Office 365 row, this number shows how much of your internet connection Teams and Phone System will use. We recommend that this number is no more than 30 percent of your total internet connection speed. For example, if your internet connection is 60 Mbps, Teams and Phone
System should use no more than 18 Mbps.
New-CsTeamsNetworkRoamingPolicy allows IT Admins to create policies for Network Roaming and Bandwidth Control experiences in Microsoft Teams.
The -MediaBitRateKb parameter determines the media bit rate for audio/video/app sharing transmissions in meetings.
Reference:
https://docs.microsoft.com/en-us/microsoftteams/business-voice/get-ready-internet https://docs.microsoft.com/en-us/powershell/module/skype/new-csteamsnetworkroamingpolicy

You are adding new sites to your company.
The reporting team needs location-based reports in Microsoft Power BI that include the subnet information of the new sites.
You need to add the information to Microsoft Teams.
What should you do?

  • A. From the Microsoft Teams admin center, add the subnets to the Network planner.
  • B. From the Microsoft Call Quality Dashboard, upload tenant data.
  • C. From the Microsoft Teams admin center, define a network topology.
  • D. From the Microsoft Teams admin center, define a network subnet.


Answer : C

Manage your network topology for cloud voice features in Microsoft Teams.
You configure network settings on the Network topology page of the Microsoft Teams admin center or by using Windows PowerShell.
Note: If your organization is deploying Location-Based Routing for Direct Routing or dynamic emergency calling, you must configure network settings for use with these cloud voice features in Microsoft Teams. Network settings are used to determine the location of a Teams client and include network regions, network sites, subnets, and trusted IP addresses. Depending on the cloud voice feature and capability that you're deploying, you configure some or all these settings.
Reference:
https://docs.microsoft.com/en-us/microsoftteams/manage-your-network-topology

HOTSPOT -
Your company is migrating from a legacy PBX system to Microsoft Teams.
The phone number range is + 1-423-555-1xxx. The PBX system uses four-digit dialing internally. Extensions are the last four digits of the number.
You need to ensure that you can use four-digit dialing for your numbers in Teams. The solution must minimize administrative effort.
How should you configure the normalization rule? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:



Answer :

Box 1: +14235551\d{3}
Need to string away + 1-423-555-1, and keep only 3 digits.
Example:
New-CsTeamsTranslationRule -Identity 'AddPlus1' -Pattern '^(\d{10})$' -Translation '+1$1'
This example creates a rule that strips +1 from any E.164 eleven digits number. For example, +12065555555 will be translated to 206555555
Example 2:
New-CsTeamsTranslationRule -Identity 'StripE164SeattleAreaCode' -Pattern '^\+1206555(\d{4})$' -Translation '$1'
This example creates a rule that strips +1206555 from any E.164 ten digits number. For example, +12065555555 will be translated to 5555

Box 2: +1423555$1 -
Keep the 3 digits. Add one digit with the translation.
Teams phone pattern translation example
Reference:
https://docs.microsoft.com/en-us/powershell/module/skype/new-csteamstranslationrule

You create a network region Region1 in Microsoft Teams.

You are adding a network site to Region1. The site has a 1.5-Mb connection.

You need to ensure that all users at the site have a good voice experience.

What should you do?

  • A. Tag all traffic with a DSCP value of 46.
  • B. Assign the Region1 users a meeting policy that has a media bit rate of 1,500 Kbps.
  • C. Create and assign a Teams Network Roaming Policy that has a media bit rate of 500 Kbs.
  • D. Run the Microsoft 365 network connectivity test tool.


Answer : A

DRAG DROP -
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.
Select and Place:



Answer :

Reference:
https://docs.microsoft.com/en-us/powershell/module/skype/new-csonlinevoiceroute?view=skype-ps

You have a Microsoft Teams Phone deployment and a Survivable Branch Appliance (SBA) at a site.
You add a new Teams user.
You need to ensure that the user at the site can place and receive PSTN calls in the event of an internet outage.
What should you do?

  • A. Add the user as a member of a call queue.
  • B. Modify the online voice routing policy.
  • C. Run the Grant-CsTeamsSurvivableBranchAppliancePolicy cmdlet.
  • D. Run the Grant-CsTenantDialPlan cmdlet.


Answer : C

Reference:
https://docs.microsoft.com/en-us/microsoftteams/direct-routing-survivable-branch-appliance

HOTSPOT -
You have a Microsoft Teams Phone deployment. Direct Routing is enabled for all users. The users can place and receive PSTN calls.
You are implementing emergency numbers in Teams.
You need to remove the + symbol from any three-digit calls to the Session Border Controller (SBC).
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.
Hot Area:



Answer :

Reference:
https://docs.microsoft.com/en-us/powershell/module/skype/new-csteamstranslationrule?view=skype-ps https://docs.microsoft.com/en-us/microsoftteams/direct-routing-translate-numbers

You have a Microsoft Teams Phone deployment.
You have a PBX that connects to the PSTN by using an E1/T1 Primary Rate interface (PRI).
You plan to migrate to Direct Routing by using the existing PSTN services.
What should you install upstream of the PBX?

  • A. a physical Session Border Controller (SBC)
  • B. an FXO SIP Analog Telephony Adapter (ATA)
  • C. a virtual Session Border Controller (SBC)
  • D. a Session Border Controller (SBC) in Azure


Answer : A

You have a Microsoft Teams Phone deployment.
You are deploying a new remote site.
You have a Session Border Controller (SBC) that has an E1/T1 Primary Rate Interface (PRI) deployed to the remote site.
You plan to deploy a Survivable Branch Appliance (SBA) to ensure PSTN connectivity.
Which type of endpoints is supported by the SBA?

  • A. call queues in Microsoft Teams
  • B. audio conferencing in Microsoft Teams
  • C. Microsoft Teams panels
  • D. Microsoft Teams Windows desktops


Answer : D

Reference:
https://docs.microsoft.com/en-us/microsoftteams/direct-routing-survivable-branch-appliance

You have a Microsoft Teams Phone deployment.
You need to implement Local Media Optimization for Direct Routing users at a site.
Users at the site frequently perform the following actions:
✑ Park calls.
✑ Place calls on hold.
✑ Transfer calls to other users.
✑ Escalate calls to conference calls.
Which action will be affected by implementing Local Media Optimization?

  • A. Park calls.
  • B. Transfer calls to other users.
  • C. Escalate calls to conference calls.
  • D. Place calls on hold.


Answer : C

Reference:
https://docs.microsoft.com/en-us/microsoftteams/direct-routing-media-optimization#known-issues

You have a Microsoft Teams Phone deployment that uses Direct Routing.
You need to implement Local Media Optimization.
In the Microsoft Teams admin center, you configure the external trusted IP addresses and define the network regions, network sites, and network subnets.
What should you do next?

  • A. Define a voice route.
  • B. Create a trunk translation rule.
  • C. Assign Session Border Controllers (SBCs) to sites.
  • D. Modify the default emergency calling policy.


Answer : C

Reference:
https://docs.microsoft.com/en-us/microsoftteams/direct-routing-media-optimization-configure

You have a Microsoft Teams Phone deployment.
You need to implement PSTN connectivity by using Direct Routing.
What are three requirements for the implementation? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. a Session Border Controller (SBC) that uses a hostname in the onmicrosoft.com domain
  • B. a firewall rule that opens a TCP signaling port to Microsoft Teams
  • C. a public DNS entry that maps the FQDN of the Session Border Controller (SBC) to a public IP address
  • D. a firewall rule that opens a UDP signaling port to Microsoft Teams
  • E. a Teams-certified Session Border Controller (SBC)


Answer : BCE

Reference:
https://docs.microsoft.com/en-us/microsoftteams/direct-routing-plan

Page:    1 / 10   
Exam contains 140 questions

Talk to us!


Have any questions or issues ? Please dont hesitate to contact us

Certlibrary.com is owned by MBS Tech Limited: Room 1905 Nam Wo Hong Building, 148 Wing Lok Street, Sheung Wan, Hong Kong. Company registration number: 2310926
Certlibrary doesn't offer Real Microsoft Exam Questions. Certlibrary Materials do not contain actual questions and answers from Cisco's Certification Exams.
CFA Institute does not endorse, promote or warrant the accuracy or quality of Certlibrary. CFA® and Chartered Financial Analyst® are registered trademarks owned by CFA Institute.
Terms & Conditions | Privacy Policy