PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which approach should you recommend?

You are designing a SharePoint 2010 solution that stores employee information in a list named Employees and
company information in a list named Company. Each company has one or more employees. You need to
recommend that a developer add a new column so that a one-to-many relationship is created between the
Company list and Employees list. Which approach should you recommend?

Which code segment should you add at line 04?

You are creating an application.

You develop a custom control that renders a contextual tab. The control contains the following code segment. (Line numbers are included for reference only.)

01 protected override void OnPreRender(EventArgs e)
02 {
03 SPRibbon curRibbon = SPRibbon.GetCurrent(this.Page);
04
05 curRibbon.MakeContextualGroupInitiallyVisible(“SP.Ribbon.ContextualGroup”, string.Empty);
06 base.OnPreRender(e);
07 }

You need to ensure that when the custom control is rendered, the custom contextual tab appears in the Ribbon.

Which code segment should you add at line 04?

approach should you recommend?

You are designing a SharePoint 2010 solution that allows users to enter address information for contacts into a
list named Address. You have the following requirements:
Ensure that users enter full nine-digit zip codes for the address information.

.Display a custom message indicating that a zip code is invalid if the entered zip code does not match the full
nine-digit requirements. You need to ensure that the application is designed to meet these requirements. Which
approach should you recommend?

Which plan should you recommend?

You are designing a SharePoint 2010 application that stores information about each machine in a factory. This
information includes an inventory of parts, the machines maintenance history, and a document library of repair
manuals for each machine in Microsoft Word format. The application must:
Establish links between the factory machine data, the machine part inventory, the maintenance history, and the
repair manuals to allow the display of additional fields from the other lists.
.Enforce relational integrity between the data to create custom views for various business users.
.Allow nontechnical users to update the individual list data and views, as well as to update the manuals.
.Enforce relationships that allow cascade deletes of items from the machine parts list when items are deleted from
the machine list, but prevent data in the machine parts list from being orphaned. You need to design a data
access plan that meets all these requirements and allows all data to be managed within the SharePoint 2010 system.
Which plan should you recommend?