What should you do?
Your company has a single Active Directory domain. The company network is protected by a firewall. Remote users connect to your network through a VPN server by using PPTP. When the users try to connect to the VPN server, they receive the following error message: “Error 721: The remote computer is not responding.”
You need to ensure that users can establish a VPN connection.
What should you do?
What should you do?
Domain.com has a file server named Certkiller-SR07 that hosts company data.
You are currently in the process of creating an application that will be used by Domain.com users
to manage the data on Certkiller-SR07.
To ensure that Domain.com users have the appropriate file permissions on the working directory,
you define the DemanDirectorySecurity method as shown below.
public void DemanDirectorySecurity (string path) {
FileIOPermission filePerm = new FileIOPermission (PermissionState.None);
filePerm.AddPathList (FileIOPermissionAccess.AllAccess, path); filePerm.Assert ();
}
Subsequent to installing the new application, you find that some users do not have full access to their working directories.
You are informed that these Domain.com users only require read only access.
You are required to override the permission assertion in the DemanDirectorySecurity method for these users only.
What should you do?
What should you do?
Your company has a single Active Directory forest that has a domain in North America named na.contoso.com and a domain in South America named sa.contoso.com. The client computers run Windows 7.
You need to configure the client computers in the North America office to improve the name resolution response time for resources in the South America office.
What should you do?
What should you do?
Your company has an Active Directory domain named ad.contoso.com. All client computers run Windows 7.
The company has recently acquired a company that has an Active Directory domain named ad.fabrikam.com. A two-way forest trust is established between the ad.fabrikam.com domain and the ad.contoso.com domain.
You need to edit the ad.contoso.com domain Group Policy object (GPO) to enable users in the ad.contoso.com domain to access resources in the ad.fabrikam.com domain.
What should you do?
What should you do?
You are currently in the process of creating a shared assembly.
You are required to perform many integration tests to make sure the assembly works properly with multiple applications.
You want to avoid constantly updating each application’s reference when the assembly is updated.
You have set the DEVPATH environmental variable to the default build location for the shared assembly.
You need to ensure that the Common Language Runtime (CLR) uses DEVPATH to locate the shared assembly.
What should you do?
What should you do?
Your company has a server named Server1 that runs Windows Server 2008 R2. Server1 runs the DHCP Server server role and the DNS Server server role. You also have a server named ServerCore that runs a Server Core installation of Windows Server 2008 R2. All computers are configured to use only Server1 for DNS resolution. The IP address of Server1 is 192.168.0.1. The network interface on all the computers is named LAN. Server1 is temporarily offline. A new DNS server named Server2 has been configured to use the IP address 192.168.0.254.
You need to configure ServerCore to use Server2 as the preferred DNS server and Server1 as the alternate DNS server.
What should you do?
What should you do?
Domain.com has been contracted by the local hospital to create an application that forwards private
patient information to various insurance providers.
The hospital informs you that the amount and frequency of the patient data is high.
You need to ensure that data confidentiality is guaranteed, with as little overhead as possible.
You now need to encrypt the patient information.
What should you do?
Which two actions should you perform?
Your company has a single Active Directory domain.
The company has a main office and three branch offices. The domain controller in the main office runs Windows Server 2008 R2 and provides DNS for the main office and all of the branch offices. Each branch office contains a file server that runs Windows Server 2008 R2. Users in the branch offices report that it takes a long time to access network resources. You confirm that there are no problems with WAN connectivity or bandwidth. You need to ensure that users in the branch offices are able to access network resources as quickly as possible.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
What should you do?
You have recently created and deployed an application using the .NET 1.1 CLR to all Domain.com users.
After a Domain.com administrator updates all user computers with the .NET 2.0 CLR, you run preliminary tests and find that the application you created using the .NET 1.1 CLR is not compatible with the .NET 2.0 CLR.
You need to ensure that the application can be run with the .NET 1.1 CLR.
What should you do?
What should you do?
Your company has a single Active Directory domain. The company has a main office and a branch office. Both the offices have domain controllers that run Active Directory-integrated DNS zones. All client computers are configured to use the local domain controllers for DNS resolution. The domain controllers at the branch office location are configured as Read-Only Domain Controllers (RODC).
You change the IP address of an existing server named SRV2 in the main office. You need the branch office DNS servers to reflect the change immediately.
What should you do?