Free AZ-900: Microsoft Azure Basic Questions and Answers 1 — Questions and Answers
Question 1: An organization intends to move a web application that is accessible by outside users to Azure. A cloud deployment option has been requested from Peter in order to reduce the amount of administrative work required to manage the web application. <br> Which of the following should Peter incorporate into the answer to satisfy the condition?
- Infrastructure as a Service (IaaS)
- Database as a Service (DaaS)
- Platform as a Service (PaaS) (Correct answer)
- Software as a Service (SaaS)
Correct answer: Platform as a Service (PaaS)
To significantly reduce the amount of administrative work required to manage a web application, Platform as a Service (PaaS) is the ideal cloud deployment option. PaaS provides a complete development and deployment environment in the cloud, abstracting away the need to manage underlying infrastructure like operating systems, servers, and networking. This allows developers to focus solely on their application code.
Question 2: Which of the following options for cloud deployment is recommended for Azure virtual machines?
- Software as a Service (SaaS)
- Infrastructure as a Service (IaaS) (Correct answer)
- Database as a Service (DaaS)
- Platform as a Service (PaaS)
Correct answer: Infrastructure as a Service (IaaS)
Azure Virtual Machines are a prime example of Infrastructure as a Service (IaaS). With IaaS, the cloud provider manages the underlying physical infrastructure, while the user is responsible for the operating system, applications, data, and runtime. This model provides maximum flexibility and control over the computing environment, making it suitable for migrating existing on-premises servers.
Question 3: 100 servers are part of your on-premises network. You must advocate for a solution that gives your users more resources. Costs associated with capital and operating expenditures must be kept to a minimum. <br> What should the recommendation contain?
- A private cloud
- Complete migration to the public cloud
- A hybrid cloud (Correct answer)
- Additional data center
Correct answer: A hybrid cloud
A hybrid cloud solution is ideal for extending resources while minimizing capital and operating expenditures. It allows the company to leverage its existing 100 on-premises servers while seamlessly integrating with the public cloud for additional, scalable resources. This approach avoids large upfront capital investments in new hardware and utilizes the public cloud's pay-as-you-go operational expense model for flexibility and cost efficiency.
Question 4: A company intends to move a number of servers from an on-premises network to Azure. Which of the following is an advantage of an on-premises network over employing a public cloud service for the servers?
- All public cloud resources can be freely accessed by every member of the public
- Public cloud is a shared entity whereby multiple corporations each use a portion of the resources in the cloud (Correct answer)
- Public cloud is a crowd-sourcing solution that provides corporations with the ability to enhance the cloud
- Public cloud is owned by the public, NOT a private corporation
Correct answer: Public cloud is a shared entity whereby multiple corporations each use a portion of the resources in the cloud
The statement 'Public cloud is a shared entity whereby multiple corporations each use a portion of the resources in the cloud' accurately describes the multi-tenant nature of a public cloud. An advantage of an on-premises network over this shared model is that all resources are dedicated solely to the owning organization. This provides complete control, enhanced security isolation, and potentially more predictable performance, as resources are not contended with other tenants.
Question 5: On the Hyper-V hosts in a data center, a company has 1,000 virtual machines (VMs) hosted on them. All of the virtual machines will be switched over to a pay-as-you-go Azure subscription. John has been asked to provide a cost-benefit analysis for the proposed Azure solution. <br> Which of the available expense models ought he to pick in this circumstance?
- Elastic
- Scalable
- Operational (Correct answer)
- Capital
Correct answer: Operational
Migrating to a pay-as-you-go Azure subscription means the company will pay for cloud resources as they consume them, without significant upfront investments in hardware. This aligns with an operational expenditure (OpEx) model, where costs are treated as ongoing expenses rather than capital investments. John should therefore pick the operational expense model for his cost-benefit analysis.
Question 6: Indicate the true or false nature of the following statement. "An example of a capex project is a corporation building its own data center."
- No, the statement is not correct
- Yes, the statement is correct (Correct answer)
Correct answer: Yes, the statement is correct
The statement is correct. Building a data center involves substantial upfront investments in physical assets such as land, buildings, servers, networking equipment, and cooling systems. These large, one-time expenses for acquiring and improving fixed assets are characteristic of a capital expenditure (CapEx) project, as they are expected to provide benefits over many years.
Question 7: A business intends to provide Azure with Infrastructure as a Service (IaaS) resources. <br> Which of the resources listed below is an illustration of infrastructure as a service (IaaS)?
- An Azure virtual machine (Correct answer)
- An Azure SQL database
- An Azure web app
- An Azure logic app
Correct answer: An Azure virtual machine
An Azure virtual machine is a quintessential example of Infrastructure as a Service (IaaS). With IaaS, the cloud provider manages the underlying physical infrastructure, while the user is responsible for configuring and managing the operating system, applications, and data running on the virtual machine. This offers maximum control over the computing environment, similar to an on-premises server but hosted in the cloud.
Question 8: Which of the following cloud architectures allows us to deploy physical servers?
- Hybrid cloud-only
- Private cloud, Hybrid cloud and Public cloud
Both private cloud and hybrid cloud architectures allow an organization to deploy and manage its own physical servers. In a private cloud, the entire infrastructure, including physical servers, is dedicated to a single organization. A hybrid cloud combines a private cloud with a public cloud, meaning the private component of the hybrid setup still enables the deployment and management of physical servers by the organization.
Question 9: A company intends to move all of its resources and data to Azure. According to the organization's migration strategy, Azure can only be used for Platform as a Service (PaaS) solutions. Peter has been instructed to set up an Azure environment in accordance with the business' migration strategy. To fulfill the criteria, Peter advises creating Azure virtual machines, Azure SQL databases, and Azure Storage accounts. Is the purpose achieved by the offered solution?
- No, the solution does not meet the requirement (Correct answer)
- Yes, the solution meets the requirement
Correct answer: No, the solution does not meet the requirement
The company's migration strategy strictly limits Azure usage to Platform as a Service (PaaS) solutions. Peter's proposed solution includes Azure Virtual Machines, which are an Infrastructure as a Service (IaaS) offering. Since IaaS violates the 'PaaS only' requirement, the solution does not meet the specified criteria.
Question 10: Several custom applications will be deployed on Azure by a company. The clients of the business are provided with invoicing services by these custom applications. Each application will require the installation of a number of required programs and services. For every application, Simon is supposed to provide a cloud deployment strategy. <br> What should he recommend from the list below to satisfy the requirement?
- Infrastructure as a Service (laaS) (Correct answer)
- Software as a Service (SaaS)
- Platform as a Service (PaaS)
- None of the above
Correct answer: Infrastructure as a Service (laaS)
The requirement states that each custom application will need the installation of specific programs and services. This level of control over the operating system and underlying software environment is characteristic of Infrastructure as a Service (IaaS). PaaS abstracts away the operating system, making it unsuitable for scenarios requiring custom installations of specific programs and services.
Question 11: An illustration of __________________ is Azure Cosmos DB.
- Infrastructure as a Service (laaS)
- Software as a Service (SaaS)
- Functions as a Service (FaaS)
- Platform as a Service (PaaS) (Correct answer)
Correct answer: Platform as a Service (PaaS)
Azure Cosmos DB is a fully managed, globally distributed NoSQL database service. As a Platform as a Service (PaaS) offering, Microsoft handles all the underlying infrastructure, operating system, and database management, allowing users to focus solely on their data and application development without managing servers.
Question 12: What are the two most typical billing use cases for resource tags? Each accurate response offers an entire resolution.
- identifying lower cost regions
- associating costs with different environments (Correct answer)
- resizing underutilized virtual machines
- categorizing costs by department (Correct answer)
Correct answer: associating costs with different environments
Resource tags are key-value pairs that help organize Azure resources. For billing, they are invaluable for associating costs with different environments (e.g., dev, test, prod) and categorizing expenses by department, project, or cost center. This enables detailed cost analysis and chargeback within an organization.
Question 13: You have a virtual machine on Azure that is only used from 9:00 to 17:00 every day. <br> What should you do to keep expenses down while protecting the data and accompanying hard disks?
- Delete the virtual machine.
- Resize the virtual machine.
- Deallocate the virtual machine. (Correct answer)
- Implement Privileged Identity Management.
Correct answer: Deallocate the virtual machine.
Deallocating a virtual machine stops it and releases the compute resources (CPU, memory) that it was using, meaning you are no longer billed for those compute costs. However, the associated disks and data remain intact, ensuring your data is protected. This is an effective way to save money when a VM is not in use.
Question 14: Without moving the resources, you must assign the costs of resources to various groups inside an organization. <br> Which should you employ?
- resource tags (Correct answer)
- administrative units
- subscriptions
- resource groups
Correct answer: resource tags
Resource tags are key-value pairs that allow you to logically organize and categorize Azure resources. By applying tags like 'Department: Marketing' or 'Project: Alpha', you can then use these tags for cost analysis and reporting, effectively assigning costs to various internal groups without physically moving the resources.
Question 15: Your company intends to set up a number of production virtual machines with steady resource demand all through the year. <br> What can you utilize to keep the prices of the virtual machines as low as possible without sacrificing their functionality?
- spending limits
- Azure Monitor alerts
- Azure Reservations (Correct answer)
- None of the above
Correct answer: Azure Reservations
Azure Reservations offer significant cost savings (up to 72% compared to pay-as-you-go prices) for virtual machines with consistent, predictable workloads. By committing to a one-year or three-year term for specific VM sizes in a region, companies can drastically reduce their compute costs without impacting functionality, making it ideal for production VMs with steady demand.
Question 16: What modifications can be made to a resource to stop inadvertent deletion?
- an Azure Reservation
- a resource lock (Correct answer)
- a resource tag
- a policy
Correct answer: a resource lock
Azure resource locks prevent accidental deletion or modification of critical resources. You can apply 'CanNotDelete' or 'ReadOnly' locks to subscriptions, resource groups, or individual resources, providing an essential layer of protection against human error and ensuring important infrastructure remains intact.
An organization intends to move a web application that is accessible by outside users to Azure.
A cloud deployment option has been
requested from Peter in order to reduce the amount of administrative work required to manage the web application.
Which of the following should Peter incorporate into the answer to satisfy the condition?