Recertification for MCSD: SharePoint Applications v5.0 (70-517)

Page:    1 / 15   
Total 218 questions

After deploying a solution, a code-based hotfix becomes available.
You need to deploy the hotfix.
What should you do? (Each correct answer presents part of the solution. Choose all that apply.)

  • A. Use assembly binding redirection in the web application configuration file.
  • B. Increment the assembly file version of the assembly.
  • C. Increment the product version of the assembly.
  • D. Increment the assembly version of the assembly.
  • E. Use assembly binding redirection in the assembly policy file.


Answer : A,C

Explanation: A: Assembly versions are everywhere in SharePoint web.config files, web part definitions, workflow definitions, event receiver bindings the list goes on. In each case, the version number is absolutely required so that SharePoint can load the code to run at that time. If you update an assemblys version, you have two choices to ensure your code can still be loaded:
/ Find and update every reference to the previous assembly version.
/ Use a binding redirect in the relevant .config file (e.g. web.config) to point to the new version of the assembly.
C: Assembly Version : This is the version number used by framework during build and at runtime to locate, link and load the assemblies. When you add reference to any assembly in your project, it is this version number which gets embedded. At runtime, CLR looks for assembly with this version number to load. But remember this version is used along with name, public key token and culture information only if the assemblies are strong-named signed. If assemblies are not strong-named signed, only file names are used for loading.
Incorrect:
not B: Assembly File Version : This is the version number given to file as in file system. It is displayed by Windows Explorer. Its never used by .NET framework or runtime for referencing.
From scenario:
* solution artifacts must adhere to industry best practices.
* Code based hot fixes must be deployed directly to the Global Assembly Cache on all
SharePoint servers.
* Only one version of an assembly must be available at runtime.

You need to create the required site columns.
How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.)





Answer :

Explanation:


C:\Users\Kamran\Desktop\Untitled.jpg

You need to add code at line UA09 to create the custom role.
How should you complete the relevant code? (To answer, select the appropriate code segment from each drop-down list in the answer area.)





Answer :

Explanation:


C:\Users\Kamran\Desktop\Untitled.jpg
Topic 7, Litware Inc.

Background -
You are a SharePoint developer working for Litware Inc., a large bicycle manufacturing company. Litware runs an intranet that is based on SharePoint Server 2010, side-by-side a collaboration space for various departments. The IT department for Litware is migrating a
SharePoint 2010 environment to a new SharePoint 2013 farm. Some collaboration site collections are already migrated, including a Marketing site collection.

Business Requirements -

Intranet -
Litware is redefining its brand identity. It is essential that the new intranet supports a wide variety of mobile devices, platforms, and browsers. Some of the content must be migrated from the old intranet during the implementation. The redesigned intranet must be extensible. The solution must be designed with the changes in the underlying technology in mind.
A marketing company named Graphic Design Institute provides documents and guidelines for the new design for Litware's intranet.

Collaboration -
Litware has the following collaboration requirements:
-> The collaboration space must include a start page containing information about site owners, contact data, and statistics on site usage. This information must be available for each collaboration space, directly after its creation.
-> The project must be delivered in multiple phases.
-> The solution must support changes and updates on the structure and functionality of the collaboration spaces.

Marketing collaboration space -
Auditors must be able to create reports about the documents the Marketing team produces.
Initial reports should show document distribution over projects and information about the most active documents, the top inactive documents, and the most active users. Additional reports will be added over time.

Technical Requirements -
Publishing Design for the Intranet
Litware will use the following web application for the intranet: https://intranet.litwareinc.com.
The publishing site design is delivered as a set of HTML files (litwarepublishing.html), CSS
(Litwarepublishing.css), and image files from the marketing company. A design package must be created for easier deployment over various platforms. During the creation and application of the design package to the publishing site, SharePoint 2013 out-of-the-box capabilities must be used as much as possible to ensure simple design changes and to simplify the upgrade procedures. The publishing site must support rendering on a number of devices, starting with Windows Phone. Apart from being deployed on all existing publishing sites, the design package must be automatically applied each time a publishing site is created. A search box must be available on all publishing sites.

Collaboration -
Litware will use two additional web applications for the collaboration:
-> Collaboration 1: https://collab1.litwareinc.com
-> Collaboration 2: https://collab2.litwareinc.com
Most of the f

You need to ensure that the features required for the Litware Team Site web template are referenced correctly in the ONET.XML file.
How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)




Answer :

Explanation:


C:\Users\Kamran\Desktop\Untitled.jpg

You need to configure the publishing site to support the browser requirements.
From Site Settings, which option should you select first? (To answer, select the appropriate option in the answer area.)




Answer :

Explanation:


C:\Users\Kamran\Desktop\Untitled.jpg

You need to create a design package for the publishing sites.
What should you do?

  • A. Use SharePoint Designer to create master pages and a design package.
  • B. Use Visual Studio 2012 to create master pages and generate a design package.
  • C. Use display templates.
  • D. Use Design Manager.


Answer : D

You implement the dependency changes based on the requirements for the Litware web artifacts feature.
When you deploy the Litware.Intranet.Templates.wsp package, you receive an error message.
You need to ensure that the package deploys successfully.
What should you do?

  • A. Set the scope of the Litware web artifacts feature to SPSite.
  • B. Set the scope of the Litware web artifacts feature to SPFarm.
  • C. Set the Is Hidden option of the Litware web artifacts feature to False.
  • D. Set the Auto Activate in Central Admin parameter of the Litware web artifacts feature to True.


Answer : C

You need to ensure that users can sort files by using the Projects field.
From the List Settings page, which option should you select? (To answer, select the appropriate option in the answer area.)




Answer :

Explanation:


C:\Users\Kamran\Desktop\Untitled.jpg

You create a document reporting Web Part for the Marketing team auditors. You need to configure throttling for the Web Part.
Which code segment should you insert at line MA08?

  • A. spQuery.QueryThrottleMode = SPQueryThrottleOption.Strict;
  • B. spQuery.QueryThrottleMode = SPQueryThrottleOption.Override;
  • C. spQuery.QueryThrottleMode = SPQueryThrottleOption.Disable;
  • D. spQuery.QueryThrottleMode = SPQueryThrottleOption.Default;


Answer : B

You need to create a collaboration template.
How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)




Answer :

Explanation:


C:\Users\Kamran\Desktop\Untitled.jpg

You need to apply the Design Package to all of the required sites.
How should you complete the relevant code? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)




Answer :

Explanation:


C:\Users\Kamran\Desktop\Untitled.jpg

You need to scope the feature containing the Litware Team Site template.
In the Feature Designer tool in Visual Studio 2012, which scope option should you select?
(To answer, select the appropriate scope from the drop-down list in the answer area.)





Answer :

Explanation:


C:\Users\Kamran\Desktop\Untitled.jpg

Topic 8, Trey Research -

Background -
You develop an intranet portal for Trey Research. End users of the portal are researchers and office staff.

Business Requirements -
All end users must be able to customize their profile with relevant information. Researchers must store research papers, upload supporting documents, and search content.

Storage -
The portal must use an existing Microsoft SQL Server database to access and store work profile information and research papers.

Data Access -
-> The portal must use Business Connectivity Services (BCS) to access data from external systems.
-> Researchers must search content from SharePoint and external systems.
-> Researchers must manage a research topic and related content as a single entity.

User Profile -
-> Employees must be able to customize their profile.
-> Administrators must be able to create new profile properties.

Technical Requirements -

Data Store -
The data model for the database entities is shown below:

Users must not be allowed to update the Employees.Username and ResearchPapers.ID fields. The fields uniquely distinguish the corresponding entity.

Access External Data -
-> You must create an external content type named TreyResearch to access the SQL data source. During development, the data source will be accessible locally.
-> You must develop an app to access the fields named Employee Name and
Research Paper Title.
-> Researchers must be able to find all research papers that are written by a particular employee.
-> A research paper always must be associated with the employee that wrote it.

Document Management -
-> Researchers must be able to upload research papers and relevant supporting materials into a document set named Research Content.
-> All the document sets must be stored in a list named ResearchPapers.
-> All documents that are uploaded must contain the prefix DOC in the file name.

Environment -
The SQL database will be on a different physical server when the solution is deployed to a production environment. The solution must use the SQL Server user named sqltrey to connect to the database. The BCS service is configured and running in the production environment.

Personalize -
-> You must use custom profile properties to add a new section to the user profile properties page.
-> The solution must use the client-side object model (CSOM) to upload employee profile pictures.
-> Employees must be able to change their display name on the site.
-> Each employee's page must display the value of the DisplayName and Title fields.

Search -
-> The Microsoft Bing API web service must be used to search for research papers.
No code must be written.
-> The app must use a Content Enrichment web service named Abstractlndexer. The app must use the Abstractlndexer service to index search content.
-> The solution must store large-sized media files in a dedicated SQL Server database.
-> The databas

You need to configure authentication to access the SQL data source during development.
Which authentication mechanism should you use?

  • A. Impersonated Windows Identity
  • B. Pass Through
  • C. Impersonated Custom Identity
  • D. Forms Based Authentication


Answer : B

You need to add code at line AJ05 to complete the implementation of the app.
How should you complete the relevant code? (To answer, drag the appropriate code segment to the correct location in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)




Answer :

Explanation:


C:\Users\Kamran\Desktop\Untitled.jpg

You need to create the external content type to support the data model.
In the Return Parameter Configuration dialog box, in the properties section, which options should you select? (To answer, select the appropriate setting or settings in the answer area.)




Answer :

Explanation:


* From scenario:
/ You must create an external content type named TreyResearch to access the SQL data source. During development, the data source will be accessible locally.

Page:    1 / 15   
Total 218 questions