Developing Microsoft Azure and Web Services: 070-487 Exam

"Developing Microsoft Azure and Web Services", also known as 070-487 exam, is a Microsoft Certification. With the complete collection of questions and answers, PrepPDF has assembled to take you through 205 Q&As to your 070-487 Exam preparation. In the 070-487 exam resources, you will cover every field and category in Microsoft Visual Studio 2012 Certification helping to ready you for your successful Microsoft Certification.

PrepPDF offers free demo for 070-487 exam (Developing Microsoft Azure and Web Services). You can check out the interface, question quality and usability of our practice exams before you decide to buy it.

  • Exam Code: 070-487
  • Exam Name: Developing Microsoft Azure and Web Services
  • Certification Provider: Microsoft
  • Corresponding Certification: Microsoft Visual Studio 2012
  • Updated: Jun 02, 2026
  • No. of Questions: 205 Questions & Answers with Testing Engine
  • Download Limit: Unlimited

070-487 Online Test Engine

Online Tool, Convenient, easy to study. Instant Online Access Supports All Web Browsers
Practice Online Anytime Test History and Performance Review Supports Windows / Mac / Android / iOS, etc.

Price: $69.98

Try Online Engine Demo

070-487 Desktop Test Engine

Installable Software Application Simulates Real Exam Environment Builds Exam Confidence
Supports MS Operating System Two Modes For Practice Practice Offline Anytime

Price: $69.98

Software Screenshots

070-487 Practice Q&A's

Printable PDF Format Prepared by IT Experts Instant Access to Download
Study Anywhere, Anytime 365 Days Free Updates Free PDF Demo Available

Price: $69.98

Download Demo

High passing rate

The passing rate of our 070-487 study materials is the issue the client mostly care about and we can promise to the client that the passing rate of our product is 99% and the hit rate is also high. Our study materials are selected strictly based on the real 070-487 exam and refer to the exam papers in the past years. Our expert team devotes a lot of efforts on them and guarantees that each answer and question is useful and valuable. We also update frequently to guarantee that the client can get more learning 070-487 resources and follow the trend of the times. So if you use our study materials you will pass the test with high success probability.

You may urgently need to attend Microsoft certificate exam and get the certificate to prove you are qualified for the job in some area. But what certificate is valuable and useful and can help you a lot? Passing the test certification can help you prove that you are competent in some area and if you buy our 070-487 study materials you will pass the test almost without any problems. There are many benefits after you pass the certification such as you can enter in the big company and double your wage. Our 070-487 study materials boost high passing rate and hit rate so that you needn't worry that you can't pass the test too much. We provide free tryout before the purchase to let you decide whether it is valuable or not by yourself. To further understand the merits and features of our 070-487 practice engine you could look at the introduction of our product in detail.

DOWNLOAD DEMO

Microsoft 70-487 Exam Syllabus Topics:

TopicDetailsWeights
Creating and Consuming Web API-based services

Design a Web API
-Define HTTP resources with HTTP actions; plan appropriate URI space, and map URI space using routing; choose appropriate HTTP method to meet requirements; choose appropriate Web API formats for responses to meet requirements; plan when to make HTTP actions asynchronous

Implement a Web API
-Accept data in JSON format; use content negotiation to deliver different data formats to clients; define actions and parameters to handle data binding; implement dependency injection to create more flexible applications; implement action filters and exception filters to manage controller execution; implement asynchronous and synchronous actions; implement streaming actions; implement middleware

Secure a Web API
-Implement Identity for authentication; implement authorization using roles, claims, and custom authorization; implement Data Protection APIs; enable cross-domain requests (CORS); prevent cross-site request forgery (XSRF); implement and extend authorization filters to control access to applications

Host and manage Web API
-Host Web API in IIS; self-host a Web API in your own process; host Web API in Kestrel; host services in a Windows Azure Web App; host services in Docker containers; configure the host server for streaming; work with a hosting environment

Consume Web API web services
-Consume Web API services by using HttpClient; send and receive requests in different formats; handle retry logic; implement content negotiation; use Swagger to construct Uris and payloads; use AutoRest to build clients

20-25%
Accessing Data

Choose data access technologies
-Choose a data access technology, including ADO.NET, Entity Framework, WCF Data Services, and Azure Cosmos DB, based on application requirements

Implement caching
-Cache static data, apply cache policies, including policy expirations; use CacheDependency to refresh cache data; query notifications; implement caching using Redis

Implement transactions
-Manage transactions by using the API from System.Transactions namespace; implement distributed transactions including distributed transaction on SQL Azure; specify a transaction isolation level

Implement data storage in Microsoft Azure
-Access data storage in Windows Azure; choose a data storage mechanism in Microsoft Azure. including blobs, tables, queues, Azure SQL, and Cosmos DB; distribute data by using the Content Delivery Network (CDN) and Azure File Sync; handle exceptions by using retries; use Elastic client library with Azure SQL

Create and implement a WCF Data Services service
-Address resources; implement filtering; create a query expression; access payload formats, including JSON; use data service interceptors and service operators; version a data service; implement data services providers; host the dataservice; use actions to implement server-side behavior

20-25%
Designing and Implementing Web Services

Consume a WCF service
-Generate proxies by using SvcUtil; generate proxies by creating a service reference; create and implement channel factories; configure WCF services by using configuration settings; create and configure bindings for WCF services; relay bindings to Azure using service bus endpoints; integrate with the Azure service bus relay

Implement serverless Azure Web Services
-Host web services using App Services, including Logic Apps and API Apps; design and implement Azure Function based services; design and implement Azure Web Jobs; design and implement Service Fabric based web services; implement schedule-based processing in a serverless environment

Implement traffic management in Azure
-Implement Azure Load Balancer, including scaling; implement Azure Application Gateway; implement Azure Traffic Manager; design for multiple regions; leverage Azure CDN for caching web services; implement Log Analytics

Implement Azure API Management
-Secure Web Services using certificates, Azure Active Directory, and OAuth; define and implement policies, including secrets, caching, external services, monitoring and throttling; define API interface using the Azure Portal and Swagger; manage running services using logging, disaster recovery, and multiple regions

Monitor web services
-Collect logs and metrics using Azure Event Hubs; process logs and metrics using Azure Event Hubs, Stream Analytics, and Machine Learning; use Azure App Insights to monitor and troubleshoot web services

15-20%
Querying and Manipulating Data by Using the Entity Framework

Query and manipulate data by using the Entity Framework
-Query, update, and delete data by using DbContext; build a query that uses deferred execution; implement lazy loading and eager loading; create and run compiled queries; query data by using Entity SQL; create global query filters

Query and manipulate data by using Data Provider for Entity Framework
-Query and manipulate data by using Connection, DataReader, and Command objects from the System.Data.EntityClient namespace; perform synchronous and asynchronous operations; manage transactions (API)

Query data by using LINQ to Entities
-Query data by using LINQ operators, including project, skip, aggregate, filter, and join; log queries; implement query boundaries

Query and manipulate data by using ADO.NET
-Query and manipulate data by using Connection, DataReader, and Command objects; perform synchronous and asynchronous operations; manage transactions

Create an Entity Framework data model
-Structure a data model using Table per type, table per class, and table per hierarchy; select and implement an approach to manage a data model, including code first, model first, and database first; implement POCO objects; describe a data model by using conceptual schema definitions, storage schema definitions, and mapping languages, including CSDL, SSDL, and MSL

Implement Entity Framework with third party databases
-Implement Entity Framework using MySQL and SQLite databases; design a strategy to manage differences between database capabilities; leverage database specific technologies, including ON DUPLICATE KEY using Entity Framework

20-25%
Deploying Web Applications and Services

Design a deployment strategy
-Deploy using Web Deploy; deploy using Web Publishing in Visual Studio; deploy a web application by using XCopy; automate a deployment from VSTS or TFS Build Server; deploy a web application to a Docker container; design a continuous deployment pipeline; deploy using cloud sync

Choose a deployment strategy for Azure
-Determine appropriate service; perform an in-place upgrade and deployment slot swap; create staging environments; configure an upgrade domain; create and configure input and internal endpoints; specify operating system configuration; implement ARM templates to customize deployment; deploy to Service Fabric; deploy to Azure Stack

Configure a web application for deployment
-Switch from production or release mode to debug mode; transform configuration files ; configure Azure configuration settings; configure Azure Key Vault for application secrets; configure deployment credentials for Azure App Service

Manage packages by using NuGet
-Create and configure a NuGet package; install and update an existing NuGet package; resolve versioning conflict issues; connect to a local repository cache for NuGet, set up your own package repository; manage NuGet dependencies

Share assemblies between multiple applications and servers
-Prepare the environment for use of assemblies across multiple servers; sign assemblies by using a strong name; deploy assemblies to the global assembly cache; implement assembly versioning; create an assembly manifest; configure assembly binding redirects; target netstandard for cross platform libraries

15-20%

Schedule exam

Languages: English, Chinese (Simplified), French, German, Japanese, Portuguese (Brazil)

Candidates for this certification are professional developers that use Visual Studio 2017 and the Microsoft® .NET Core Framework to design and develop Web solutions. Candidates should have a minimum of three to five years of experience developing ASP.NET MVC-based solutions.

How to book MICROSOFT 70-487 Certifications Exam?

How to book MICROSOFT 70-487 Certifications Exam? - Visit to Microsoft Exam Registration - Signup/Login to MICROSOFT account - Search for MICROSOFT 70-487 Certifications Exam - Select Date and Center of examination and confirm with payment value of 165$

Reference: https://www.microsoft.com/en-us/learning/exam-70-487.aspx

High quality to let the client learn efficiently

There are many merits of our product on many aspects and we can guarantee the quality of our 070-487 practice engine. Firstly, our experienced expert team compile them elaborately based on the real exam and our study materials can reflect the popular trend in the industry and the latest change in the theory and the practice. Secondly, both the language and the content of our 070-487 study materials are simple. The language of our study materials is easy to be understood and suitable for any learners. The content emphasizes the focus and seizes the key to use refined 070-487 questions and answers to let the learners master the most important information by using the least amount of them. Three, we provide varied functions to help the learners learn our study materials and prepare for the exam. The 070-487 self-learning and self-evaluation functions help the learners check their learning results and the statistics and report functions help the learners find their weak links and improve them promptly . The timing function of our 070-487 guide questions help them adjust their speeds to answer the questions and the function of stimulating the exam can help the learners adapt themselves to the atmosphere and pace of the exam. Thus the learners can master our 070-487 practice engine fast, conveniently and efficiently.

Immediately downloading our test bank after pay

After the client pay successfully they could receive the mails about 070-487 guide questions our system sends by which you can download our test bank and use our study materials in 5-10 minutes. The mail provides the links and after the client click on them the client can log in and gain the 070-487 study materials to learn. The procedures are simple and save clients' time. For the client the time is limited and very important and our product satisfies the client's needs to download and use our 070-487 practice engine immediately.

832 Customer ReviewsCustomers Feedback (* Some similar or old comments have been hidden.)

Most recent exam dumps for the 070-487 certification exam at PrepPDF. Passed mine with a score of 96% today.

Hiram

Hiram     5 star  

I passed the 070-487 exam yesterday! This dumps is 100% valid according to my opinion. And i passed it with a high score as 98%.

Hazel

Hazel     4 star  

I came across many online sources for 070-487 exam but nothing worked for me. I just couldn’t understand them, but 070-487 exam dump is easy to understand, I passed my 070-487 exam in a short time.

Zona

Zona     5 star  

I have used several of your products for my exams, I also passed 070-487 exam this time and have scored high marks. Really thank you for help me.

Enoch

Enoch     4 star  

I opened the newest 070-487 test braindumps, and i have accessed to the success on the exam. Choice is quite important. Gays, don't hesitate, you can buy them!

Hunter

Hunter     5 star  

Really thank you so much for all your Developing Microsoft Azure and Web Services dumps help.

Len

Len     4.5 star  

070-487 practice braindumps are straight forward and easy to understand. I had a wonderful time wiht them and passed the exam this Friday. Thanks!

Levi

Levi     4 star  

Me and my two workmates passed the 070-487 exam because of this. PrepPDF are cool! Big Thanks!

Randolph

Randolph     5 star  

I did pass the 070-487 exam at the first attempt after one month of preparation. This is a good reference material to start preparing for the exam. Thank you.

Valerie

Valerie     4 star  

I tried this revolutionary 070-487 exam dumps and was stunned to see them really matching the actual exam. I got a good score today, really thank you.

Ann

Ann     4.5 star  

what a great success story, my friend, i passed the 070-487 exam with flying colours! Thanks for your wonderful 070-487 practice engine!

Horace

Horace     4.5 star  

Great. I passed 070-487 examination. thanks for your perfect help.

Nathaniel

Nathaniel     5 star  

Here, I share 070-487 exam dumps with you. The questions & answers of 070-487 exam dumps are the latest. With it, I passed the exam at my first attempt.

Geraldine

Geraldine     4 star  

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Try before you buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

Guarantee & Refund Policy

100% Money Back Guarantee

PrepPDF has an unprecedented 99.6% first time pass rate among our customers. We're so confident of our products that we provide no hassle product exchange.

Why choose us ?


Instant Download

After Payment, our system will send you the products you purchase in mailbox in a minute after payment. If not received within 2 hours, please contact us.

365 Days Free Updates

Free update is available within 365 days after your purchase. After 365 days, you will get 50% discounts for updating.

Money Back Guarantee

Full refund if you fail the corresponding exam in 60 days after purchasing. And Free get any another product.

Security & Privacy

We respect customer privacy. We use McAfee's security service to provide you with utmost security for your personal information & peace of mind.