PrepAway - Latest Free Exam Questions & Answers

Tag: Exam 70-488

Exam 70-488: Developing Microsoft SharePoint Server 2013 Core Solutions

Which of the following is the parameter you should use for the cmdlet?

Topic 2, ABC.comBackground
You are employed as a developer at ABC.com. ABC.com is a company that supplies computer
hardware to clients at wholesale and retail pricing. ABC.com’s has a SharePoint farm
configuration, with an intranet site configured for ABC.com staff, and an extranet site configured
for ABC.com clients. ABC.com wants clients to have the ability to request explicit products, and
have direct payment access.
Business Prerequisites
ABC.com’s central enterprise site must be configured to include multiple site collections. The site
documents’ appearance and effect should be of a reliable nature.
Any new features should allow for the primary version to support the inclusion of the latest
processes when being upgraded.
Technical Prerequisites
A site level Document content type, which includes two site columns named Client Name and
Transaction Date. The site level Document content type must be named Finance.
Two further content types, which derive from Finance, should be created. The derived content
types will be named Purchase Information and Payment Verification.
Whenever documents are created, workflows connected to document content types should be
started. An e-mail notification should be sent to clients as soon as Payment Verification
documents are created.
Clients who purchase in bulk, should be allocated to a custom role, named Bulk. A custom
permission level that appends the ViewPages permission to the current base permissions, should
be configured and attached to Bulk user role. Unknown users should be allowed to browse the site
with controlled access to resources.
The web application has been created with anonymous access enabled.
Users are prompted for credentials when they browse to the site.
Industry best practices must be observed for the versioning of the solution artifacts. A new site
column named Department must be programmatically included to the Finance content type during
a future upgrade. A single version of an assembly should be presented at runtime.
Direct deployment of code based hot fixes to the Global Assembly Cache on all SharePoint

servers should be allowed. Content should be accessible during maintenance periods, but should
not be altered.
The SharePoint environment should be returned to the latest date when hardware failure occurs,
without reducing system execution.
When SPSite objects go out of scope, they should immediately be removed from memory.
All processes should be automated, wherever possible, via Windows PowerShell.
****************************************************

You are writing code to meet the prerequisites with regards to SPSite objects. You will be making
use of the Stop-SPAssignment cmdlet.
Which of the following is the parameter you should use for the cmdlet?

Which of the following is a class that should be included in the code?

Topic 2, ABC.comBackground
You are employed as a developer at ABC.com. ABC.com is a company that supplies computer
hardware to clients at wholesale and retail pricing. ABC.com’s has a SharePoint farm
configuration, with an intranet site configured for ABC.com staff, and an extranet site configured
for ABC.com clients. ABC.com wants clients to have the ability to request explicit products, and
have direct payment access.
Business Prerequisites
ABC.com’s central enterprise site must be configured to include multiple site collections. The site
documents’ appearance and effect should be of a reliable nature.
Any new features should allow for the primary version to support the inclusion of the latest
processes when being upgraded.
Technical Prerequisites
A site level Document content type, which includes two site columns named Client Name and
Transaction Date. The site level Document content type must be named Finance.
Two further content types, which derive from Finance, should be created. The derived content
types will be named Purchase Information and Payment Verification.
Whenever documents are created, workflows connected to document content types should be
started. An e-mail notification should be sent to clients as soon as Payment Verification
documents are created.
Clients who purchase in bulk, should be allocated to a custom role, named Bulk. A custom
permission level that appends the ViewPages permission to the current base permissions, should
be configured and attached to Bulk user role. Unknown users should be allowed to browse the site
with controlled access to resources.
The web application has been created with anonymous access enabled.
Users are prompted for credentials when they browse to the site.
Industry best practices must be observed for the versioning of the solution artifacts. A new site
column named Department must be programmatically included to the Finance content type during
a future upgrade. A single version of an assembly should be presented at runtime.
Direct deployment of code based hot fixes to the Global Assembly Cache on all SharePoint

servers should be allowed. Content should be accessible during maintenance periods, but should
not be altered.
The SharePoint environment should be returned to the latest date when hardware failure occurs,
without reducing system execution.
When SPSite objects go out of scope, they should immediately be removed from memory.
All processes should be automated, wherever possible, via Windows PowerShell.
****************************************************

You are writing code to generate the custom role as per the prerequisites.
Which of the following is a class that should be included in the code?

Which of the following actions should you take NEXT?

Topic 2, ABC.comBackground
You are employed as a developer at ABC.com. ABC.com is a company that supplies computer
hardware to clients at wholesale and retail pricing. ABC.com’s has a SharePoint farm
configuration, with an intranet site configured for ABC.com staff, and an extranet site configured
for ABC.com clients. ABC.com wants clients to have the ability to request explicit products, and
have direct payment access.
Business Prerequisites
ABC.com’s central enterprise site must be configured to include multiple site collections. The site
documents’ appearance and effect should be of a reliable nature.
Any new features should allow for the primary version to support the inclusion of the latest
processes when being upgraded.
Technical Prerequisites
A site level Document content type, which includes two site columns named Client Name and
Transaction Date. The site level Document content type must be named Finance.
Two further content types, which derive from Finance, should be created. The derived content
types will be named Purchase Information and Payment Verification.
Whenever documents are created, workflows connected to document content types should be
started. An e-mail notification should be sent to clients as soon as Payment Verification
documents are created.
Clients who purchase in bulk, should be allocated to a custom role, named Bulk. A custom
permission level that appends the ViewPages permission to the current base permissions, should
be configured and attached to Bulk user role. Unknown users should be allowed to browse the site
with controlled access to resources.
The web application has been created with anonymous access enabled.
Users are prompted for credentials when they browse to the site.
Industry best practices must be observed for the versioning of the solution artifacts. A new site
column named Department must be programmatically included to the Finance content type during
a future upgrade. A single version of an assembly should be presented at runtime.
Direct deployment of code based hot fixes to the Global Assembly Cache on all SharePoint

servers should be allowed. Content should be accessible during maintenance periods, but should
not be altered.
The SharePoint environment should be returned to the latest date when hardware failure occurs,
without reducing system execution.
When SPSite objects go out of scope, they should immediately be removed from memory.
All processes should be automated, wherever possible, via Windows PowerShell.
****************************************************

When you are notified that a code-based hotfix exists for a recently deployed solution, you plan to
deploy the hotfix.
You configure the use of assembly binding redirection in the web application configuration file.
Which of the following actions should you take NEXT?

Which of the following is a method that should be included in the code?

Topic 2, ABC.comBackground
You are employed as a developer at ABC.com. ABC.com is a company that supplies computer
hardware to clients at wholesale and retail pricing. ABC.com’s has a SharePoint farm
configuration, with an intranet site configured for ABC.com staff, and an extranet site configured
for ABC.com clients. ABC.com wants clients to have the ability to request explicit products, and
have direct payment access.
Business Prerequisites
ABC.com’s central enterprise site must be configured to include multiple site collections. The site
documents’ appearance and effect should be of a reliable nature.
Any new features should allow for the primary version to support the inclusion of the latest
processes when being upgraded.
Technical Prerequisites
A site level Document content type, which includes two site columns named Client Name and
Transaction Date. The site level Document content type must be named Finance.
Two further content types, which derive from Finance, should be created. The derived content
types will be named Purchase Information and Payment Verification.
Whenever documents are created, workflows connected to document content types should be
started. An e-mail notification should be sent to clients as soon as Payment Verification
documents are created.
Clients who purchase in bulk, should be allocated to a custom role, named Bulk. A custom
permission level that appends the ViewPages permission to the current base permissions, should
be configured and attached to Bulk user role. Unknown users should be allowed to browse the site
with controlled access to resources.
The web application has been created with anonymous access enabled.
Users are prompted for credentials when they browse to the site.
Industry best practices must be observed for the versioning of the solution artifacts. A new site
column named Department must be programmatically included to the Finance content type during
a future upgrade. A single version of an assembly should be presented at runtime.
Direct deployment of code based hot fixes to the Global Assembly Cache on all SharePoint

servers should be allowed. Content should be accessible during maintenance periods, but should
not be altered.
The SharePoint environment should be returned to the latest date when hardware failure occurs,
without reducing system execution.
When SPSite objects go out of scope, they should immediately be removed from memory.
All processes should be automated, wherever possible, via Windows PowerShell.
****************************************************

You are writing code to generate the necessary site columns.
Which of the following is a method that should be included in the code?

Which of the following actions should you take?

Topic 2, ABC.comBackground
You are employed as a developer at ABC.com. ABC.com is a company that supplies computer
hardware to clients at wholesale and retail pricing. ABC.com’s has a SharePoint farm
configuration, with an intranet site configured for ABC.com staff, and an extranet site configured
for ABC.com clients. ABC.com wants clients to have the ability to request explicit products, and
have direct payment access.
Business Prerequisites
ABC.com’s central enterprise site must be configured to include multiple site collections. The site
documents’ appearance and effect should be of a reliable nature.
Any new features should allow for the primary version to support the inclusion of the latest
processes when being upgraded.
Technical Prerequisites
A site level Document content type, which includes two site columns named Client Name and
Transaction Date. The site level Document content type must be named Finance.
Two further content types, which derive from Finance, should be created. The derived content
types will be named Purchase Information and Payment Verification.
Whenever documents are created, workflows connected to document content types should be
started. An e-mail notification should be sent to clients as soon as Payment Verification
documents are created.
Clients who purchase in bulk, should be allocated to a custom role, named Bulk. A custom
permission level that appends the ViewPages permission to the current base permissions, should
be configured and attached to Bulk user role. Unknown users should be allowed to browse the site
with controlled access to resources.
The web application has been created with anonymous access enabled.
Users are prompted for credentials when they browse to the site.
Industry best practices must be observed for the versioning of the solution artifacts. A new site
column named Department must be programmatically included to the Finance content type during
a future upgrade. A single version of an assembly should be presented at runtime.
Direct deployment of code based hot fixes to the Global Assembly Cache on all SharePoint

servers should be allowed. Content should be accessible during maintenance periods, but should
not be altered.
The SharePoint environment should be returned to the latest date when hardware failure occurs,
without reducing system execution.
When SPSite objects go out of scope, they should immediately be removed from memory.
All processes should be automated, wherever possible, via Windows PowerShell.
****************************************************

You are preparing to make sure that e-mail notifications are sent to clients as soon as Payment
Verification documents are created.
Which of the following actions should you take?

Which of the following actions should you take?

Topic 2, ABC.comBackground
You are employed as a developer at ABC.com. ABC.com is a company that supplies computer
hardware to clients at wholesale and retail pricing. ABC.com’s has a SharePoint farm
configuration, with an intranet site configured for ABC.com staff, and an extranet site configured
for ABC.com clients. ABC.com wants clients to have the ability to request explicit products, and
have direct payment access.
Business Prerequisites
ABC.com’s central enterprise site must be configured to include multiple site collections. The site
documents’ appearance and effect should be of a reliable nature.
Any new features should allow for the primary version to support the inclusion of the latest
processes when being upgraded.
Technical Prerequisites
A site level Document content type, which includes two site columns named Client Name and
Transaction Date. The site level Document content type must be named Finance.
Two further content types, which derive from Finance, should be created. The derived content
types will be named Purchase Information and Payment Verification.
Whenever documents are created, workflows connected to document content types should be
started. An e-mail notification should be sent to clients as soon as Payment Verification
documents are created.
Clients who purchase in bulk, should be allocated to a custom role, named Bulk. A custom
permission level that appends the ViewPages permission to the current base permissions, should
be configured and attached to Bulk user role. Unknown users should be allowed to browse the site
with controlled access to resources.
The web application has been created with anonymous access enabled.
Users are prompted for credentials when they browse to the site.
Industry best practices must be observed for the versioning of the solution artifacts. A new site
column named Department must be programmatically included to the Finance content type during
a future upgrade. A single version of an assembly should be presented at runtime.
Direct deployment of code based hot fixes to the Global Assembly Cache on all SharePoint

servers should be allowed. Content should be accessible during maintenance periods, but should
not be altered.
The SharePoint environment should be returned to the latest date when hardware failure occurs,
without reducing system execution.
When SPSite objects go out of scope, they should immediately be removed from memory.
All processes should be automated, wherever possible, via Windows PowerShell.
****************************************************

You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are making use of SharePoint Designer to create a reusable workflow on a development site.
You are required to make sure that the workflow is available on a test site that is part of a separate
SharePoint environment. Furthermore, you have to make use of Microsoft Visual Studio 2012 to
deploy and start the workflow on the test site.
Which of the following actions should you take?

Which of the following suitably describes the Stage shape?

You are employed as a developer at ABC.com. ABC.com has a single Active Directory domain,
named ABC.com.
You are making use of Microsoft Visio 2013 to generate a workflow design. You will subsequently
import the design into SharePoint Designer 2013.
You are planning to make use of a Stage shape to make sure that the workflow supports
repetition.
Which of the following suitably describes the Stage shape? (Choose all that apply.)


Page 2 of 512345