PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

You need to ensure that you can run a full server backup of Server1

Your network contains a server named Server1 that runs Windows Server 2008 R2. The disks on
Server1 are configured as shown in the following table.

You run the Backup Once wizard and discover that the option for Full Server backup is unavailable.
You need to ensure that you can run a full server backup of Server1. What should you do?

You need to configure scheduled backups on Server1 to meet the following requirements: •Maintain 60 days of

Your network contains a server named Server1 that runs Windows Server 2008 R2. You need to
configure scheduled backups on Server1 to meet the following requirements:
•Maintain 60 days of backups.
•Minimize the performance impact on Server1 while a backup is running.
What should you do?

Which approach should you recommend?

You are designing an ASP.NET Web application to manage and display sensitive
information stored in a Microsoft SQL Server database. The database also provides
authorization information for users. All Web pages that display sensitive information require
an authenticated login. There is no visitor access to these pages. You have the following
requirements: • Separate authorization logic from the application. • Prevent the application
from directly accessing the database server. You need to design a data access and
authorization solution. Which approach should you recommend?

Which code segment should you add at line 04?

You need to disable the CriticalExceptionCount measure for all user solutions. You write the
following code segment. (Line numbers are included for reference only.) 01 Dim userCode As
SPUserCodeService = SPUserCodeService.Local 02 Dim measures As

SPResourceMeasureCollection = userCode.ResourceMeasures 03 Dim measure As
SPResourceMeasure = measures(“CriticalExceptionCount”) 04 05 measure.Update() Which code
segment should you add at line 04?

Which approach should you recommend?

You are designing a SharePoint 2010 intranet site for your company. Your design needs to
meet the following requirements: ·A SharePoint feature (feature A) must make a custom list
definition available for the entire site collection. .Another SharePoint feature (feature B)
must provision an instance of that custom list definition in the particular site where the
feature is activated. Which approach should you recommend?

You need to prevent the Exchange Server 2010 transaction log files from being purged

Your network contains a server named Server1 that runs Windows Server 2008 R2. Server1 has
Microsoft Exchange Server 2010 deployed. You schedule a backup of the server. You discover that
the Exchange Server 2010 transaction log files are purged during the backup. You need to prevent
the Exchange Server 2010 transaction log files from being purged. What should you do?

You need to design the application to meet the requirements

You are designing an ASP.NET Web application. You have the following requirements: •
The application must be usable in partially connected scenarios. • Data that is entered into
the application offline must be synchronized with the server the next time the application is
online. You need to design the application to meet the requirements. What should you use?