Install and configure SharePoint farms
You have recently noticed delays with some of your SharePoint pages. You want to enable the Developer Dashboard, which will allow you to analyze the performance of the SharePoint pages. What is the recommended command used to enable the Developer Dashboard?
$devdash = [Microsoft.SharePoint.Administration. SPWebService]::ContentService. DeveloperDashboardSettings $devdash.DisplayLevel = "On" $devdash.Update()
You manage a SharePoint farm that has offices in various locations in North America. You plan to create a collaboration site for all 8,000 users in the company. Each user will be allowed to create no more than 30 documents. The maximum file size for all documents will be 500 KB each. Each document can have up to three versions. How much storage space should you allocate for the content database?
374.4 GB
Users in your organization need to be able to log in to SharePoint and retrieve messaging information from Microsoft Exchange. You are planning to implement a server-to-server (S2S) connection between your SharePoint 2013 farm and an Exchange Server 2013 installation. Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
A - Step 1 D - Step 2 E - Step 3
Your company plans to implement a SharePoint 2013 server farm. As the SharePoint administrator, you are evaluating the NLB options that are available to you. Match the NLB features with the correct NLB types. (To answer, move the appropriate options to the appropriate targets on the right.) A Hardware NLB B Windows NLB
A- Detailed monitoring on the server B - Performance scalability B - Basic load balancing A - Automatic failure detection
You manage a SharePoint 2013 server farm. A hub site collection has been configured. The hub site publishes content types to other site collections. Changes have been made to a content type and these changes need to be republished. From the Site Settings page, what should you do to accomplish this?
Access the Site content types option
Review the Dytton Case Study. You need to ensure that only the necessary permissions are given to the Consultants department. What should you do?
Add the Consultants department to the Visitors group.
You need to create two URLs for a SharePoint 2013 web application. A client-facing URL should be configured in the Internet zone for customer access. An internal-only URL should be configured in the intranet zone for employee access only. Which SharePoint feature should you use?
Alternate access mappings
A company named Quick 24x7 has a SharePoint 2013 farm. Initially, the company started using the SharePoint 2013 taxonomy by simply allowing users to enter keywords for SharePoint items. However, management now wants to implement planned and organized managed metadata and has allocated the planning task to you. Before you begin planning the managed metadata, you need to ensure that you correctly understand its key concepts. Match the concepts to their descriptions. (To answer, move the appropriate options to the appropriate targets on the right.)
B - A container that includes all related term sets C - A means of adding, deleting, changing, and copying terms A - A part of the managed metadata terms arranged in a parent-child model D - A term that is related to another term in some manner E - A database or repository used to record all managed terms and managed keywords F - A term that has a similar meaning to another term
You need to install the French and Spanish language packs to accommodate the French and Spanish speaking users. What are the proper steps to download and install both language packs? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)
B - Step 1 C - Step 2 E - Step 3 A - Step 4
You are planning a SharePoint Online deployment. Match the Microsoft Office 365 subscriptions to their supported features. (To answer, move the appropriate options to the appropriate targets on the right.)
Can be installed on up to five computers and shared by all users in the home *C* Includes Microsoft Lync and Microsoft InfoPath for unified communications and forms *B, D, A* Allows for one public-facing web site to be hosted free of charge *D, A*
You are managing one of your SharePoint 2013 sites that uses managed navigation. You want to use category pages and catalog item pages to display structured content consistently on your site. You select the appropriate term from the Taxonomy Term store section of the Term Store Management tool page. After selecting the TERM-DRIVEN PAGES tab, what should you enable to assign a category page to a term?
Change target page for this term option
You are using Central Administration to create a new web application. You need to select an authentication option to regulate access to the application. The option you choose must allow authentication to be made with Windows integrated security and non-Windows systems. It must also allow you to implement multiple authentication types on a single zone. Which authentication option should you choose?
Claims-based authentication
Review the Dytton Case Study. You need to ensure that all critical-level events are included in the event log. You access the Diagnostic Logging page through the Central Administration site. Which step should you perform next?
Configure the least critical event level that you want to record in the event log
A company has a SharePoint 2013 server farm that operates in a single Active Directory domain. The farm administrator has recently discovered three unauthorized installations of SharePoint 2013 in the company's domain. You have been asked to assist the farm administrator in deploying a solution that will track and audit new SharePoint installations within the domain. What should be done first?
Create a container in Active Directory
To help ensure that the data in your SharePoint 2013 farm is healthy, you have implemented database maintenance rules. Following these rules will result in a better performing and more stable SharePoint environment. One of the first rules that should be followed is to perform consistency checks on the database to ensure that the data is not corrupted. Which Database Console Command (DBCC) should you use to cover the widest range of possible errors?
DBCC CHECKDB
You manage a SharePoint 2013 farm. You need to customize personal and site permissions for a specific group in a web application. What should you do to accomplish this?
Define a permission policy
You need to change the permissions on a list in a SharePoint site. The list currently has unique permissions, but they need to be changed to the default permissions for the site. What should you do?
Delete the unique permissions
Review the Old Rawnsford Inns Case Study. Which permission level should you grant to the managers in each state?
Design
Users are reporting slow access to one of the sites in your SharePoint farm. You need to begin troubleshooting the issue by debugging web page rendering and time-related issues. Which tool should you use?
Developer Dashboard
You are in the process of determining what size of content database you should have for your SharePoint 2013 farm. To get an approximate estimate of the storage required for your content database, you use the following equation: = ((50,000 * 3) * 300) + (10 * (150,000 + (3 * 50,000))) What do the numbers in this formula relate to? (To answer, move the appropriate options to the appropriate targets on the right.)
E - L C - S A- M B - V D - D
Review the Dytton Case Study. You need to configure forms-based authentication for Dytton_Portal. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
Edit the web.config file for WApp_1. Extend WApp_1.
You manage a SharePoint 2013 site that requires e-mail collaboration through Outlook. The site's users want to be able to create a team mailbox and view it from within SharePoint. What must be installed on each front-end web server in the farm before you can initialize a site mailbox?
Exchange Web Services API
A company has a SharePoint 2013 site that provides a time tracking system for its employees in the corporate intranet. The company wants to extend the web application to its contractual employees, who are not permitted to access the intranet. Which zone should the web application be extended to?
Extranet
You are evaluating various network topologies and access methods for your organization's planned deployment of SharePoint 2013. You need to choose a firewall topology based on the organization's security policy. What are the advantages of each firewall topology? (To answer, move the appropriate options to the appropriate targets on the right.)
F - Requires minimal configuration B - Isolates database servers D - Automates content publishing E - Isolates external user access C - Allows content to be reviewed and tested in a staging farm before it is published A - Centralizes services administration
Review the Old Rawnsford Inns Case Study. You need to ensure that the required results for the custom code are returned. From Central Administration, you open Application Management. On the Application Management page, you select the Manage Web Applications link. When you select the rawnsford1 web application, the ribbon activates. Which option should you select to make this configuration?
General Settings
You are in the process of configuring the Windows Azure Access Control Service (ACS) to provide a quick method of authenticating and authorizing users accessing a SharePoint 2013 web site. After creating your Windows Azure subscription, you will need to select one or more identity providers, which will be used to log users in to the site. Which two preconfigured identity providers can you select? (Each correct answer presents a complete solution. Choose two.)
Google Windows Live ID
You need to create three site collections. You need to assign a unique DNS name to each site collection. What should you configure?
Host-header site collections
Review the Zoflina Case Study. You need to ensure that site owners are notified of users' access requests. What should you do first?
In the Outgoing E-Mail Settings in Central Administration, provide the name of a valid outbound SMTP server.
You are the farm administrator for a SharePoint Server 2013 server farm. A service application administrator has been delegated administration of a User Profile service. The service application administrator then delegates the administration of a feature of the User Profile service application to a feature administrator. Which features of the User Profile service application can be delegated to the feature administrator? (Each correct answer presents a complete solution. Choose two.)
Manage Audiences Manage Social Data
You have created a new User Profile Service application that will allow users to use social networking tools in SharePoint. Users will be allowed to create My Sites and follow people and edit profiles. For now, you do not want users to be able to add tags and notes to SharePoint data. Which option should you select?
Manage User Permissions *Under People Section"
Users in your organization need to be able to share keywords and term sets across multiple site collections. What should you configure?
Managed Metadata Service
You are planning security for an Office 365 deployment in your company. Which authentication method would allow users to access Office 365, Windows Live Mail, and OneDrive with a single username and password?
Microsoft IDs
A company named Brocadero has a SharePoint 2013 farm. The farm administrator is examining the benefits of caching to optimize the performance of SharePoint pages. Which type of cache is enabled by the ASP.NET page caching procedure?
Output cache
You need to configure the People Picker web control so that it only displays users who are members of the site collection. Which tool should you use?
STSADM
Review the Zoflina Case Study. You need to prevent infected files from being added to ZoflinaDB_2. On the Antivirus page in Central Administration, which setting should you choose?
Scan documents on upload
Review the Old Rawnsford Inns Case Study. You need to ensure that the specific item described by the manager of human resources will not be displayed in search results. What should you configure?
Search service application
You are using the Term Store Management Tool. You created a new term in a term set. You want to add additional data about the term. The additional data should only be available if the term is used in the current term set. What should you do to accomplish this?
Select the term and click the Custom Properties tab
Review the Imagenine Case Study. You need to ensure that query executions are optimized. What should you do?
Set the maximum degree of parallelism for SQL Server instances to 1.
Review the Old Rawnsford Inns Case Study. How should you configure the custom properties of the Colors term set?
Set the scope of the custom properties to Local
Review the Dytton Case Study. You need to ensure that in the co-authoring requirement for the Consultants department is met. What should you do?
Set the threshold to 20 concurrent editors per document.
A company has a SharePoint 2013 server farm that operates in a single Active Directory domain. After discovering an unauthorized SharePoint 2013 installation, you want to configure an Active Directory container to identify new SharePoint installations in the domain. With the container created, you need to register the existing farm in the container. Which PowerShell cmdlet will be required to register the farm?
Set-SPFarmConfig -ServiceConnectionPointBindingInformation
You are the SharePoint administrator for your company. You are creating a new metadata service application connection. Which PowerShell cmdlet is used to configure the properties of the metadata service application proxy?
Set-SPMetadataServiceApplicationProxy
A SharePoint 2013 administrator plans to configure the web.config file of their web application to optimize the BLOB cache settings. What should they be aware of before they begin this task?
SharePoint services will potentially be interrupted
Users in your organization occasionally discontinue company projects, leaving behind their abandoned SharePoint sites. You need to configure SharePoint to automatically close these sites after 90 days. Closed sites that have not been reopened within an additional 90 days should then be deleted. Which item should you choose from the Site Collection Administration menu to perform this task?
Site Policies
You manage a SharePoint 2013 server farm. Site collections have been created. The self-service site creation feature will be configured to allow users to create team sites from their My Site. You need to configure the self-service site creation feature so that a shortcut appears on their My Site to allow them to create a team site. Using the Self-Service Site Creation Management page, which section will allow you to configure this setting?
Start a Site
You have a SharePoint 2013 server farm. You need to set unique permissions for a sensitive file that is stored in a library. What should you do first?
Stop permission inheritance
Review the Dytton Case Study. You verify that the audience rules for the Consultants audience are configured correctly. You also verify that the timer job for user profile synchronization is configured and functioning correctly. What else should you check?
The audience compilation schedule
A company has a SharePoint 2013 server farm. Software developers inform the SharePoint administrator that they are not able to retrieve the project revenue document posted by the Senior Project Manager. What is the most likely reason for this?
The document was filtered by security trimming
You are configuring content types for your SharePoint 2013 environment. You have added a new content type from within a list and now you want to extend the content type columns. For which two reasons would you want to extend the content type columns? (Each correct answer presents a complete solution. Choose two.)
To offer additional information that could be helpful to users To customize the available columns to better suit the specific content type
You are planning to deploy SharePoint Online for your organization. Some users will need to be able to add and customize web content such as workflows. Which customization method will best suit the needs of these users?
Tool-based
You are managing a SharePoint 2013 server farm. You need to implement My Sites for users to provide them with social networking features. What is required as part of the My Sites architecture to allow users to use My Sites?
Web application, host site collection, and an individual site collection for users
You are evaluating a hybrid SharePoint Online and on-premises solution. Users will want to log on to their on-premises site and also be able to browse the content on their online site without having to enter another set of credentials. You need to recommend a solution that will provide SSO for the users. Solution: Ensure that AD FS 2.0 and AD synchronization are enabled and present in the on-premises Active Directory installation. Does this meet the goal?
Yes
You are planning term sets for your SharePoint environment. You have identified the individual terms that will be assigned to each term set. Users should able to navigate through the terms and find them easily. You need to organize the terms to provide easy navigation for the users. Solution: Arrange the terms in a hierarchy. Does this meet the goal?
Yes
Your company is planning to deploy SharePoint 2013 for its 2,000 employees. As a member of the deployment team, you configure a single server farm to experiment with various deployment scenarios. You successfully create a new web application and attempt to access the web application using a web browser. You receive a "404 Page Not Found" error. What is the most likely cause of this error?
You did not create a site collection
You are planning server load balancing for a SharePoint 2013 farm. You need to decide between Windows NLB and hardware-based load balancing. In which scenario would you choose to implement Windows NLB on your front-end web servers?
You want one or more administrators to be notified automatically whenever a SharePoint server in the cluster has failed.