PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which approach should you recommend?

You are designing a data access service backed by Microsoft SQL Server. Other
developers will use your service as a third-party service. You have the following
requirements: • To reduce maintenance cost, you must write the minimal amount of code
required for fulfilling the goals. • The service must function with Microsoft and non-Microsoft
technologies. • The service must implement the WS-Security standards. You need to design
the service to meet the requirements. Which approach should you recommend?

Which data access technology should you recommend?

You are designing an ASP.NET Web application that will be developed by using Microsoft
Visual Studio 2010. The application will interact with a Microsoft SQL Server database. The
data access layer of the application must meet the following requirements: • Support rapid
application development techniques. • Allow the underlying database schema to change
without affecting the object model. • Contain strongly typed data objects. You need to
develop the data access layer. Which data access technology should you recommend?

Which property tag should you add at line 07?

You develop a new publishing page layout named MyPage.aspx for a SharePoint site. You create
an Elements.xml file. Elements.xml contains the following code segment. (Line numbers are
included for reference only.) 01<File Url=”mypage.aspx” Type=”GhostableInLibrary”
IgnoreIfAlreadyExists=”TRUE”> 02<Property Name=”Title” Value=”MyPage” /> 03<Property
Name=”ContentType”Value=”$Resources:cmscore,contenttype_pagelayout_name;” />
04<Property Name=”PublishingAssociatedContentType” Value=”; 05
#$Resources:cmscore,contenttype_page_name;; 06
#0x01010007FF3E057FA8AB4AA42FCB67B453FFC100E214EEE741181F4E9F7ACC43278EE8
11;#”/> 07 08</File> You need to prevent users from creating pages based on the page layout.
Which property tag should you add at line 07?