Which two actions should you take?
You connect to an existing service over the network by using HTTP. The service listens on HTTP port 80. You
plan to create a test environment for this existing service by using an Azure virtual machine (VM) that runs
Windows Server.
The service must be accessible from the public Internet over HTTP port 8080.
You need to configure the test environment.
Which two actions should you take? Each correct answer presents part of the solution.
Which approach should you recommend?
You are designing a SharePoint 2010 site. You need to design the site to meet all the
following requirements: ·Your business requires a consistent structure to manage sales
proposal documents across all account teams. .The sales director must ensure that all sales
documents conform to the same template. .All sales proposals must be reviewed and
approved by the sales manager. .Every site must be created with a document library, a list
of the account team members, and the account status. Which approach should you
recommend?
You need to add the property to Product
You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to develop an application.
You use the Entity Framework Designer to create an Entity Data Model from an existing database by
using the Generate from database wizard. The model contains an entity type named Product. The
Product type requires an additional property that is not mapped to a database column. You need to
add the property to Product. What should you do?
Which control should you include in Form1?
You created a custom ASPX page that updates a list. The page is deployed to the Jayouts folder.
The page contains the following code segment. 01 < form id=” Forml” runat =” Server” > 02 < asp:
Button id=” btnUpdate ” runat =” server” Text=” Update” ></asp : Button > 03 </form > A user
attempts to update the list by using the p age and receives the following error message: “The
security validation for this page is invalid”. You need to prevent the error from occurring. Which
control should you include in Form1?
You need to ensure that array data is sorted based on the culture of the operating system
You are designing a Windows Presentation Foundation (WPF) application by using
Microsoft .NET Framework 4 and Microsoft Visual Studio 2010. The application will be
deployed on Windows 7 computers in the United States and Europe. You need to ensure
that array data is sorted based on the culture of the operating system. What should you do?
How should you complete the relevant code?
HOTSPOT
You are developing a messaging solution for a financial services company named Adatum. The solution must
integrate an application named Enrollment and an application named Activation.
The Enrollment application is used to enroll new customers. The Activation application is used to activate
accounts for new customers.
You need to ensure that each message that the Enrollment application sends is stored in a queue for ten
minutes before the Activation application uses the message.
How should you complete the relevant code? To answer, select the appropriate option or options in the
answer area.
Which approach should you recommend?
You are designing an ASP.NET 4 Web application that will integrate third-party
components. You need to minimize the security risks of using these components. Which
approach should you recommend?
Which code segment should you use?
You use Microsoft .NET Framework 4 to develop an ASP.NET application. The application uses
Integrated Windows authentication. The application accesses data in a Microsoft SQL Server 2008
database that is located on the same server as the application. You use the following connection
string to connect to the database.
Integrated Security=SSPI; Initial Catalog=AdventureWorks;
The application must also execute a stored procedure on the same server on a database named
pubs.
Users connect to the ASP.NET application through the intranet by using Windows-based
authentication. You need to ensure that the application will use connection pooling whenever
possible and will keep the number of pools to a minimum. Which code segment should you use?
Which three metrics should you monitor?
An application sends Azure push notifications to a client application that runs on Windows Phone, iOS, and
Android devices.
Users cannot use the application on some devices. The authentication mechanisms that the application uses
are the source of the problem.
You need to monitor the number of notifications that failed because of authentication errors.
Which three metrics should you monitor? Each correct answer presents part of the solution.
You need to prevent the DHCP server from responding to DHCP client requests on LAN2
You have a DHCP server that runs Windows Server 2008 R2. The DHCP server has two network
connections named LAN1 and LAN2. You need to prevent the DHCP server from responding to DHCP
client requests on LAN2. The server must continue to respond to non-DHCP client requests on LAN2.
What should you do?