PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which settings should you modify from the DirectAccess Setup console?

Your network contains an Active Directory domain named contoso.com. The network has
DirectAccess deployed. You deploy a new server named Server1 that hosts a management
application. You need to ensure that Server1 can initiate connections to DirectAccess client
computers. Which settings should you modify from the DirectAccess Setup console?

Which approach should you recommend?

You have a SharePoint 2010 farm that has one existing Web application. You have
designed a new Web application. After the Web application is implemented, you
immediately navigate to the URL. An error is returned saying the page cannot be found. You
need to ensure that when users navigate to the URL of the new Web application, the
standard SharePoint 2010 landing page is displayed. Which approach should you
recommend?

Which container should you recommend?

You are designing a Windows Presentation Foundation (WPF) application that displays
thumbnail images of photographs. The thumbnails are arranged in rows and columns. The
number of columns must automatically update based on the size of the application window.
You need to recommend a container for displaying all the thumbnail images at the same
size. Which container should you recommend?

You need to prevent the error from occurring

You have a SharePoint site collection. The root Web of the site collection has the URL
http://intranet.You plan to create a user solution that will contain a Web Part. The Web Part will
display the title of the root Web. You write the following code segment for the Web Part. (Line
numbers are included for reference only.) 01Dim currentSite As New SPSite(“http://intranet”) 02
03Dim currentTitle As New Label() 04currentTitle.Text = currentSite.RootWeb.Title You add the
Web Part to a page in the root Web and receive the following error message: “Web Part Error:
Unhandled exception was thrown by the sandboxed code wrapper’s Execute method in the partial
trust app domain: An unexpected error has occurred.” You need to prevent the error from
occurring. What should you do?