PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

You need to ensure that only members of a group named Marketing can print color documents on the new print dev

Your network contains an Active Directory domain. You have a print server named Server1 that runs
Windows Server 2008 R2. You deploy a new print device and create a shared printer. You need to
ensure that only members of a group named Marketing can print color documents on the new print
device. All other users must only be able to print black and white documents on the new print
device. What should you do?

You need to design data validation to support the requirements

You are designing an ASP.NET Web application. You have the following requirements: •
Users must be allowed to save their work in progress on one computer and to continue the
work on another computer. • Data that is submitted for processing must be valid, and invalid
data must be rejected. • Primary key constraints within the database must be enabled at all
times • The application must store only data that is entered by the user You need to design
data validation to support the requirements. Which two approaches should you recommend
(Each correct answer presents part of the solution. Choose two.)

Which approach should you recommend?

You are planning to add more features to a SharePoint 2010 farm. Two developers are
working independently in a developer environment; each has created a custom solution with
a new feature. You have the following requirements: ·Each new feature that the developers
created must share an assembly with an existing feature on the production farm. .The new
features must be deployed from the developer environment to the production environment.
.The possibility must be minimized that an existing application will be unavailable if the
assembly needs to be redeployed after a bug fix. .You must use the fewest solutions
possible. You need to create a deployment plan that meets these requirements. Which
approach should you recommend?

Which code segment should you include in the helper method?

You have a helper method named CreateSiteColumn that contains the following code segment.
Private Shared Sub CreateSiteColumn (ByVal web As SPWeb, ByVal columnName As String)
web.Lists(0).Views(0).ViewFields.Add(columnName) End Sub You need to add a new site column
of type Choice to a SharePoint site by using the helper method. Which code segment should you
include in the helper method?

Which two actions should you recommend?

You are designing an ASP.NET Web application that allows users to type a value in a text
box The application must function with JavaScript disabled. You need to design a method
for using a Web service to validate the user-typed value before the form is processed.
Which two actions should you recommend? (Each correct answer presents part of the
solution. Choose two.)

You need to create a deployment plan that meets these requirements.Which approach should you recommend?

You are designing a solution package for an application project, which has several types of
SharePoint 2010 artifacts. Your project contains a Web Part, features, list definitions,
assemblies, customized ASPX pages, and workflows. You have the following requirements:
·You must ensure the security and manageability of the SharePoint applications.
.SharePoint administrators must enforce quota limits on resources consumed. Based on
your analysis, the Web Part will exceed the limit. .You must deploy all of the artifacts with
the fewest solutions possible. You need to create a deployment plan that meets these
requirements.Which approach should you recommend?

You need to ensure that the print jobs in the Printer1 queue are printed

Your network contains an Active Directory domain. The domain contains two print servers named
Server1 and Server2 that run Windows Server 2008 R2. Server1 has a printer named Printer1.
Server2 has a printer named Printer2. Both printers use the same driver. The print device for
Printer1 fails. You need to ensure that the print jobs in the Printer1 queue are printed. What should
you do?

Which code segment should you add to the application?

You need to create a custom application that provides users with the ability to create a managed
property. The managed property name must be specified in the args[1] parameter. You write the
following code segment for the application. (Line numbers are included for reference only.) 01 Dim
currentSite As New SPSite(“http://intranet”) 02 Dim context As SearchContext =
SearchContext.GetContext(currentSite) 03 Dim schema As New Schema(context) Which code
segment should you add to the application?