Which approach should you recommend?
You are designing an internal Web application. You have the following requirements: • Use
an existing data layer built on the Entity Framework • Ensure that additional Entity
Framework entities can be supported without additional coding. You need to design the
Web application so that users can add, edit, and delete data. Which approach should you
recommend?
Which approach should you recommend?
You are designing a SharePoint 2010 solution package that includes a feature. The feature
should be available for activation in only those site collections contained within specified
Web applications in the farm. You need to design your solution package to ensure this
behavior. Which approach should you recommend?
You need to ensure that you can add a scan process
Your network contains an Active Directory domain named contoso.com. The functional level of the
domain and the functional level of the forest are Windows Server 2003. All domain controllers run
Windows Server 2008. You have a member server that runs Windows Server 2008 R2 named
Server1. You install the Distributed Scan Server role service on Server1. From the Scan Management
console, you attempt to add a scan process and you receive the following error.
You need to ensure that you can add a scan process. What should you do?
Which code segment should you add at line 04?
You create a Web Part. You need to display the number of visits to a SharePoint site collection in
a label named LblVisits. You write the following code segment. (Line numbers are included for
reference only.) 01 RunWithElevatedPrivileges(ElevateSub) 02 Private Sub ElevatedSub() 03 Try
04 05 LblVisits.Text = site.Usage.Visits.ToString() 06 Finally 07 … 08 End Try 09 End Sub Which
code segment should you add at line 04?
Which command should you run?
Your network contains a Windows Server Update Services (WSUS) server. All computers on the
network are configured to download and install updates once a week. You need to deploy a critical
update to a WSUS client as soon as possible. Which command should you run?
Which approach should you recommend?
You work for a software company that sells Web Parts to customers. You designed the first
version of a Web Part named Weather 1.0. The company has already sold several hundred
licenses of the Web Part. You designed a new solution package for Weather 2.0. Some
customers who are already using Weather 1.0 will install Weather 2.0 in the same Web
application as Weather 1.0. You need to design your package so that the functionality of
Weather 1.0 will not be affected by the installation of Weather 2.0 in the same Web
application. Which approach should you recommend?
What should you configure?
You have a SharePoint site that contains 10 lists. You need to prevent a list named List1 from
appearing on the Quick Launch navigation bar. What should you configure?
Which two actions should you perform?
Your network contains a Windows Server Update Services (WSUS) server named Server1. Server1
provides updates to client computers in two sites named Site1 and Site2. A WSUS computer group
named Group1 is configured for automatic approval. You need to ensure that new client computers
in Site2 are automatically added to Group1. Which two actions should you perform? (Each correct
answer presents part of the solution. Choose two.)
Which approach should you recommend?
You are designing a SharePoint 2010 application. You have a requirement to allow access
to a Microsoft Windows .NET Framework assembly across multiple Web applications in a
farm. An assembly element has been added to the solution manifest (manifest.xml). You
need to ensure that the deployment of the assembly meets the requirements. Which
approach should you recommend?
Which namespace should you use?
You are developing an application page. You need to create a pop-up window that uses the
ECMAScript object model. Which namespace should you use?