70-332 Premium Bundle

70-332 Premium Bundle

Advanced Solutions of Microsoft SharePoint Server 2013 Certification Exam

4.5 
(22140 ratings)
0 QuestionsPractice Tests
0 PDFPrint version
November 23, 2024Last update

Microsoft 70-332 Free Practice Questions

Q1. DRAG DROP - (Topic 2) 

You need to meet the database backup requirements. 

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.) 

Answer:  

Q2. - (Topic 2) 

You need to meet the content recovery requirements for the farm. 

What should you do? 

A. Run the Windows PowerShell cmdlet Get-SPUnattachedContentDatabase -DatabaseName "WSS_TempContent" 

B. Run the Windows PowerShell cmdlet Get-SPContentDatabase -Con nectAsUnattached Data base -DatabaseName "SharePoint_Config" 

C. Use the Recover data from an unattached content database option in Central Administration. 

D. Use the Export a site or list option in Central Administration. 

Answer:

Q3. HOTSPOT - (Topic 6) 

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). 

Answer:  

Q4. HOTSPOT - (Topic 6) 

You install Microsoft Project Server 2013. 

You need to provision a Project web app instance in an existing web app in a SharePoint farm. 

In Central Administration, which task should you perform? (To answer, select the appropriate task in the answer area.) 

Answer:  

Q5. - (Topic 2) 

You need to meet the security requirement for site collection upgrades. 

Which two Windows PowerShell cmdlets should you perform? (Each correct answer presents part of the solution. Choose two.) 

A. $reports.AllowSelfServiceUpgrade = false 

B. $reports = Get-SPSite "http://reports.wideworldimporters.com" 

C. $reports.AllowSelfServiceUpgrade 

D. $reports = Get-SPWebApplication "http://reports.wideworldimporters.com" 

E. Sreports.AllowSelfServiceUpgrade = true 

Answer: A,B 

Explanation: * At the Windows PowerShell command prompt, type the following command 

to view the self-service upgrade setting for a site collection: 

$site=Get-SPSite<URL> 

$site.AllowSelfServiceUpgrade=<Value> 

Where: 

<URL> is URL for the site collection that you want to affect. 

<Value> is either 'true' to allow site collection administrators to upgrade the site, or 'false' to 

not show them the notification and not allow them to upgrade. 

* Get-SPSite 

Returns all site collections that match the specified criteria. 

Note: 

* From scenario: 

/ A site collection named Report Center has been created at http:// 

reports.wideworldimporters.com. 

/ Site Collection administrators must not have the ability to upgrade site collections. 

/ Site Collection upgrade jobs must be throttled to a maximum of five site collections at a time. 

Incorrect: 

D: Get-SPWebApplication Returns all Web applications that match the given criteria. The Get-SPWebApplicationcmdlet returns all Web applications that match the scope given by the Identity parameter. The Identity can be the name of the name, URL, or GUID of the Web application. If no Identity is specified, all Web applications are returned. The Central Administration Web application is only returned if its exact identity is provided or the IncludeCentralAdministration flag is provided. 

Reference: Manage site collection upgrades to SharePoint 2013 

Q6. DRAG DROP - (Topic 6) 

You are planning to install an instance of Microsoft SQL Server for a SharePoint 2013 farm. 

You have the following requirements: . Ensure that databases can be redirected to other servers. . Minimize potential security threats. You need to install and configure the instance. 

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:  

Q7. - (Topic 6) 

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? 

A. Install all custom applications in the destination farm. 

B. Configure alternate access mappings on the source server. 

C. Copy all search indexes from the source farm to the destination farm. 

D. Copy all SharePoint groups and users from the source farm to the destination farm. 

Answer:

Q8. DRAG DROP - (Topic 5) 

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.) 

Answer:  

Q9. - (Topic 6) 

You upgrade a SharePoint Server 2010 server farm to SharePoint Server 2013. Several users report that a site collection site has the visual elements of SharePoint Server 2010. 

You need to ensure that the site collection uses the visual elements of SharePoint Server 2013. 

Which cmdlet should you run? 

A. Repair-SPSite 

B. Restore-SPSite 

C. Upgrade-SPSite 

D. Copy-SPSite 

Answer:

Explanation: The Upgrade-SPSite cmdlet starts the upgrade process on a site collection. The Upgrade-SPSite cmdlet activates the upgrade process for the specified SPSite object. You can also use this cmdlet to resume failed upgrades. When you use this cmdlet to initiate upgrade on an SPSite object, the object can be either a build-to-build or version-to-version upgrade. By default, the Upgrade-SPSite cmdlet operates as a build-to-build upgrade. This prevents unexpected version upgrades of site collections if you use this cmdlet after a patching operation. When in version-to-version upgrade mode, site collection health checks are run in repair mode to ensure that the site collection is healthy enough to upgrade successfully. If successful, the remainder of the upgrade occurs. 

Q10. - (Topic 1) 

You need to configure Excel Services. 

What should you do? 

A. Add a trusted file location to the Tailspin360 site. 

B. Add each user as a Viewer. 

C. Add each user as a Contributor. 

D. Add a trusted data connection library to the Tailspin360 site. 

Answer:

Q11. - (Topic 4) 

You need to upgrade the appropriate site collections. 

Which two sets of Windows PowerShell cmdlets should you run? (Each correct answer presents part of the solution. Choose two.) 

A. $wa = Get-SPWebApplication https://teams.proseware.com and $wa.SiteUpgradeThrottleSettings.AppPoolConcurrentUpgradeSessionLimit = 10 

B. $db = Get-SPContentDatabase"sp_content_teams_productdev" and Sdb.ConcurrentSiteUpgradeSessionLimit = 40 

C. $wa = Get-SPWebApplication https://teams.proseware.com/productdev and $wa.SiteUpgradeThrottleSettings.AppPoolConcurrentUpgradeSessionLimi t = 10 

D. $wa = Get-SPWebApplication https://teams.proseware.com and $wa.SiteUpgradeThrottleSettings = 10 

E. $db = Get-SPContentDatabase"sp_content_teams_productdev" and $db.ConcurrentSiteUpgradeSessionLimit = 20 

F. $db = Get-SPContentDatabase "sp_content_teams_productdev" and $db.SiteUpgradeThrottleSettings.AppPoolConcurrentUpgradeSessionLimit = 20 

Answer: A,E 

Explanation: A: https://teams.proseware.com SiteUpgradeThrottleSettings Throttle Limit 10 : 10 concurrent upgrades for any web application instance 

E: SiteUpgradeThrottleSettings 

ConcurrentSiteUpgradeSessionLimit = 20 

20 concurrent upgrades 

* From scenario: 

/ Site collection upgrades must be throttled for no more than 20 concurrent upgrades within any content database, and throttled at 10 concurrent upgrades for any web application instance. 

Q12. HOTSPOT - (Topic 6) 

You are a SharePoint architect for Contoso, Ltd. The environment has the following servers: 

You must support a streamlined topology. 

You need to design the distribution of services and other components in the farm. 

Use the drop-down menus to select the answer choice that answers each question. 

Answer:  

Q13. - (Topic 6) 

You are implementing a claims-based authentication solution for a SharePoint farm in an Active Directory Domain Services domain. You install and configure Active Directory Federation Services (AD FS). 

You need to ensure that all web applications in the farm support SAML-based claims authentication. 

What should you do? (Each correct answer presents part of the solution. Choose all that apply.) 

A. Configure AD FS with the web application as a relying party. 

B. Configure web applications to use forms-based authentication and AD FS as the trusted identity provider. 

C. Configure web applications to use claims-based authentication and AD FS as the trusted identity provider 

D. Configure web applications to use classic mode authentication and AD FS as the trusted identity provider. 

E. Configure SharePoint to trust AD FS as an identity provider. 

Answer: A,C,E 

Explanation: Configure SAML-based claims authentication with AD FS in SharePoint 2013 

This configuration has the following phases that must be performed in consecutive order: Phase 1: Install and configure an AD FS server 

(A)

 Phase 2: Configure AD FS with the web application as a relying party 

 (E)

 Phase 3: Configure SharePoint 2013 to trust AD FS as an identity provider 

 (C)

 Phase 4: Configure web applications to use claims-based authentication and AD FS as the trusted identity provider 

Reference: Configure SAML-based claims authentication with AD FS in SharePoint 2013 

Q14. DRAG DROP - (Topic 6) 

A site collection includes a subsite that has the following characteristics: 

... 

The subsite does not appear in the navigation structure for the site collection. It does not appear in the end user recycle bin or the site collection recycle bin. It was last accessed two months ago. 

You need to restore the subsite without overwriting any other content in the site collection. 

Which five 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:  

Q15. DRAG DROP - (Topic 6) 

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.) 

Answer:  

Q16. - (Topic 6) 

You have a SharePoint Server 2013 server farm named Farm1. Farm1 contains the following service applications: 

Excel Services Application 

Search Service Application 

Managed Metadata Service 

User Profile Service Application 

You plan to deploy a new SharePoint Server 2013 server farm named Farm2. Farm2 must use the same service applications as Farm1. 

You plan to use as many services from Farm1 in Farm2 as possible. 

You need to identify which service application must be created in Farm2. 

Which service application should you identify? 

A. Search Service Application 

B. User Profile Service Application 

C. Managed Metadata Service 

D. Excel Services Application 

Answer:

Explanation: Configuration If you want to create a new Service Application connect to the Central Administration and click on Manage Service Applications Select.Managed Metadata Service SharePoint will prompt you a little wizard and you have to fill some information to create your service. 

Please provide a: 

Name Database Name Application Pool Configurable Account 

Incorrect: Not B: The User Profile service application stores information about users in a central location. Social computing features use this information to enable productive interactions so that users can collaborate efficiently. In order to provision My Sites, enable social computing features such as social tagging and newsfeeds, and create and distribute profiles across multiple sites and farms, you must enable the User Profile service application. 

Not D: Excel Services in SharePoint Server 2013 is a shared service that you can use to publish Excel 2013 workbooks on SharePoint Server. The published workbooks can be managed and secured according to your organizational needs and shared among SharePoint Server 2013 users, who can render the workbooks in a browser. 

Q17. HOTSPOT - (Topic 6) 

You are managing search results in a SharePoint farm. 

You need to promote or demote search results that include specific tags. 

In the Search service application, what should you configure? (To answer, select the 

appropriate link in the answer area.) 

Answer:  

START 70-332 EXAM