PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

You need to allow users in the sales department to upload video files to C:\Data\Sales

Your network contains a file server that runs Windows Server 2008 R2. The server has File Server
Resource Manager (FSRM) installed. A file screen is created for a folder named Data. Data is located
on the C drive. The file screen is configured to block files contained in the Audio and Video file group.
You need to allow users in the sales department to upload video files to C:\Data\Sales. What should
you do?

Which two approaches should you recommend?

You are designing an ASP.NET Web application for online image editing. Users can upload
images to the Web application and edit those images by using utilities provided by the
application. Some utilities are processor intensive and should be offloaded to a Graphics
Processing Unit (GPU). Other utilities require the use of proprietary algorithms that must be
performed on the server. You need to design a solution for minimizing bandwidth usage and

Web server response times during image processing, while providing a responsive
application. Which two approaches should you recommend? (Each correct answer presents
part of the solution. Choose two.)

Which class should you use in FeatureReceiver1?

You have a Web application named WebApp1. You have a Feature receiver named
FeatureReceiver1. FeatureReceiver1 stores a connection string in the web.config file of
WebApp1. You need to ensure that when FeatureReceiver1 makes configuration changes to
web.config, the changes are automatically replicated to all Web servers in the farm. Which class
should you use in FeatureReceiver1?

You need to ensure that all file classification rules apply to scanned documents

Your network contains a server named Server1 that runs Windows Server 2008 R2. Server1 has the
File Services role installed. You configure a file classification rule. You discover that scanned
documents stored as JPG files are not being classified. You need to ensure that all file classification
rules apply to scanned documents. What should you do?

Which approach should you recommend?

You are designing a SharePoint 2010 solution that includes a custom site definition and a
custom master page. The solution has the following three features: ·A hidden site-scoped
feature named X that adds the custom master page to the Master Page gallery. .A
Web-scoped feature named Y with a feature receiver that sets the master page of the Web
to the master page from feature X. .A Web-scoped feature named Z with a feature receiver
that populates the default.aspx file with sample content. Any Web site that is created based
on the solution’s custom site definition must have the master page and the sample content
applied to it automatically. Your design must ensure that features X, Y, and Z can be
activated in the proper order. Which approach should you recommend?

Which line of code should you identify?

You are creating a Web Part for SharePoint Server 2010. The Web Part contains the following
code segment. (Line numbers are included for reference only.) 01 Protected Overloads Overrides
Sub CreateChildControls() 02 MyBase.CreateChildControls() 03
SPSecurity.RunWithElevatedPrivileges(ElevatedCode) 04 05 End Sub 06 Private Sub
ElevatedCode() 07 Dim ListCount As New Label() 08 ListCount.Text = [String].Format (“There are
{0} Lists”, SPContext.Current.Web.Lists.Count) 09 Controls.Add(ListCount) 10 End Sub You need
to identify which line of code prevents the Web Part from being deployed as a sandboxed solution.
Which line of code should you identify?

Which approach should you recommend?

You are designing an ASP.NET Web application. The Web application uses a Menu control
to display either a menu of public and private pages to authorized users or a menu of only
public pages to visitors. You need to ensure that the menu options and URLs of the private
pages are not available to unauthorized users. Which approach should you recommend?

You need to ensure that a user named User1 can store files that are larger than 200 MB on volume E

Your network contains a file server named Server1 that runs Windows Server 2008 R2. On Server1,
you create a disk quota for volume E that limits storage to 200 MB for all users. You need to ensure
that a user named User1 can store files that are larger than 200 MB on volume E. What should you
do?

Which approach should you recommend?

You have a SharePoint 2010 intranet site with a site collection for all team projects. Each
team project site is created from a custom team project site definition. These sites are
created with a standard list to help manage team projects. Each list can be modified as
needed for each site. You are asked to design two features: ·A feature named X for the list
template .A feature named Y for creating an instance of the list You need to ensure that the
list template is installed before the list instance. Which approach should you recommend?