PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

You need to minimize DNS zone transfer traffic over the WAN links

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?

You need to ensure that the DNS server in the branch office is able to query any DNS server in the main office

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?

You need to ensure that users in the branch offices can access their local application server even if the WAN

Your company has a main office and two branch offices. Domain controllers in the main office host
an Active Directory-integrated zone. The DNS servers in the branch offices host a secondary zone for
the domain and use the main office DNS servers as the DNS Master servers for the zone. Each
branch office has an application server. Users access the application server by using its fully qualified
domain name. You need to ensure that users in the branch offices can access their local application
server even if the WAN links are down for three days. What should you do?

Which approach should you recommend?

You have an ASP.NET Web application that is deployed on multiple, identical Web servers.
The Web servers retrieve data from multiple, identical Microsoft SQL Server databases.
Each user maintains an active Web application session during the entire business day. You
notice that some Web servers consume 100 percent of their CPU resources and return
timeout errors, while other Web servers are idle. You need to design a plan to load-balance
the Web application across the available Web servers. Which approach should you
recommend?

You need to modify the code in WebPart1 to prevent the pages from loading slowly

You deploy a custom Web Part named WebPart1 to a SharePoint site. WebPart1 contains the
following code segment. (Line numbers are included for reference only.) 01 protected void
Page_Load(object sender, EventArgs e) 02 { 03 SPSite site = null; 04 try 05 { 06 SPSite site =
new SPSite(“http://www.contoso.com/default.aspx”); 07 SPWeb web = site.OpenWeb(); 08 09 …
10 } 11 catch 12 { 13 14 } 15 finally 16 { 17 18 } 19 } After you deploy WebPart1, users report that
the pages on the site load slowly. You retract WebPart1 from the site. Users report that the pages
on the site load without delay. You need to modify the code in WebPart1 to prevent the pages
from loading slowly. What should you do?

You need to modify the Web Part to prevent the site from loading slowly

You have a Web Part that contains the following code segment. (Line numbers are included for
reference only.) 01 protected void Page_Load(object sender, EventArgs e) 02 { 03 SPSite site =
new SPSite(“http://www.contoso.com/default.aspx”); 04 { 05 SPWeb web = site.OpenWeb(); 06
07 } 08 } You deploy the Web Part to a SharePoint site. After you deploy the Web Part, users
report that the site loads slowly. You need to modify the Web Part to prevent the site from loading
slowly. What should you do?