AZ-303 Exam Question 11

You have an Azure subscription that contains the Azure SQL Database servers shown in the following table.

The SQL Database servers have the elastic pools shown in the following table.

SQL1 has the SQL databases shown in the following table.

What will occur if you add DB1 to Pool1?
  • AZ-303 Exam Question 12

    You have an Azure Synapse instance named AS1 and an Azure Cosmos DB SQL API account named CDB1. CDB1 hosts a container that stores continuously updated operational data.
    You plan to use AS1 to analyze the operational data daily.
    You need to configure CDB1 to support the analysis by AS1.
    The solution must meet the following requirements:
    Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    AZ-303 Exam Question 13

    You have the offices shown in the following table.

    You have an Azure Active Directory (Azure AD) tenant that contains three users named User1, User2, and User3.
    From the multifactor authentication page, you configure the trusted ips settings as shown in the following exhibit.

    The users are configured as shown in the following table.

    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 14

    You have several Azure virtual machines on a virtual network named VNet1.
    You configure an Azure Storage account as shown in the following exhibit.

    Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
    NOTE: Each correct selection is worth one point.

    AZ-303 Exam Question 15

    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 a server named Server1 that runs Windows Server 2019. Server1 is a container host.
    You are creating a Dockerfile to build a container image.
    You need to add a file named File1.txt from Server1 to a folder named C:\Folder1 in the container image.
    Solution: You add the following line to the Dockerfile.
    COPY File1.txt C:/Folder1/
    You then build the container image.
    Does this meet the goal?