Refined AZ-100 Study Guides 2021

Want to know AZ-100 Exam Questions and Answers features? Want to lear more about AZ-100 Study Guides experience? Study AZ-100 Exam Questions. Gat a success with an absolute guarantee to pass Microsoft AZ-100 (Microsoft Azure Infrastructure and Deployment) test on your first attempt.

Free demo questions for Microsoft AZ-100 Exam Dumps Below:

NEW QUESTION 1
You need to prepare the environment to meet the authentication requirements.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE Each correct selection is worth one point.

  • A. Azure Active Directory (AD) Identity Protection and an Azure policy
  • B. a Recovery Services vault and a backup policy
  • C. an Azure Key Vault and an access policy
  • D. an Azure Storage account and an access policy

Answer: BD

Explanation: D: Seamless SSO works with any method of cloud authentication - Password Hash Synchronization or Pass-through Authentication, and can be enabled via Azure AD Connect.
B: You can gradually roll out Seamless SSO to your users. You start by adding the following Azure AD URL to all or selected users' Intranet zone settings by using Group Policy in Active Directory: https://autologon.microsoftazuread-sso.com

Topic 2, Contoso Ltd
Overview
Contoso, Ltd. is a manufacturing company that has offices worldwide. Contoso works with partner organizations to bring products to market.
Contoso products are manufactured by using blueprint files that the company authors and maintains.
Existing Environment
Currently, Contoso uses multiple types of servers for business operations, including the following:
File servers
Domain controllers
Microsoft SQL Server servers
Your network contains an Active Directory forest named contoso.com. All servers and client computers are joined to Active Directory.
You have a public-facing application named App1. App1 is comprised of the following three tiers:
A SQL database
A web front end
A processing middle tier
Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.
Requirements Planned Changes
Contoso plans to implement the following changes to the infrastructure: Move all the tiers of App1 to Azure.
Move the existing product blueprint files to Azure Blob storage.
Create a hybrid directory to support an upcoming Microsoft Office 365 migration project.
Technical Requirements
Contoso must meet the following technical requirements:
Move all the virtual machines for App1 to Azure.
Minimize the number of open ports between the App1 tiers.
Ensure that all the virtual machines for App1 are protected by backups.
Copy the blueprint files to Azure over the Internet.
Ensure that the blueprint files are stored in the archive storage tier.
Ensure that partner access to the blueprint files is secured and temporary.
Prevent user passwords or hashes of passwords from being stored in Azure.
Use unmanaged standard storage for the hard disks of the virtual machines.
Ensure that when users join devices to Azure Active Directory (Azure AD), the users use a mobile phone to verify their identity.
Minimize administrative effort whenever possible.
User Requirements
Contoso identifies the following requirements for users:
Ensure that only users who are part of a group named Pilot can join devices to Azure AD. Designate a new user named Admin1 as the service administrator of the Azure subscription. Ensure that a new user named User3 can create network objects for the Azure subscription.

NEW QUESTION 2
You have an Azure subscription. The subscription includes a virtual network named VNet1. Currently, VNet1 does not contain any subnets.
You plan to create subnets on VNet1 and to use application security groups to restrict the traffic between the subnets. You need to create the application security groups and to assign them to the subnets.
Which four cmdlets should you run in sequence? To answer, move the appropriate cmdlets from the list of cmdlets to the answer area and arrange them in the correct order.
AZ-100 dumps exhibit

    Answer:

    Explanation: Step 1: New-AzureRmNetworkSecurityRuleConfig
    Step 2: New-AzureRmNetworkSecurityGroup
    Step 3: New-AzureRmVirtualNetworkSubnetConfig
    Step 4: New-AzureRmVirtualNetwork
    Example: Create a virtual network with a subnet referencing a network security group New-AzureRmResourceGroup -Name TestResourceGroup -Location centralus
    $rdpRule = New-AzureRmNetworkSecurityRuleConfig -Name rdp-rule -Description "Allow RDP" -Access Allow -Protocol Tcp -Direction Inbound -Priority 100 -SourceAddressPrefix Internet -SourcePortRange *
    -DestinationAddressPrefix * -DestinationPortRange 3389
    $networkSecurityGroup = New-AzureRmNetworkSecurityGroup -ResourceGroupName TestResourceGroup
    -Location centralus -Name "NSG-FrontEnd" -SecurityRules $rdpRule
    $frontendSubnet = New-AzureRmVirtualNetworkSubnetConfig -Name frontendSubnet -AddressPrefix "10.0.1.0/24" -NetworkSecurityGroup $networkSecurityGroup
    $backendSubnet = New-AzureRmVirtualNetworkSubnetConfig -Name backendSubnet -AddressPrefix "10.0.2.0/24" -NetworkSecurityGroup $networkSecurityGroup
    New-AzureRmVirtualNetwork -Name MyVirtualNetwork -ResourceGroupName TestResourceGroup
    -Location centralus -AddressPrefix "10.0.0.0/16" -Subnet $frontendSubnet,$backendSubnet
    References:
    https://docs.microsoft.com/en-us/powershell/module/azurerm.network/new-azurermvirtualnetwork?view=azurer

    NEW QUESTION 3
    Note: This question is part of a 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 subscription named Subscription1. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates.
    You need to view the date and time when the resources were created in RG1.
    Solution: From the Subscriptions blade, you select the subscription, and then click Programmatic deployment. Does this meet the goal?

    • A. Yes
    • B. No

    Answer: B

    NEW QUESTION 4
    You need to recommend a solution for App1. The solution must meet the technical requirements. What should you include in the recommendation? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.
    AZ-100 dumps exhibit

      Answer:

      Explanation: This reference architecture shows how to deploy VMs and a virtual network configured for an N-tier application, using SQL Server on Windows for the data tier.
      AZ-100 dumps exhibit
      Scenario: You have a public-facing application named App1. App1 is comprised of the following three tiers:
      A SQL database
      A web front end
      A processing middle tier
      Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only.
      Technical requirements include:
      Move all the virtual machines for App1 to Azure.
      Minimize the number of open ports between the App1 tiers.
      References: https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/n-tier-sql-server

      NEW QUESTION 5
      You have an Azure Active Directory (Azure AD) tenant named contoso.onmicrosoft.com that contains 100 user accounts.
      You purchase 10 Azure AD Premium P2 licenses for the tenant.
      You need to ensure that 10 users can use all the Azure AD Premium features. What should you do?

      • A. From the Groups blade of each user, invite the users to a group.
      • B. From the Licenses blade of Azure AD, assign a license.
      • C. From the Directory role blade of each user, modify the directory role.
      • D. From the Azure AD domain, add an enterprise application.

      Answer: B

      Explanation: To assign a license, under Azure Active Directory > Licenses > All Products, select one or more products, and then select Assign on the command bar.
      References: https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/license-users-groups

      NEW QUESTION 6
      You need to prepare the environment to ensure that the web administrators can deploy the web apps as quickly as possible.
      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-100 dumps exhibit

        Answer:

        Explanation: Step 1:
        First you create a storage account using the Azure portal. Step 2:
        Select Automation options at the bottom of the screen. The portal shows the template on the Template tab. Deploy: Deploy the Azure storage account to Azure.
        Step 3:
        Share the template.
        Scenario: Web administrators will deploy Azure web apps for the marketing department. Each web app will be added to a separate resource group. The initial configuration of the web apps will be identical. The web administrators have permission to deploy web apps to resource groups.
        References:
        https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-quickstart-create-templates-u

        NEW QUESTION 7
        Note: This question is part of a 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 subscription that contains 10 virtual networks. The virtual networks are hosted in separate resource groups.
        Another administrator plans to create several network security groups (NSGs) in the subscription.
        You need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the virtual networks.
        Solution: You configure a custom policy definition, and then you assign the policy to the subscription.
        Does this meet the goal?

        • A. Yes
        • B. No

        Answer: A

        Explanation: Resource policy definition used by Azure Policy enables you to establish conventions for resources in your organization by describing when the policy is enforced and what effect to take. By defining conventions, you can control costs and more easily manage your resources.
        References: https://docs.microsoft.com/en-us/azure/azure-policy/policy-definition

        NEW QUESTION 8
        You plan to automate the deployment of a virtual machine scale set that uses the Windows Server 2021 Datacenter image.
        You need to ensure that when the scale set virtual machines are provisioned, they have web server components installed.
        Which two actions should you perform? Each correct answer presents part of the solution. NOTE Each correct selection is worth one point.

        • A. Modify the extensionProfile section of the Azure Resource Manager template.
        • B. Create a new virtual machine scale set in the Azure portal.
        • C. Create an Azure policy.
        • D. Create an automation account.
        • E. Upload a configuration script.

        Answer: AB

        Explanation: Virtual Machine Scale Sets can be used with the Azure Desired State Configuration (DSC) extension handler. Virtual machine scale sets provide a way to deploy and manage large numbers of virtual machines, and can elastically scale in and out in response to load. DSC is used to configure the VMs as they come online so they are running the production software.
        References: https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-dsc

        NEW QUESTION 9
        You have a Recovery Service vault that you use to test backups. The test backups contain two protected virtual machines.
        You need to delete the Recovery Services vault. What should you do first?

        • A. From the Recovery Service vault, stop the backup of each backup item.
        • B. From the Recovery Service vault, delete the backup data.
        • C. Modify the disaster recovery properties of each virtual machine.
        • D. Modify the locks of each virtual machine.

        Answer: A

        Explanation: You can't delete a Recovery Services vault if it is registered to a server and holds backup data. If you try to delete a vault, but can't, the vault is still configured to receive backup data.
        Remove vault dependencies and delete vault
        In the vault dashboard menu, scroll down to the Protected Items section, and click Backup Items. In this menu, you can stop and delete Azure File Servers, SQL Servers in Azure VM, and Azure virtual machines.
        AZ-100 dumps exhibit
        References: https://docs.microsoft.com/en-us/azure/backup/backup-azure-delete-vault

        NEW QUESTION 10
        Click to expand each objective. To connect to the Azure portal, type https://portal.azure.com in the browser address bar.
        AZ-100 dumps exhibit
        AZ-100 dumps exhibit
        AZ-100 dumps exhibit
        When you are finished performing all the tasks, click the ‘Next’ button.
        Note that you cannot return to the lab once you click the ‘Next’ button. Scoring occur in the background while you complete the rest of the exam.
        Overview
        The following section of the exam is a lab. In this section, you will perform a set of tasks in a live environment. While most functionality will be available to you as it would be in a live environment, some functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design. Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn’t matter how you accomplish the task, if you successfully perform it, you will earn credit for that task.
        Labs are not timed separately, and this exam may have more than one lab that you must complete. You can use as much time as you would like to complete each lab. But, you should manage your time appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the time provided.
        Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able to return to the lab.
        To start the lab
        You may start the lab by clicking the Next button.
        Your on-premises network uses an IP address range of 131.107.2.0 to 131.107.2.255.
        You need to ensure that only devices from the on-premises network can connect to the rg1lod7523691n1 storage account.
        What should you do from the Azure portal?

          Answer:

          Explanation: Step 1: Navigate to the rg1lod7523691n1 storage account.
          Step 2: Click on the settings menu called Firewalls and virtual networks.
          Step 3: Ensure that you have elected to allow access from 'Selected networks'.
          Step 4: To grant access to an internet IP range, enter the address range of 131.107.2.0 to 131.107.2.255 (in CIDR format) under Firewall, Address Ranges.
          References: https://docs.microsoft.com/en-us/azure/storage/common/storage-network-security

          NEW QUESTION 11
          You have an on-premises file server named Server1 that runs Windows Server 2021. You have an Azure subscription that contains an Azure file share.
          You deploy an Azure File Sync Storage Sync Service, and you create a sync group. You need to synchronize files from Server1 to Azure.
          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-100 dumps exhibit

            Answer:

            Explanation: Step 1: Install the Azure File Sync agent on Server1
            The Azure File Sync agent is a downloadable package that enables Windows Server to be synced with an Azure file share
            Step 2: Register Server1.
            Register Windows Server with Storage Sync Service
            Registering your Windows Server with a Storage Sync Service establishes a trust relationship between your server (or cluster) and the Storage Sync Service.
            Step 3: Add a server endpoint
            Create a sync group and a cloud endpoint.
            A sync group defines the sync topology for a set of files. Endpoints within a sync group are kept in sync with each other. A sync group must contain one cloud endpoint, which represents an Azure file share and one or more server endpoints. A server endpoint represents a path on registered server.
            References: https://docs.microsoft.com/en-us/azure/storage/files/storage-sync-files-deployment-guide

            NEW QUESTION 12
            Note: This question is part of a 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 subscription named Subscription1. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates.
            You need to view the date and time when the resources were created in RG1. Solution: From the RG1 blade, you click Deployments.
            Does this meet the goal?

            • A. Yes
            • B. No

            Answer: A

            NEW QUESTION 13
            Click to expand each objective. To connect to the Azure portal, type https://portal.azure.com in the browser address bar.
            AZ-100 dumps exhibit
            AZ-100 dumps exhibit
            AZ-100 dumps exhibit
            AZ-100 dumps exhibit
            AZ-100 dumps exhibit
            AZ-100 dumps exhibit
            When you are finished performing all the tasks, click the ‘Next’ button.
            Note that you cannot return to the lab once you click the ‘Next’ button. Scoring occur in the background while you complete the rest of the exam.
            Overview
            The following section of the exam is a lab. In this section, you will perform a set of tasks in a live environment. While most functionality will be available to you as it would be in a live environment, some functionality (e.g., copy and paste, ability to navigate to external websites) will not be possible by design. Scoring is based on the outcome of performing the tasks stated in the lab. In other words, it doesn’t matter how you accomplish the task, if you successfully perform it, you will earn credit for that task.
            Labs are not timed separately, and this exam may have more than one lab that you must complete. You can use as much time as you would like to complete each lab. But, you should manage your time appropriately to ensure that you are able to complete the lab(s) and all other sections of the exam in the time provided.
            Please note that once you submit your work by clicking the Next button within a lab, you will NOT be able to return to the lab.
            To start the lab
            You may start the lab by clicking the Next button.
            You plan to create several virtual machines in different availability zones, and then to configure the virtual machines for load balanced connections from the Internet.
            You need to create an IP address resource named ip1006 to support the planned load balancing solution. The solution must minimize costs.
            What should you do from the Azure portal?

              Answer:

              Explanation: We should create a public IP address.
              AZ-100 dumps exhibit At the top, left corner of the portal, select + Create a resource.
              AZ-100 dumps exhibit Enter public ip address in the Search the Marketplace box. When Public IP address appears in the search results, select it.
              AZ-100 dumps exhibit Under Public IP address, select Create.
              AZ-100 dumps exhibit Enter, or select values for the following settings, under Create public IP address, then select Create: Name: ip1006
              SKU: Basic SKU IP Version: IPv6
              IP address assignment: Dynamic Subscription: Select appropriate Resource group: Select appropriate
              References: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-public-ip-address

              NEW QUESTION 14
              Your company registers a domain name of contoso.com.
              You create an Azure DNS named contoso.com and then you add an A record to the zone for a host named www that has an IP address of 131.107.1.10.
              You discover that Internet hosts are unable to resolve www.contoso.com to the 131.107.1.10 IP address. You need to resolve the name resolution issue.
              Solution: You modify the SOA record in the contoso.com zone Does this meet the goal?

              • A. Yes
              • B. No

              Answer: B

              Explanation: Modify the NS record, not the SOA record.
              Note: The SOA record stores information about the name of the server that supplied the data for the zone; the administrator of the zone; the current version of the data file; the number of seconds a secondary name server should wait before checking for updates; the number of seconds a secondary name server should wait before retrying a failed zone transfer; the maximum number of seconds that a secondary name server can use data before it must either be refreshed or expire; and a default number of seconds for the time-to-live file on resource records.
              References: https://searchnetworking.techtarget.com/definition/start-of-authority-record

              NEW QUESTION 15
              You have peering configured as shown in the following exhibit.
              AZ-100 dumps 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-100 dumps exhibit

                Answer:

                Explanation: Box 1: vNET6 only
                Box 2: Modify the address space
                The virtual networks you peer must have non-overlapping IP address spaces. References:
                https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering#requirements-and-cons

                NEW QUESTION 16
                You have an Azure subscription that contains a storage account.
                You have an on-premises server named Server1 that runs Window Server 2021. Server1 has 2 TB of data. You need to transfer the data to the storage account by using the Azure Import/Export service.
                In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.
                NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
                AZ-100 dumps exhibit

                  Answer:

                  Explanation: AZ-100 dumps exhibit

                  NEW QUESTION 17
                  Your company registers a domain name of contoso.com.
                  You create an Azure DNS named contoso.com and then you add an A record to the zone for a host named www that has an IP address of 131.107.1.10.
                  You discover that Internet hosts are unable to resolve www.contoso.com to the 131.107.1.10 IP address. You need to resolve the name resolution issue.
                  Solution: You add an NS record to the contoso.com zone. Does this meet the goal?

                  • A. Yes
                  • B. No

                  Answer: A

                  Explanation: Before you can delegate your DNS zone to Azure DNS, you need to know the name servers for your zone. The NS record set contains the names of the Azure DNS name servers assigned to the zone.
                  References: https://docs.microsoft.com/en-us/azure/dns/dns-delegate-domain-azure-dns

                  P.S. Easily pass AZ-100 Exam with 106 Q&As Simply pass Dumps & pdf Version, Welcome to Download the Newest Simply pass AZ-100 Dumps: https://www.simply-pass.com/Microsoft-exam/AZ-100-dumps.html (106 New Questions)