最新的Microsoft Advanced Solutions of Microsoft SharePoint Server 2013 - 70-332免費考試真題
You need to ensure that the developers have the necessary permissions to meet the BCS model requirements.
What should you do?
What should you do?
正確答案: D
Members of the Sales team store Microsoft Excel workbooks and other files on a SharePoint team site. The workbooks
do not access external data.
When Sales team members attempt to open workbooks from the team site, they receive an error message stating
that the workbook cannot be opened.
You need to configure the SharePoint farm to ensure that users can open Excel workbooks.
What should you do?
do not access external data.
When Sales team members attempt to open workbooks from the team site, they receive an error message stating
that the workbook cannot be opened.
You need to configure the SharePoint farm to ensure that users can open Excel workbooks.
What should you do?
正確答案: B
HOTSPOT
You have a SharePoint Server 2013 server farm that uses a Microsoft SQL Server 2012 database server.
You need to automate the backup of the content databases.
From which node should you perform the configuration? (To answer, select the appropriate node in the answer area.)

You have a SharePoint Server 2013 server farm that uses a Microsoft SQL Server 2012 database server.
You need to automate the backup of the content databases.
From which node should you perform the configuration? (To answer, select the appropriate node in the answer area.)

正確答案:

* Maintenance Plans
Creating SQL Server 2008 maintenance plans
You can programmatically apply many of the database maintenance operations that are discussed in this article by
implementing SQL Server maintenance plans. Maintenance plans can automate and schedule essential tasks to
protect your dat
a. By using maintenance plans in SQL Server 2008 or SQL Server 2005, an administrator can schedule operations such
as running database consistency checks, reorganizing indexes, or rebuilding indexes.
* To configure a SQL Server 2008 database maintenance plan
On the taskbar, choose Start, All Programs, Microsoft SQL Server 2008, SQL Server Management Studio.
In Object Explorer, connect to an instance of the SQL Server 2008 Database Engine and then expand that instance.
Choose Management, right-click Maintenance Plans, and then choose Maintenance Plan Wizard.
Choose Next until you reach the Select Plan Properties page.
And later:
Select Maintenance Tasks page

Reference: Database maintenance for SharePoint 2010 Products
A SharePoint 2010 environment contains a Microsoft SQL Server 2008 R2 database instance named SP-SQL that hosts
the databases for the farm.
You are upgrading the farm to SharePoint 2013.
You need to ensure that users can access the unmodified farm contents during the upgrade process.
What should you do?
the databases for the farm.
You are upgrading the farm to SharePoint 2013.
You need to ensure that users can access the unmodified farm contents during the upgrade process.
What should you do?
正確答案: C
說明:(僅 Fast2test 成員可見)
HOTSPOT
An organization has an Active Directory Domain Services (AD DS) domain that includes a security group named
SPAdmins. Employees use SharePoint to connect to external business systems.
In Central Administration, you select Manage Service Applications.
You need to configure the Secure Store service application to ensure that members of the SPAdmins group can create
new Secure Store target applications.
Which button should you click to begin the process? (To answer, select the appropriate button in the answer area.)

An organization has an Active Directory Domain Services (AD DS) domain that includes a security group named
SPAdmins. Employees use SharePoint to connect to external business systems.
In Central Administration, you select Manage Service Applications.
You need to configure the Secure Store service application to ensure that members of the SPAdmins group can create
new Secure Store target applications.
Which button should you click to begin the process? (To answer, select the appropriate button in the answer area.)

正確答案:

Note:
To assign or remove administrators to a service application by using Central Administration
Verify that the user account that is performing this procedure is a member of the Farm Administrators group.
On the Central Administration Home page, in theApplication Managementsection, clickManage service applications.
On the Manage Service Applications page, select the row that contains the service application to which you want to
add or remove administrators. The ribbon becomes available.
On the ribbon, clickAdministrators.
To add an administrator:
In the first text box on the page, type the user accounts or groups that you want to add. You can click thePeopleicon to
validate a name. You can click theAddress bookicon to search for users to add. You can add multiple administrators
into the text box.
After you have added the administrators, clickOK.
To remove an administrator:
In the second text box on the page, select the administrator whom you want to remove. Note that this step does not
remove the user from the system-it merely revokes the user's administrative permissions to the selected service
application.
ClickRemove.
After you have finished removing administrators, clickOK.
Reference: Assign or remove administrators to a service application (SharePoint 2013)
DRAG DROP
You plan to deploy a SharePoint Server 2013 server farm.
You need to recommend which methods must be used to back up the following components:
The Managed Metadata Service, including the associated proxy
The entire farm, including all of the data and all of the configurations
A single list only
Which backup method should you recommend for each component? (To answer, drag the appropriate backup
methods to the correct components. Each backup method 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 plan to deploy a SharePoint Server 2013 server farm.
You need to recommend which methods must be used to back up the following components:
The Managed Metadata Service, including the associated proxy
The entire farm, including all of the data and all of the configurations
A single list only
Which backup method should you recommend for each component? (To answer, drag the appropriate backup
methods to the correct components. Each backup method 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.)

正確答案:

Note:
* Service information:
At the Windows PowerShell command prompt, type the following command:
Backup-SPFarm -Directory <BackupFolder> -BackupMethod {Full | Differential} -Item <ServiceApplicationName> [-
Verbose]
Where:
<BackupFolder> is the path of a folder on the local computer or on the network in which you want to store the
backups.
<ServiceApplicationName> is the name of the service application that you want to back up. To display the name of the
service application, at the Windows PowerShell command prompt, type the following command: Backup-SPFarm -
ShowTree.
* Farm:
At the Windows PowerShell command prompt, type the following command:
Backup-SPFarm -Directory <BackupFolder> -BackupMethod {Full | Differential} [-Verbose]
* Single list:
At the Windows PowerShell command prompt, type the following command:
Export-SPWeb -Identity <SiteURL> -Path <Path and File Name> [-ItemUrl <URL of Site, List, or Library>] [-
IncludeUserSecurit
Where:
<SiteURL> is URL for the site, list, or library that you are exporting.
<Path and FileName> is path and name for the site, list, or library that you are exporting.
<URL of Site, List, or Library> is the URL for the site, list, or library where you are exporting.
HOTSPOT
You develop an application that creates variations of a submitted page. These variations display the original authored
page in three different languages.
You need to create a service application to support the language conversion efforts.
Which service application should you create? (To answer, select the appropriate service application in the answer
area).

You develop an application that creates variations of a submitted page. These variations display the original authored
page in three different languages.
You need to create a service application to support the language conversion efforts.
Which service application should you create? (To answer, select the appropriate service application in the answer
area).

正確答案:

You need to ensure that users can install apps from the App Catalog.
Which permission or permissions should you grant to the users?
Which permission or permissions should you grant to the users?
正確答案: D
DRAG DROP
You need to make the required resources available for users in the accounting department.
Which four 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 make the required resources available for users in the accounting department.
Which four 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.)

正確答案:
Box 1: Set the permission for SvcApp1 to full Control on DEPT-Sp13.
Box 2: Exchange trust certificates between HQ-Sp13 and DEPT-Sp13.
Box 3: Connect to SvcApp1 on HQ-SP13. Add SvcApp1 to WebApp1.
Box 4: Publish SvcApp1 on HQ-Sp13.
Note:
* From scenario:
/ After the upgrade, users in the accounting department who connect to WebApp1 must be able to access shared
resources in SvcApp1
/ A custom service application named SvcApp1 provides access to data in a legacy system.
/ Shared resources in SvcApp1 must be available to other SharePoint farms in the company.
/ HQ-SP10 hosts many web applications that require unique service accounts. A SharePoint 2010 web application
named WebApp1 is located at https://webappl.contoso.com. WebApp1 references a custom knowledge base module
in HQ-SP10 and the content is stored in the SharePoint database HQDB. Employees authenticate to WebApp1 by using
classic mode authentication.
/ DEPT-Sp13 is the old server. HQ-Sp13 is the new server.
/ Current scenario:
DEPT-SP13 hosts two service applications:
A built-in service application provides access to a business data model connected to the company's data warehouse.
A custom service application named SvcApp1 provides access to data in a legacy system.
Box 2: Exchange trust certificates between HQ-Sp13 and DEPT-Sp13.
Box 3: Connect to SvcApp1 on HQ-SP13. Add SvcApp1 to WebApp1.
Box 4: Publish SvcApp1 on HQ-Sp13.
Note:
* From scenario:
/ After the upgrade, users in the accounting department who connect to WebApp1 must be able to access shared
resources in SvcApp1
/ A custom service application named SvcApp1 provides access to data in a legacy system.
/ Shared resources in SvcApp1 must be available to other SharePoint farms in the company.
/ HQ-SP10 hosts many web applications that require unique service accounts. A SharePoint 2010 web application
named WebApp1 is located at https://webappl.contoso.com. WebApp1 references a custom knowledge base module
in HQ-SP10 and the content is stored in the SharePoint database HQDB. Employees authenticate to WebApp1 by using
classic mode authentication.
/ DEPT-Sp13 is the old server. HQ-Sp13 is the new server.
/ Current scenario:
DEPT-SP13 hosts two service applications:
A built-in service application provides access to a business data model connected to the company's data warehouse.
A custom service application named SvcApp1 provides access to data in a legacy system.
DRAG DROP
A SharePoint 2010 environment contains the site collections described in the following table.

You plan to migrate the environment to SharePoint 2013. You create a SharePoint 2013 site at the URL
http://testIntranet.contoso.com. You restore the database backups from the 2010 environment to the 2013
environment.
You test the migration plan by migrating the Intranet.Content database to the new site.
You need to verify that the test migration succeeds.
Which Windows PowerShell cmdlets should you run? (To answer, drag the appropriate cmdlets to the correct location
or locations in the answer area. Each cmdlet 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.)

A SharePoint 2010 environment contains the site collections described in the following table.

You plan to migrate the environment to SharePoint 2013. You create a SharePoint 2013 site at the URL
http://testIntranet.contoso.com. You restore the database backups from the 2010 environment to the 2013
environment.
You test the migration plan by migrating the Intranet.Content database to the new site.
You need to verify that the test migration succeeds.
Which Windows PowerShell cmdlets should you run? (To answer, drag the appropriate cmdlets to the correct location
or locations in the answer area. Each cmdlet 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.)

正確答案:

Note:
* Test -SPContentDatabase
Use the Test-SPContentDatabase cmdlet to test a content database against a Web application to verify all
customizations referenced within the content database are also installed in the web application.
* The Mount-SPContentDatabase cmdlet attaches an existing content database to the farm. If the database being
mounted requires an upgrade, this cmdlet will cause the database to be upgraded.
Example:
ExAMPLE
Mount-SPContentDatabase "MyDatabase" -DatabaseServer "MyServer" -WebApplication http://sitename
This example mounts an existing database to the sitename web application. If upgrades are required, it triggers
database schema upgrade and then performs only build-to-build upgrade actions on existing site collections if
required.
You are moving a customized SharePoint site collection to a new farm. You attach and mount the source content
database in the destination farm.
You need to ensure that all customizations from the source farm are available in the destination farm.
What should you do?
database in the destination farm.
You need to ensure that all customizations from the source farm are available in the destination farm.
What should you do?
正確答案: C
說明:(僅 Fast2test 成員可見)
You have a SharePoint Server 2010 server farm. The farm contains a custom solution package (.wsp).
You upgrade the farm to SharePoint Server 2013.
You need to ensure that the solution package (.wsp) can be used in the farm.
Which cmdlet should you run first?
You upgrade the farm to SharePoint Server 2013.
You need to ensure that the solution package (.wsp) can be used in the farm.
Which cmdlet should you run first?
正確答案: D
說明:(僅 Fast2test 成員可見)
You are the administrator for a company's SharePoint environment.
All SharePoint installations must use SQL aliases.
You need to complete the configuration.
Which tool should you use?
All SharePoint installations must use SQL aliases.
You need to complete the configuration.
Which tool should you use?
正確答案: E
說明:(僅 Fast2test 成員可見)
You are moving a customized SharePoint site collection to a new farm.
You attach and mount the source content database in the destination farm.
You need to ensure that all customizations from the source farm are available in the destination farm.
What should you do?
You attach and mount the source content database in the destination farm.
You need to ensure that all customizations from the source farm are available in the destination farm.
What should you do?
正確答案: B