Which source should you recommend?
You are designing an ASP.NET Web application for content management. You have the
following requirements: • Support multiple languages. • Support dynamic changes to site
content. • Provide the ability to add content to the site without making changes to files within
the application directory. You need to recommend the application’s source for retrieving
content. Which source should you recommend?
What should you tell the team to do?
You are directing your team to use Microsoft Visio 2010 to design SharePoint 2010
workflows. You need to ensure that the workflow designs are validated. What should you tell
the team to do?
Which code segments should you add at lines 03, 04 and 05?
You are creating an event receiver. The event receiver will have a field named Title and a field
named Priority. You write the following code segment for the event receiver. (Line numbers are
included for reference only.) 01 Public Overloads Overrides Sub ItemUpdating(ByVal prop As
SPItemEventProperties) 02 MyBase.ItemUpdating(prop) 03 04 05 06 End Sub You need to
ensure that when the Title field is changed to include the word IMPORTANT, the Priority field is
set to URGENT. Which code segments should you add at lines 03, 04 and 05?
Which tool should you use to prestage the Folder1 data?
Your network contains a Distributed File System (DFS) target folder named Folder1 that contains 100
GB of data. You plan to create a new DFS replica of Folder1 on a server named Server2. You need to
prestage the data in Folder1 on Server2. The solution must ensure that the amount of initial DFS
replication traffic is minimized. Which tool should you use to prestage the Folder1 data?
Which two approaches should you recommend7 (Each correct answer presents part of the solution?
You are designing an ASP.NET Web application for display on desktop computers and on
mobile devices. You have the following requirements: • Present a full-featured interface to
users of desktop computers that include many interaction options and graphical buttons. •
Present a simple interface to users of mobile devices that do not include bandwidth
intensive elements. You need to design the Web application to meet the requirements.
Which two approaches should you recommend7 (Each correct answer presents part of the
solution? Choose two.)
Which method type should you use?
You create an entity named Customer in a Business Connectivity Services (BCS) object mode.
You need to ensure that Customer data can be displayed in a Business Data List Web Part.
Which method type should you use?
Which approach should you recommend?
You are designing a SharePoint 2010 workflow that will be used to monitor invoices. The
workflow has the following requirements: ·Invoices may have a status of Submitted,
Reviewed, Rejected, Returned for Revision, or Approved. .Not every status applies to every
invoice. You need to design the workflow to monitor the status of the invoices as they are
processed. Which approach should you recommend?
Which tool should you use?
Your network contains a domain-based Distributed File System (DFS) namespace named
\\contoso.com\DFS1. You have two servers named Server1 and Server2 that are configured as
namespace servers for \\contoso.com\DFS1. You need to verify that the DFS namespace replicates
successfully between Server1 and Server2. Which tool should you use?
Which parent control should you use for Field1?
You create a custom page layout that has a field control named Field1. You need to ensure that
Field1 is only visible when users modify the contents of the page. Which parent control should you
use for Field1?
Which approach should you recommend?
You are designing an ASP.NET Web Forms application. You have the following
requirements: • Make use of exclusive features in a newly released Web browser. • Do not
change existing code files. You need to design the application to meet the requirements.
Which approach should you recommend?