PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

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?

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 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?