Question 6 of 147
You are customizing standard content types for an organization. For the tracking of a department, you must allow users to easily select or enter a value.
In some cases, users may refer to a single department by more than one name. Users must be able to select or type any name for a department but the document must be associated with only one department.
You need to create a column that supports the requirements.
What should you create?
    Correct Answer: D

Question 7 of 147
A company plans to deploy a SharePoint 2016 farm. The company only has enough budget to purchase four SharePoint Server licenses and two SQL Server licenses.
The farm must be highly available.
You need to deploy the SharePoint 2016 farm.
Which two server role sets can you use? Each correct answer presents a complete solution.
    Correct Answer: A, B

Question 8 of 147
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You manage an on-premises SharePoint Server 2016 farm and SharePoint Online.
You plan to deploy a SharePoint Search solution. The solution must meet the following requirements:
✑ Present a unified set of search results to users.
✑ Reduce the number of Search Servers in the farm.
✑ Customize the search schema for content that is stored on-premises.
You implement bi-directional hybrid topologies.
Does the solution meet the goal?
    Correct Answer: B

Question 9 of 147
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You manage an on-premises SharePoint Server 2016 farm and SharePoint Online.
You plan to deploy a SharePoint Search solution. The solution must meet the following requirements:
✑ Present a unified set of search results to users.
✑ Reduce the number of Search Servers in the farm.
✑ Customize the search schema for content that is stored on-premises.
You customize search schema for content stored on on-premises at the site collection level.
Does the solution meet the goal?
    Correct Answer: B

Question 10 of 147
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are the SharePoint administrator for a company.
The SharePoint environment is causing excessive information to be recorded in the diagnostic logs.
You need to configure the SharePoint farm to only write events to the Windows event log that are equal to or more severe than the Error level.
You run the following Windows PowerShell command:
Set-SPLogLevel ""EventSeverity Error
Does the solution meet the goal?
    Correct Answer: B

    The command Set-SPLogLevel 'EventSeverity Error' is used to set the logging level for Unified Logging System (ULS) logs in SharePoint, not for the Windows event log. To configure the Windows event log to only write events that are equal to or more severe than the Error level, a different approach would be necessary, such as changing the diagnostics logging settings in the SharePoint Central Administration or using a different PowerShell cmdlet targeting the event log specifically.