70-487 Developing Windows Azure and Web Services

Loading demo links...

Showing 1–3 of 15 questions

Question 1 (Case Study 2)

DRAG DROP

You need to create the ShippingContext class in the ShippingAddress.cs file to meet the requirements.

You have the following code:

Which code segments should you include in Target1, Target2, Target3 and Target4 to complete the code? To answer, drag the appropriate code segments to the correct targets in the answer area. 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.

NOTE: Each correct selection is worth one point.

Select and Place:

Answer is in the explanation below.

Question 2 (Mixed Questions)

DRAG DROP

You are deploying an Internet of Things (IoT) environment. You plan to collect data from various sources on irregular intervals.

You need to implement a solution that meets the requirements of the following groups of users:

What should you implement? To answer, drag the appropriate products to the correct groups. Each product 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.

NOTE: Each correct selection is worth one point.

Select and Place:

Answer is in the explanation below.

Question 3 (Mixed Questions)

HOTSPOT

You are maintaining a ASP.NET Core web application that uses Entity Framework Core for data access. The application contains a model class named Student.

You must add a field named FirstName to the class. The field has following requirements:

Use a non-nullable field named FName to store data in a Microsoft SQL Server database. The data length must be between 2 and 50 characters.

The application user interface must display an error message if the maximum or minimum length requirements are not met.

You need to implement the FirstName field.

How should you complete the code? To answer, select the appropriate code segments to use in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Answer is in the explanation below.