Microsoft Advanced Solutions of Microsoft SharePoint Server 2013 - 070-332 FREE EXAM DUMPS QUESTIONS & ANSWERS
You need to meet the technical requirements for failover.
What should you do?
What should you do?
Correct Answer: A
Vote an answer
You recently upgraded a SharePoint Server 2007 server farm to SharePoint Server 2013.
You discover that when search results contain Microsoft Word 2007 documents, the results do not display the title of
the documents. Instead, the results display a few words from the text of the documents as the title.
You need to ensure that the title of the Word 2007 documents is displayed in the search results.
The solution must minimize administrative effort.
What should you do?
You discover that when search results contain Microsoft Word 2007 documents, the results do not display the title of
the documents. Instead, the results display a few words from the text of the documents as the title.
You need to ensure that the title of the Word 2007 documents is displayed in the search results.
The solution must minimize administrative effort.
What should you do?
Correct Answer: B
Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
HOTSPOT
You develop an application that generates PDF files from an XML content stream.
You need to create a service application to support the file conversion efforts.
Which service application should you create? (To answer, select the appropriate service application in the answer
area).

You develop an application that generates PDF files from an XML content stream.
You need to create a service application to support the file conversion efforts.
Which service application should you create? (To answer, select the appropriate service application in the answer
area).

Correct Answer:

DRAG DROP
An organization plans to install apps in its production SharePoint environment hosted at sharepoint.contoso.com.
The services necessary to host and enable apps have not been configured.
You need to configure the environment to host SharePoint apps.
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.)

An organization plans to install apps in its production SharePoint environment hosted at sharepoint.contoso.com.
The services necessary to host and enable apps have not been configured.
You need to configure the environment to host SharePoint apps.
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:
Box 1:

Box 2:

Box 3:

Note:
*
To create a wildcard Alias (CNAME) record for the new domain name
Verify that the user account that performs this procedure is a local administrator on the domain controller.
In DNS Manager, under Forward Lookup Zones, right-click the new app domain name, and then click New Alias
(CNAME). (box 1)
In the New Resource Record dialog box, in the Alias name (uses parent domain if left blank) box, type *.
The Fully qualified domain name (FQDN) box displays *. followed by the domain name that you created for apps. For
example, *.ContosoApps.com or *.Contoso-Apps.com. (box 2)
Next to the Fully qualified domain name (FQDN) for target host box, type the FQDN of the server that hosts the
SharePoint sites. (box 3)
* Overview of how to configure an environment for apps for SharePoint

* SharePoint-hosted apps for SharePoint are installed on a SharePoint 2013 website, called the host web, and that
have their resources hosted on an isolated subsite of a host web, called the app web. This approach enables you to
reuse common SharePoint artifacts, such as lists and Web Parts. When you take this approach, you can use only
JavaScript and you cannot use any server-side code.
Reference: Configure an environment for apps for SharePoint (SharePoint 2013)

Box 2:

Box 3:

Note:
*
To create a wildcard Alias (CNAME) record for the new domain name
Verify that the user account that performs this procedure is a local administrator on the domain controller.
In DNS Manager, under Forward Lookup Zones, right-click the new app domain name, and then click New Alias
(CNAME). (box 1)
In the New Resource Record dialog box, in the Alias name (uses parent domain if left blank) box, type *.
The Fully qualified domain name (FQDN) box displays *. followed by the domain name that you created for apps. For
example, *.ContosoApps.com or *.Contoso-Apps.com. (box 2)
Next to the Fully qualified domain name (FQDN) for target host box, type the FQDN of the server that hosts the
SharePoint sites. (box 3)
* Overview of how to configure an environment for apps for SharePoint

* SharePoint-hosted apps for SharePoint are installed on a SharePoint 2013 website, called the host web, and that
have their resources hosted on an isolated subsite of a host web, called the app web. This approach enables you to
reuse common SharePoint artifacts, such as lists and Web Parts. When you take this approach, you can use only
JavaScript and you cannot use any server-side code.
Reference: Configure an environment for apps for SharePoint (SharePoint 2013)
You are configuring a SharePoint farm.
You have the following requirements:
Implement an enterprise resource pool.
Enable tasks to be assigned to users.
Implement a resource breakdown structure.
You need to implement a solution that meets the requirements.
What should you do?
You have the following requirements:
Implement an enterprise resource pool.
Enable tasks to be assigned to users.
Implement a resource breakdown structure.
You need to implement a solution that meets the requirements.
What should you do?
Correct Answer: B
Vote an answer
DRAG DROP
An organization migrates a SharePoint environment from SharePoint 2010 to SharePoint 2013. The organization has a
web application at http://intranet.contoso.com.
A corporate governance policy states that users of the web application must be able to create sites only with a
compatibility level of SharePoint 2013.
You need to implement the governance policy.
Which three Windows PowerShell cmdlets should you run in sequence? (To answer, move the appropriate cmdlets
from the list of cmdlets to the answer area and arrange them in the correct order.)

An organization migrates a SharePoint environment from SharePoint 2010 to SharePoint 2013. The organization has a
web application at http://intranet.contoso.com.
A corporate governance policy states that users of the web application must be able to create sites only with a
compatibility level of SharePoint 2013.
You need to implement the governance policy.
Which three Windows PowerShell cmdlets should you run in sequence? (To answer, move the appropriate cmdlets
from the list of cmdlets to the answer area and arrange them in the correct order.)

Correct Answer:
Box 1:

Box 2:

Box 3:

Note:
* RangeNameis one of the following values:OldVersions,NewVersion,AllVersions.
Here we must NewVerssion as " the web application must be able to create sites only with a compatibility level of
SharePoint 2013".
* The last step is to validate.
* At the Windows PowerShell command prompt, type the following command to change the compatibility range
settings to a specific range:
$wa=Get-SPWebApplication<URL>
# Stores the web application at that URL as a variable
$wa.CompatibilityRange = [Microsoft.SharePoint.SPCompatibilityRange]::<RangeName>
# Specifies which range to use
$wa.Update()
# Updates the CompatibilityRange setting to use only the range you specified
$wa.CompatibilityRange
# Returns the new CompatibilityRange for the web application
Where:
<URL> is URL for the web application that you want to change.
RangeName is one of the following values: OldVersions, NewVersion, AllVersions.
Reference: To change compatibility range for site creation modes for a web application by using Windows PowerShell

Box 2:

Box 3:

Note:
* RangeNameis one of the following values:OldVersions,NewVersion,AllVersions.
Here we must NewVerssion as " the web application must be able to create sites only with a compatibility level of
SharePoint 2013".
* The last step is to validate.
* At the Windows PowerShell command prompt, type the following command to change the compatibility range
settings to a specific range:
$wa=Get-SPWebApplication<URL>
# Stores the web application at that URL as a variable
$wa.CompatibilityRange = [Microsoft.SharePoint.SPCompatibilityRange]::<RangeName>
# Specifies which range to use
$wa.Update()
# Updates the CompatibilityRange setting to use only the range you specified
$wa.CompatibilityRange
# Returns the new CompatibilityRange for the web application
Where:
<URL> is URL for the web application that you want to change.
RangeName is one of the following values: OldVersions, NewVersion, AllVersions.
Reference: To change compatibility range for site creation modes for a web application by using Windows PowerShell
===========================
Case Study: 3
Baldwin Museum of Science
Background
Baldwin Museum of Science has an Active Directory Domain Services (AD DS) domain named
BaldwinMuseumOfScience.com.
The domain has a SharePoint environment that contains two farms named ContentFarm and SearchFarm.
ContentFarm includes content and collaboration tools. A custom app named Time Entry is deployed to the
App Store on ContentFarm. ContentFarm includes a site collection named HR.
You are planning for a major content and configuration update to the term store in the managed metadata
service application that is located on ContentFarm.
SearchFarm is reserved for crawling content and responding to search queries.
ContentFarm Topology
The topology of ContentFarm is shown in the following table.

ContentFarm has the following characteristics:
Primary content for the farm is available at the URL
*
SharePoint.BaldwinMuseumOfScience.com.
Requests for content from the farm are load-balanced between SPC-WEB01 and
*
SPC-WEB02.
The servers that run Microsoft SQL Server are members of an active/passive cluster
*
that run a failover cluster named SP-SQL01.
MySites sites for each user are hosted on a separate web application available at the
*
URL my.baldwinmuseumofscience.com.
Requests for MySites pages are load-balanced between SPC-WEB01 and SPC-
*
WEB02.
A full backup of the farm is performed once a week.
*
An incremental backup of the farm is performed once a day.
*
The Site Owner of the HR site collection requires that the HR Site Collection be
*
backed up in full on a daily basis.
The managed metadata, user profile, and BCS service applications are enabled in the
*
farm.
All members of the SharePoint developer team belong to an AD DS security group
*
named SharePoint_App_Dev.
SearchFarm Topology
The topology of SearchFarm is shown in the following table.

SearchFarm has the following characteristics:
The farm currently uses SPS-DB01 as its primary database instance.
*
SPS-DB01 has experienced multiple hard drive failures in the last month.
*
The identity of the search service application is not documented.
*
Technical Requirements
The following requirements must be met for ContentFarm and SearchFarm:
All administrative activities must be performed by using Windows PowerShell.
*
Custom applications created by using the SharePoint app model must be deployed to,
*
and hosted in, an internal App Store.
Site owners must not be able to directly purchase third-party apps from the public
*
SharePoint Store.
Members of the SharePoint_App AD DS security group must have the ability to
*
submit new apps and app updates to the App Store of ContentFarm.
Members of the SharePoint_App_Dev AD DS security group must not be granted
*
farm administrator rights in ContentFarm.
The Time Entry app must remain available to users at all times.
*
The contents of ContentFarm must be indexed by the Search service application of
*
SearchFarm.
All responses to queries submitted by users in ContentFarm must be served by the
*
Search service application of SearchFarm.
The database resources for SearchFarm must be configured to be highly available by
*
using SQL Server database mirroring with automatic failover.
MySite content databases must be moved to a separate clustered database instance.
*
The new clustered database instance must be created by using existing database
servers in ContentFarm.
All storage resources for both farms must be redundant and provide high
*
performance for both read and write operations and support disk mirroring.
A snapshot of the current state of the managed metadata service application must be
*
taken before the service application receives the planned major update.
===========================
You need to configure SPS-DB01.
Which type of storage solution should you implement?
Case Study: 3
Baldwin Museum of Science
Background
Baldwin Museum of Science has an Active Directory Domain Services (AD DS) domain named
BaldwinMuseumOfScience.com.
The domain has a SharePoint environment that contains two farms named ContentFarm and SearchFarm.
ContentFarm includes content and collaboration tools. A custom app named Time Entry is deployed to the
App Store on ContentFarm. ContentFarm includes a site collection named HR.
You are planning for a major content and configuration update to the term store in the managed metadata
service application that is located on ContentFarm.
SearchFarm is reserved for crawling content and responding to search queries.
ContentFarm Topology
The topology of ContentFarm is shown in the following table.

ContentFarm has the following characteristics:
Primary content for the farm is available at the URL
*
SharePoint.BaldwinMuseumOfScience.com.
Requests for content from the farm are load-balanced between SPC-WEB01 and
*
SPC-WEB02.
The servers that run Microsoft SQL Server are members of an active/passive cluster
*
that run a failover cluster named SP-SQL01.
MySites sites for each user are hosted on a separate web application available at the
*
URL my.baldwinmuseumofscience.com.
Requests for MySites pages are load-balanced between SPC-WEB01 and SPC-
*
WEB02.
A full backup of the farm is performed once a week.
*
An incremental backup of the farm is performed once a day.
*
The Site Owner of the HR site collection requires that the HR Site Collection be
*
backed up in full on a daily basis.
The managed metadata, user profile, and BCS service applications are enabled in the
*
farm.
All members of the SharePoint developer team belong to an AD DS security group
*
named SharePoint_App_Dev.
SearchFarm Topology
The topology of SearchFarm is shown in the following table.

SearchFarm has the following characteristics:
The farm currently uses SPS-DB01 as its primary database instance.
*
SPS-DB01 has experienced multiple hard drive failures in the last month.
*
The identity of the search service application is not documented.
*
Technical Requirements
The following requirements must be met for ContentFarm and SearchFarm:
All administrative activities must be performed by using Windows PowerShell.
*
Custom applications created by using the SharePoint app model must be deployed to,
*
and hosted in, an internal App Store.
Site owners must not be able to directly purchase third-party apps from the public
*
SharePoint Store.
Members of the SharePoint_App AD DS security group must have the ability to
*
submit new apps and app updates to the App Store of ContentFarm.
Members of the SharePoint_App_Dev AD DS security group must not be granted
*
farm administrator rights in ContentFarm.
The Time Entry app must remain available to users at all times.
*
The contents of ContentFarm must be indexed by the Search service application of
*
SearchFarm.
All responses to queries submitted by users in ContentFarm must be served by the
*
Search service application of SearchFarm.
The database resources for SearchFarm must be configured to be highly available by
*
using SQL Server database mirroring with automatic failover.
MySite content databases must be moved to a separate clustered database instance.
*
The new clustered database instance must be created by using existing database
servers in ContentFarm.
All storage resources for both farms must be redundant and provide high
*
performance for both read and write operations and support disk mirroring.
A snapshot of the current state of the managed metadata service application must be
*
taken before the service application receives the planned major update.
===========================
You need to configure SPS-DB01.
Which type of storage solution should you implement?
Correct Answer: A
Vote an answer
DRAG DROP
You need to meet the content access requirements during the upgrade process.
What should you do? (To answer, drag the appropriate terms to the correct location or locations in the answer area.
Each term may be used once, more than once, or not at all. You may need to drag the split bar between panes or
scroll to view content.)

You need to meet the content access requirements during the upgrade process.
What should you do? (To answer, drag the appropriate terms to the correct location or locations in the answer area.
Each term may be used once, more than once, or not at all. You may need to drag the split bar between panes or
scroll to view content.)

Correct Answer:

Box 1: SQL Server Management Studio
Box 2: State
Box 3: True
Box 4: Content
Note:
* From scenario:
/ All content databases within the production farm must be set to read-only when patching and upgrading the farm.
* SQL Server Management Studio (ssms) is a software application first launched with the Microsoft SQL Server 2005
that is used for configuring, managing, and administering all components within Microsoft SQL Server.
* A farm is considered read-only if one of the following is true:
All content databases are set to read-only.
Service application databases are set to read-only.
* To set content databases to read-only by using SQL Server
Verify that the user account that is performing this procedure is a member of the db_owner fixed database role in
each database.
Start SQL Server Management Studio.
Right-click the content database that you want to make read-only, and then click Properties.
Select the Options page, and, in the Other options list, scroll to the State section.
In the Database Read-Only row, click the arrow next to False, select True, and then click OK.
Repeat for all other content databases.
Reference: Run a farm that uses read-only databases in SharePoint 2013
HOTSPOT
You have a SharePoint Server 2013 server farm and a Microsoft Exchange Server 2013 organization.
The User Profile Service Application is provisioned and configured.
You need to ensure that when users navigate to their personal site, they can see their tasks from Exchange Server
2013 and from SharePoint Server 2013.
Which service application should you deploy? (To answer, select the appropriate service application in the answer
area.)

You have a SharePoint Server 2013 server farm and a Microsoft Exchange Server 2013 organization.
The User Profile Service Application is provisioned and configured.
You need to ensure that when users navigate to their personal site, they can see their tasks from Exchange Server
2013 and from SharePoint Server 2013.
Which service application should you deploy? (To answer, select the appropriate service application in the answer
area.)

Correct Answer:

Explanation: Work Management Service Application
The Work Management Service Application provides functionality to aggregate tasks to a central location on
SharePoint Server:
Users get the possibility to view and track their to-dos and tasks.
Tasks can be cached to a users personal site.
Tasks can sync to Outlook where users can edit them wherever they have access to Outlook.
Tasks can be aggregated from Exchange, Project Server and SharePoint.
Based on 'Provider model' so that other systems can be integrated in the future.
DRAG DROP
You need to configure authentication for the Tailspin360.TailspinToys.com site.
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.)

You need to configure authentication for the Tailspin360.TailspinToys.com site.
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:
Box 1:

Box 2:

Box 3:

Note:
* Step 1:
/ Target Application Type. By default, SharePoint Online uses type Group Restricted.
/ In the Members section, enter a list of users or SharePoint Online groups of users who need to access the target
application. Or, you can use the Browse button to search for the name of a group that you want to map to the Target
Application.
* Step 2:
In the Credential Fields section, enter the Field Names and Field Types for the credentials that are required to access
data in the Target Application. These fields determine how you will map identity in the Secure Store Service. By
default, the Credential Fields list the Windows User Name and Windows Password with matching Field Types (User
Name and Password), and specifies that the password is masked.
* Step 3:
If you are using Excel Services, use the procedures in this section to complete the necessary configuration steps.
If the Unattended Service Account has not already been configured for Excel Services, follow these steps to configure
it.
To configure the Unattended Service Account
On the SharePoint Central Administration home page, under Application Management, click Manage Service
Applications.
Click the Excel Services service application.
Click Global Settings.
In the External Data section, choose the Use an existing Unattended Service Account option, and then type the name
of the target application that you created for the Unattended Service Account in the Target Application ID text box.
Click OK.
* From scenario:
/ The site must be accessible only to members of the Sales team.
/ The salesAccess shared domain account has permissions to read data from the database.
/ Excel workbooks published to a document library app must be opened in a browser. Excel workbooks in other
locations must open in Excel.
* The Secure Store Service is designed to create a background mapping between a group of users in SharePoint, and a
single user known to the external data system. When the Secure Store Service is properly configured, the following
occurs:
* A user authenticates through Internet Information Services (the web server technology underlying SharePoint
technologies) to SharePoint Online via valid credentials.
* Inside SharePoint Online, the Secure Store Service uses mapped credentials known to the external business
application to render any necessary external data on the site for the authenticated user.
Reference: Create or edit a Secure Store Target Application

Box 2:

Box 3:

Note:
* Step 1:
/ Target Application Type. By default, SharePoint Online uses type Group Restricted.
/ In the Members section, enter a list of users or SharePoint Online groups of users who need to access the target
application. Or, you can use the Browse button to search for the name of a group that you want to map to the Target
Application.
* Step 2:
In the Credential Fields section, enter the Field Names and Field Types for the credentials that are required to access
data in the Target Application. These fields determine how you will map identity in the Secure Store Service. By
default, the Credential Fields list the Windows User Name and Windows Password with matching Field Types (User
Name and Password), and specifies that the password is masked.
* Step 3:
If you are using Excel Services, use the procedures in this section to complete the necessary configuration steps.
If the Unattended Service Account has not already been configured for Excel Services, follow these steps to configure
it.
To configure the Unattended Service Account
On the SharePoint Central Administration home page, under Application Management, click Manage Service
Applications.
Click the Excel Services service application.
Click Global Settings.
In the External Data section, choose the Use an existing Unattended Service Account option, and then type the name
of the target application that you created for the Unattended Service Account in the Target Application ID text box.
Click OK.
* From scenario:
/ The site must be accessible only to members of the Sales team.
/ The salesAccess shared domain account has permissions to read data from the database.
/ Excel workbooks published to a document library app must be opened in a browser. Excel workbooks in other
locations must open in Excel.
* The Secure Store Service is designed to create a background mapping between a group of users in SharePoint, and a
single user known to the external data system. When the Secure Store Service is properly configured, the following
occurs:
* A user authenticates through Internet Information Services (the web server technology underlying SharePoint
technologies) to SharePoint Online via valid credentials.
* Inside SharePoint Online, the Secure Store Service uses mapped credentials known to the external business
application to render any necessary external data on the site for the authenticated user.
Reference: Create or edit a Secure Store Target Application