To improve ranking by Internet search engines, canonical URL filtering should be enabled for the Internet site
Topic 1, ABC
Background
You are employed as a developer at ABC. ABC wants you to make use of SharePoint 2013 to
create and deploy a new public-facing Internet site, and a new intranet site. ABC’s intranet site will
be used for classified files and content.
Business Prerequisites
It is required that content owners are able to alter content in pages that are published for
anonymous site users. The content owners should also be able to alter search engine optimization
(SEO) properties for web site visibility enhancement. Content must be created in various
languages, with automatic translation configured.
An intranet site must be configured for every ABC division. This site should exhibit pertinent data
regarding the division, and also show the division’s staff communication data. Intranet users are
urged to publish existing project data via a blog of their own creation. This blog will also be used
for receiving comments from other ABC users. Every time a user connects to the intranet, content
that was modified by the user must be presented. The intranet site should also include post
updates from other ABC users’ blogs.
Technical Prerequisites
A separate Managed Metadata Service (MMS) must be used by the Internet and intranet web
applications. The two web applications should not share term sets.
The intranet web application must make use of the User Profile Service Application (UPA) and all
its social features.
An app part, which enables the current user to display various top feeds from user profiles, should
be created.
The public-facing Internet site will be configured with the http://www.ABC.com URL, and the
http://intranet.ABC.com URL for the intranet site. My sites will be accessed via http://my.ABC.com.
The public-facing Internet site must be configured for search engine optimization. Cross-site
publishing should be used to publish information from the intranet site to the Internet web site.
Prior to publishing the information, a catalog must be defined. A custom tool must be created to
allow site collection administrators to manage catalog connections. To delete or refresh the current
catalog links, the API calls should be defined.
To improve ranking by Internet search engines, canonical URL filtering should be enabled for the
Internet site that has the URL, http://www.ABC.com/items/pages/items.aspx? itemID =
<num>&itemCategory=<category>. The filters used by the site collection administrator should also
be defined.
The Internet site is published for various types of devices, including tablets and mobile phones.
Therefore, numerous master pages are used. When a device accesses the site, the master page
is selected by the device channels according to the device capabilities.
A Phone, Tablet, and Default master page exists. There are three device channels that make use
of the Phone master page, and two that makes use of the Tablet master page. The Default master
page is used by a device channel, named Default, which includes devices that are not part of other
device channels.
Users who access the site via a Windows phone must be presented with a message informing
them that a recently created Windows Phone app is available for download. This message should
appear on all mobile site pages, while the HTML that includes the message should only be visible
to Windows phones.
A separate site collection must be configured for each ABC division, with reader rights configured
for that division’s staff. Different types of devices are used by staff to connect to the intranet. As a
result of the slow loading of the intranet homepage due to vast image sizes, you plan to enable
image renditions on the intranet site collection. You are also planning to create an app part that
allows for the users’ personal sites and news feeds data to be displayed.
You are developing an application framework that should contain entry points for logging errors
and exceptions. This application framework will be used by fellow developers on the development
team.
Subsequent to creating a custom Visual Web Part in a solution package, you deploy it as a farm
solution via Windows PowerShell. Upon adding the custom Visual Web Part to a SharePoint site,
you are presented with an error message containing a correlation ID.
You will also be developing a tool that supports social connections. The tool should allow for
another user to be followed by the current user, and return true if the current user is following the
target user at present.
Furthermore, a Windows Store app that facilitates offline work by the synchronization of
information between the intranet sites and the app is being created.
The Request Management configuration has not been altered.
To increase the execution of ABC’s intranet site, you have to apply caching in your custom code.
Every request within a user session can be processed by different front-end web servers because
the SharePoint front-end web servers are load-balanced. Cached objects should remain
accessible, no matter which front-end web server handles the request. Accessible memory and
the number of current requests for each server must be assessed.
************************************************************************
You are preparing to write code that applies the social features as per the Technical Prerequisites.
Which of the following is a class that should be included in your code?
To improve ranking by Internet search engines, canonical URL filtering should be enabled for the Internet site
Topic 1, ABC
Background
You are employed as a developer at ABC. ABC wants you to make use of SharePoint 2013 to
create and deploy a new public-facing Internet site, and a new intranet site. ABC’s intranet site will
be used for classified files and content.
Business Prerequisites
It is required that content owners are able to alter content in pages that are published for
anonymous site users. The content owners should also be able to alter search engine optimization
(SEO) properties for web site visibility enhancement. Content must be created in various
languages, with automatic translation configured.
An intranet site must be configured for every ABC division. This site should exhibit pertinent data
regarding the division, and also show the division’s staff communication data. Intranet users are
urged to publish existing project data via a blog of their own creation. This blog will also be used
for receiving comments from other ABC users. Every time a user connects to the intranet, content
that was modified by the user must be presented. The intranet site should also include post
updates from other ABC users’ blogs.
Technical Prerequisites
A separate Managed Metadata Service (MMS) must be used by the Internet and intranet web
applications. The two web applications should not share term sets.
The intranet web application must make use of the User Profile Service Application (UPA) and all
its social features.
An app part, which enables the current user to display various top feeds from user profiles, should
be created.
The public-facing Internet site will be configured with the http://www.ABC.com URL, and the
http://intranet.ABC.com URL for the intranet site. My sites will be accessed via http://my.ABC.com.
The public-facing Internet site must be configured for search engine optimization. Cross-site
publishing should be used to publish information from the intranet site to the Internet web site.
Prior to publishing the information, a catalog must be defined. A custom tool must be created to
allow site collection administrators to manage catalog connections. To delete or refresh the current
catalog links, the API calls should be defined.
To improve ranking by Internet search engines, canonical URL filtering should be enabled for the
Internet site that has the URL, http://www.ABC.com/items/pages/items.aspx? itemID =
<num>&itemCategory=<category>. The filters used by the site collection administrator should also
be defined.
The Internet site is published for various types of devices, including tablets and mobile phones.
Therefore, numerous master pages are used. When a device accesses the site, the master page
is selected by the device channels according to the device capabilities.
A Phone, Tablet, and Default master page exists. There are three device channels that make use
of the Phone master page, and two that makes use of the Tablet master page. The Default master
page is used by a device channel, named Default, which includes devices that are not part of other
device channels.
Users who access the site via a Windows phone must be presented with a message informing
them that a recently created Windows Phone app is available for download. This message should
appear on all mobile site pages, while the HTML that includes the message should only be visible
to Windows phones.
A separate site collection must be configured for each ABC division, with reader rights configured
for that division’s staff. Different types of devices are used by staff to connect to the intranet. As a
result of the slow loading of the intranet homepage due to vast image sizes, you plan to enable
image renditions on the intranet site collection. You are also planning to create an app part that
allows for the users’ personal sites and news feeds data to be displayed.
You are developing an application framework that should contain entry points for logging errors
and exceptions. This application framework will be used by fellow developers on the development
team.
Subsequent to creating a custom Visual Web Part in a solution package, you deploy it as a farm
solution via Windows PowerShell. Upon adding the custom Visual Web Part to a SharePoint site,
you are presented with an error message containing a correlation ID.
You will also be developing a tool that supports social connections. The tool should allow for
another user to be followed by the current user, and return true if the current user is following the
target user at present.
Furthermore, a Windows Store app that facilitates offline work by the synchronization of
information between the intranet sites and the app is being created.
The Request Management configuration has not been altered.
To increase the execution of ABC’s intranet site, you have to apply caching in your custom code.
Every request within a user session can be processed by different front-end web servers because
the SharePoint front-end web servers are load-balanced. Cached objects should remain
accessible, no matter which front-end web server handles the request. Accessible memory and
the number of current requests for each server must be assessed.
************************************************************************
You are tasked with making sure that the intranet user functionality remains unaffected by the
synchronization of information between the Windows store app and the intranet sites.
The process requires that you run a Windows PowerShell cmdlet.
Which of the following is the cmdlet you should use?
To improve ranking by Internet search engines, canonical URL filtering should be enabled for the Internet site
Topic 1, ABC
Background
You are employed as a developer at ABC. ABC wants you to make use of SharePoint 2013 to
create and deploy a new public-facing Internet site, and a new intranet site. ABC’s intranet site will
be used for classified files and content.
Business Prerequisites
It is required that content owners are able to alter content in pages that are published for
anonymous site users. The content owners should also be able to alter search engine optimization
(SEO) properties for web site visibility enhancement. Content must be created in various
languages, with automatic translation configured.
An intranet site must be configured for every ABC division. This site should exhibit pertinent data
regarding the division, and also show the division’s staff communication data. Intranet users are
urged to publish existing project data via a blog of their own creation. This blog will also be used
for receiving comments from other ABC users. Every time a user connects to the intranet, content
that was modified by the user must be presented. The intranet site should also include post
updates from other ABC users’ blogs.
Technical Prerequisites
A separate Managed Metadata Service (MMS) must be used by the Internet and intranet web
applications. The two web applications should not share term sets.
The intranet web application must make use of the User Profile Service Application (UPA) and all
its social features.
An app part, which enables the current user to display various top feeds from user profiles, should
be created.
The public-facing Internet site will be configured with the http://www.ABC.com URL, and the
http://intranet.ABC.com URL for the intranet site. My sites will be accessed via http://my.ABC.com.
The public-facing Internet site must be configured for search engine optimization. Cross-site
publishing should be used to publish information from the intranet site to the Internet web site.
Prior to publishing the information, a catalog must be defined. A custom tool must be created to
allow site collection administrators to manage catalog connections. To delete or refresh the current
catalog links, the API calls should be defined.
To improve ranking by Internet search engines, canonical URL filtering should be enabled for the
Internet site that has the URL, http://www.ABC.com/items/pages/items.aspx? itemID =
<num>&itemCategory=<category>. The filters used by the site collection administrator should also
be defined.
The Internet site is published for various types of devices, including tablets and mobile phones.
Therefore, numerous master pages are used. When a device accesses the site, the master page
is selected by the device channels according to the device capabilities.
A Phone, Tablet, and Default master page exists. There are three device channels that make use
of the Phone master page, and two that makes use of the Tablet master page. The Default master
page is used by a device channel, named Default, which includes devices that are not part of other
device channels.
Users who access the site via a Windows phone must be presented with a message informing
them that a recently created Windows Phone app is available for download. This message should
appear on all mobile site pages, while the HTML that includes the message should only be visible
to Windows phones.
A separate site collection must be configured for each ABC division, with reader rights configured
for that division’s staff. Different types of devices are used by staff to connect to the intranet. As a
result of the slow loading of the intranet homepage due to vast image sizes, you plan to enable
image renditions on the intranet site collection. You are also planning to create an app part that
allows for the users’ personal sites and news feeds data to be displayed.
You are developing an application framework that should contain entry points for logging errors
and exceptions. This application framework will be used by fellow developers on the development
team.
Subsequent to creating a custom Visual Web Part in a solution package, you deploy it as a farm
solution via Windows PowerShell. Upon adding the custom Visual Web Part to a SharePoint site,
you are presented with an error message containing a correlation ID.
You will also be developing a tool that supports social connections. The tool should allow for
another user to be followed by the current user, and return true if the current user is following the
target user at present.
Furthermore, a Windows Store app that facilitates offline work by the synchronization of
information between the intranet sites and the app is being created.
The Request Management configuration has not been altered.
To increase the execution of ABC’s intranet site, you have to apply caching in your custom code.
Every request within a user session can be processed by different front-end web servers because
the SharePoint front-end web servers are load-balanced. Cached objects should remain
accessible, no matter which front-end web server handles the request. Accessible memory and
the number of current requests for each server must be assessed.
************************************************************************
You are writing the necessary code to configure logging as per the prerequisites.
Which of the following actions should you take?
Which of the following actions should you take?
Topic 2, Weyland Industries
Background
You are employed as a developer at Weyland Industries. You are tasked with developing a project
tracking site via SharePoint 2013. The strategy will be configured to track internal and external
projects for both on-site and off-site teams.
Corporate Prerequisites
Information from a current line of business (LOB) system should be utilized. The strategy should
offer secure access to information, and provide teams with the ability to search for projects
according to division or work function.
A summary of all the active projects should be included in the strategy’s portal, and navigation for
all sites should be handled centrally.
Whenever project data is modified, members of the project should be alerted. Project leads should
have the ability to examine a list of divisions or work functions, and should receive an alert
whenever project tasks are altered.
Users should have the ability to filter project files by type.
Technical Prerequisites
A custom list app that enables users to generate and enter project data should be included in the
strategy. The strategy should also contain a document library app to facilitate the uploading and
downloading of project associated documents.
A Project Data page should be included to allow users to view project data. Users should be given
the ability to create and manage project tasks by the inclusion of a Tasks app. To allow the app to
connect to external data, an External Content type should be added.
Business Connectivity Services (BCS)
BCS should be used to access project data and present it on a Project Data Page via a SQL
Server database.
A remote event receiver should be employed by the Custom List app for sending an e-mail to team
members when data is updated. The root namespace, proj_data, should be used by the external
content type.
Managed Metadata Service (MMS)
To make sure that team members are able to search and filter project data, MMS should be
utilized.
The project leader should be allowed full control of the term store. The project leader should
generate groups for all Weyland Industries’ divisions and also delegate the group manager role to
division leaders. Division leaders should in turn have the ability to assign their division team
members the Contribute permissions.
A Division term set should be generated for storing team member roles and arranging them by
division types. All new projects will use the import file for the Division term set, which includes
terms for System Architect, Programmer, Producer, and Manager, as a default. There are two
parent groups, named Engineering or Production. Both of these groups include the System
Architect, Programmer, Producer terms, while the Manager term is only included in the Production
group. A shared root-level term is utilized by all of the parent groups.
A site collection to host content used across various site collections should be created. Term sets
for cross-site searches and navigation are hosted by the site collection.
The http://weylandindustries/sites/navigation URL should be configured for the navigation site, and
http://weylandindustries/sites/portal for the publishing site. Term sets should be used by the
navigation links on the top and left sides of every page.
A local term set for document types, which comprises the default terms .docx, .png, and –jpg,
should be incorporated in the Document Library app.
A console app should be created to print the existing term sets and every root term for the app.
*****************************************************************************
You are writing code to apply the alerts for the custom list app as per the prerequisites.
Which of the following actions should you take?
Which of the following actions should you take?
Topic 2, Weyland Industries
Background
You are employed as a developer at Weyland Industries. You are tasked with developing a project
tracking site via SharePoint 2013. The strategy will be configured to track internal and external
projects for both on-site and off-site teams.
Corporate Prerequisites
Information from a current line of business (LOB) system should be utilized. The strategy should
offer secure access to information, and provide teams with the ability to search for projects
according to division or work function.
A summary of all the active projects should be included in the strategy’s portal, and navigation for
all sites should be handled centrally.
Whenever project data is modified, members of the project should be alerted. Project leads should
have the ability to examine a list of divisions or work functions, and should receive an alert
whenever project tasks are altered.
Users should have the ability to filter project files by type.
Technical Prerequisites
A custom list app that enables users to generate and enter project data should be included in the
strategy. The strategy should also contain a document library app to facilitate the uploading and
downloading of project associated documents.
A Project Data page should be included to allow users to view project data. Users should be given
the ability to create and manage project tasks by the inclusion of a Tasks app. To allow the app to
connect to external data, an External Content type should be added.
Business Connectivity Services (BCS)
BCS should be used to access project data and present it on a Project Data Page via a SQL
Server database.
A remote event receiver should be employed by the Custom List app for sending an e-mail to team
members when data is updated. The root namespace, proj_data, should be used by the external
content type.
Managed Metadata Service (MMS)
To make sure that team members are able to search and filter project data, MMS should be
utilized.
The project leader should be allowed full control of the term store. The project leader should
generate groups for all Weyland Industries’ divisions and also delegate the group manager role to
division leaders. Division leaders should in turn have the ability to assign their division team
members the Contribute permissions.
A Division term set should be generated for storing team member roles and arranging them by
division types. All new projects will use the import file for the Division term set, which includes
terms for System Architect, Programmer, Producer, and Manager, as a default. There are two
parent groups, named Engineering or Production. Both of these groups include the System
Architect, Programmer, Producer terms, while the Manager term is only included in the Production
group. A shared root-level term is utilized by all of the parent groups.
A site collection to host content used across various site collections should be created. Term sets
for cross-site searches and navigation are hosted by the site collection.
The http://weylandindustries/sites/navigation URL should be configured for the navigation site, and
http://weylandindustries/sites/portal for the publishing site. Term sets should be used by the
navigation links on the top and left sides of every page.
A local term set for document types, which comprises the default terms .docx, .png, and –jpg,
should be incorporated in the Document Library app.
A console app should be created to print the existing term sets and every root term for the app.
*****************************************************************************
You are writing code to generate the term set for the Document Library app as per the
prerequisites.
Which of the following actions should you take?
Which of the following actions should you take FIRST?
Topic 2, Weyland Industries
Background
You are employed as a developer at Weyland Industries. You are tasked with developing a project
tracking site via SharePoint 2013. The strategy will be configured to track internal and external
projects for both on-site and off-site teams.
Corporate Prerequisites
Information from a current line of business (LOB) system should be utilized. The strategy should
offer secure access to information, and provide teams with the ability to search for projects
according to division or work function.
A summary of all the active projects should be included in the strategy’s portal, and navigation for
all sites should be handled centrally.
Whenever project data is modified, members of the project should be alerted. Project leads should
have the ability to examine a list of divisions or work functions, and should receive an alert
whenever project tasks are altered.
Users should have the ability to filter project files by type.
Technical Prerequisites
A custom list app that enables users to generate and enter project data should be included in the
strategy. The strategy should also contain a document library app to facilitate the uploading and
downloading of project associated documents.
A Project Data page should be included to allow users to view project data. Users should be given
the ability to create and manage project tasks by the inclusion of a Tasks app. To allow the app to
connect to external data, an External Content type should be added.
Business Connectivity Services (BCS)
BCS should be used to access project data and present it on a Project Data Page via a SQL
Server database.
A remote event receiver should be employed by the Custom List app for sending an e-mail to team
members when data is updated. The root namespace, proj_data, should be used by the external
content type.
Managed Metadata Service (MMS)
To make sure that team members are able to search and filter project data, MMS should be
utilized.
The project leader should be allowed full control of the term store. The project leader should
generate groups for all Weyland Industries’ divisions and also delegate the group manager role to
division leaders. Division leaders should in turn have the ability to assign their division team
members the Contribute permissions.
A Division term set should be generated for storing team member roles and arranging them by
division types. All new projects will use the import file for the Division term set, which includes
terms for System Architect, Programmer, Producer, and Manager, as a default. There are two
parent groups, named Engineering or Production. Both of these groups include the System
Architect, Programmer, Producer terms, while the Manager term is only included in the Production
group. A shared root-level term is utilized by all of the parent groups.
A site collection to host content used across various site collections should be created. Term sets
for cross-site searches and navigation are hosted by the site collection.
The http://weylandindustries/sites/navigation URL should be configured for the navigation site, and
http://weylandindustries/sites/portal for the publishing site. Term sets should be used by the
navigation links on the top and left sides of every page.
A local term set for document types, which comprises the default terms .docx, .png, and –jpg,
should be incorporated in the Document Library app.
A console app should be created to print the existing term sets and every root term for the app.
*****************************************************************************
You are preparing to apply the site collection for managed navigation in keeping with the
prerequisites.
Which of the following actions should you take FIRST?
Which of the following should be used to create the site collection?
Topic 2, Weyland Industries
Background
You are employed as a developer at Weyland Industries. You are tasked with developing a project
tracking site via SharePoint 2013. The strategy will be configured to track internal and external
projects for both on-site and off-site teams.
Corporate Prerequisites
Information from a current line of business (LOB) system should be utilized. The strategy should
offer secure access to information, and provide teams with the ability to search for projects
according to division or work function.
A summary of all the active projects should be included in the strategy’s portal, and navigation for
all sites should be handled centrally.
Whenever project data is modified, members of the project should be alerted. Project leads should
have the ability to examine a list of divisions or work functions, and should receive an alert
whenever project tasks are altered.
Users should have the ability to filter project files by type.
Technical Prerequisites
A custom list app that enables users to generate and enter project data should be included in the
strategy. The strategy should also contain a document library app to facilitate the uploading and
downloading of project associated documents.
A Project Data page should be included to allow users to view project data. Users should be given
the ability to create and manage project tasks by the inclusion of a Tasks app. To allow the app to
connect to external data, an External Content type should be added.
Business Connectivity Services (BCS)
BCS should be used to access project data and present it on a Project Data Page via a SQL
Server database.
A remote event receiver should be employed by the Custom List app for sending an e-mail to team
members when data is updated. The root namespace, proj_data, should be used by the external
content type.
Managed Metadata Service (MMS)
To make sure that team members are able to search and filter project data, MMS should be
utilized.
The project leader should be allowed full control of the term store. The project leader should
generate groups for all Weyland Industries’ divisions and also delegate the group manager role to
division leaders. Division leaders should in turn have the ability to assign their division team
members the Contribute permissions.
A Division term set should be generated for storing team member roles and arranging them by
division types. All new projects will use the import file for the Division term set, which includes
terms for System Architect, Programmer, Producer, and Manager, as a default. There are two
parent groups, named Engineering or Production. Both of these groups include the System
Architect, Programmer, Producer terms, while the Manager term is only included in the Production
group. A shared root-level term is utilized by all of the parent groups.
A site collection to host content used across various site collections should be created. Term sets
for cross-site searches and navigation are hosted by the site collection.
The http://weylandindustries/sites/navigation URL should be configured for the navigation site, and
http://weylandindustries/sites/portal for the publishing site. Term sets should be used by the
navigation links on the top and left sides of every page.
A local term set for document types, which comprises the default terms .docx, .png, and –jpg,
should be incorporated in the Document Library app.
A console app should be created to print the existing term sets and every root term for the app.
*****************************************************************************
You have accessed Central Administration to create a site collection that will be used to manage
navigation terms.
Which of the following should be used to create the site collection?
Which of the following is the method you should include?
Topic 2, Weyland Industries
Background
You are employed as a developer at Weyland Industries. You are tasked with developing a project
tracking site via SharePoint 2013. The strategy will be configured to track internal and external
projects for both on-site and off-site teams.
Corporate Prerequisites
Information from a current line of business (LOB) system should be utilized. The strategy should
offer secure access to information, and provide teams with the ability to search for projects
according to division or work function.
A summary of all the active projects should be included in the strategy’s portal, and navigation for
all sites should be handled centrally.
Whenever project data is modified, members of the project should be alerted. Project leads should
have the ability to examine a list of divisions or work functions, and should receive an alert
whenever project tasks are altered.
Users should have the ability to filter project files by type.
Technical Prerequisites
A custom list app that enables users to generate and enter project data should be included in the
strategy. The strategy should also contain a document library app to facilitate the uploading and
downloading of project associated documents.
A Project Data page should be included to allow users to view project data. Users should be given
the ability to create and manage project tasks by the inclusion of a Tasks app. To allow the app to
connect to external data, an External Content type should be added.
Business Connectivity Services (BCS)
BCS should be used to access project data and present it on a Project Data Page via a SQL
Server database.
A remote event receiver should be employed by the Custom List app for sending an e-mail to team
members when data is updated. The root namespace, proj_data, should be used by the external
content type.
Managed Metadata Service (MMS)
To make sure that team members are able to search and filter project data, MMS should be
utilized.
The project leader should be allowed full control of the term store. The project leader should
generate groups for all Weyland Industries’ divisions and also delegate the group manager role to
division leaders. Division leaders should in turn have the ability to assign their division team
members the Contribute permissions.
A Division term set should be generated for storing team member roles and arranging them by
division types. All new projects will use the import file for the Division term set, which includes
terms for System Architect, Programmer, Producer, and Manager, as a default. There are two
parent groups, named Engineering or Production. Both of these groups include the System
Architect, Programmer, Producer terms, while the Manager term is only included in the Production
group. A shared root-level term is utilized by all of the parent groups.
A site collection to host content used across various site collections should be created. Term sets
for cross-site searches and navigation are hosted by the site collection.
The http://weylandindustries/sites/navigation URL should be configured for the navigation site, and
http://weylandindustries/sites/portal for the publishing site. Term sets should be used by the
navigation links on the top and left sides of every page.
A local term set for document types, which comprises the default terms .docx, .png, and –jpg,
should be incorporated in the Document Library app.
A console app should be created to print the existing term sets and every root term for the app.
*****************************************************************************
You are preparing to write the necessary code that applies the remote event receiver for the
Custom List app.
You need to include a specific method in your code.
Which of the following is the method you should include?
Which of the following actions should you take?
Topic 2, Weyland Industries
Background
You are employed as a developer at Weyland Industries. You are tasked with developing a project
tracking site via SharePoint 2013. The strategy will be configured to track internal and external
projects for both on-site and off-site teams.
Corporate Prerequisites
Information from a current line of business (LOB) system should be utilized. The strategy should
offer secure access to information, and provide teams with the ability to search for projects
according to division or work function.
A summary of all the active projects should be included in the strategy’s portal, and navigation for
all sites should be handled centrally.
Whenever project data is modified, members of the project should be alerted. Project leads should
have the ability to examine a list of divisions or work functions, and should receive an alert
whenever project tasks are altered.
Users should have the ability to filter project files by type.
Technical Prerequisites
A custom list app that enables users to generate and enter project data should be included in the
strategy. The strategy should also contain a document library app to facilitate the uploading and
downloading of project associated documents.
A Project Data page should be included to allow users to view project data. Users should be given
the ability to create and manage project tasks by the inclusion of a Tasks app. To allow the app to
connect to external data, an External Content type should be added.
Business Connectivity Services (BCS)
BCS should be used to access project data and present it on a Project Data Page via a SQL
Server database.
A remote event receiver should be employed by the Custom List app for sending an e-mail to team
members when data is updated. The root namespace, proj_data, should be used by the external
content type.
Managed Metadata Service (MMS)
To make sure that team members are able to search and filter project data, MMS should be
utilized.
The project leader should be allowed full control of the term store. The project leader should
generate groups for all Weyland Industries’ divisions and also delegate the group manager role to
division leaders. Division leaders should in turn have the ability to assign their division team
members the Contribute permissions.
A Division term set should be generated for storing team member roles and arranging them by
division types. All new projects will use the import file for the Division term set, which includes
terms for System Architect, Programmer, Producer, and Manager, as a default. There are two
parent groups, named Engineering or Production. Both of these groups include the System
Architect, Programmer, Producer terms, while the Manager term is only included in the Production
group. A shared root-level term is utilized by all of the parent groups.
A site collection to host content used across various site collections should be created. Term sets
for cross-site searches and navigation are hosted by the site collection.
The http://weylandindustries/sites/navigation URL should be configured for the navigation site, and
http://weylandindustries/sites/portal for the publishing site. Term sets should be used by the
navigation links on the top and left sides of every page.
A local term set for document types, which comprises the default terms .docx, .png, and –jpg,
should be incorporated in the Document Library app.
A console app should be created to print the existing term sets and every root term for the app.
*****************************************************************************
You are currently setting up permissions for the publishing portal in the Term Store Manager to
meet the prerequisites.
You have to add the http://weylandindustries/sites/portal URL to a specific list.
Which of the following actions should you take?
Which of the following is the method you should include?
Topic 2, Weyland Industries
Background
You are employed as a developer at Weyland Industries. You are tasked with developing a project
tracking site via SharePoint 2013. The strategy will be configured to track internal and external
projects for both on-site and off-site teams.
Corporate Prerequisites
Information from a current line of business (LOB) system should be utilized. The strategy should
offer secure access to information, and provide teams with the ability to search for projects
according to division or work function.
A summary of all the active projects should be included in the strategy’s portal, and navigation for
all sites should be handled centrally.
Whenever project data is modified, members of the project should be alerted. Project leads should
have the ability to examine a list of divisions or work functions, and should receive an alert
whenever project tasks are altered.
Users should have the ability to filter project files by type.
Technical Prerequisites
A custom list app that enables users to generate and enter project data should be included in the
strategy. The strategy should also contain a document library app to facilitate the uploading and
downloading of project associated documents.
A Project Data page should be included to allow users to view project data. Users should be given
the ability to create and manage project tasks by the inclusion of a Tasks app. To allow the app to
connect to external data, an External Content type should be added.
Business Connectivity Services (BCS)
BCS should be used to access project data and present it on a Project Data Page via a SQL
Server database.
A remote event receiver should be employed by the Custom List app for sending an e-mail to team
members when data is updated. The root namespace, proj_data, should be used by the external
content type.
Managed Metadata Service (MMS)
To make sure that team members are able to search and filter project data, MMS should be
utilized.
The project leader should be allowed full control of the term store. The project leader should
generate groups for all Weyland Industries’ divisions and also delegate the group manager role to
division leaders. Division leaders should in turn have the ability to assign their division team
members the Contribute permissions.
A Division term set should be generated for storing team member roles and arranging them by
division types. All new projects will use the import file for the Division term set, which includes
terms for System Architect, Programmer, Producer, and Manager, as a default. There are two
parent groups, named Engineering or Production. Both of these groups include the System
Architect, Programmer, Producer terms, while the Manager term is only included in the Production
group. A shared root-level term is utilized by all of the parent groups.
A site collection to host content used across various site collections should be created. Term sets
for cross-site searches and navigation are hosted by the site collection.
The http://weylandindustries/sites/navigation URL should be configured for the navigation site, and
http://weylandindustries/sites/portal for the publishing site. Term sets should be used by the
navigation links on the top and left sides of every page.
A local term set for document types, which comprises the default terms .docx, .png, and –jpg,
should be incorporated in the Document Library app.
A console app should be created to print the existing term sets and every root term for the app.
*****************************************************************************
You are writing code to allow for the terms and term sets to be printed for the Document Library
app.
You need to include a method of the TaxonomySession object in your code.
Which of the following is the method you should include?