AllExam Dumps

DUMPS, FREE DUMPS, VCP5 DUMPS| VMWARE DUMPS, VCP DUMPS, VCP4 DUMPS, VCAP DUMPS, VCDX DUMPS, CISCO DUMPS, CCNA, CCNA DUMPS, CCNP DUMPS, CCIE DUMPS, ITIL, EXIN DUMPS,


READ Free Dumps For Microsoft- 70-488





Question ID 12598

Contoso uses a SharePoint site that contains subsites. Each subsite represents different
projects. Each project site is based on a team site template and stores information and
documents. Contoso has five teams: Manufacturing, Sales, Administration, Marketing, and
IT.
You must create a different look and feel for each team site such that any visitor to the site
can identify the team by looking at the colors, fonts, and background image of the site.
You need to create a different look and feel for each team.
What should you do? (Each correct answer presents part of the complete solution. Choose
all that apply.)

Option A

Open Contoso Corporate Microsoft PowerPoint Slides Template, save the template as ContosoCorporate.master, and then upload it to the Theme Gallery.

Option B

 From SharePoint Designer, go to Content Types. Right-click and select Content Type Settings.

Option C

Get a site background image for each team and upload it to the site collection images library. Then create a new master page for each team site by using the Master Page Gallery. Set the version to 15.

Option D

From the Web Designer Galleries, choose Composed Looks and create a new item for each team site. Specify the title, URL of the master page, theme, background image, and font schema file.

Option E

On the Site Settings page in the Look and Feel section, choose Change the look.

Option F

Create a new font XML schema with a font specification for each team.

Correct Answer B,C,D
Explanation Explanation: B: * Content types enable site users to quickly create specialized kinds of content by using the New Item or New Document command in a list or library. Content types provide site owners a way to make sure that that content is consistent across sites. Site owners can pre- configure specific details about the content when they set up content types for a site, list, or library. * Define content types If your group works with several types of files, such as worksheets, presentations, and documents, you can extend the functionality of your library by enabling and defining multiple content types. Content types add flexibility and consistency across multiple libraries. Each content type can specify a template and even workflow processes. The templates act as a starting point, for formatting and any boilerplate text and for properties that apply to the documents of that type, such as department name or contract number. Reference: Best practices for creating and managing team sites C: To map a master page to a SharePoint site 1. In Site Settings for the designated site, under the Look and Feel section, choose Master Page. 2. On Site Master Page Settings, select one of the two options for the Site Master Page or System Master Page sections: 2a. Inherit site master page from parent site Choose this option if you are configuring a child SharePoint site and want to use the parent master page. 2b. Specify a master page to be used by this site and all sites that inherit from it Choose this option if you want to map a specific master page to the site, or if you want to map a specific master page for administrative pages. A drop-down box named Default or All Channels is available for you, depending on your site or system configuration, so you can select a specific master page stored in the master page gallery. Select the desired master page from the drop-down box. 3. Choose OK. Reference: How to: Apply a master page to a site in SharePoint 2013 D:


Question ID 12599

Adventure Works uses a SharePoint publishing site to host their public-facing website at
http://www.adventureworks.com. The website gives external users the ability to register
and sign in to the site to buy Adventure Works products.
You notice that publicly registered users see the SharePoint ribbon.
You need to ensure that the SharePoint ribbon is available only to content authors and
administrators.
What should you do? 

Option A

Open the current site master page in SharePoint Designer, place the SharePoint:SPSecurityTrimmedControl control around the div tag with the s4-ribbonrow ID. Set the PermissionsString to ManageSubWeb.

Option B

Open the current site master page in SharePoint Designer, find a div tag with the s4- ribbonrow ID, and then remove all of the contents of the div.

Option C

 Open the current site master page in SharePoint Designer and then place the SharePoint:SPSecurityTrimmedControl control around the div tag with the s4-ribbonrow ID. Set the PermissionsString to AddAndCustomizePages.

Option D

 In the SharePoint project, add an Empty Element and then use the <HideCustomAction> tag to hide the ribbon.

Correct Answer C
Explanation Explanation: If you designed a custom master page for your SharePoint 2010 and the ribbon is in your way, SharePoint has a built-in control that lets you hide it from anonymous users in few easy steps. Open and check-out your master page, find where your ribbon control starts or look for . Place this control below . Find where your ribbon control ends or look for
and place the closing control above it . Save, check-in the master page and publish it to see the changes. From now on, only logged in users with the right permissions will be able to see the ribbon on the top. Incorrect: Not A: Permission should be set to AddAndCustomizePages not ManageSubWeb. Reference: SharePoint, Hide the Ribbon from Anonymous Users