You need to ensure that you can connect to Server1 by using the IP Security Monitor on Computer1
Your network contains two servers named Server1 and Server2 that run Windows Server 2008 R2.
The network contains an client named Computer1 that runs Windows7. All communication between
Server1 and Server2 is encrypted by using IPSec. Communication between the server and the client
does not require IPSec encryption. You need to ensure that you can connect to Server1 by using the
IP Security Monitor on Computer1. What should you do?
Which class in the SP.UI namespace would you use?
You are developing an application page. You need to create a pop-up window that uses the
ECMAScript object mode. Which class in the SP.UI namespace would you use?
You need to access the service by using a WCF Data Services client
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to develop an application
that will access a WCF data service. The solution contains the projects shown in the following table.
The WCF data service exposes an Entity Framework model. You need to access the service by using a
WCF Data Services client. What should you do in the Application.Client project?
Which two actions should you recommend?
You are designing a Windows Presentation Foundation (WPF) application. The application
will be localized into multiple languages. You need to recommend an approach for preparing
the application for localization. Which two actions should you recommend? (Each correct
answer presents part of the solution. Choose two.)
Which approach should you recommend?
You have an ASP.NET Web application that is deployed on multiple, identical Web servers.
The Web servers retrieve data from multiple, identical Microsoft SQL Server databases.
Each user maintains an active Web application session during the entire business day. You
notice that some Web servers consume 100 percent of their CPU resources and return
timeout errors, while other Web servers are idle. You need to design a plan to load-balance
the Web application across the available Web servers. Which approach should you
recommend?
Which code segment should you insert at line 02?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The
application retrieves data from a Microsoft SQL Server 2008 database named AdventureWorks. The
AdventureWorks.dbo.ProductDetails table contains a column named ProductImages that uses a
varbinary(max) data type. You write the following code segment. (Line numbers are included for
reference only.)
01 Dim reader As SqlDataReader = command.ExecuteReader(
02
03 )
04 While reader.Read()
05 pubID = reader.GetString(0)
06 …
07 stream = New FileStream()
08 writer = New BinaryWriter(stream)
09 startIndex = 0
10 retval = reader.GetBytes(1, startIndex, outByte, 0, bufferSize)
11 …
12 While retval = bufferSize
13 End While
14 writer.Write(outByte, 0, DirectCast(retval, Integer) – 1)
15 writer.Flush()
16 writer.Close()
17 stream.Close()
18 End While
You need to ensure that the code supports streaming data from the ProductImages column.
Which code segment should you insert at line 02?
Which object should you use?
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The
application connects to a Microsoft SQL Server database. You use Entity SQL to retrieve data from
the database. You need to enable query plan caching. Which object should you use?
What should you recommend?
You are reviewing an existing Windows application that uses .NET Framework 4. When the
user clicks a button, the application sequentially processes thousands of image files
contained in a directory. The user interface becomes unresponsive while the application
processes the files. You have the following requirements: • Modify the button’s click event. •
Increase application throughput by processing multiple image files concurrently. • Ensure
that the user interface remains responsive while the application processes the image files.
You need to recommend an approach for meeting the requirements. What should you
recommend?
Which approach should you recommend?
Your company is rebranding its corporate extranet SharePoint 2010 site. The new design
requires the site’s global navigation to use nonstandard fonts for both the top-level and
secondary drop-down menus. You need to ensure that the new branding is rendered
consistently in all browsers supported by SharePoint 2010. Which approach should you
recommend?
Which server role, role service, or feature should you install?
Your network contains an Active Directory forest. The forest contains a member server named
Server1 that runs Windows Server 2008 R2. You need to ensure that UNIX-based client computers
can access shared folders on Server1. Which server role, role service, or feature should you install?