Does this meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution that might meet the stated goals. Some question sets might have more than one
correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will
not appear in the review screen.
You network contains an Active Directory domain named contoso.com. The domain contains a DHCP server
named Server1. All client computers run Windows 10 and are configured as DHCP clients.
Your helpdesk received calls today from users who failed to access the network from their Windows 10
computer.
You open the DHCP console as shown in the exhibit. (Click the Exhibit button.)
You need to ensure that all of the Windows 10 computers can receive a DHCP lease.
Solution: You start the DHCP Server service.
Does this meet the goal?
Does this meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution that might meet the stated goals. Some question sets might have more than one
correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will
not appear in the review screen.
You network contains an Active Directory domain named contoso.com. The domain contains a DHCP server
named Server1. All client computers run Windows 10 and are configured as DHCP clients.
Your helpdesk received calls today from users who failed to access the network from their Windows 10
computer.
You open the DHCP console as shown in the exhibit. (Click the Exhibit button.)
You need to ensure that all of the Windows 10 computers can receive a DHCP lease.
Solution: You increase the scope size.
Does this meet the goal?
Which publishing method should you use?
You have a web application that was developed by using Microsoft ASP.NET MVC. The application is deployed
to an Azure web app and uses an Azure SQL Database.
From a development environment, you use Microsoft Visual Studio to change the application code, and you
modify the schema of the database.
You need to deploy the changes to Azure.
Which publishing method should you use?
Which markup segments should you include in Target 1, T…
HOTSPOT
You updating an existing multitenant ASP.NET MVC application for medical clinics. The application
aggressively uses output caching to improve performance by caching content for 36 hours. The application
uses a query string parameter named “clinicID” that contains the clinic that the user is currently viewing.
Users report that they are occasionally seeing data for the wrong clinic. Users also report that the application
seems to take a long time to return data for a specific clinic even if they have viewed it recently.
You need to configure web.config to resolve the reported problems.
You have the following markup:
Which markup segments should you include in Target 1, Target 2 and Target 3 to complete the markup? (To
answer, select the correct markup segment from each drop-down list in the answer area.)
Hot Area:
What should you identify?
HOTSPOT
You plan to create several .NET applications that will read from Microsoft SQL Server 2014 databases by using
Microsoft ADO.NET.
The relevant requirements for the applications are described in the following table.
Typically, the applications will read thousands of rows of data at a time.
You need to identify which object to use to retrieve data for each application. The solution must minimize the
amount of memory used on the application server.
What should you identify? To answer, select the appropriate options in the answer area.
Hot Area:
How should you complete the code?
DRAG DROP
You are developing a Windows Communication Foundation (WCF) service named WCF1.
WCF1 will use a certificate to secure the communication channel.
You need to ensure that the WCF service uses a certificate to secure the communication channel.
How should you complete the code? To answer, drag the appropriate code blocks to the correct locations. Each
code block may be used once, more than once, or not at all. You may need to drag the split bar between panes
or scroll to view content.
Select and Place:
Which XML elements should you include in Target 1, Targ…
DRAG DROP
You are developing a WCF service.
You need to configure the web.config file to ensure that metadata is exposed only via the MEX protocol.
You have the following markup:
Which XML elements should you include in Target 1, Target 2, Target 3 and Target 4 to complete the markup?
(To answer, drag the appropriate XML elements to the correct targets in the answer area/ Each XML element
may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to
view content.)
Select and Place:
You need to add the endpoint for the WCF service to the…
HOTSPOT
You create the following Windows Communication Foundation (WCF) service.
The service is accessible at the URL of http://Service1/EmployeeService.svc.
You need to add the endpoint for the WCF service to the Web.config file.How should you complete the markup? To answer, select the appropriate options in the answer area.
Hot Area:
Hot Area:
Which five code blocks should you use?
You have the following code.
File.xml contains the following XML markup.
You need to write code to display Item1 in the console output.
Which five code blocks should you use? Develop the solution by selecting and arranging the required code
blocks in the correct order.
NOTE: You will need all of the code blocks.
Select and Place: