Free Microsoft 070-487 Exam Dumps Questions & Answers
Exam Code/Number: | 070-487Join the discussion |
Exam Name: | Developing Microsoft Azure and Web Services |
Certification: | Microsoft |
Free Question Number: | 205 |
Publish Date: | Oct 08, 2025 |
# of views: | 3228 |
|
You add a class named ShippingInfo.
You need to modify the IShippingService interface and the ShippingInfo class to meet the technical
requirements.
What should you do? (To answer, drag the appropriate code segments to the correct location or locations 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.)
You are developing a WCF service. The service will stream messages to clients on the internal network.
You must use Windows Authentication, and all messages must be binary encoded.
You need to configure the service.
What should you do? (To answer, drag the appropriate elements to the correct location or locations in the
answer area. Each 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.)
You have a Windows Communication Foundation (WCF) service. The service will be consumed by following
clients:
* a Windows Store application
* an ASP.NET Core web application
* a Java application developed and hosted by an external vendor
You need to generate proxies for each of these clients to that they can consume the WCF service.
What should you implement? To answer, drag the most appropriate implementation options to the correct
application type. Each option 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.
You manage an ASP.NET Core E-Commerce application that is deployed to Azure App Service. You plan to
use Application Insights for collecting telemetry data.
You must prepare a report that describes utilization patterns of uses. The report must include the following
information:
* the Country or Region from which users access the application
* how often and for how long users browse the catalog
* how many Canadian customers visited the offers page
* how much time Premium customers spend on the support page
* the percentage of users that added items to a shopping cart and completed purchases
You need to collect the required data.
Which tool should you use? To answer, drag the appropriate tools to the correct requirements. Each tool may
be used once, more than once, or mot 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.
You are developing an ASP.NET MVC application. The application has a page that searches for and displays
an image stored in a database. Members of the EntityClient namespace are used to access an ADO.NET Entity
Framework data model. Images and associated metadata are stored in a database table.
You need to run a query that returns only the image while minimizing the amount of data that is transmitted.
Which method of the EntityCommand type should you use?