PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

You need to ensure that all client computers can resolve the IPv4 addresses of computers on the network to ful

Your network contains a DNS server named DC1 that runs Windows Server 2008 R2. The network
uses a network ID of 10.1.1.0/24. You open the DNS console on Server1 as shown in the exhibit.
(Click the Exhibit button.)

You need to ensure that all client computers can resolve the IPv4 addresses of computers on the
network to fully qualified domain names (FQDNs). What should you do?

What should you tell the developers to do?

You are planning a development environment to create custom solutions for a production
SharePoint 2010 farm. The plan needs a software tool to help diagnose application bugs
introduced through custom code and provide information about the page rendering time
from the Web request to the database query. Developers need to isolate problems and
diagnose excessive execution times in the following items: ·Page request .SPRequest
.Microsoft SQL Server 2008 You need to recommend a way for developers to identify if a
value exceeds acceptable ranges in the items listed in the requirements. What should you
tell the developers to do?

What should you recommend?

You are designing an n-tier solution that includes a Windows Presentation Foundation
(WPF) client application. The WPF application connects to a middle-tier server that runs the
data access layer. The data access layer connects to a Microsoft SQL Server 2008
database and to a mainframe-based database. The mainframe-based database will be
replaced in one year. You have the following requirements: • Centrally manage all database
connections. • Minimize changes to the code base when the database is replaced. • Ensure
that the WPF application will not need to be redeployed when the database is replaced. You
need to recommend an approach for designing the data access layer. What should you
recommend?

Which strategy should you recommend?

You are designing an ASP.NET Web application that will support multiple display
languages. You have the following requirements: • Change server control setting based on

the selected language. • Enable strongly typed access to the resource objects. You need to
recommend a strategy for localizing server control properties. Which strategy should you
recommend?

You need to resolve the performance issue

You are analyzing an application that uses Microsoft .NET Framework 4 and Microsoft SQL
Server 2008. The application is used to maintain an inventory database and is accessed
from several remote Windows client applications. The application frequently updates
multiple rows in a database table by using a DbDataAdapter object. Users report that the
application runs slowly during peak business hours. When large number of records are
changed by multiple users, you discover the following: • The CPU utilization of the client
applications is normal. • The network utilization increases slightly. • The CPU utilization of
the database server remains close to the normal average for a day. You need to resolve the
performance issue. What should you do?

Which approach should you recommend?

You are designing a SharePoint 2010 application that stores data in a list named BaseList.
This list contains 25,000 records. A view named ViewList filters data on a column named
CreateDate. The CreateDate column is of type Date and Time. The ViewList view requires
too much processing time when displaying BaseList dat a. Your design needs to improve
the performance of the ViewList view when it displays the BaseList data. Which approach
should you recommend?

Which code segment should you add at line 05?

You need to programmatically add a user named User1 to a group named Group1. You write the
following code segment. (Line numbers are included for reference only.) 01 Dim login As String =
“User1” 02 Dim grpName As String = “Group1” 03 Dim user As SPUser =
SPContext.Current.Web.EnsureUser(login) 04 Dim group As SPGroup =
SPContext.Current.Web.Groups(grpName) 05 06 group.Update() Which code segment should
you add at line 05?