Wednesday 8 June 2022

AZ-900 : Microsoft Azure Fundamentals : Part 04

  1. You have an Azure environment that contains multiple Azure virtual machines.

    You plan to implement a solution that enables the client computers on your on-premises network to communicate to the Azure virtual machines.

    You need to recommend which Azure resources must be created for the planned solution.

    Which two Azure resources should you include in the recommendation? Each correct answer presents part of the solution.

    NOTE: Each correct selection is worth one point.

    • a virtual network gateway
    • a load balancer
    • an application gateway
    • a virtual network
    • a gateway subnet

    Explanation:

    To implement a solution that enables the client computers on your on-premises network to communicate to the Azure virtual machines, you need to configure a VPN (Virtual Private Network) to connect the on-premises network to the Azure virtual network.

    The Azure VPN device is known as a Virtual Network Gateway. The virtual network gateway needs to be located in a dedicated subnet in the Azure virtual network. This dedicated subnet is known as a gateway subnet and must be named ‘GatewaySubnet’.

    Note: a virtual network (answer D) is also required. However, as we already have virtual machines deployed in a Azure, we can assume that the virtual network is already in place.

  2. You attempt to create several managed Microsoft SQL Server instances in an Azure environment and receive a message that you must increase your Azure subscription limits.

    What should you do to increase the limits?

    • Create a service health alert
    • Upgrade your support plan
    • Modify an Azure policy
    • Create a new support request 
    Explanation:

    Many Azure resource have quote limits. The purpose of the quota limits is to help you control your Azure costs. However, it is common to require an increase to the default quota.

    You can request a quota limit increase by opening a support request. In the support request, select ‘Service and subscription limits (quotas)’ for the Issue type, select your subscription and the service you want to increase the quota for. For this question, you would select ‘SQL Database Managed Instance’ as the quote type.

  3. HOTSPOT

    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-900 Microsoft Azure Fundamentals Part 04 Q03 033 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q03 033 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q03 033 Answer
    AZ-900 Microsoft Azure Fundamentals Part 04 Q03 033 Answer

    Explanation:

    Box 1: No
    You can assign service administrators and co-administrators in the Azure Portal but there can only be one account administrator.

    Box 2: No
    You need an Azure Active Directory account to manage a subscription, not a Microsoft account.
    An account is created in the Azure Active Directory when you create the subscription. Further accounts can be created in the Azure Active Directory to manage the subscription.

    Box 3: No
    Resource groups are logical containers for Azure resources. However, resource groups do not contain subscriptions. Subscriptions contain resource groups.

  4. HOTSPOT

    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-900 Microsoft Azure Fundamentals Part 04 Q04 034 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q04 034 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q04 034 Answer
    AZ-900 Microsoft Azure Fundamentals Part 04 Q04 034 Answer

    Explanation:

    Box 1: No
    Not all Azure regions support availability zones.

    Box 2: No
    Availability zones can be used with many Azure services, not just VMs.

    Box 3: No
    Availability Zones are unique physical locations within a single Azure region.

  5. HOTSPOT

    You plan to create an Azure virtual machine.

    You need to identify which storage service must be used to store the unmanaged data disks of the virtual machine.

    What should you identify? To answer, select the appropriate service in the answer area.

    AZ-900 Microsoft Azure Fundamentals Part 04 Q05 035 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q05 035 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q05 035 Answer
    AZ-900 Microsoft Azure Fundamentals Part 04 Q05 035 Answer

    Explanation:

    Azure containers are the backbone of the virtual disks platform for Azure IaaS. Both Azure OS and data disks are implemented as virtual disks where data is durably persisted in the Azure Storage platform and then delivered to the virtual machines for maximum performance. Azure Disks are persisted in Hyper-V VHD format and stored as a page blob in Azure Storage.

  6. Your company plans to move several servers to Azure.

    The company’s compliance policy states that a server named FinServer must be on a separate network segment.

    You are evaluating which Azure services can be used to meet the compliance policy requirements.

    Which Azure solution should you recommend?

    • a resource group for FinServer and another resource group for all the other servers
    • a virtual network for FinServer and another virtual network for all the other servers
    • a VPN for FinServer and a virtual network gateway for each other server
    • one resource group for all the servers and a resource lock for FinServer
    Explanation: 
    Networks in Azure are known as virtual networks. A virtual network can have multiple IP address spaces and multiple subnets. Azure automatically routes traffic between different subnets within a virtual network.
    The question states that FinServer must be on a separate network segment. The only way to separate FinServer from the other servers in networking terms is to place the server in a different virtual network to the other servers.
  7. You plan to map a network drive from several computers that run Windows 10 to Azure Storage.

    You need to create a storage solution in Azure for the planned mapped drive.

    What should you create?

    • an Azure SQL database
    • a virtual machine data disk
    • a File service in a storage account 
    • a Blob service in a storage account
    Explanation:

    Azure Files is Microsoft’s easy-to-use cloud file system. Azure file shares can be seamlessly used in Windows and Windows Server.
    To use an Azure file share with Windows, you must either mount it, which means assigning it a drive letter or mount point path, or access it via its UNC path.

    Unlike other SMB shares you may have interacted with, such as those hosted on a Windows Server, Linux Samba server, or NAS device, Azure file shares do not currently support Kerberos authentication with your Active Directory (AD) or Azure Active Directory (AAD) identity, although this is a feature we are working on. Instead, you must access your Azure file share with the storage account key for the storage account containing your Azure file share. A storage account key is an administrator key for a storage account, including administrator permissions to all files and folders within the file share you’re accessing, and for all file shares and other storage resources (blobs, queues, tables, etc) contained within your storage account.

  8. HOTSPOT

    You plan to implement an Azure database solution.

    You need to implement a database solution that meets the following requirements:

    – Can add data concurrently from multiple regions
    – Can store JSON documents

    Which database service should you deploy? To answer, select the appropriate service in the answer area.

    AZ-900 Microsoft Azure Fundamentals Part 04 Q08 036 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q08 036 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q08 036 Answer
    AZ-900 Microsoft Azure Fundamentals Part 04 Q08 036 Answer

    Explanation:

    Azure Cosmos DB is Microsoft’s globally distributed, multi-model database service. With a click of a button, Cosmos DB enables you to elastically and independently scale throughput and storage across any number of Azure regions worldwide.

    Azure Cosmos DB is a great way to store unstructured and JSON data. Combined with Azure Functions, Cosmos DB makes storing data quick and easy with much less code than required for storing data in a relational database.

  9. Your company plans to start using Azure and will migrate all its network resources to Azure.

    You need to start the planning process by exploring Azure.

    What should you create first?

    • a subscription
    • a resource group
    • a virtual network
    • a management group
    Explanation:

    The first thing you create in Azure is a subscription. You can think of an Azure subscription as an ‘Azure account’. You get billed per subscription.

    A subscription is an agreement with Microsoft to use one or more Microsoft cloud platforms or services, for which charges accrue based on either a per-user license fee or on cloud-based resource consumption.

    – Microsoft’s Software as a Service (SaaS)-based cloud offerings (Office 365, Intune/EMS, and Dynamics 365) charge per-user license fees.
    – Microsoft’s Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) cloud offerings (Azure) charge based on cloud resource consumption.

    You can also use a trial subscription, but the subscription expires after a specific amount of time or consumption charges. You can convert a trial subscription to a paid subscription.
    Organizations can have multiple subscriptions for Microsoft’s cloud offerings.

  10. HOTSPOT

    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-900 Microsoft Azure Fundamentals Part 04 Q10 037 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q10 037 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q10 037 Answer
    AZ-900 Microsoft Azure Fundamentals Part 04 Q10 037 Answer

    Explanation:

    Box 1: No
    Azure resources deployed to a single resource group can be located in different regions. The resource group only contains metadata about the resources it contains.
    When creating a resource group, you need to provide a location for that resource group. You may be wondering, “Why does a resource group need a location? And, if the resources can have different locations than the resource group, why does the resource group location matter at all?” The resource group stores metadata about the resources. When you specify a location for the resource group, you’re specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region.

    Box 2: No
    Tags for Resources are not inherited by default from their Resource Group

    Box 3: Yes
    A resource group can be used to scope access control for administrative actions. By default, permissions set at the resource level are inherited by the resources in the resource group.

  11. HOTSPOT

    To complete the sentence, select the appropriate option in the answer area.

    AZ-900 Microsoft Azure Fundamentals Part 04 Q11 038 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q11 038 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q11 038 Answer
    AZ-900 Microsoft Azure Fundamentals Part 04 Q11 038 Answer

    Explanation:

    Azure storage offers different access tiers: hot, cool and archive.

    The archive access tier has the lowest storage cost. But it has higher data retrieval costs compared to the hot and cool tiers. Data in the archive tier can take several hours to retrieve.

    While a blob is in archive storage, the blob data is offline and can’t be read, overwritten, or modified. To read or download a blob in archive, you must first rehydrate it to an online tier.

    Example usage scenarios for the archive access tier include:

    – Long-term backup, secondary backup, and archival datasets
    – Original (raw) data that must be preserved, even after it has been processed into final usable form.
    – Compliance and archival data that needs to be stored for a long time and is hardly ever accessed.

  12. HOTSPOT

    You plan to deploy a critical line-of-business application to Azure.

    The application will run on an Azure virtual machine.

    You need to recommend a deployment solution for the application. The solution must provide a guaranteed availability of 99.99 percent.

    What is the minimum number of virtual machines and the minimum number of availability zones you should recommend for the deployment? To answer, select the appropriate options in the answer area.

    NOTE: Each correct selection is worth one point.

    AZ-900 Microsoft Azure Fundamentals Part 04 Q12 039 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q12 039 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q12 039 Answer
    AZ-900 Microsoft Azure Fundamentals Part 04 Q12 039 Answer

    Explanation:

    You need a minimum of two virtual machines with each one located in a different availability zone.

    Availability Zones is a high-availability offering that protects your applications and data from datacenter failures. Availability Zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. To ensure resiliency, there’s a minimum of three separate zones in all enabled regions. The physical separation of Availability Zones within a region protects applications and data from datacenter failures. Zone-redundant services replicate your applications and data across Availability Zones to protect from single-points-of-failure. With Availability Zones, Azure offers industry best 99.99% VM uptime SLA.

  13. Which Azure service should you use to collect events from multiple resources into a centralized repository?

    • Azure Event Hubs 
    • Azure Analysis Services
    • Azure Monitor
    • Azure Stream Analytics
    Explanation:

    Azure Event Hubs is a big data streaming platform and event ingestion service. It can receive and process millions of events per second. Data sent to an event hub can be transformed and stored by using any real-time analytics provider or batching/storage adapters.

    Azure Event Hubs can be used to ingest, buffer, store, and process your stream in real time to get actionable insights. Event Hubs uses a partitioned consumer model, enabling multiple applications to process the stream concurrently and letting you control the speed of processing.

    Azure Event Hubs can be used to capture your data in near-real time in an Azure Blob storage or Azure Data Lake Storage for long-term retention or micro-batch processing.

  14. HOTSPOT

    To complete the sentence, select the appropriate option in the answer area.

    AZ-900 Microsoft Azure Fundamentals Part 04 Q14 040 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q14 040 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q14 040 Answer
    AZ-900 Microsoft Azure Fundamentals Part 04 Q14 040 Answer

    Explanation: 
    Availability Zones is a high-availability offering that protects your applications and data from datacenter failures. Availability Zones are unique physical locations within an Azure region.
  15. HOTSPOT

    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-900 Microsoft Azure Fundamentals Part 04 Q15 041 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q15 041 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q15 041 Answer
    AZ-900 Microsoft Azure Fundamentals Part 04 Q15 041 Answer

    Explanation:

    Box 1: Yes
    There are different replication options available with a storage account. The ‘minimum’ replication option is Locally Redundant Storage (LRS). With LRS, data is replicated synchronously three times within the primary region.

    Box 2: No
    Data is not backed up automatically to another Azure Data Center although it can be depending on the replication option configured for the account. Locally Redundant Storage (LRS) is the default which maintains three copies of the data in the data center.
    Geo-redundant storage (GRS) has cross-regional replication to protect against regional outages. Data is replicated synchronously three times in the primary region, then replicated asynchronously to the secondary region.

    Box 3: No
    The limits are much higher than that. The current storage limit is 2 PB for US and Europe, and 500 TB for all other regions (including the UK) with no limit on the number of files.

  16. HOTSPOT

    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-900 Microsoft Azure Fundamentals Part 04 Q16 042 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q16 042 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q16 042 Answer
    AZ-900 Microsoft Azure Fundamentals Part 04 Q16 042 Answer

    Explanation:

    Box 1: No
    Not all Azure regions support availability zones.

    Box 2: No
    Regions that support availability zones support Linux virtual machines.

    Box 3: Yes
    Availability Zones is a high-availability offering that protects your applications and data from datacenter failures. Availability Zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. To ensure resiliency, there’s a minimum of three separate zones in all enabled regions. The physical separation of Availability Zones within a region protects applications and data from datacenter failures. Zone-redundant services replicate your applications and data across Availability Zones to protect from single-points-of-failure. With Availability Zones, Azure offers industry best 99.99% VM uptime SLA.

  17. HOTSPOT

    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-900 Microsoft Azure Fundamentals Part 04 Q17 043 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q17 043 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q17 043 Answer
    AZ-900 Microsoft Azure Fundamentals Part 04 Q17 043 Answer

    Explanation:

    Box 1: No
    North America has several Azure regions, including West US, Central US, South Central US, East Us, and Canada East.

    Box 2: Yes
    A region is a set of datacenters deployed within a latency-defined perimeter and connected through a dedicated regional low-latency network.

    Box 3: No
    Outbound data transfer is charged at the normal rate and inbound data transfer is free.

  18. 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 plan to deploy several Azure virtual machines.

    You need to ensure that the services running on the virtual machines are available if a single data center fails.

    Solution: You deploy the virtual machines to two or more scale sets.

    Does this meet the goal?

    • Yes
    • No
    Explanation:

    This answer does not specify that the scale set will be configured across multiple data centers so this solution does not meet the goal.

    Azure virtual machine scale sets let you create and manage a group of load balanced VMs. The number of VM instances can automatically increase or decrease in response to demand or a defined schedule. Scale sets provide high availability to your applications, and allow you to centrally manage, configure, and update many VMs.

    Virtual machines in a scale set can be deployed across multiple update domains and fault domains to maximize availability and resilience to outages due to data center outages, and planned or unplanned maintenance events.

  19. You need to be notified when Microsoft plans to perform maintenance that can affect the resources deployed to an Azure subscription.

    What should you use?

    • Azure Monitor
    • Azure Service Health
    • Azure Advisor
    • Microsoft Trust Center
    Explanation:
    Azure Service Health provides a personalized view of the health of the Azure services and regions you’re using. This is the best place to look for service impacting communications about outages, planned maintenance activities, and other health advisories because the authenticated Service Health experience knows which services and resources you currently use.
  20. DRAG DROP

    Match the Azure Services service to the correct description.

    Instructions: To answer, drag the appropriate service from the column on the left to its description on the right. Each service may be used once, more than once, or not at all.

    NOTE: Each correct selection is worth one point.

    AZ-900 Microsoft Azure Fundamentals Part 04 Q20 044 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q20 044 Question
    AZ-900 Microsoft Azure Fundamentals Part 04 Q20 044 Answer
    AZ-900 Microsoft Azure Fundamentals Part 04 Q20 044 Answer

No comments:

Post a Comment