You need to be notified by email when users save .mp3 files to the shared folders
DRAG DROP
Your network contains an Active Directory domain. The domain contains a server that runs Windows
Server 2008 R2. The server contains 10 shared folders. You need to be notified by email when users
save .mp3 files to the shared folders. What should you do?
To answer, move the appropriate actions from the Possible Actions list to the Necessary Actions area
and arrange them in the correct order.
You need to configure Server 2 to ensure that the client computers on Subnet 2 can receive Ip addresses from S
Which code segment should you insert at line 07?
You use Microsoft .NET Framework 4 to develop an application that connects to a Microsoft SQL
Server 2008 database. You add the following table to the database.
CREATE TABLE Orders(
ID numeric(18, 0) NOT NULL,
OrderNaroe varchac (50) NULL,
OrderTime time (7) NULL,
OrderDate dace NULL)
You write the following code to retrieve data from the OrderTime column. (Line numbers are
included for reference only.)
01 Dim conn As SqlConnection = New SqlConnection(“”*”)
02 conn.Open()
03 Dim cmd As SqlCommand = New SqlCommand(
“SELECT ID, OrderTime FROM Orders”, conn)
04 Dim rdr As SqlDacaReader = crod.ExecuteReader()
05
06 While rdr.Read()
07
08 End While
You need to retrieve the OrderTime data from the database. Which code segment should you insert
at line 07?
You need to create a Plain Old CLR Object (POCO) class that can be used with the ObjectContext.CreateObject me
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to develop an application.
You use the ADO.NET Entity Framework Designer to model entities. You need to create a Plain Old
CLR Object (POCO) class that can be used with the ObjectContext.CreateObject method to create a
proxy. What should you do?
You need to ensure that the application allows users to perform the following tasks: • Bookmark their locati
You are designing an application by using Windows Presentation Foundation (WPF) and
Microsoft .NET Framework 4. You create a control named HelpViewer to view the Help
documentation of the application. The HelpViewer control must be available to a windows in
the application. You need to ensure that the application allows users to perform the
following tasks: • Bookmark their location in the documentation and return to the bookmark
from any window. • Hide the HelpViewer control. • Dock the HelpViewer control. You create
a main window as a base class. What should you do next?
What should you recommend?
You are designing a Windows Communication Foundation (WCF) service. The WCF service
will support a common data access strategy for an ASP.NET 1.1 Web application and an
ASP.NET 4 Web application. You have the following requirements: Ensure that the WCF
service complies with WS-* standards. Enable backward-compatibility for clients that can
consume only ASMX Web Services. You need to recommend an endpoint and binding
strategy for the WCF service. What should you recommend?
Which method type should you use?
You create an entity named Customer in a Business Connectivity Services (BCS) object mode.
You need to ensure that Customer data can be displayed in a Business Data List Web Part. —
Which method type should you use?
Which code segment should you insert at line 05?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The
application connects to a Microsoft SQL Server database. You create a DataSet object in the
application. You add two DataTable objects named App_Products and App_Categories to the
DataSet.
You add the following code segment to populate the DataSet object. (Line numbers are included for
reference only.)
01 Public Sub Filifcnx As SqlConnection, ds As DataSet)
02 Dim crod As var = cnx.CreateCorttnand()
03 cmd.CommandText = “SELECT * FROM dbo.Products;” + “SELECT * FROM dbo.Categories”
04 Dim adapter As var = New SqlDataAdapter(cmd) 05
06 End Sub
You need to ensure that App_Products and App_Categories are populated from the dbo.Products
and dbo.Categories database tables. Which code segment should you insert at line 05?
Which approach should you recommend?
You are designing a Web application for a SharePoint 2010 system. You need to plan an
authorization system that meets the following requirements: ·It must enforce uniform
security throughout all site collections at the Web application or zone level. .It must use
Windows authentication. .It must assign a role incorporating a collection of rights to
individual SharePoint 2010 users or domain groups. .It must specify the rights for a user or
group in the Web application based on an Active Directory (AD) user or group account. .The
rights should not be shared across other Web applications. You need to design a plan that
provides specific control of SharePoint object access and meets all requirements. Which
approach should you recommend?
Which URL should you use for the query?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows
Communication Foundation (WCF) Data Services service. You deploy the service to the following
URL: http://contoso.com/Northwind.svc.
You want to query the WCF Data Services service to retrieve a list of customer objects.
You need to ensure that the query meets the following requirements:
• Only customers that match the following filter criteria are retrieved: City=”Seattle” AND Level >
200.
• Data is sorted in ascending order by the ContactName and Address properties.
Which URL should you use for the query?