Which approach should you recommend?
You are planning to store some custom configuration settings in a SharePoint 2010 farm. A
set of key-value pairs must be saved and retrieved for several subsites within a web
application. You need to ensure that the key-value settings are stored for each subsite.
Which approach should you recommend?
You need to duplicate the Windows Firewall rules from Server1 to Server2
Your network contains two servers named Server1 and Server2 that run Windows Server 2008 R2.
Server1 has several custom inbound rules and connection security rules. You need to duplicate the
Windows Firewall rules from Server1 to Server2. What should you do on Server1?
Which property should you recommend be set?
You are designing an update to an existing Windows Presentation Foundation (WPF)
application. You plan to use Microsoft Visual Studio 2010. The updated WPF application will
require a specific version of a third-party component. You have the following requirements: •
Deploy the update by using Windows Installer. • Update the WPF application only if the
required version of the third-party component is present on the client computer. You need to
recommend configuration settings for the application installer. Which property should you
recommend be set?
What should you recommend?
You are designing an ASP.NET Web application. Pages of the Web application will share a
common layout. Different business logic will be executed based on user input. You have the
following requirements: • Use view state to maintain data between postbacks. • Reuse
presentation logic across multiple pages. You need to recommend an approach that meets
the requirements. What should you recommend?
Which code segment should you add to the Web Part?
You plan to develop a Web Part that displays a SharePoint list. The Web Part will verify the list
permissions when users access it by using the web.CurrentUser.DoesUserHavePermissions
method. You need to ensure that when users do not have permissions to the list, the Web Part
displays the company’s logo. Which code segment should you add to the Web Part?
You need to apply the custom master page to the site and ensure that future pages added to the site…
You have a SharePoint site. The current master page of the site is v4.master. You create a
custom master page named MyMasterPage.master and deploy it to /_catalogs/masterpage/. You
need to apply the custom master page to the site and ensure that future pages added to the site,
including system and application pages, automatically use the custom master page. You must
also ensure that future SharePoint updates do not remove or modify the changes you have made.
What should you do?
You need to encrypt App1 data on the network
Your network contains a server named Server1 that runs Windows Server 2008 R2. Server1 hosts a
custom application named App1. App1 is accessible on TCP port 5000. You need to encrypt App1
data on the network. What should you do?
Which two actions should you recommend?
You are designing updates to an existing Windows Presentation Foundation (WPF)
application that connects to a Microsoft SQL Server 2008 database. The application
updates will require updates to the database. You have the following requirements: •
Prevent data loss. • Recover the database if the database update fails. You need to
recommend a database deployment strategy. Which two actions should you recommend?
(Each correct answer presents part of the solution. Choose two.)
Which approach should you recommend?
You are designing a SharePoint 2010 Internet site for e-commerce. The site shows pricing
information retrieved from a Microsoft SQL Server database for the deals featured each day
on the home page. You need to cache the pricing data for each featured deal on the server
and refresh the data with a minimum amount of network traffic. Which approach should you
recommend?
Which class should you use?
You are designing an application by using Microsoft .NET Framework 4 and Microsoft
Visual Studio 2010. The application will store data that includes a time and date stamp. The
middle tier of the application is implemented by using Windows Communication Foundation
(WCF). The middle tier connects to geographically separated database servers. You need
to ensure that the application meets the following requirements; • Data stored contains time
and date information local to the database server. • Data stored contains Universal
Coordinated Time (UTC). Which class should you use?