AZ-303 Exam Question 56

You are designing an Azure solution.
The solution must meet the following requirements:
* Distribute traffic to different pools of dedicated virtual machines (VMs) based on rules
* Provide SSL offloading capabilities
You need to recommend a solution to distribute network traffic.
Which technology should you recommend?
  • AZ-303 Exam Question 57

    You have the following Azure Active Directory (Azure AD) tenants
    * Contosoonmicrosoft.com Linked to a Microsoft Office 365 tenant and syncs to an Active Directory forest named contoso.com by using password hash synchronization
    * Contosoazure onmicrosoft.com Linked to an Azure subscription named Subscription1.
    You need to ensure that you can assign the users in contoso.com access to the resources in Subscription1. What should you do?
  • AZ-303 Exam Question 58

    You have resources in three Azure regions. Each region contains two virtual machines. Each virtual machine has a public IP address assigned to its network interface and a locally installed application named App1.
    You plan to implement Azure Front Door-based load balancing across all the virtual machines.
    You need to ensure that App1 on the virtual machines will only accept traffic routed from Azure Front Door.
    What should you implement?
  • AZ-303 Exam Question 59

    You are designing a solution to secure a company's Azure resources. The environment hosts 10 teams. Each team manages a project and has a project manager, a virtual machine (VM) operator, developers, and contractors.
    Project managers must be able to manage everything except access and authentication for users. VM operators must be able to manage VMs, but not the virtual network or storage account to which they are connected. Developers and contractors must be able to manage storage accounts.
    You need to recommend roles for each member.
    What should you recommend? To answer, drag the appropriate roles to the correct employee types. Each role may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    AZ-303 Exam Question 60

    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?