HOTSPOT - You develop data engineering solutions for a company. An application creates a database on Microsoft Azure. You have the following code: Which database and authorization types are used? To answer, select the appropriate option in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Suggested Answer: Box 1: Azure Cosmos DB - The DocumentClient.CreateDatabaseAsync(Database, RequestOptions) method creates a database resource as an asychronous operation in the Azure Cosmos DB service. Box 2: Master Key - Azure Cosmos DB uses two types of keys to authenticate users and provide access to its data and resources: Master Key, Resource Tokens Master keys provide access to the all the administrative resources for the database account. Master keys: Provide access to accounts, databases, users, and permissions. ✑ Cannot be used to provide granular access to containers and documents. ✑ Are created during the creation of an account. ✑ Can be regenerated at any time. Incorrect Answers: Resource Token: Resource tokens provide access to the application resources within a database. References: alt="Reference Image" /> ✑ Cannot be used to provide granular access to containers and documents. ✑ Are created during the creation of an account. ✑ Can be regenerated at any time. Incorrect Answers: Resource Token: Resource tokens provide access to the application resources within a database. References: https://docs.microsoft.com/en-us/dotnet/api/microsoft.azure.documents.client.documentclient.createdatabaseasync https://docs.microsoft.com/en-us/azure/cosmos-db/secure-access-to-data This question is in DP-200 Microsoft Azure Data Engineer Exam For getting Microsoft Certified: Azure Data Engineer Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer