nerdexam
MicrosoftMicrosoft

MS-700 · Question #140

MS-700 Question #140: Real Exam Question with Answer & Explanation

This question tests your ability to read and interpret a Surface Hub XML configuration file, specifically around Bluetooth proximity joining, auto-acceptance of meeting invitations, and Coordinated Meeting settings (audio, video, whiteboard, and trusted accounts).

Configure and manage a Teams environment

Question

You have the following configuration file for the Surface Hub: <SurfaceHubSettings> <BluetoothAdvertisementEnabled>true</BluetoothAdvertisementEnabled> <AutoAcceptProximityMeetingInvitations>true</AutoAcceptProximityMeetingInvitations> <CoordinatedMeetings enabled="true"> <TrustedAccounts>[email protected]</TrustedAccounts> <Settings> <Audio default="false" enabled="false" /> <Video default="false" enabled="true" /> <Whiteboard default="false" enabled="false" /> </Settings> </CoordinatedMeetings> </SurfaceHubSettings> For each of the following statements, select Yes if True. Otherwise select No. NOTE: Each correct selection is worth one point.

Explanation

This question tests your ability to read and interpret a Surface Hub XML configuration file, specifically around Bluetooth proximity joining, auto-acceptance of meeting invitations, and Coordinated Meeting settings (audio, video, whiteboard, and trusted accounts).

Approach. Evaluate each statement by mapping it directly to the XML values. Key facts from this config: (1) BluetoothAdvertisementEnabled=true means the Hub WILL advertise via Bluetooth so nearby devices can detect it. (2) AutoAcceptProximityMeetingInvitations=true means the Hub accepts proximity joins automatically - no manual confirmation required. (3) CoordinatedMeetings is enabled, but ONLY for the trusted account '[email protected]' - no other accounts can initiate a coordinated session. (4) Audio is fully disabled (enabled='false'), so the Hub will NOT contribute audio in a coordinated meeting. (5) Video is enabled but NOT the default (default='false', enabled='true'), so video is available but must be manually activated. (6) Whiteboard is fully disabled (enabled='false'), so collaborative whiteboard is NOT available in coordinated meetings.

Concept tested. Microsoft Surface Hub coordinated meeting XML configuration - specifically interpreting BluetoothAdvertisementEnabled, AutoAcceptProximityMeetingInvitations, CoordinatedMeetings trusted account scope, and per-modality (audio/video/whiteboard) enabled vs. default attribute distinctions.

Reference. Microsoft Docs: 'Configure Surface Hub for Coordinated Meetings' - covers the SurfaceHubSettings XML schema, TrustedAccounts scope, and audio/video/whiteboard modality flags used in Teams-coordinated room scenarios.

Topics

#Surface Hub configuration#Coordinated Meetings#Meeting room devices#Teams meetings settings

Community Discussion

No community discussion yet for this question.

Full MS-700 PracticeBrowse All MS-700 Questions