Hot Area:
HOTSPOT
You are developing an ASP.NET MVC application. The application includes the following code.
Line numbers are included for reference only.
You add the following markup to the system.web section of the web.config file:
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Hot Area:
How should you complete the relevant code?
DRAG DROP
You are developing an ASP.NET web application that uses health monitoring to log events to the Windows
Event Log. The application contains a custom event that is defined in the following code segment. Line
numbers are included for reference only.
You need to ensure that the event is correctly added to the Windows event log.
How should you complete the relevant code? To answer, drag the appropriate code segment to the correct
location or locations. Each code segment 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:
Hot Area:
which two locations can you download the crash dump?
You are developing an Azure worker role. You enable crash dump collection for the role.
When the role starts, an external application stops responding.
You need to download the crash dump to determine why the application stops responding.
From which two locations can you download the crash dump? Each correct answer presents a complete
solution.
Which data source should you use?
You are developing an ASP.NET MVC application that will run on Azure.The application uses Event Tracing for Windows (ETW) for logging operations.
You need to retrieve the ETW data for the application from a deployed Azure instance by using the Azure
Diagnostics API.
Which data source should you use?
Which two code segments will achieve the goal?
You develop an ASP.NET MVC application. The application has a controller named PeopleController.cs. The
controller has an action method that returns a parent view. The parent view includes the following code. Line
numbers are included for the reference only.
The application also contains a partial view named People. The parent view must display the partial view.
You need to add code at line 09 to display the partial view within the parent view.
Which two code segments will achieve the goal? Each correct answer presents a complete solution.
Which three actions should you perform?
You need to enable client-side validation for an ASP.NET MVC application.
Which three actions should you perform? Each correct answer presents part of the solution.
How should you complete the relevant code?
HOTSPOT
You are developing an ASP.NET MVC application. The layout page of the application references the jQuery
library. You develop a view that uses the layout page. The view includes the following markup:
The application includes the following class:
When a user clicks the button, an AJAX call must retrieve the partial view and append it to the newBooks div
element.
You need to implement the AJAX request.
How should you complete the relevant code? To answer, select the appropriate code segment from each list in
the answer area.
Hot Area:
Which code segment should you use?
You are implementing a website redesign of an existing website that provides historical weather condition
maps. The current layout resembles the following graphic.
Year selection is implemented as a set of links, which causes the page to reload when the user changes the
year. The year selection HTML is contained in a div with an id of “year-changer”.
You need to modify the page so that the user can change the year without the page reloading. You also need to
ensure that there is minimal change to the design of the page.
Which code segment should you use?
You need to store state and configure the application
DRAG DROP
You are developing an ASP.NET MVC application in a web farm. The application has a page that accepts a
customer’s order, processes it, and then redirects the browser to a page where the order is displayed along
with the shipping information.
The order information should be available only to the page where the order is displayed.
You need to store state and configure the application.
What should you do? To answer, drag the appropriate item to the correct location. Each item 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: