What should you do?
Your company has a main office and two branch offices that are connected by WAN links. The main office runs the DNS Server service on three domain controllers. The zone for your domain is configured as an Active Directory-integrated zone.
Each branch office has a single member server that hosts a secondary zone for the domain. The DNS servers in the branch offices use the main office DNS server as the DNS Master server for the zone. You need to minimize DNS zone transfer traffic over the WAN links.
What should you do?
What should you do?
Your company has multiple DNS servers in the main office.
You plan to install DNS on a member server in a branch office. You need to ensure that the DNS server in the branch office is able to query any DNS server in the main office, and you need to limit the number of DNS records that are transferred to the DNS server in the branch office.
What should you do?
What should you do?
You manage a domain controller that runs Windows Server 2008 R2 and the DNS Server server role. The DNS server hosts an Active Directory-integrated zone for your domain. You need to provide a user with the ability to manage records in the zone. The user must not be able to modify the DNS server settings.
What should you do?
What should you do?
Your company has an Active Directory forest. All domain controllers run the DNS Server server role. The company plans to decommission the WINS service. You need to enable forest-wide single name resolution. What should you do?
What should you do?
Your company has a single domain named contoso.com. The contoso.com DNS zone is Active Directory-integrated. Your partner company has a single domain named partner.com. The partner.com DNS zone is Active Directory-integrated. The IP addresses of the DNS servers in the partner domain will change. You need to ensure name resolution for users in contoso.com to resources in partner.com. What should you do?
What should you do?
You develop a service application that needs to be deployed.
Your network administrator creates a specific user account for your service application.
You need to configure your service application to run in the context of this specific user account.
What should you do?
Which command should you use?
Your company has a server named Server1 that runs a Server Core installation of Windows Server 2008 R2, and the DNS Server server role. Server1 has one network interface named Local Area Connection. The static IP address of the network interface is configured as 10.0.0.1. You need to create a DNS zone named local.contoso.com on Server1.
Which command should you use?
What should you do?
You have recently created an application that includes the code shown below.
public delegate string GetFileContentsDel ();
public string GetFileContents () {
//Process file and return results
}
You now need to invoke the GetFileContents method asynchronously.
You have to ensure that the code you use to invoke the GetFileContents method will continue to process other user instructions, and displays the results as soon as the GetFileContents method finishes processing. What should you do?
What should you do?
You have created a Windows service application for the purpose of monitoring the number of active
service requests running on Domain.com’s server.
You want to configure this Windows service application to produce a report every ten minutes.
You start by placing the reporting logic in the GenerateReport method of this Windows service.
You want to create a Timer object that invokes this method every ten minutes.
What should you do?
What should you do?
Your company has two servers that run Windows Server 2008 R2 named Server2 and Server3. Both servers have the DNS Server server role installed. Server3 is configured to forward all DNS requests to Server2.
You update a DNS record on Server2.
You need to ensure that Server3 is able to immediately resolve the updated DNS record.
What should you do?