Download Microsoft Azure Fundamentals.AZ-900.Dump4Pass.2022-05-16.304q.vcex

Vendor: Microsoft
Exam Code: AZ-900
Exam Name: Microsoft Azure Fundamentals
Date: May 16, 2022
File Size: 17 MB
Downloads: 12

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
You have an on-premises network that contains several servers.  
You plan to migrate all the servers to Azure.  
You need to recommend a solution to ensure that some of the servers are available if a single Azure data center goes offline for an extended period.    
What should you include in the recommendation?
  1. Fault tolerance
  2. elasticity
  3. scalability
  4. low latency
Correct answer: A
Explanation:
Fault tolerance is the ability of a system to continue to function in the event of a failure of some of its  components.  In this question, you could have servers that are replicated across datacenters.    Availability zones expand the level of control you have to maintain the availability of the applications and data on your VMs. 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 are 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.  With Availability Zones, Azure offers industry best 99.99% VM uptime SLA. By architecting your solutions to use replicated VMs in zones, you can protect your applications and data from the loss of a datacenter. If one zone is compromised, then replicated apps and data are instantly available in another zone.    References: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/manage-availability
Fault tolerance is the ability of a system to continue to function in the event of a failure of some of its  components.  
In this question, you could have servers that are replicated across datacenters.    
Availability zones expand the level of control you have to maintain the availability of the applications and data on your VMs. 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 are 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.  
With Availability Zones, Azure offers industry best 99.99% VM uptime SLA. By architecting your solutions to use replicated VMs in zones, you can protect your applications and data from the loss of a datacenter. If one zone is compromised, then replicated apps and data are instantly available in another zone.    
References: 
https://docs.microsoft.com/en-us/azure/virtual-machines/windows/manage-availability
Question 2
To complete the sentence, select the appropriate option in the answer area.  
 
Correct answer: To work with this question, an Exam Simulator is required.
Explanation:
A private cloud is hosted in your datacenter. Therefore, you cannot close your datacenter if you are using a private cloud.  A public cloud is hosted externally, for example, in Microsoft Azure. An organization that hosts its infrastructure in a public cloud can close its data center.    Public cloud is the most common deployment model. In this case, you have no local hardware to manage or keep up-to-date – everything runs on your cloud provider's hardware.  Microsoft Azure is an example of a public cloud provider.  In a private cloud, you create a cloud environment in your own datacenter and provide self-service access to compute resources to users in your organization. This offers a simulation of a public cloud to your users, but you remain completely responsible for the purchase and maintenance of the hardware and software services you provide.    Reference: https://docs.microsoft.com/en-gb/learn/modules/principles-cloud-computing/4-cloud-deployment-models
A private cloud is hosted in your datacenter. Therefore, you cannot close your datacenter if you are using a private cloud.  
A public cloud is hosted externally, for example, in Microsoft Azure. An organization that hosts its infrastructure in a public cloud can close its data center.    
Public cloud is the most common deployment model. In this case, you have no local hardware to manage or keep up-to-date – everything runs on your cloud provider's hardware.  
Microsoft Azure is an example of a public cloud provider.  
In a private cloud, you create a cloud environment in your own datacenter and provide self-service access to compute resources to users in your organization. This offers a simulation of a public cloud to your users, but you remain completely responsible for the purchase and maintenance of the hardware and software services you provide.    
Reference: 
https://docs.microsoft.com/en-gb/learn/modules/principles-cloud-computing/4-cloud-deployment-models
Question 3
What are two characteristics of the public cloud? Each correct answer presents a complete solution.    
NOTE: Each correct selection is worth one point.
  1. Dedicated hardware
  2. Unsecured connections 
  3. limited storage
  4. metered pricing
  5. self-service management
Correct answer: DE
Explanation:
With the public cloud, you get pay-as-you-go pricing – you pay only for what you use, no CapEx costs.  With the public cloud, you have self-service management. You are responsible for the deployment and  configuration of the cloud resources such as virtual machines or web sites. The underlying hardware that  hosts the cloud resources is managed by the cloud provider.    Incorrect Answers: A: You don’t have dedicated hardware. The underlying hardware is shared so you could have multiple customers using cloud resources hosted on the same physical hardware.  B: Connections to the public cloud are secure. C: Storage is not limited. You can have as much storage as you like.  References: https://docs.microsoft.com/en-gb/learn/modules/principles-cloud-computing/4-cloud-deployment-models
With the public cloud, you get pay-as-you-go pricing – you pay only for what you use, no CapEx costs.  
With the public cloud, you have self-service management. You are responsible for the deployment and  configuration of the cloud resources such as virtual machines or web sites. The underlying hardware that  hosts the cloud resources is managed by the cloud provider.    
Incorrect Answers: 
A: You don’t have dedicated hardware. The underlying hardware is shared so you could have multiple customers using cloud resources hosted on the same physical hardware.  
B: Connections to the public cloud are secure. 
C: Storage is not limited. You can have as much storage as you like.  
References: 
https://docs.microsoft.com/en-gb/learn/modules/principles-cloud-computing/4-cloud-deployment-models
Question 4
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.    
Your company plans to migrate all its data and resources to Azure.    
The company’s migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure.  
You need to deploy an Azure environment that meets the company migration plan.  
Solution: You create an Azure App Service and Azure SQL databases. 
Does this meet the goal?
  1. Yes
  2. No 
Correct answer: A
Explanation:
Azure App Service and Azure SQL databases are examples of Azure PaaS solutions. Therefore, this solution does meet the goal.
Azure App Service and Azure SQL databases are examples of Azure PaaS solutions. Therefore, this solution does meet the goal.
Question 5
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.    
Your company plans to migrate all its data and resources to Azure.    
The company’s migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure.  
You need to deploy an Azure environment that meets the company migration plan.  
Solution: You create an Azure App Service and Azure virtual machines that have Microsoft SQL Server installed.    
Does this meet the goal?
  1. Yes
  2. No
Correct answer: B
Explanation:
Azure App Service is a PaaS (Platform as a Service) service. However, Azure virtual machines are an IaaS (Infrastructure as a Service) service. Therefore, this solution does not meet the goal.
Azure App Service is a PaaS (Platform as a Service) service. However, Azure virtual machines are an IaaS (Infrastructure as a Service) service. 
Therefore, this solution does not meet the goal.
Question 6
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.    
Your company plans to migrate all its data and resources to Azure.    
The company’s migration plan states that only Platform as a Service (PaaS) solutions must be used in Azure.  
You need to deploy an Azure environment that meets the company migration plan.  
Solution: You create an Azure App Service and Azure Storage accounts. 
Does this meet the goal?
  1. Yes
  2. No
Correct answer: B
Explanation:
Azure App Service is a PaaS (Platform as a Service) service. However, Azure Storage accounts are an IaaS (Infrastructure as a Service) service. Therefore, this solution does not meet the goal.
Azure App Service is a PaaS (Platform as a Service) service. However, Azure Storage accounts are an IaaS (Infrastructure as a Service) service. 
Therefore, this solution does not meet the goal.
Question 7
Your company hosts an accounting application named App1 that is used by all the customers of the company.    
App1 has low usage during the first three weeks of each month and very high usage during the last week of each month.    
Which benefit of Azure Cloud Services supports cost management for this type of usage pattern?
  1. high availability
  2. high latency
  3. elasticity
  4. load balancing
Correct answer: C
Explanation:
Elasticity in this case is the ability to provide additional compute resource when needed and reduce the compute resource when not needed to reduce costs. Autoscaling is an example of elasticity.    Elastic computing is the ability to quickly expand or decrease computer processing, memory and storage resources to meet changing demands without worrying about capacity planning and engineering for peak usage. Typically controlled by system monitoring tools, elastic computing matches the amount of resources allocated to the amount of resources actually needed without disrupting operations. With cloud elasticity, a company avoids paying for unused capacity or idle resources and doesn’t have to worry about investing in the purchase or maintenance of additional resources and equipment.    References: https://azure.microsoft.com/en-gb/overview/what-is-elastic-computing/
Elasticity in this case is the ability to provide additional compute resource when needed and reduce the compute resource when not needed to reduce costs. Autoscaling is an example of elasticity.    
Elastic computing is the ability to quickly expand or decrease computer processing, memory and storage resources to meet changing demands without worrying about capacity planning and engineering for peak usage. Typically controlled by system monitoring tools, elastic computing matches the amount of resources allocated to the amount of resources actually needed without disrupting operations. With cloud elasticity, a company avoids paying for unused capacity or idle resources and doesn’t have to worry about investing in the purchase or maintenance of additional resources and equipment.    
References: 
https://azure.microsoft.com/en-gb/overview/what-is-elastic-computing/
Question 8
You plan to migrate a web application to Azure. The web application is accessed by external users.    
You need to recommend a cloud deployment solution to minimize the amount of administrative effort used to manage the web application.    
What should you include in the recommendation?
  1. Software as a Service(SaaS)
  2. Platform as a Service(PaaS)
  3. Infrastructure as a Service(IaaS) 
  4. Database as a Service(DaaS)
Correct answer: B
Explanation:
Azure App Service is a platform-as-a-service (PaaS) offering that lets you create web and mobile apps for any platform or device and connect to data anywhere, in the cloud or on-premises. App Service includes the web and mobile capabilities that were previously delivered separately as Azure Websites and Azure Mobile Services.    References: https://docs.microsoft.com/en-us/azure/security/fundamentals/paas-applications-using-app-services 
Azure App Service is a platform-as-a-service (PaaS) offering that lets you create web and mobile apps for any platform or device and connect to data anywhere, in the cloud or on-premises. App Service includes the web and mobile capabilities that were previously delivered separately as Azure Websites and Azure Mobile Services.    
References: 
https://docs.microsoft.com/en-us/azure/security/fundamentals/paas-applications-using-app-services 
Question 9
You have an on-premises network that contains 100 servers.    
You need to recommend a solution that provides additional resources to your users. The solution must minimize capital and operational expenditure costs.    
What should you include in the recommendation?
  1. a complete migration to the publiccloud
  2. an additional datacenter
  3. a private cloud
  4. a hybrid cloud
Correct answer: D
Explanation:
A hybrid cloud is a combination of a private cloud and a public cloud.  Capital expenditure is the spending of money up-front for infrastructure such as new servers.    With a hybrid cloud, you can continue to use the on-premises servers while adding new servers in the public cloud (Azure for example). Adding new servers in Azure minimizes the capital expenditure costs as you are not paying for new servers as you would if you deployed new server on-premises.   Incorrect Answers: A: A complete migration of 100 servers to the public cloud would involve a lot of operational expenditure (the cost of migrating all the servers).  B: An additional data center would involve a lot of capital expenditure (the cost of the new infrastructure). C: A private cloud is hosted on on-premises servers to this would involve a lot of capital expenditure (the cost of the new infrastructure to host the private cloud).    References: https://docs.microsoft.com/en-gb/learn/modules/principles-cloud-computing/4-cloud-deployment-models
A hybrid cloud is a combination of a private cloud and a public cloud.  
Capital expenditure is the spending of money up-front for infrastructure such as new servers.    
With a hybrid cloud, you can continue to use the on-premises servers while adding new servers in the public cloud (Azure for example). Adding new servers in Azure minimizes the capital expenditure costs as you are not paying for new servers as you would if you deployed new server on-premises.   
Incorrect Answers: 
A: A complete migration of 100 servers to the public cloud would involve a lot of operational expenditure (the cost of migrating all the servers).  
B: An additional data center would involve a lot of capital expenditure (the cost of the new infrastructure). 
C: A private cloud is hosted on on-premises servers to this would involve a lot of capital expenditure (the cost of the new infrastructure to host the private cloud).    
References: 
https://docs.microsoft.com/en-gb/learn/modules/principles-cloud-computing/4-cloud-deployment-models
Question 10
You plan to migrate several servers from an on-premises network to Azure.    
What is an advantage of using a public cloud service for the servers over an on-premises network?
  1. The public cloud is owned by the public, NOT a privatecorporation
  2. The public cloud is a crowd-sourcing solution that provides corporations with the ability to enhance the cloud
  3. All public cloud resources can be freely accessed by every member of thepublic
  4. The public cloud is a shared entity whereby multiple corporations each use a portion of the resources in the cloud
Correct answer: D
Explanation:
The public cloud is a shared entity whereby multiple corporations each use a portion of the resources in the cloud. The hardware resources (servers, infrastructure etc.) are managed by the cloud provider. Multiple companies create resources such as virtual machines and virtual networks on the hardware resources.    Incorrect Answers: A: The public cloud is not owned by the public. In the case of Microsoft Azure, the cloud is owned by Microsoft.  B: The public cloud is a not crowd-sourcing solution. In the case of Microsoft Azure, the cloud is owned by Microsoft.  C: It is not true that public cloud resources can be freely accessed by every member of the public. You pay for a cloud subscription and create accounts for your users to access your cloud resources. No one can access your cloud resources until you create user accounts and provide the appropriate access permissions.  
The public cloud is a shared entity whereby multiple corporations each use a portion of the resources in the cloud. The hardware resources (servers, infrastructure etc.) are managed by the cloud provider. Multiple companies create resources such as virtual machines and virtual networks on the hardware resources.    
Incorrect Answers: 
A: The public cloud is not owned by the public. In the case of Microsoft Azure, the cloud is owned by Microsoft.  
B: The public cloud is a not crowd-sourcing solution. In the case of Microsoft Azure, the cloud is owned by Microsoft.  
C: It is not true that public cloud resources can be freely accessed by every member of the public. You pay for a cloud subscription and create accounts for your users to access your cloud resources. No one can access your cloud resources until you create user accounts and provide the appropriate access permissions.  
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!