Microsoft Core Solutions of Microsoft SharePoint Server 2013 - 70-331 Exam Practice Test

You are the administrator for a company's SharePoint Online environment. The environment hosts several site collections that are used to store and collaborate on Documents that contain sensitive customer information.
A user in the customer relationship department must share a document that contains scheduling and project information with an external vendor. Only the external vendor and department user must access the document.
You need to ensure that the external vendor can access and collaborate on the document without exposing sensitive customer information.
Which two actions can you perform? Each correct answer presents a complete solution.

Correct Answer: B,D Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
You have a SharePoint Server 2013 server farm.
You need to ensure that users can use the Newsfeed app on their My Site to aggregate user actions and system activities.
Which type of cache should you configure?

Correct Answer: C Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
HOTSPOT
You need to ensure that user-selected subscription content automatically appear on users' My Sites.
Which configuration option should you choose? (To answer, select the appropriate option in the answer area.)
Correct Answer:

Explanation:

Note:
* A user's individual site collection hosts the document library of the user's individual My Site. An individual site collection is created the first time that a user accesses the My Site.
Topic 2, Photo Processing
Background General Background
You are a SharePoint administrator for an online photo-processing company named Contoso, Ltd. Contoso's primary customers are professional photographers. The Contoso SharePoint 2013 environment includes the sites described in the following table.

The intranet site includes a document library for each employee in which the employee stores photos.
Technical Background
The SharePoint environment contains five front-end web servers that use Windows Network Load Balancing (NLB) with NLB affinity set to None. The company maintains all processed photos in the SharePoint content database. The content database uses RAID 5 storage. Photo files that are more than one year old are rarely viewed. Employees actively use the default self-service site creation feature.
The network infrastructure contains an Active Directory Domain Services (AD DS) environment. All servers run Windows Server 2008 R2. The internal AD DS domain is named contoso.com. Active Directory Federation Services (AD FS) is deployed in the LAN. Two AD FS proxy servers are deployed in the perimeter network. Users log on to client computers by using the syntax [email protected].
Contoso has a lab environment that includes a dedicated AD DS environment and SharePoint 2013. The main lab SharePoint site is located at lab.intranet.contoso.com. A test site for a project named Project2 exists under lab.intranet.contoso.com/corp. The default self-service site creation feature is enabled for the test site.
Contoso has a development team that maintains the public website, maintains the intranet site, and creates SharePoint apps. The development team recently created a SharePointhosted app named App1 that converts .tif files to .png files.
Future Development
Contoso is forming a new corporation named Proseware, Inc. that will sell SharePoint apps. The company has acquired the proseware.com domain name. Contoso is preparing to federate with Microsoft Office 365 and will use the
--
proseware.com domain for Office 365 services.
Technical Requirements
You must meet the following technical requirements:
--- --
App1 must have access to each employee's photo document library.
App1 must use Windows Authentication.
Each front-end web server must use a single IP address for all SharePoint sites
and apps on that server.
All SharePoint sites and apps must listen on port 9000.
Office 365 must use single sign-on (SSO).
The company has established the following new monitoring requirements for the production SharePoint environment:
--
Monitor whether a large number of documents are checked out.
Monitor whether a large number of unpublished items are being requested.
-
The company has established the following new monitoring requirements for Project2: Monitor changes to a value in a specific registry key.
- Monitor the SharePoint cache hit ratios.
- Perform monitoring only from 9:00 A.M. to 3:00 P.M. daily.
Existing Problems
Multiple authentications often occur when users log on to and navigate in SharePoint.
Users have reported some small delays accessing data.
The content database is currently stored on Serial Attached SCSI (SAS) disk drives and is
growing at a rapid pace. The following related issues currently exist:
- SharePoint is not performing as well as it was when the content database was smaller. - Storage costs to house the photo files are too expensive.
Scanned contracts are stored in binary large object (BLOB) cache storage. The BLOB cache is routinely filling up. End users are reporting poor performance when viewing scanned contracts.
You need to display the required web usage report(s) for the projects.contoso.com site.
What should you do?

Correct Answer: C Vote an answer
You need to prepare the web servers for a SharePoint installation in the new farm.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)

Correct Answer: B,C,E Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
A company uses SharePoint 2013 Server as its intranet portal. The Marketing department publishes many news articles, press releases, and corporate communications to the intranet home page.
You need to ensure that the Marketing department pages do not impact intranet performance.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)

Correct Answer: B,D Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
----
You plan to deploy a SharePoint Server 2013 server farm to a test environment on a single server. The server has the following configurations:
A 64-bit processor that has four cores
Windows Server 2008 Enterprise
8 GB of physical memory
A 2-TB hard disk
You need to ensure that you can deploy the SharePoint Server 2013 farm to the server.
What should you do?

Correct Answer: A Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
You create a User Profile Synchronization connection.
You need to grant the necessary permissions to the synchronization account.
What should you do?

Correct Answer: C Vote an answer
You need to specify hardware and software requirements for web servers used by the SharePoint environment.
Which two minimum requirements should you specify? (Each correct answer presents part of the solution Choose two.)

Correct Answer: C,E Vote an answer
Explanation: Only visible for Fast2test members. You can sign-up / login (it's free).
DRAG DROP
You are managing a SharePoint search topology.
You need to index custom entity extractor types (tokenized content) in unstructured documents.
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.)
Correct Answer:

Explanation:
Box 1: Create a comma-separated word extraction dictionary.
Box 2: Import the file by running the ImportSpEnterpriseSearchCustomExtractionDictionary Windows PowerShell cmdlet.
Box 3: Modify the search schema to include the extraction dictionary.
Note: custom entity extractor types
* (box 1) To create a custom entity extraction dictionary
1.Determine which type of custom entity extraction dictionary you want to create: Word, Word Part, Word exact or Word Part exact.
2.Create a .csv file with the columns Key and Display Form.
*Custom entity extractor / custom entity extractor dictionary / Word Extraction Case-insensitive, dictionary entries matching tokenized content, maximum 5 dictionaries. / Word Part Extraction Case-insensitive, dictionary entries matching un-tokenized content, maximum 5 dictionaries. / Word Exact Extraction
/ Word Part Exact Extraction
*(box 2) To deploy the custom entity extraction dictionary, you must import it into SharePoint 2013.
To import a custom entity extraction dictionary Verify that the user account that is importing the custom entity extractor dictionary is an administrator for the Search service application.
-
--
Start the SharePoint 2013 Management Shell. At the Windows PowerShell command prompt, type the following command:$searchApp = Get-SPEnterpriseSearchServiceApplication
Import-SPEnterpriseSearchCustomExtractionDictionary -SearchApplication $searchApp -Filename <Path> -DictionaryName<Dictionary name>
*Import-SpEnterpriseSearchCustomExtractionDictionary Imports a custom entity extraction dictionary. This cmdlet imports a custom entity extraction dictionary from a .csv file. In order to activate custom entity extraction you must also configure entity extraction in the search schema (box 3).
*(box 3) Configure a managed property for custom entity extraction To edit a managed property for custom entity extraction
Verify that the user account is the administrator of the Search service application.
In Central Administration, in theApplication Managementsection, clickManage
service applications.
Click the Search service application.
On the Search Administration page, in the Quick Launch, underQueries and
Results, click Search Schema.
-
On theManaged Propertiespage, find the managed property that you want to
associate the custom entity extraction dictionary with that contains the single or
multiple words (or word parts). You can also enter the name of the managed
property in theFilterbox.
Point to the managed property, click the arrow and then clickEdit/Map property.
On the Edit Managed Property page, edit the settings underCustom entity
extraction. Select the custom entity extraction dictionary that you have imported,
and then clickOK.
-- --
--
DRAG DROP
Your network contains an Active Directory forest named adatum.com. The forest contains a SharePoint Server 2013 server farm.
Your company has an Active Directory Federation Services (AD FS) infrastructure that allows users from four partner companies to access resources in adatum.com.
You create a new SharePoint Server 2013 web application named Web1. You configure AD FS to issue claims for Web1. You create an authentication provider for AD FS.
You plan to grant the users access to Web1.
You need to configure the farm to accept authentication requests from AD FS.
Which three actions should you perform in sequence? (To answer, move the appropriate three actions from the list of actions to the answer area and arrange them in the correct order.)
Correct Answer:

Explanation:
Box 1:

Box 2:

Box 3:

Note:
* export the token signing certificate of the AD FS server with which you want to establish a trust relationship, and then copy the certificate to a location that SharePoint 2013 can access.

Contact Us

If you have any question please leave me your email address, we will reply and send email to you in 12 hours.

Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday

Support: Contact now 

日本語 Deutsch 繁体中文 한국어