Q1. - (Topic 6)
You are managing a site collection in a SharePoint farm.
You need to configure the minimum level of permissions necessary for users to manage lists in the site collection.
What permission level should you configure?
A. View Only
B. Edit
C. Full Control
D. Read
Answer: B
Explanation:
Ref: http://technet.microsoft.com/en-us/library/cc721640.aspx
Q2. - (Topic 6)
A SharePoint environment contains a single web application at http://web01.
You create a site collection under the web application. The site collection has the URL
http://sharepoint.contoso.com.
You need to ensure that the site collection is also accessible at http://intranet.contoso.com.
What should you do?
A. Add intranet.contoso.com as an alternate access mapping for the web application.
B. Extend the web application and add intranet.contoso.com to the Intranet Zone.
C. Run the Set-SPSiteUrl Windows PowerShell cmdlet.
D. Run the New-SPSite Windows PowerShell cmdlet.
Answer: C
Q3. HOTSPOT - (Topic 6)
Your company has a SharePoint Server 2013 server farm.
Users report that they cannot add iframes to SharePoint pages that point to content on external websites. You need to ensure that the users can add content to iframes from a list of predefined
external sites.
What should you configure? (To answer, select the appropriate link in the answer area.)
Answer:
Q4. - (Topic 6)
You administer a SharePoint Online tenant that has a site that contains a document library. Users from the Human Resource (HR) department have Contributor permissions to the site.
You need to prevent users from the HR department from accessing documents in the library.
Which permission option should you select?
A. Stop Inheriting Permissions
B. Grant Permissions
C. Manage Parent
D. Check Permissions
E. Delete Unique Permissions
Answer: A
Explanation: Select Stop Inheriting Permissions on the document library for the HR department users. This will prevent them for accessing documents in this document library.
Reference: Edit permissions for a list, library, or individual item
https://support.office.com/en-us/article/Edit-permissions-for-a-list-library-or-individual-item-02d770f3-59eb-4910-a608-5f84cc297782
Q5. - (Topic 1)
You create a User Profile Synchronization connection.
You need to grant the necessary permissions to the synchronization account.
What should you do?
A. Grant the account Full Control on the ActiveUsers OU.
B. Grant the account Full Control on the AuthenticatedUsers AD security group.
C. Grant the account Read permission on the domain.
D. Grant the account the Replicate Directory Changes permission on the domain.
Answer: D
Q6. - (Topic 6)
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?
A. An output cache
B. An object cache
C. A BLOB cache
D. A distributed cache
Answer: D
Explanation: SharePoint 2013, makes use of distributed cache to cache newsfeeds, microblogging, conversations, security trimming, OneNote client access, and even keeps the FedAuth cookie for claims based authentication on the server side, so it’s more secure, load balancer friendly, and works with webkit-based browsers that like to chop off your cookies at 64kb.
Q7. DRAG DROP - (Topic 4)
You need to configure the SQL Server environment.
Which three actions should you perform in sequence? (To answer, move the actions to the answer area and arrange them in the correct order.)
Answer:
Q8. - (Topic 6)
You have a SharePoint Server 2013 server farm.
You need to configure the People Picker control to display only users who are members of the current site collection.
Which tool should you use?
A. Central Administration
B. Psconfig
C. Internet Information Services (IIS) Manager
D. Stsadm
Answer: D
Explanation: You configure the People Picker web control at the zone level for a farm by using the Stsadmsetproperty operation. By configuring the settings for the control, you can filter and restrict the results that are displayed when a user searches for a user, group, or claim. Those settings will apply to every site within the site collection.
Q9. - (Topic 6)
A company has two SharePoint 2007 site collections that each store 200,000 unique documents. The average size of each document is 250 KB. There are two non-current versions for each document.
There are approximately 600,000 list items in addition to the documents.
The company plans to upgrade the farm to SharePoint 2013.
The new farm will use two SQL Server instances that are configured as an AlwaysOn availability group. You use the following formula to estimate the size of the content database:
Database Size = ((D x V) x S) + (10 KB x (L + (V x D)))
You need to configure the storage for the content databases.
What is the minimum amount of storage space that you must allocate?
A. 101GB
B. 110 GB
C. 220 GB
D. 405 GB
E. 440 GB
Answer: B
Explanation: Using the formula we make the following calculation (see note below for
details):
((200000 x 2) x 250)+ (10 x 1024 x (600000 + (2 x 200000))) which calculates to
103400000000 bytes, which is 103.4 GB.
We would need 110 GB.
Note: Formula to estimate content database storage
1. Use the following formula to estimate the size of your content databases: Database size = ((D × V) × S) + (10 KB × (L + (V × D)))
2. Calculate the expected number of documents. This value is known as D in the formula.
3. Estimate the average size of the documents that you'll be storing. This value is known as S in the formula.
4. Estimate the number of list items in the environment. This value is known as L in the formula. List items are more difficult to estimate than documents. We generally use an estimate of three times the number of documents (D), but this will vary based on how you expect to use your sites.
5. Determine the approximate number of versions. Estimate the average number of versions any document in a library will have. This value will usually be much lower than the
maximum allowed number of versions. This value is known as V in the formula.
Reference: Storage and SQL Server capacity planning and configuration (SharePoint
Server 2013)
https://technet.microsoft.com/en-us/library/cc298801.aspx
Q10. DRAG DROP - (Topic 6)
A company's SharePoint environment contains a single web application with a root site collection that hosts the company intranet site.
The company plans to allow project managers to create project-specific sites and assign permissions for those sites to project team members.
The project sites will contain large files.
You have the following requirements:
. Create a separate area of the intranet site for the purpose of containing project sites.
. Assign a distinct URL to the project site area.
. Ensure that project managers can create project sites and add users to project sites.
. Ensure that project site data is stored separately from other intranet site content.
You need to create and configure the project site area.
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.)
Answer: