PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which two actions should you recommend?

An ASP.NET Web application connects to a Microsoft SQL Server 2008 database. Multiple
users access the database. The Web.config file includes a database connection string. The
Web application uses Windows authentication and impersonation. Anonymous access is
turned off. You need to recommend an approach for pooling database connections between
users. Which two actions should you recommend? (Each correct answer presents part of
the solution. Choose two.)

Which approach should you recommend?

You are designing a SharePoint 2010 solution that requires custom configuration settings.
The solution will reside in every Web application within the environment because
subsequent features depend on these settings. The server farm that the code is currently
deployed to is going to be replaced with a new one. The content databases will be migrated
to the new server farm. Manual changes to any files will not be allowed after the migration is
complete. You need to ensure that the configuration settings are in place on the new server
farm. Which approach should you recommend?

You need to design a remote monitoring strategy to monitor the usage time of the application by each user

You are developing an application by using Microsoft .NET Framework 4. The application
will be used by all employees of your company. Local file stores on the computers are
secure and inaccessible remotely. You need to design a remote monitoring strategy to
monitor the usage time of the application by each user. What should you do?

You need to ensure that Web1 is accessible from the Internet by using https://131.107.0.2

Your network contains the servers configured as shown in the following table.

Your company is assigned the public IP addresses from 131.107.0.1 to 131.107.0.31. You need to
ensure that Web1 is accessible from the Internet by using https://131.107.0.2. What should you do
from the Routing and Remote Access console?

Which testing strategy should you recommend?

You are designing a Windows Presentation Foundation (WPF) application by using
Microsoft .NET Framework 4 and Microsoft Visual Studio 2010. You need to ensure that the
following requirements are met: • All UI elements are labeled, • All property values are
exposed. • Keyboard navigation contains tab stops for all controls. • The application
functions on high contrast displays. Which testing strategy should you recommend?

What should you recommend?

An ASP.NET Web application hosted on a remote server throws MullReferenceException
exceptions that are not handled. The stack trace does not include line numbers. The
Microsoft Visual Studio 2010 remote debugging tools are installed on the remote server.
You need to recommend an approach for identifying the line of code that is causing the
exception. What should you recommend?

Which approach should you recommend?

You are designing a feature for a SharePoint 2010 solution that will be activated by default
in your site definition. The values for the configuration settings are based on the particular
Web site on which the feature is activated. You have the following requirements: ·Setting
the configuration values should not cause downtime. .The configuration settings must be
accessible by other features. You need to design how the configuration settings will be
stored. Which approach should you recommend?

Which code segment should you add at line 02?

You need to create a Web Part that displays all of the content created by a specific user. You
write the following code segment. (Line numbers are included for reference only.) 01Dim
kRequest As New KeywordQuery(ServerContext.Current) 02 03kRequest.QueryText = strQuery
04Dim resultTbls As ResultTableCollection = kRequest.Execute() Which code segment should
you add at line 02?

You need to prevent the server from receiving routes for the 10.0.0.0 network

Your network contains multiple servers that run Windows Server 2008 R2. The servers have the
Routing and Remote Access Services (RRAS) role service installed. The servers are configured to
support Routing Information Protocol (RIP). You need to prevent the server from receiving routes for
the 10.0.0.0 network. What should you do from the Routing and Remote Access console?

Which URL should you choose?

You create two custom lists named Offices and Rooms. Rooms has the following columns: Title
Capacity Equipment Offices thas the following columns: Title Rooms (a lookup to the Title column
in the Rooms list) Rooms:Capacity Rooms:Equipment You need to perform a Representational
State Transfer (REST) query that returns a list of all the offices that have rooms with a capacity of
10. The query results must include the room titles and the equipment in each room. Which URL
should you choose?