What should you install on Server1?
Your network contains a file server named Server1 that runs Windows Server 2008 R2. You have
several UNIX-based client computers on the network. Users report that they cannot access shared
folders on Server1 from the UNIX-based client computers. You need to ensure that users can access
the shared folders on Server1. What should you install on Server1?
Which tool should you use?
Your network contains a file server named Server1 that runs Windows Server 2008 R2. Server1
contains several shared folders. All of the shared folders are located in a volume named Data. You
create a new shared folder named Shares in the Data volume. You need limit the amount of data
that users can save in Shares. The limit must NOT apply to any other shared folders. Which tool
should you use?
Which port or ports should you allow through Windows Firewall?
Your network contains an Active Directory domain named contoso.com. The domain contains a
server named Server6 that runs a third-party P0P3 server. Server6 only supports encrypted P0P3
connections. You need to configure the Windows Firewall on Server6 to allow client computers
access to the P0P3 server. Which port or ports should you allow through Windows Firewall?
You need to resolve the warning message
Your network contains a server named DC1 that has the DHCP Server server role installed. You
discover the following warning message in the Event log of DC1: “‘The DHCP service encountered the
following error while cleaning up the database: An error occurred while accessing the DHCP
database. Look at the DHCP server event log for more information on this error.” You need to
resolve the warning message. What should you do?
You need to ensure that only secure dynamic updates are accepted for the contoso.com zone
You need to create a copy of the fabrikam.com zone on DC1
Your network contains an Active Directory domain named contoso.com. The domain contains two
DNS servers named DC1 and Server1. DC1 is a domain controller. Server1 is member server. On
Server1, you create a primary zone named fabrikam.com. You need to create a copy of the
fabrikam.com zone on DC1. What should you do? (Each correct answer presents part of the solution.
Choose two.)
Which actions should you perform?
Your network contains an Active Directory domain named contoso.com. The domain contains a
server named Server1 that runs Windows Server 2008 R2 Service Pack 1 (SP1). Server1 has the
Windows Server Update Services (WSUS) server role installed. Server1 downloads updates from
Microsoft Update every day. You have an isolated test network that is not connected to the
production network. On the test network, you implement a WSUS server named Server2. Server2
has the same WSUS configuration as Server1. You need to ensure that Server2 can distribute the
same updates as Server1. Which actions should you perform? (Each correct answer present part of
the solution. Choose three.)
You need to display the value of the master page’s Region property in lblRegion
You are creating an ASP.NET Web site. The site has a master page named Custom.master. The codebehind file for Custom.master contains the following code segment. Partial Public Class Custom
Inherits System.Web.UI.MasterPage Public Property Region As String Protected Sub
Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
End Sub
End Class
You create a new ASP.NET page and specify Custom.master as its master page. You add a Label
control named lblRegion to the new page. You need to display the value of the master page’s Region
property in lblRegion. What should you do?
What should you do?
You have created an ASP.NET server control named ShoppingCart for use by other developers. Some
developers report that the ShoppingCart control does not function properly with ViewState disabled.
You want to ensure that all instances of the ShoppingCart control work even if ViewState is disabled.
What should you do?
Which attribute should you add to the class that is implementing the service?
You are creating a Window s Communication Foundation (WCF) service application. The
application needs to service many clients and requests simultaneously. The application also
needs to ensure subsequent individual client requests provide a stateful conversation. You
need to configure the service to support these requirements. Which attribute should you add
to the class that is implementing the service?