PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which approach should you recommend?

You need to specify the correct artifacts to use in a SharePoint 2010 application for a school district. The school
districts administrator needs to be able to search for student information on an intranet SharePoint 2010 portal.
Student information is currently available in another database, which supports an Open Database Connectivity
(ODBC) driver. You need to design the solution to meet the following requirements:
Provide a user interface to search for a student based on name.
.Enable the administrator to select the correct student name from the search results.
.Provide a student header section that displays the primary student identity information, which will enable the
administrator to correlate any new information with the correct student.
.Provide additional data entry pages to add or update additional student information.
Which approach should you recommend?

What should you do?

You plan to create two Web Parts named Products and ProductDetails. You create an interface that contains the following code segment.

public interface Interface1
{
string Productid { get; set; }
}

You need to ensure that the Products Web Part sends ProductId to the ProductDetails Web Part. You must achieve this goal by using the ASP.NET Web Part connection framework.

What should you do?

What should you do?

You plan to create two Web Parts named Products and ProductDetails. You create an interface that contains the following code segment.

public interface Interface1
{
string Productid { get; set; }
}

You need to ensure that the Products Web Part sends ProductId to the ProductDetails Web Part. You must achieve this goal by using the ASP.NET Web Part connection framework.

What should you do?

What should you do?

You have a Windows Mobile 6.5 Professional device. You configure the Microsoft My Phone service to synchronize data at specific times. While traveling in a different time zone, you connect to a new cellular service provider. The My Phone service does not perform the scheduled data synchronization. You need to ensure that the My Phone service performs the scheduled data synchronization. What should you do?

What should you do?

You create a Web Part that contains the following code segment. (Line numbers are included for reference only.)

01 public class WebPart1 : WebPart
02 {
03 public WebPart1() {}
04
05 protected override void CreateChildControls()
06 {
07 Button clickButton = new Button();
08
09 base.CreateChildControls();
10 }
11
12 protected override void RenderContents(HtmlTextWriter writer)
13 {
14
15 base.RenderContents(writer);
16 }
17 }

You discover that the clickButton button does not appear.

You need to ensure that clickButton appears.

What should you do?

Which approach should you recommend?

You are designing a SharePoint 2010 application that includes a Task list. You have the following requirements:
For each task, allow users to specify one of three values for an item named Phase using a drop-down menu.
.Allow contributors to add new values for the Phase item. You need to design this application without using
custom code. Which approach should you recommend?