exam questions

Exam 70-339 All Questions

View all questions & answers for the 70-339 exam

Exam 70-339 topic 4 question 1 discussion

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

You need to implement the site collection for the sales department.
What should you do?

  • A. In Central Administration, create a web application for the department. Then, create the sales site collection.
  • B. Create a web application for the department sites. Then, run the following Windows PowerShell commands: New-SPWebApplication -Name "Tailspin Toys Departments" -Port 80 -HostHeader departments.tailspin.com -URL "http://departments.tailspin.com" -ApplicationPool "TailspinAppPool" New-SPSite 'http://sales.tailspin.com' -HostHeaderWebApplication 'http://departments.tailspin.com' -Name 'Sales' -Description 'Sales Department Site' -OwnerAlias 'tailspin\administrator' -Language 1033 -Template 'STS#0'
  • C. In Central Administration, create a web application for sales department. Then, run the following Windows PowerShell command: New-SPSite 'http://sales.tailspin.com' -HostHeaderWebApplication 'http://sales.tailspin.com' -Name 'Sales' -Description 'Sales Department Site' -OwnerAlias 'tailspin\administrator'-Language 1033 -Template 'STS#0'
  • D. In Central Administration, create a web application for the sales department sites and enable Self-Service Site Creation. Then, run the following Windows PowerShell command: New-SPSite 'http://sales.tailspin.com' -HostHeaderWebApplication 'http://sales.tailspin.com' -Name 'Sales' -Description 'Sales Department Site' -OwnerAlias 'tailspin\administrator' -Language 1033 -Template 'STS#0'
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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