PrepAway - Latest Free Exam Questions & Answers

What should you identify?

HOTSPOT
You are designing a Universal Windows Platform (UWP) app that will access external data sources. The data sources have the following requirements:
The data must be stored in a relational database.
The data sources must be stored in a public cloud.
The app must not connect directly to the database.
The app must access the data sources by using HTTP verbs.
You need to identify the appropriate data storage type and the appropriate method to use to access the data sources.
What should you identify? To answer, select the appropriate options in the answer area.
Hot Area:

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:
Microsoft Azure SQL database is a relationaldatabase-as-a-servicein the cloud.
Through the .NET Web API you can access relational database through HTTP verbs..Net’s Web API is an easy way to implement a RESTful web service using all
of the goodness that the .net framework provides.REST stands for ‘Representational State Transfer’ and it is an architectural pattern for creating an API that uses
HTTP as its underlying communication method.
Incorrect:
Not: Microsoft AzureDocumentDB
DocumentDB is a NoSQL(not relational)document database for big data solutions handling JSON data that require easy scaling and high availability.
Not: Microsoft Azure Table storage
Azure Table storage is a service that stores unstructured NoSQL(not relational)data in the cloud.


Leave a Reply