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 review?
You are developing a Windows Embedded Standard run-time image. You discover that a service fails to function as expected after the First Boot Agent (FBA) process. You need to discover why the service did not function correctly. What should you review?
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?
Which approach should you recommend?
You are designing an asset management solution using SharePoint 2010. You need to design a solution that
meets the following requirements:
Binary large objects (BLOBs) cannot be stored in Microsoft SQL Server.
.There can be no custom development or third-party products.
Which approach should you recommend?
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 extended property should you change in the System Cloning Tool component?
You are designing a run-time image for a Windows Embedded Standard headless device. You need to replace the standard Reseal Complete dialog box indication with an LED that blinks when the image is ready for duplication. Which extended property should you change in the System Cloning Tool component?
Which two actions should you perform?
You have a Windows Mobile 6.5 device and a portable computer that runs Windows Vista and
the Windows Mobile Device Center (WMDC). Both have Bluetooth functionality. You need to connect from the Windows Mobile device to the WMDC by using Bluetooth.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
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?