Which of the following actions should you take?
Topic 1, Wayland Industries Background
You are employed as a developer at ABC.com. A ABC.com customer, named Wayland Industries,
has requested a basic SharePoint task tracking app.
Business Prerequisites
Wayland Industries users must have the ability to create and retrieve task lists. Wayland Industries
also requires that project leads be allowed to delete task lists, while users are allowed to make
changes to task lists. The app should only be accessible to users who have a paid license.
Tasks may be tagged with the programming language in use, while task lists can only be tagged
using the C++, C#, or JavaScript terms. You are informed that the term store should drive
navigational links across the top, while URLs that enhances search engine ranking should be
used.
A system message, which is accessible to all users without having to query a data source, should
be set. A username and password must be used by remote users to authenticate to the app.
Wayland Industries’ development SharePoint site will be used to test the app in the course of
development. The app will be published as a paid app to the Microsoft Store upon completion.
Current Site Setup
Wayland Industries has a Public-facing site, and a Development site for tasks app configured.
Wayland Industries also has a Search site and a Personal My Site configured.
Task List Design
The app should create a SharePoint list, named WITasks. WITasks should include Field Name,
Data Type and Content attributes. The Field Name attribute should contain the Department and
Description, which are both configured with the Text data type. It should also include Hours, which
has the Number data type set. Lastly, it should include Completed, which is configured with the
Radio Button data type that contains the Yes and No content.
User Groups
Access to features of the app will be managed via the Admin, Project Leads, and Users
SharePoint groups. Members of the Admin group will be able to execute all tasks, members of the
Project Leads group will be the users who are allowed to delete tasks, while members of the Users
group will be able to add and manage tasks in their own projects. Members of the Users group will
not be able to delete tasks.
Task Display
WITasks should be retrieved by the app and shown on a webpage 30 tasks at a time.
Technical Prerequisites
To validate the license, the Microsoft apps licensing service must be queried. Taxonomy-based
navigation, which is automatically created by SharePoint, should be configured for navigation.
SharePoint site data retrieval should occur via CSOM.
A property bag that makes use of a key, named SystemMessage, must be used to apply the
system message. The credential store should be suitably applied and set up. to locate and repair
run-time errors, the app will be evaluated internally for a minimum of one month
Unresolved Concerns
An error in the ‘Install app for SharePoint’ deployment step occurs when the app is deployed from
Visual Studio 2012. The error message informs you the Side loading of apps is not allowed on the site.
*******************************************************
You are currently writing code to meet the technical prerequisites with regards to license
validation.
Which of the following actions should you take?
Which of the following actions should you take NEXT?
Topic 1, Wayland Industries Background
You are employed as a developer at ABC.com. A ABC.com customer, named Wayland Industries,
has requested a basic SharePoint task tracking app.
Business Prerequisites
Wayland Industries users must have the ability to create and retrieve task lists. Wayland Industries
also requires that project leads be allowed to delete task lists, while users are allowed to make
changes to task lists. The app should only be accessible to users who have a paid license.
Tasks may be tagged with the programming language in use, while task lists can only be tagged
using the C++, C#, or JavaScript terms. You are informed that the term store should drive
navigational links across the top, while URLs that enhances search engine ranking should be
used.
A system message, which is accessible to all users without having to query a data source, should
be set. A username and password must be used by remote users to authenticate to the app.
Wayland Industries’ development SharePoint site will be used to test the app in the course of
development. The app will be published as a paid app to the Microsoft Store upon completion.
Current Site Setup
Wayland Industries has a Public-facing site, and a Development site for tasks app configured.
Wayland Industries also has a Search site and a Personal My Site configured.
Task List Design
The app should create a SharePoint list, named WITasks. WITasks should include Field Name,
Data Type and Content attributes. The Field Name attribute should contain the Department and
Description, which are both configured with the Text data type. It should also include Hours, which
has the Number data type set. Lastly, it should include Completed, which is configured with the
Radio Button data type that contains the Yes and No content.
User Groups
Access to features of the app will be managed via the Admin, Project Leads, and Users
SharePoint groups. Members of the Admin group will be able to execute all tasks, members of the
Project Leads group will be the users who are allowed to delete tasks, while members of the Users
group will be able to add and manage tasks in their own projects. Members of the Users group will
not be able to delete tasks.
Task Display
WITasks should be retrieved by the app and shown on a webpage 30 tasks at a time.
Technical Prerequisites
To validate the license, the Microsoft apps licensing service must be queried. Taxonomy-based
navigation, which is automatically created by SharePoint, should be configured for navigation.
SharePoint site data retrieval should occur via CSOM.
A property bag that makes use of a key, named SystemMessage, must be used to apply the
system message. The credential store should be suitably applied and set up. to locate and repair
run-time errors, the app will be evaluated internally for a minimum of one month
Unresolved Concerns
An error in the ‘Install app for SharePoint’ deployment step occurs when the app is deployed from
Visual Studio 2012. The error message informs you the Side loading of apps is not allowed on the site.
*******************************************************
You have been tasked with making sure that the task deploys without errors. You have created a
deployment package.
Which of the following actions should you take NEXT?
Which of the following is a class of the Microsoft.SharePoint.Publishing.Navigation that should be included i
Topic 1, Wayland Industries Background
You are employed as a developer at ABC.com. A ABC.com customer, named Wayland Industries,
has requested a basic SharePoint task tracking app.
Business Prerequisites
Wayland Industries users must have the ability to create and retrieve task lists. Wayland Industries
also requires that project leads be allowed to delete task lists, while users are allowed to make
changes to task lists. The app should only be accessible to users who have a paid license.
Tasks may be tagged with the programming language in use, while task lists can only be tagged
using the C++, C#, or JavaScript terms. You are informed that the term store should drive
navigational links across the top, while URLs that enhances search engine ranking should be
used.
A system message, which is accessible to all users without having to query a data source, should
be set. A username and password must be used by remote users to authenticate to the app.
Wayland Industries’ development SharePoint site will be used to test the app in the course of
development. The app will be published as a paid app to the Microsoft Store upon completion.
Current Site Setup
Wayland Industries has a Public-facing site, and a Development site for tasks app configured.
Wayland Industries also has a Search site and a Personal My Site configured.
Task List Design
The app should create a SharePoint list, named WITasks. WITasks should include Field Name,
Data Type and Content attributes. The Field Name attribute should contain the Department and
Description, which are both configured with the Text data type. It should also include Hours, which
has the Number data type set. Lastly, it should include Completed, which is configured with the
Radio Button data type that contains the Yes and No content.
User Groups
Access to features of the app will be managed via the Admin, Project Leads, and Users
SharePoint groups. Members of the Admin group will be able to execute all tasks, members of the
Project Leads group will be the users who are allowed to delete tasks, while members of the Users
group will be able to add and manage tasks in their own projects. Members of the Users group will
not be able to delete tasks.
Task Display
WITasks should be retrieved by the app and shown on a webpage 30 tasks at a time.
Technical Prerequisites
To validate the license, the Microsoft apps licensing service must be queried. Taxonomy-based
navigation, which is automatically created by SharePoint, should be configured for navigation.
SharePoint site data retrieval should occur via CSOM.
A property bag that makes use of a key, named SystemMessage, must be used to apply the
system message. The credential store should be suitably applied and set up. to locate and repair
run-time errors, the app will be evaluated internally for a minimum of one month
Unresolved Concerns
An error in the ‘Install app for SharePoint’ deployment step occurs when the app is deployed from
Visual Studio 2012. The error message informs you the Side loading of apps is not allowed on the site.
*******************************************************
You are preparing to write code to apply navigation in keeping with the prerequisites.
Which of the following is a class of the
Microsoft.SharePoint.Publishing.Navigation that should be included in your code?
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 actions should you take?
Topic 1, ABC Windows Store appBackground
ABC.com has commissioned a Windows Store app that allows for media to be shared. The new
app should allow Marketing and Sales department employees to transfer documents and media
regarding existing and pending items via ABC.com’s cloud-based media manager service. These
employees should also be allowed to add, print, and share data via ABC.com’s cloud service.
Business Prerequisites
Behavior:
You have been informed that Marketing and Sales department employees should have the ability
to access ABC.com’s server to transfer item data sheets and promotion resources. The
employees should also have the ability to download demo videos about the items from ABC.com’s
server. Furthermore, files that include fresh and converted data should be available for batch
selection and uploading. Video streaming to nearby devices should be allowed.
Picture streaming should not be supported by the app. the pausing, restarting, or cancelling of file
uploads and downloads should be permitted for ABC.com’s Marketing and Sales employees. The
development and completion stage of the processes should be reported by the app, while also
obtaining upload and download processing consequences.
User Interface:
A picture viewer, which allows for the animation of pictures that are added or deleted, should be
included in the app. this animation should occur both inside and outside the field of view. Semantic
zoom should also be supported.
Data, which includes text-based alerts and a value representing the amount of imminent file
downloads, should be displayed by the app on the lock screen of the device.
Technical Prerequisites
Behavior:
A previously created element, named ABCAVProcessor, which was written with managed code, is
used to condense video data and execute additional procedures prior to uploading it to the media
manager service. The element will be employed by HTML5 and JavaScript Windows Store apps
that should have the ability to call the ProcessAV() method. This method should be able to accept
a string, as well as a Boolean value as parameters.
Video data should be downloaded as a background task by the app. the app should preserve the
network link to the server during the download process, regardless of whether the app is
suspended.
User Interface:
A custom picture viewer control, which will be updated regularly, should be incorporated into the
app. this control can be deployed independently, and should make allowances for templates and
styles.
A Grid control should be used as the root layout control by the app. when the app is in snapped
mode, the look of the app should transform. The height of the first row of the root layout grid
should remain constant, while the second row should host the picture viewer and fill all accessible
space.
An extended ListView control class, named DownloadedAVList, should host accessible video data.
The DownloadedAVList template was previously identified.
Fresh video data must be included in the DownloadedAVList upon completion of a method, named
DownloadAV. This fresh video data must change color from time to time, so as to draw the
attention of an employee.
************************************************************
You have been instructed to satisfy the uploading and downloading prerequisites as per the
business prerequisites.
Which of the following actions should you take?
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 is the interface that should be used?
Topic 1, ABC Windows Store appBackground
ABC.com has commissioned a Windows Store app that allows for media to be shared. The new
app should allow Marketing and Sales department employees to transfer documents and media
regarding existing and pending items via ABC.com’s cloud-based media manager service. These
employees should also be allowed to add, print, and share data via ABC.com’s cloud service.
Business Prerequisites
Behavior:
You have been informed that Marketing and Sales department employees should have the ability
to access ABC.com’s server to transfer item data sheets and promotion resources. The
employees should also have the ability to download demo videos about the items from ABC.com’s
server. Furthermore, files that include fresh and converted data should be available for batch
selection and uploading. Video streaming to nearby devices should be allowed.
Picture streaming should not be supported by the app. the pausing, restarting, or cancelling of file
uploads and downloads should be permitted for ABC.com’s Marketing and Sales employees. The
development and completion stage of the processes should be reported by the app, while also
obtaining upload and download processing consequences.
User Interface:
A picture viewer, which allows for the animation of pictures that are added or deleted, should be
included in the app. this animation should occur both inside and outside the field of view. Semantic
zoom should also be supported.
Data, which includes text-based alerts and a value representing the amount of imminent file
downloads, should be displayed by the app on the lock screen of the device.
Technical Prerequisites
Behavior:
A previously created element, named ABCAVProcessor, which was written with managed code, is
used to condense video data and execute additional procedures prior to uploading it to the media
manager service. The element will be employed by HTML5 and JavaScript Windows Store apps
that should have the ability to call the ProcessAV() method. This method should be able to accept
a string, as well as a Boolean value as parameters.
Video data should be downloaded as a background task by the app. the app should preserve the
network link to the server during the download process, regardless of whether the app is
suspended.
User Interface:
A custom picture viewer control, which will be updated regularly, should be incorporated into the
app. this control can be deployed independently, and should make allowances for templates and
styles.
A Grid control should be used as the root layout control by the app. when the app is in snapped
mode, the look of the app should transform. The height of the first row of the root layout grid
should remain constant, while the second row should host the picture viewer and fill all accessible
space.
An extended ListView control class, named DownloadedAVList, should host accessible video data.
The DownloadedAVList template was previously identified.
Fresh video data must be included in the DownloadedAVList upon completion of a method, named
DownloadAV. This fresh video data must change color from time to time, so as to draw the
attention of an employee.
************************************************************
You are required to make sure that media and other content files are allowed to be downloaded as
per the prerequisites. You are planning to add code to the existing App.xaml.cs file.
Which of the following is the interface that should be used?
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 1, ABC Windows Store appBackground
ABC.com has commissioned a Windows Store app that allows for media to be shared. The new
app should allow Marketing and Sales department employees to transfer documents and media
regarding existing and pending items via ABC.com’s cloud-based media manager service. These
employees should also be allowed to add, print, and share data via ABC.com’s cloud service.
Business Prerequisites
Behavior:
You have been informed that Marketing and Sales department employees should have the ability
to access ABC.com’s server to transfer item data sheets and promotion resources. The
employees should also have the ability to download demo videos about the items from ABC.com’s
server. Furthermore, files that include fresh and converted data should be available for batch
selection and uploading. Video streaming to nearby devices should be allowed.
Picture streaming should not be supported by the app. the pausing, restarting, or cancelling of file
uploads and downloads should be permitted for ABC.com’s Marketing and Sales employees. The
development and completion stage of the processes should be reported by the app, while also
obtaining upload and download processing consequences.
User Interface:
A picture viewer, which allows for the animation of pictures that are added or deleted, should be
included in the app. this animation should occur both inside and outside the field of view. Semantic
zoom should also be supported.
Data, which includes text-based alerts and a value representing the amount of imminent file
downloads, should be displayed by the app on the lock screen of the device.
Technical Prerequisites
Behavior:
A previously created element, named ABCAVProcessor, which was written with managed code, is
used to condense video data and execute additional procedures prior to uploading it to the media
manager service. The element will be employed by HTML5 and JavaScript Windows Store apps
that should have the ability to call the ProcessAV() method. This method should be able to accept
a string, as well as a Boolean value as parameters.
Video data should be downloaded as a background task by the app. the app should preserve the
network link to the server during the download process, regardless of whether the app is
suspended.
User Interface:
A custom picture viewer control, which will be updated regularly, should be incorporated into the
app. this control can be deployed independently, and should make allowances for templates and
styles.
A Grid control should be used as the root layout control by the app. when the app is in snapped
mode, the look of the app should transform. The height of the first row of the root layout grid
should remain constant, while the second row should host the picture viewer and fill all accessible
space.
An extended ListView control class, named DownloadedAVList, should host accessible video data.
The DownloadedAVList template was previously identified.
Fresh video data must be included in the DownloadedAVList upon completion of a method, named
DownloadAV. This fresh video data must change color from time to time, so as to draw the
attention of an employee.
************************************************************
You have been instructed to satisfy the prerequisites with regards to the app uploading media and
files to the media manager service.
Which of the following is a method that should be included in the code?
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?