PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which two technologies could you recommend?

You are designing an ASP.NET Web application. You have the following requirements: •
Perform rapid development. • Maintain cross-browser compatibility. • Do not require
client-side installations. You need to recommend a client-side technology that meets the
requirements. Which two technologies could you recommend? (Each correct answer
presents a complete solution. Choose two.)

You need to prevent users from storing audio and video files on volume E

Your network contains a file server named Server1 that runs Windows Server 2008 R2. Server1 has a
volume named E. From the File Server Resource Manager console, you create a new quota for
volume E. The quota is derived from the 100 MB limit quota template. You need to prevent users
from storing audio and video files on volume E. What should you do?

Which approach should you recommend?

A company with offices worldwide has asked you to design a SharePoint 2010 feature for

an intranet portal. The feature must: ·Be activated only on a site collection. .Contain a
customized list template. .Contain a custom List page. .Use globalized resources that can
be shared with other features. You need to design the feature to support all these
requirements. Which approach should you recommend?

Which configuration should you recommend?

You are designing an ASP.NET Web Forms application. You expect the application to have
high traffic. You plan to use a Web farm to balance the application load across several Web
servers. You have the following requirements: • Use round-robin load balancing. • Do not
use persistent storage for session data. You need to ensure that your design meets the
requirements. Which configuration should you recommend?

Which method should you use?

You create a Microsoft .NET Framework console application that uses a Representational State
Transfer (REST) API to query a custom list named Products. The application contains the
following code segment. Dim codc As New AdventureWorksDataContext(New
Uri(“http://contoso/_vti_bin/listdata.svc”)) codc.Credentials = CredentialCache.DefaultCredentials

You need to read all items in Products into an object. Which method should you use?

Which code segment should you add at line 10?

You have a document library named Documents. Minor and major version management is
enabled for the document library. You plan to add a document named MyFile.docx to Documents.
You create a console application that contains the following code segment. (Line numbers are
included for reference only.) 01 Using site As New SPSite(“http://intranet”) 02 Dim documents As
SPList = site.RootWeb.Lists(“Documents”) 03 Dim fstream As FileStream =
File.OpenRead(“MyFile.docx”) 04 Dim content As Byte() = New Byte(fstream.Length – 1) {} 05
fstream.Read(content, 0, CInt(fstream.Length)) 06 fstream.Close() 07
site.RootWeb.Files.Add(documents.RootFolder.Url & “/MyFile.docx”, content, True) 08 Dim file As
SPFile = site.RootWeb.GetFile(documents.RootFolder.Url & “/ MyFile.docx”) 09
file.CheckIn(String.Empty) 10 11 End Using You need to ensure that all users can see the
document. Which code segment should you add at line 10?

You need to ensure that if Printer1 causes an exception, users can still print to Printer2 and Printer3

Your network contains a print server named Server1. Server1 has three shared printers named
Printer1, Printer2, and Printer3. Each shared printer uses a different driver. You need to ensure that
if Printer1 causes an exception, users can still print to Printer2 and Printer3. What should you do?

Which approach should you recommend?

You are designing multiple SharePoint 2010 features. You have the following requirements:
·There must be three features, named Feature_1, Feature_2, and Feature_3. .Feature_1
must be dependent on Feature_2; Feature_2 must be dependent on Feature_3. .Feature_1
must be available to a site collection named Finance. You need to ensure that your feature
design meets these requirements and follows the SharePoint Feature Activation
Dependency Rules. Which approach should you recommend?