Teams 1 Flashcards

1
Q

Your company has a Microsoft 365 subscription. You plan to configure the environment to allow external users to collaborate in Microsoft Teams by using guest access. The company implements a new security policy that has the following requirements:

Only guest users from specific domains must be allowed to connect to collaborate by using Microsoft Teams.

Guest users must be prevented from inviting other guests.

Solution: From the Microsoft Teams admin center, you modify the global meeting policy. Does this meet the goal? A. Yes B. No

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Your company has a Microsoft 365 subscription. You plan to configure the environment to allow external users to collaborate in Microsoft Teams by using guest access. The company implements a new security policy that has the following requirements:

Only guest users from specific domains must be allowed to connect to collaborate by using Microsoft Teams.

Guest users must be prevented from inviting other guests.

Solution: From PowerShell, you run the New-AzureADPolicy and Set-AzureADPolicy cmdlets. Does this meet the goal? A. Yes B. No

A

No

With the PowerShell cmdlet (https://docs.microsoft.com/en-us/azure/active-directory/external-identities/allow-deny-list#set-theallow-or-deny-list-policy-using-powershell) you can only configure the allow or deny list AND you can’t configure with the cmdlet to prevent guests from inviting other guests.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Your company has a Microsoft 365 subscription. You plan to configure the environment to allow external users to collaborate in Microsoft Teams by using guest access. The company implements a new security policy that has the following requirements:

Only guest users from specific domains must be allowed to connect to collaborate by using Microsoft Teams.

Guest users must be prevented from inviting other guests.

Solution: From the Azure Active Directory, you modify the External collaboration settings. A. Yes B. No

A

Yes

t covers both the options from Azure Active Directory https://www.thatlazyadmin.com/how-to-prevent-microsoft-teams-guest-users-from-inviting-guests/

To b checked!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Your company has a Microsoft 365 subscription that uses an Azure Active Directory (Azure AD) tenant named contoso.com. You need to prevent guest users in the tenant from using cameras during Microsoft Teams meetings.

Solution: From the Azure Active Directory admin center, you modify the External collaboration settings. Does this meet the goal?

A. Yes B. No

A

No

‘You need to prevent guest users in the tenant from using cameras during Microsoft Teams meetings.’ -> this is clearly Teams AC -> Org-Wide settings -> Guest Access -> Allow IP video

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Your company has a Microsoft 365 subscription that uses an Azure Active Directory (Azure AD) tenant named contoso.com. You need to prevent guest users in the tenant from using cameras during Microsoft Teams meetings.

Solution: From Microsoft Teams admin center, you modify the External collaboration settings. Does this meet the goal?

A. Yes B. No

A

No

External collaboration settings are in Azure AD under External Identities Guest Access and Meeting setting in MS Teams Admin Center is the answer so its No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Your company has a Microsoft 365 subscription that uses an Azure Active Directory (Azure AD) tenant named contoso.com. You need to prevent guest users in the tenant from using cameras during Microsoft Teams meetings.

Solution: From the Microsoft 365 admin center, you modify the Sharing settings. Does this meet the goal?

Yes or No?

A

No

Microsoft 365 admin center -> Settings -> Org settings -> Security & privacy”, there is a “Sharing” setting. But it‘s to determine whether only admins or all users can add guest.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Your company has a Microsoft 365 subscription. You need to prevent a user named User1 from permanently deleting private chats in Microsoft Teams. Solution: You place the mailbox of User1 on Litigation Hold. Does this meet the goal?

A. Yes B. No

A

Yes

“You place the group mailboxes used by Microsoft Teams on Litigation Hold” and the answer is NO

“You place the User1 mailboxes on Litigation Hold” it’s a YES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Your company has a Microsoft 365 subscription. You need to prevent a user named User1 from permanently deleting private chats in Microsoft Teams. Solution: You create an In-Place Hold for the Microsoft SharePoint site used by Microsoft Team. Does this meet the goal?

A. Yes B. No

A

NO

Chats are not stored on SharePoint. It is stored either on the personal mailbox or group mailbox. Only files are stored into OneDrive\Sharepoint depending on whether it is private or group\channel chats. https://global-sharepoint.com/sharepoint-online/office-365-where-does-the-microsoft-teams-channel-conversations-and-files-get-saved/

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Your company has a Microsoft 365 subscription. You need to prevent a user named User1 from permanently deleting private chats in Microsoft Teams. Solution: You place the group mailboxes used by Microsoft Teams on Litigation Hold. Does this meet the goal?

A. Yes B. No

A

No

if you have this question with private mailbox, it’s a yes. If they are talking about the group, than it is a NO, because they just want to prevent this one user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You are a Microsoft Teams administrator for your company. All the teams used by the company’s legal department must meet the following compliance requirements: Each team must expire 365 days after it is created.

All team content must be deleted when the team expires.

An administrator must be able to restore deleted team content for 30 days.

What should you do?

A

First it’s AAD -> Groups -> Expiration,

Or

Alternativ: PowerShell, run the New-AzureADMSGroupLifecyclePolicy cmdlet.

https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/groups-lifecycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Your company has a Microsoft 365 subscription that contains 20 teams. You need to ensure that a team named Team1 is identified as Highly Confidential in the Microsoft Teams client. What should you use?

A

a sensitivity label in the Security & Compliance admin center

https://docs.microsoft.com/en-us/microsoftteams/sensitivity-labels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Your company has a Microsoft 365 subscription. You attempt to review call quality by location. When you sign in to the Microsoft Call Quality Dashboard, you discover that no locations are defined. You need to ensure that all the call quality information in the dashboard is segmented by location. What should you do?

A

From the Microsoft Teams admin center, configure reporting labels.

Reporting labels are used in your organization to indicate the physical locations of offices, buildings, or organizational sites. The Reporting labels page in the Microsoft Teams admin center lets you provide a text file (.csv or .tsv) containing a list of physical locations and their associated network subnets.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

You have a Microsoft Offce 365 subscription. You create a team named Room1. You need to ensure that Room1 automatically accepts meeting invitations. The solution must prevent meeting invitations from being accepted if the room is unavailable. How should you complete the PowerShell command? To answer, select the appropriate options in the answer area.

Set-CalendarProcessing -Identity ‘Room1’ -AutomateProcessing ‘……….’

-AllowConflicts ‘………”

A

AutoAccept

$False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Your company uses Microsoft Teams. The company has the departments and teams shown in the following table. You need to recommend a solution to prevent the users in each department from inviting users from other departments to their team. What should you include in the recommendation?

Department Name Team Name

Sales Team1

R&D Team2

Finance Team3

A

information barrier policies

Source: https://docs.microsoft.com/en-us/microsoftteams/information-barriers-in-teams

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Your company has a Microsoft 365 E5 subscription. The company uses Microsoft Skype for Business Online and plans to upgrade to Microsoft Teams. The network contains the following devices:

100 computers that run Windows 10

50 Android devices

50 iPhone devices

All the devices have the Skype for Business app installed. You need to deploy Microsoft Teams to all the devices. What should you do?

A

From the Microsoft Intune, push Microsoft Teams to all the devices.

Microsoft 365 E5 subscription - includes Intune NOT “Office 365”. (A,E,F,G)(3,5) includes Intune

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

From the Microsoft Teams admin center, set Download the Teams app in the background for Skype for Business users to On.

A

This downloads Teams to computers not mobile phones. This setting silently downloads the Teams app for users running Skype for Business on Windows PC. By default, this setting is set to On

17
Q

From the Microsoft Teams admin center, create an app setup policy that includes the Microsoft Teams app, and then assign the policy to all users.

A

App setup policy - manages how you install Apps such as Polly, Trello to all users and have the ability to arrange them in order

18
Q

Your company has a Microsoft 365 subscription that contains several teams. The company’s security policy states that an administrator must be notified when a new team is created by using the Build a team from scratch option. You need to configure the environment to meet the security policy requirement.

What should you do?

A

From the Security & Compliance admin center, create a supervision policy.

19
Q

From the Security & Compliance admin center, create a supervision policy.

A

Supervision lets you define policies that capture email and 3rd-party communications in your organization so they can be examined by internal or external reviewers. Reviewers can then classify these communications and make sure they’re compliant with your organization’s policies.

20
Q

Users report poor quality during Microsoft Teams audio conferences. You run a network trace during an audio conference from a user’s device as shown in the following exhibit.

What causes the poor quality of the audio conferences?

A

The UDP traffic is being limited.

If a frame has Sequence number and ACK, it means that the protocol is TCP and not UDP. (UDP doesn’t have these in it’s header) -> Teams forces TCP only when UDP traffic is limited/blocked

21
Q

Right-click the Microsoft Teams icon in the application tray, and then select Get logs. Open Logs.txt in the %Appdata%\Microsoft\Teams\ folder.

A

Desktop logs, also known as bootstrapper logs, contains log data that occurs between the desktop client and the browser. Like media logs, these logs are only needed if requested by Microsoft. The logs are text based and can be read using any text based editor in a top down format.

22
Q

Your company has a Microsoft 365 subscription. All users have a computer that runs Windows 10 and has Microsoft Teams installed. A user reports the following issues:

Users lose their connection during screen sharing.

The user selection process takes too long to complete.

The Microsoft Teams client crashes and restarts automatically.

You need to view the Microsoft Teams debug logs to troubleshoot the issues. What should you do?

A

From the Microsoft Teams client, select Ctrl+Alt+Shift+1. Open the logfiles in the %Userprofile%\Downloads\ folder

Download the debug logs

23
Q

You open the Microsoft Call Quality Dashboard as shown in the following exhibit.

During July 2019 how many Calls are established sucessfully?

During July 2019 how many Calls include metric data?

A

70 sucessfully

66 with Data

Unclassified: An unclassified stream doesn’t contain a full set of service metrics

24
Q

You have an Active Directory user named User1. You need to ensure that User1 can view the following reports:

Microsoft Teams user activity report

Microsoft Teams device usage report The solution must limit the ability of User1 to make changes to Microsoft 365 services.

Which role should you assign to User1?

A

Reports reader