70-486 Dumps

70-486 Free Practice Test

Microsoft 70-486: Developing ASP.NET MVC 4 Web Applications

QUESTION 16

HOTSPOT
The designer for the website gave you the following image as the design for the page.
< ><>>#>>< ><>>>< ><>< >
Solution:


Does this meet the goal?

Correct Answer: A

QUESTION 17

- (Exam Topic 4)
You manage an application that has a custom API. Your company purchases another company. Employees from the purchased company use their own Microsoft Azure Active Directory (Azure AD).
You need to reconfigure the application to ensure that all users can access the application by using the API. You have the following requirements:
< > >< > >< > >< > >What should you implement? To answer, configure the appropriate options in the dialog box in the answer area.
NOTE: Each correct selection is worth one point.

Solution:
Box 1: Groups
Add an external Azure AD group
After you enable access for users in an Azure AD instance, you can add Azure AD groups in API Management. Then, you can more easily manage the association of the developers in the group with the desired products.
To configure an external Azure AD group, you must first configure the Azure AD instance on the Identities tab by following the procedure in the previous section.
You add external Azure AD groups from the Groups tab of your API Management instance. Box 2: Policies
Policies are applied inside the gateway which sits between the API consumer and the managed API. The gateway receives all requests and usually forwards them unaltered to the underlying API. However a policy can apply changes to both the inbound request and outbound response.
Box 3: Application Insights
Application Insights is an extensible Application Performance Management (APM) service for web developers on multiple platforms. Use it to monitor your live web application.
Box 4: Role-Based Access Control (RBAC) Apply additional restrictions to all roles.
Azure API Management relies on Azure Role-Based Access Control (RBAC) to enable fine-grained access management for API Management services and entities (for example, APIs and policies).
References:
https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-aad https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-policies https://docs.microsoft.com/en-us/azure/api-management/api-management-role-based-access-control

Does this meet the goal?

Correct Answer: A

QUESTION 18

- (Exam Topic 4)
DRAG DROP
You are building an ASP.NET MVC web application.
The application will be viewed by users on their mobile phones.
You need to ensure that the page fits within the horizontal width of the device screens. You have the following markup:
< ><>>< >
Solution:


Does this meet the goal?

Correct Answer: A

QUESTION 19

- (Exam Topic 4)
You deploy an ASP.NET MVC e-commerce application to a Microsoft Azure App Services Web App. Users report that the Orders page displays incorrect date and time information. You are unable to reproduce
the issue locally.
You need to configure Remote Debugging for the web application.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Solution:


Does this meet the goal?

Correct Answer: A

QUESTION 20

- (Exam Topic 4)
You develop an ASP.NET MVC application that displays Information about products that a company sells. The application contains two classes named ProductController and RouteConfig
You have the following requirements:
- If a value is provided for the Id property, you must display information about an individual product.
- If no value is provided for the Id property, you must display information about all products. You need to configure routing.
How should you complete the relevant classes? to answer, select the appropriate code segment from each list in the answer area.

Solution:


Does this meet the goal?

Correct Answer: A