PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

How should you configure each portable computer?

Your company uses DHCP to lease IPv4 addresses to computers at the main office. A WAN link
connects the main office to a branch office. All computers in the branch office are configured with
static IP addresses. The branch office does not use DHCP and uses a different subnet. You need to

ensure that the portable computers can connect to network resources at the main office and the
branch office. How should you configure each portable computer?

You need to configure the environment to ensure that the load balancer evenly distributes requests

You deploy a stateless ASP.NET application to an Azure website. You scale out the application by adding
website instances.
Only newly signed in users are routed to the recently added website instances. Users must be evenly
distributed among all of the instances.
You need to configure the environment to ensure that the load balancer evenly distributes requests.
What should you do?

Which code segment should you use?

You use Microsoft .NET Framework 4 to develop an application that connects to a Microsoft SQL
Server 2008 database. The application contains the following code segment.
string SQL = string.Format (“SELECT * FROM Customer WHERE CompanyName LIKE ‘%{0}%'”,
companyName);
var cmd = new SqlCommand(SQL, con);
You need to reduce the vulnerability to SQL injection attacks. Which code segment should you use?

You need to ensure that the application can collect error information

You are designing a Windows application by using Microsoft .NET Framework 4. Remote
users have limited network connectivity. Users will not have write permissions to the local
file system. You plan to design the error logging strategy for the application. You need to
ensure that the application can collect error information. You also need to ensure that the
errors can be analyzed from a centralized location. What should you do?

Which service should you use?

You maintain an application that is used by local food delivery companies. When a customer requests a
delivery, the application sends a message to all of the delivery companies. One company accepts the request
and fulfills the order.
The application currently supports orders of 100 products or fewer. Some of the delivery companies can now
deliver large orders that contain up to 500 products.
You must modify the application so that it supports both small orders and large orders. Messages about large
orders should be sent to only delivery companies that can fulfill them. Messages about small orders should be
sent to all delivery companies.
Which service should you use?

You plan to migrate a website named Contoso from one hosting plan to another hosting plan.

HOTSPOT
You plan to migrate a website named Contoso from one hosting plan to another hosting plan. The website is
currently in a hosting plan named webhostingplan1. You create a resource group named ContosoGroup.
You create the following PowerShell script by using the Azure PowerShell tools. Line numbers are included for
reference only.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Which approach should you recommend?

You are designing an external binary large object (BLOB) store provider by implementing
the ISPExternalBinaryProvider interface. The farm has existing sites that contain content.
Your implementation has been verified to be working correctly. You need to ensure that
content within existing sites is moved using the external BLOB store provider. You also
must ensure that the solution does not require further custom coding. Which approach
should you recommend?