exam questions

Exam 70-332 All Questions

View all questions & answers for the 70-332 exam

Exam 70-332 topic 1 question 102 discussion

Actual exam question from Microsoft's 70-332
Question #: 102
Topic #: 1
[All 70-332 Questions]

You deploy SharePoint Server 2013.
You need to install a SharePoint hosted app named App1 in a site.
Which Windows PowerShell cmdlet should you run?

  • A. Install-SPSolution and then run Add-SPSolution
  • B. Import-SPAppPackage and then run Install-SPApp
  • C. Add-SPSolution and then run Install-SPSolution
  • D. Install-SPAppPackage and then run Import-SPApp
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
The Add-SPSolution cmdlet adds a SharePoint solution package to the farm. This cmdlet does not deploy the uploaded SharePoint solution. Use the Install-
SPSolution cmdlet to deploy the SharePoint solution in the farm.
Example:
Install-SPSolution -Identity contoso_solution.wsp -GACDeployment -CompatibilityLevel {14,15}
This example deploys the installed SharePoint solution installs a previously added solution so it can be used correctly in both 14 and 15 mode site collections.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...