What should you recommend?
You are modifying an existing Windows Presentation Foundation (WPF) application that
uses .NET Framework 4. The WPF application uses a wizard to capture data and insert the
data into a database. The database includes one parent table and many child tables.
Inserting captured data in the database locks many database tables and delays application
access. You have the following requirements: • Reduce delays when saving data. • Ensure
that other application users are not blocked from reading data. • Ensure that captured data
is available only after all child tables are updated. You need to recommend an approach for
inserting captured data into the database. What should you recommend?
What should you configure on Server1?
Your network contains a single Active Directory domain named contoso.com. The domain contains a
DNS server named Server1 that hosts the contoso.com zone. The network is connected to the
network of a partner company. The partner company’s network contains a DNS server that hosts a
zone named nwtraders.com. You need to ensure that computers in contoso.com can resolve the
names of computers in nwtraders.com. The solution must not require any changes to the zone
configuration of nwtraders.com. What should you configure on Server1?
Which testing methodology should you recommend?
You are working with a Windows Presentation Foundation (WPF) application that uses .NET
Framework 4. Your team is responsible for making significant changes to the application
functionality. You need to recommend an approach for identifying features that no longer
work properly as a result of code changes. Which testing methodology should you
recommend?
Which approach should you recommend?
You need to design a solution for the protection of the pages in the Secured folder. Which
approach should you recommend?
Which approach should you recommend?
You are designing the environment for a SharePoint 2010 server farm. You need to design
the environment to meet the following requirements: ·SharePoint must log critical error
messages to the Windows Event Log. .To save log space, duplicate error messages must
not be logged. Which approach should you recommend?
You need to ensure that the users can access Web1 by using the URL http://web1
Your network contains an Active Directory forest. The forest contains three domain trees. Each
domain tree contains multiple domains. You have an Active Directory-integrated DNS zone. You
install a Web server named Web1. All of the users in the company will use Web1. You need to
ensure that the users can access Web1 by using the URL http://web1. You want to achieve this goal
by using the minimum amount of administrative effort. What should you do?
You need to ensure that the Products Web Part sends Productid to the ProductDetails Web Part
You plan to create two Web Parts named Products and ProductDetails. You create an interface
that contains the following code segment. Public Interface Interface1 Property Productid As String
End Interface You need to ensure that the Products Web Part sends Productid to the
ProductDetails Web Part. You must achieve this goal by using the ASP.NET Web Part connection
framework. What should you do?
Which strategy should you recommend?
You are designing a distributed application that will be deployed to 5,000 users worldwide.
Servers on five continents will host the Web services and the Microsoft SQL Server 2008
databases that support the application. You have the following requirements: • Collect
information about all errors associated with the application. • Store and view all error
information in a centralized location. • Minimize the network bandwidth required for the
transfer of error information. You need to recommend a strategy for reporting error
information. Which strategy should you recommend?
Which approach should you recommend?
You need to ensure that unauthorized users do not have access to the administration
pages. Which approach should you recommend?
What are two possible ways to achieve this goal?
Your developers have discovered an issue with a SharePoint 2010 application. The code
has produced an exception and SharePoint has rendered an error page in the browser. The
error page displays a Correlation ID and the time when the error occurred. You need the
developers to investigate the problem by viewing logged exception messages. What are two
possible ways to achieve this goal? (Each correct answer presents a complete solution.
Choose two.)