Question 6 of 111
DRAG DROP -
You are preparing to upgrade from a SharePoint 2010 environment to a SharePoint 2013 environment.
The SharePoint 2010 environment includes a large number of content databases. You restore backups of the content databases to the Microsoft SQL Server instance in the SharePoint 2013 environment.
You need to upgrade all content databases and minimize monitoring 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.)
Select and Place:
    Correct Answer:
    Note:
    * To attach a content database to a web application by using Windows PowerShell
    Start the SharePoint 2013 Management Shell.
    At the Windows PowerShell command prompt, type the following command and then press ENTER:
    Mount-SPContentDatabase -Name DatabaseName -DatabaseServerServerName -WebApplication URL
    * Attach the remaining databases (no need to wait until first command finishes and use new instance)
    After you restore the first content database and verify success, you can continue to restore and upgrade other databases. You can perform parallel database attach upgrades to upgrade more than one database at a time. Use separate Command Prompt windows (i.e new instance) to run multiple upgrades. It is recommended that you separate the start time for each new database upgrade session by several minutes to prevent issues with temporary locks set for the web application during attachment. Otherwise you might receive an error on the upgrade session. The wait time to clear temporary locks varies depending on the number of site collections, or the speed of the database server hardware.
    Reference: Upgrade content databases to SharePoint Exam 70-332: Question 6 - Image 1
Question 7 of 111
DRAG DROP -
You have a custom solution named SalesSolution deployed to the URL http://site.contoso.com/sites/sales.
You need to deploy a new version of the solution without retracting the previous version.
How should you complete the Windows PowerShell cmdlet? (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.)
Select and Place:
Exam 70-332: Question 7 - Image 1
    Correct Answer:
    Note:
    *(box 1) The Update-SPSolutioncmdlet upgrades a deployed SharePoint solution in the farm. Use this cmdlet only if a new solution contains the same set of files and features as the deployed solution.
    Syntax:
    Update-SPSolution [-Identity] <SPSolutionPipeBind> -LiteralPath<String> [-AssignmentCollection<SPAssignmentCollection>] [-CASPolicies<SwitchParameter>] [-
    Confirm [<SwitchParameter>]] [-Force <SwitchParameter>] [-FullTrustBinDeployment<SwitchParameter>] [-GACDeployment<SwitchParameter>] [-Local
    <SwitchParameter>] [-Time <String>] [-WhatIf [<SwitchParameter>]]
    *(box 2) Identity Required
    Specifies the SharePoint solution to deploy.
    * (box 3)

    LiteralPathRequired -
    Specifies the path to the solution package.
    The type must be a valid path in either of the following forms:
    - C:\folder_name
    - \\server_name\folder_name Exam 70-332: Question 7 - Image 2
Question 8 of 111
HOTSPOT -
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.)
Hot Area:
    Correct Answer:
    Note:
    You can provision a Service Application Framework service application in the following ways:
    Using Evaluation Mode for installations
    Using the Farm Configuration Wizard
    --> Using the Manage Service Applications user interface (UI)

    Using Windows PowerShell -
    Reference: SharePoint 2013, Provisioning Service Applications Exam 70-332: Question 8 - Image 1
Question 9 of 111
You are configuring a SharePoint farm in an environment that includes Microsoft Exchange Server 2013.
You need to ensure that specified SharePoint users can search the Exchange mailboxes of all employees, place holds on mailbox data, and export mailbox data.
What should you do first?
    Correct Answer: B

Question 10 of 111
A company has a SharePoint environment that contains multiple site collections.
The company purchases an app.
You need to ensure that the app is available in all site collections.
Which Windows PowerShell cmdlets should you run?
    Correct Answer: B