ExamGecko
Home Home / Microsoft / MS-721

Microsoft MS-721 Practice Test - Questions Answers, Page 15

Question list
Search
Search

List of questions

Search

Related questions











You are deploying Teams Rooms to a Windows device.

You need to prevent meeting attendees from using room remote in the Teams mobile app.

What should you configure in the Microsoft Teams admin center?

A.

Supported meeting mode

A.

Supported meeting mode

Answers
B.

Coordinated Meetings

B.

Coordinated Meetings

Answers
C.

Front row experience

C.

Front row experience

Answers
D.

Bluetooth beaconing

D.

Bluetooth beaconing

Answers
Suggested answer: D

Explanation:

Manage a Microsoft Teams Rooms console settings remotely with an XML configuration file

This article discusses remote management of the default settings used by a Microsoft Teams Rooms device. It discusses how to create a master settings file and links to discussions of how to place them as needed on Teams Rooms.

It is possible for you to change default settings of Teams Rooms by updating a master XML file and sending copies to the remote Teams Rooms devices.

Create an XML configuration file

Any text editor can be used to create a settings file. The XML Elements table explains the elements shown in this sample SkypeSettings.xml (required file name) configuration file.

<SkypeSettings>

<AutoScreenShare>1</AutoScreenShare>

<HideMeetingName>1</HideMeetingName>

<AutoExitMeetingEnabled>true</AutoExitMeetingEnabled>

<AudioRenderDefaultDeviceVolume>70</AudioRenderDefaultDeviceVolume>

* Details omitted*

<AllowRoomRemoteEnabled>true</AllowRoomRemoteEnabled>

Incorrect:

Not B: If you have one or more Microsoft Teams Rooms on Windows devices or Surface Hubs in a meeting room, you can set up Coordinated Meetings. Coordinated Meetings lets you set up your Teams Rooms on Windows devices and Surface Hubs so that when you join a meeting on one device, the other devices in the room are also joined to the same meeting. You can configure your cameras, speakers, and microphones so that the ones that give participants the best experience are enabled while others are disabled. This avoids the dreaded echo and feedback noise participants can experience when adding multiple devices to a meeting.

Not C: Front Row layout in Teams Rooms– Additional functionality with the Front Row experience, a layout for hybrid meetings that enables users to see remote attendees at eye level and on dual screens. Users can see Chat in the right panel and participants with raised hands on the left panel.

And, Meeting Chat is added in the Gallery, Large Gallery, and Together Mode layouts.

Reference:

https://learn.microsoft.com/en-us/microsoftteams/rooms/xml-config-file

https://learn.microsoft.com/en-us/microsoftteams/rooms/coordinated-meetings

You have a Microsoft Teams deployment.

You plan to use a SkypeSettings.xml file to deploy Teams Rooms.

Which two actions can you perform in the file? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Define the account sign-in credentials.

A.

Define the account sign-in credentials.

Answers
B.

Allow remote control from personal devices.

B.

Allow remote control from personal devices.

Answers
C.

Automatically accept proximity-based meeting invitations.

C.

Automatically accept proximity-based meeting invitations.

Answers
D.

Enable the default video camera.

D.

Enable the default video camera.

Answers
Suggested answer: B, C

Explanation:

Manage console settings with an XML configuration file

At startup, if a Microsoft Teams Rooms console finds an XML file named SkypeSettings.xml located at C:\Users\Skype\AppData\Local\Packages\Microsoft.SkypeRoomSystem_8wekyb3d8bbwe\LocalState , it applies the configuration settings indicated by the XML file then deletes the XML file.

XML elements include:

* <AllowRoomRemoteEnabled> Boolean

If true, room remote connections are allowed. Enabled by default.

* <AutoAcceptProximateMeetingInvitations> Boolean

If true, proximity based meetings are automatically accepted. Disabled by default.

Reference:

https://learn.microsoft.com/en-us/microsoftteams/rooms/xml-config-file

HOTSPOT

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.


Question 143
Correct answer: Question 143

Explanation:

Box 1: Set-CalendarProcessing

Allow calendar invite processing for third-party meetings

The first thing you need to do to enable a one-touch join experience from Team Rooms is set the calendar processing rules for the device's Exchange Online room mailbox. The room mailbox needs to allow external meetings and keep the message body and subject so it can see the URL needed to join the third-party meeting. To set these room mailbox options using the Set-CalendarProcessing cmdlet, do the following:

1. Connect to Exchange Online PowerShell.

2. Get the User Principal Name (UPN) of the room mailbox if you don't know it by running the following command:

Get-Mailbox | Where {$_.RoomMailboxAccountEnabled -eq rue} | Format-Table Name, UserPrincipalName

3. Find the name of the room mailbox associated with your Teams Rooms device and make note of its UPN.

4. After you find the room mailbox's UPN, run the following command. Replace

<UserPrincipalName> with the room mailbox's UPN:

Set-CalendarProcessing <UserPrincipalName> -ProcessExternalMeetingMessages rue -DeleteComments $

Box 2: -ProcessExternalMeetingMessages

Reference:

https://learn.microsoft.com/en-us/microsoftteams/rooms/third-party-join#step-3a-enable-thirdparty-meetings-on-teams-rooms-on-windows

You have a Microsoft Teams Phone deployment that contains common area phones located in a public lobby.

You need to enable Advanced calling features on all the common area phones.

What should you configure from the Microsoft Teams admin center?

A.

a customization policy

A.

a customization policy

Answers
B.

a configuration profile

B.

a configuration profile

Answers
C.

a calling policy

C.

a calling policy

Answers
D.

a policy package

D.

a policy package

Answers
Suggested answer: B

Explanation:

Set up common area phones for Microsoft Teams

Set policies for common area phones Use policies to control which features are available to users on common area phones.

Set up Advanced calling on common area phones (optional)

By default, the basic calling experience will be on the common area phone's home screen, but you can turn on an advanced calling experience.

To use these advanced calling features on supported Teams phone device models, you can turn on the Advanced calling toggle in the Teams admin center or on your Teams phone device that is signed into your Teams Shared Devices account.

Turning on advanced calling capabilities requires you to purchase hardware models that can support all required capabilities.

1. Turn on Advanced calling in Teams admin center

2. Sign into the Teams admin center with a Microsoft 365 admin account.

3. From the left-side menu, navigate to Teams devices > Phones > and select the Configuration profiles tab.

4. From the list, select the configuration profile assigned to your common area phone.

5. Under the Calling settings section, find the Advanced calling toggle.

6. Turn on the toggle.

7. At the bottom of the page, select the Save button.

Incorrect:

Not C: Calling policies

Use calling policies to enable private calls, using call forwarding, or simultaneous ring on common area phones.

Note: A common area phone is typically placed in an area like a lobby or another area that is available to many people to make a call: a reception area, lobby, or conference phone. Common area phones are signed in with accounts tied to a Microsoft Teams Shared Devices license.

Reference:

https://learn.microsoft.com/en-us/microsoftteams/set-up-common-area-phones

You have a Teams Phone deployment that uses Direct Routing and a legacy PBX.

You need to leverage the a PBX during outbound calls from scheduled Teams meeting.

What should you create?

A.

an Audio Conferencing policy

A.

an Audio Conferencing policy

Answers
B.

an Audio Conferencing routing policy

B.

an Audio Conferencing routing policy

Answers
C.

a meeting broadcast policy

C.

a meeting broadcast policy

Answers
Suggested answer: B

Explanation:

Enable the routing of Teams meeting dial-out calls through Direct Routing

Teams meeting dial-out calls are initiated from within a meeting in your organization to PSTN numbers, including call-me-at calls and calls to bring new participants to a meeting.

To enable Teams meeting dial-out routing through Direct Routing to on-network users, you need to create and assign an Audio Conferencing routing policy called

"OnlineAudioConferencingRoutingPolicy".

Note:

Direct Routing lets you connect a supported, customer-provided Session Border Controller (SBC) to Phone System. With this capability, you can configure on-premises Public Switched Telephone Network (PSTN) connectivity with Microsoft Teams client, as shown in the following diagram:

Reference:

https://learn.microsoft.com/en-us/microsoftteams/audio-conferencing-on-network

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

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 voice routing policy

A.

a voice routing policy

Answers
B.

Local Media Optimization

B.

Local Media Optimization

Answers
C.

Location-Based Routing

C.

Location-Based Routing

Answers
D.

dial plans

D.

dial plans

Answers
E.

a calling policy

E.

a calling policy

Answers
Suggested answer: E

Explanation:

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

HOTSPOT

You use Microsoft Teams live events.

You configure a live events policy as shown in the following exhibit.

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.


Question 147
Correct answer: Question 147

Explanation:

Box 1: only employees

In the exhibit we see: Who can join scheduled live events: Everyone in the organization

Box 2: subtitles in different languages

We see: Transcription for attendees: On

Reference:

https://learn.microsoft.com/en-us/microsoftteams/teams-live-events/plan-for-teams-live-events

DRAG DROP

Your company plans hosts a Microsoft Teams live event for a specific group of people.

As part of the initial setup, you need to assign roles to event group members. The members must perform the following tasks:

Invite attendees

Moderate Q&A

Start and stop the live event

What is the least privileged role that can perform each task? To answer drag the appropriate roles to the correct tasks. Each role 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.


Question 148
Correct answer: Question 148

Explanation:

Box 1: Organizer

Invite attendees

Live Event Roles and Responsibilities

Event organizers can invite others to the event and grant them one of two roles: Producer or Presenter. Both roles have different access and responsibilities for the Live Event. You can have multiple producers and presenters (up to 250, though only the last 10 who have spoken will appear in the producer view list).

Box 2: Presenter

Moderate Q&A

Presenter Capabilities

Please see Microsoft's documentation for additional details on presenter capabilities.

Share video, your screen, or other content that the producer can then send to the Live Event Sharing of computer audio in a Live Event is current only support on the Windows client of MS Teams.

Mute other presenters

Chat with other producers and presenters

Moderate Q&A

Manage the event recording and reports

Box 3: Producer

Start and stop the live event

Producers

Producers have access and control over nearly all settings and details for an event. However, especially in larger Live Events, a producer tends to have the more supportive role of managing which video feeds, shared screens, or other content is presented in the event.

Consider limiting the number of producers for your event. Not only is the producer interface more complex than the presenter's, but having more producers than needed can make coordination more difficult.

Producer Capabilities

Please see Microsoft's documentation for additional details on producer capabilities.

Select video feeds or other content shared by presenters or producers and send them to the event

Mute presenters or producers individually or collectively

Chat with other producers and presenters

Start and end the Live Event

Moderate Q&A

Manage the event recording and reports

Reference:

https://www.uvm.edu/it/kb/article/teams-live-events/

You have a Microsoft Teams Phone deployment.

You need to configure users to include a toll free phone number as part of their meeting invites.

Which type of policy should you configure?

A.

voice routing

A.

voice routing

Answers
B.

audio conferencing

B.

audio conferencing

Answers
C.

customization

C.

customization

Answers
D.

meeting

D.

meeting

Answers
Suggested answer: B

Explanation:

Initial assignment of phone numbers that are included in the meeting invites for users The phone numbers included in the meeting invites of users enabled for Audio Conferencing are defined in the TeamsAudioConferencingPolicy that's assigned to users. When a TeamsAudioConferencingPolicy is assigned to a user, all toll and toll-free phone numbers added in the policy are included in meeting invites for users who have that policy. If a user is assigned a TeamsAudioConferencingPolicy and there aren't any toll or toll-free phone numbers added to the policy, then in that case the phone numbers that appear in the meeting invites of these users are defined by the default conferencing toll phone number and the default conferencing toll-free phone number in each individual user's settings.

Reference:

https://learn.microsoft.com/en-us/microsoftteams/set-the-phone-numbers-included-on-invites-inteams

Your company has an office in Atlanta.

The company has a Microsoft Teams Phone deployment that contains a toll-free phone number.

You notice that the Atlanta office has significantly high toll-free dial-in usage for meetings.

You need to disable the toll-free number for meetings organized by users in the Atlanta office.

Which type of policy should you configure from the Microsoft Teams admin center?

A.

meeting

A.

meeting

Answers
B.

calling

B.

calling

Answers
C.

audio conferencing

C.

audio conferencing

Answers
D.

voice routing

D.

voice routing

Answers
Suggested answer: C

Explanation:

Disabling toll-free numbers for specific users

1. From the Microsoft Teams admin center:

2. In the left navigation, click Users, and then select the user from the list of available users.

3. Next to Audio Conferencing, click Edit.

4. Set Include toll-free numbers in meeting requests from this user to Off.

5. Click Save.

Reference:

https://learn.microsoft.com/en-us/skypeforbusiness/audio-conferencing-in-office-365/disabling-tollfree-numbers-for-specific-users

Total 240 questions
Go to page: of 24