AZ-303 Exam Question 16

You have an Azure subscription that contains the resources shown in the following table.

A certificate named Certificate! is stored in Vault!
You need to grant VM1 and VM2 access to Certificate1 by using the same security principal.
What should you do?
  • AZ-303 Exam Question 17

    You plan to create an Azure Storage account in the Azure region of East US 2.
    You need to create a storage account that meets the following requirements:
    * Replicates synchronously
    * Remains available if a single data center in the region fails
    How should you configure the storage account? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-303 Exam Question 18

    You have an Azure subscription that contains a resource group named RG1.
    You have a group named Group1 that is assigned the Contributor role for RG1.
    You need to enhance security for the virtual machines in RG1 to meet the following requirements:
    * Prevent Group1 from assigning external IP addresses to the virtual machines.
    * Ensure that Group1 can establish an RDP connection to the virtual machines through a shared external IP address.
    What should you use to meet each requirement? To answer, select the appropriate options in the answer are a. NOTE: Each correct selection is worth one point.

    AZ-303 Exam Question 19

    You need to identify the storage requirements for Contoso.
    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    AZ-303 Exam Question 20

    Note: This question is part of series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You have an Azure Cosmos DB database that contains a container named Container1. The partition key for Container1 is set to /day. Container1 contains the items shown in the following table.

    You need to programmatically query Azure Cosmos DB and retrieve item1 and item2 only.
    Solution: You run the following query.

    You set the EnableCrossPartitionQuery property to True.
    Does this meet the goal?