Which two actions should you recommend?
You need to design a solution that supports the end user display requirements for data and
graphics. Which two actions should you recommend? (Each correct answer presents part of
the solution. Choose two.)
Which approach should you recommend?
The development team you manage has added new functionality to an application in the
development environment that improves the application currently running in the production
SharePoint 2010 farm. The added functionality includes several custom Web Parts. You
need to create a plan to add the new functionality to the existing production SharePoint
2010 farm. Which approach should you recommend?
Which error code resolution setting should you configure?
Your network has Network Access Protection (NAP) deployed. The network contains two servers
named Server1 and Server2. Server1 is a Network Policy Server (NPS). Server2 has a third-party
antivirus solution installed. Server1 is configured to use a custom system health validator provided
by the antivirus vendor. The system health validator uses Server2 to identify the version of the
current antivirus definition. You need to ensure that NAP clients are considered noncompliant if
Server1 cannot connect to Server2.
Which error code resolution setting should you configure?
Which technology should you recommend?
You are designing a Windows application. The application must meet the following
requirements: • Provide three-dimensional views of data. • Display images, text, graphs, and
videos. • Support porting to a browser-based application. You need to recommend a
technology that meets the requirements. Which technology should you recommend?
Which approach should you recommend?
You need to design an exception-handling strategy for the Web application. Which
approach should you recommend?
What should you recommend?
You are designing a Windows Forms application that allows users to search a product
catalog and place orders. You have the following requirements: • Display a progress
indicator while the application is searching the catalog. • Ensure that users can cancel
search operations. You need to recommend an approach that meets the requirements.
What should you recommend?
You need to modify the application to prevent the site from loading slowly
You create a console application to manage Personal Sites. The application contains the following
code segment. (Line numbers are included for reference only.) 01 Dim siteCollection As New
SPSite(“http://moss”); 02 Dim profileManager As New
serProfileManager(ServerContext.GetContext(siteCollection)); 03 Dim profile As UserProfile =
profileManager.GetUserProfile(“domain\username”); 04 Dim personalSite As SPSite =
profile.PersonalSite; 05 06 siteCollection.Dispose(); You deploy the application to a SharePoint
site.After deploying the application, users report that the site loads slowly. You need to modify the
application to prevent the site from loading slowly. What should you do?
You need to ensure that the users’ computers are configured to use DirectAccess
Your network contains a server named Server1. Server1 has DirectAccess deployed. A group named
Group1 is enabled for DirectAccess. Users report that when they log on to their computers, the
computers are not configured to use DirectAccess. You need to ensure that the users’ computers are
configured to use DirectAccess. What should you do first?
Which approach should you recommend?
You have designed a new SharePoint 2010 Web Part that was deployed to the testing
environment. A tester has reported that clicking a custom button in the Web Part has no
effect in the browser. You need to ensure that the button works as designed. Which
approach should you recommend?
Which approach should you recommend?
You need to design a solution for storing sessions in the application. Which approach
should you recommend?