AZ-900 Examtopics
#60 To which cloud models can you deploy physical servers? A. private cloud and hybrid cloud only B. private cloud only C. private cloud, hybrid cloud and public cloud D. hybrid cloud only
A. private cloud and hybrid cloud only A private cloud is on-premises so you can deploy physical servers. A hybrid cloud is a mix of on-premise and public cloud resources. You can deploy physical servers on-premises.
#93 Complete the sentence: ...... enables Azure resources to be deployed close to users. A. Elasticity B. Geo-distribution C. High availability D. Scalability
B. Geo-distribution Because of geo-distribution you can deploy apps and data to regional datacenters around the globe, thereby ensuring that your customers always have the best performance in their region.
#56 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. A Platform as a Service (PaaS) solution provides full control of operating systems that host applications. 2. A Platform as a Service (PaaS) solution provides additional memory to apps by changing pricing tiers. 3. A Platform as a Service (PaaS) solution can automatically scale the number of instances.
1. A Platform as a Service (PaaS) solution provides full control of operating systems that host applications. - No 2. A Platform as a Service (PaaS) solution provides additional memory to apps by changing pricing tiers. - No 3. A Platform as a Service (PaaS) solution can automatically scale the number of instances. - Yes
#34 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. A Platform as a Service (PaaS) solution that hosts web apps in Azure provides full control of the operating systems that host applications 2. A Platform as a service (PaaS) solution that hosts web apps in Azure provides the ability to scale the platform automatically 3. A platform as a service (PaaS) solution that hosts web apps in Azure provides professional development services to continuously add features to custom applications.
1. A Platform as a Service (PaaS) solution that hosts web apps in Azure provides full control of the operating systems that host applications. - No 2. A Platform as a service (PaaS) solution that hosts web apps in Azure provides the ability to scale the platform automatically. - Yes 3. A platform as a service (PaaS) solution that hosts web apps in Azure provides professional development services to continuously add features to custom applications. - Yes Box 1: No - A PaaS solution does not provide access to the operating system. The Azure Web Apps service provides an environment for you to host your web applications. Behind the scenes, the web apps are hosted on virtual machines running IIS. However, you have no direct access to the virtual machine, the operating system or IIS. Box 2: Yes - A PaaS solution that hosts web apps in Azure does provide the ability to scale the platform automatically. This is known as autoscaling. Behind the scenes, the web apps are hosted on virtual machines running IIS. Autoscaling means adding more load balanced virtual machines to host the web apps. Box 3: Yes - PaaS provides a framework that developers can build upon to develop or customize cloud-based applications. PaaS development tools can cut the time it takes to code new apps with pre-coded application components built into the platform, such as workflow, directory services, security features, search and so on.
#54 Match the Azure services benefits to the correct descriptions. Each benefit may be used once, more than once, or not at all. NOTE: Each correct match is worth one point. Descriptions: 1. A cloud service that remains available after a failure occurs 2. A cloud service that can be recovered after a failure occurs 3. A cloud service that performs quickly when demand increases 4. A cloud service that can be accessed quickly from the internet Azure services benefits: A. Disaster recovery B. Fault tolerance C. Low latency D. Dynamic scalability
1. A cloud service that remains available after a failure occurs. B. Fault tolerance 2. A cloud service that can be recovered after a failure occurs. A. Disaster recovery 3. A cloud service that performs quickly when demand increases. D. Dynamic scalability 4. A cloud service that can be accessed quickly from the internet C. Low latency Box 1: Fault tolerance is the ability of a service to remain available after a failure of one of the components of the service. For example, a service running on multiple servers can withstand the failure of one of the servers. Box 2: Disaster recovery is the recovery of a service after a failure. For example, restoring a virtual machine from backup after a virtual machine failure. Box 3: Dynamic scalability is the ability for compute resources to be added to a service when the service is under heavy load. For example, in a virtual machine scale set, additional instances of the virtual machine are added when the existing virtual machines are under heavy load. Box 4: Latency is the time a service to respond to requests. For example, the time it takes for a web page to be returned from a web server. Low latency means low response time which means a quicker response.
#62 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. A company can extend a private cloud by adding its own physical servers to the public cloud. 2. To build a hybrid cloud, you must deploy resources to the public cloud. 3. A private cloud must be disconnected from the internet.
1. A company can extend a private cloud by adding its own physical servers to the public cloud. - No 2. To build a hybrid cloud, you must deploy resources to the public cloud. - Yes 3. A private cloud must be disconnected from the internet. - No https://azure.microsoft.com/en-gb/overview/what-are-private-public-hybrid-clouds/ Box 1: No - You cannot add physical servers to the public cloud. You can only deploy virtual servers in the public cloud. You can extend a private cloud by deploying virtual servers in a public cloud. This would create a hybrid cloud. Box 2: Yes - A hybrid cloud is a combination of a private cloud and public cloud. Therefore, to create a hybrid cloud, you must deploy resources to a public cloud. Box 3: No. It is not true that a private cloud must be disconnected from the Internet. Private clouds can be and most commonly are connected to the Internet. ג€Private cloudג€ means that the physical servers are managed by you. It does not mean that it is disconnected from the Internet.
#78 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. A company can extend an internal network by adding its own physical servers to the public cloud. 2. A private cloud must be disconnected from the internet. 3. Part of a hybrid cloud is the public cloud.
1. A company can extend an internal network by adding its own physical servers to the public cloud. - No 2. A private cloud must be disconnected from the internet. - No 3. Part of a hybrid cloud is the public cloud. - Yes Box 1: No - You cannot add physical servers to the public cloud. You can only deploy virtual servers in the public cloud. You can extend a private cloud by deploying virtual servers in a public cloud. This would create a hybrid cloud. Box 2: No - A private cloud exists in cyberspace and is accessed via the internet. Box 3: Yes.
#80 Match the cloud computing benefits to the correct descriptions Descriptions: 1. Resources can be provisioned dynamically to meet changing demands. 2. Applications and data can be deployed to multiple regions. 3. Applications can be developed, tested, and launched rapidly. Cloud computing benefits: A. Agility B. Geo-distribution C. Scalability
1. Resources can be provisioned dynamically to meet changing demands. - C. Scalability 2. Applications and data can be deployed to multiple regions. - B. Geo-distribution 3. Applications can be developed, tested, and launched rapidly. - A. Agility
#64 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. A platform as a service (PaaS) solution that hosts web apps in Azure provides full control of the operating systems that host applications. 2. A Platform as a Service (PaaS) solution that hosts web apps in Azure can be provided with additional memory by changing the pricing tier. 3. A Platform as a Service (PaaS) solution that hosts web apps in Azure can be configured to automatically scale
1. A platform as a service (PaaS) solution that hosts web apps in Azure provides full control of the operating systems that host applications. - No 2. A Platform as a Service (PaaS) solution that hosts web apps in Azure can be provided with additional memory by changing the pricing tier. - Yes 3. A Platform as a Service (PaaS) solution that hosts web apps in Azure can be configured to automatically scale - Yes Box 1: No - A PaaS solution does not provide access to the operating system. The Azure Web Apps service provides an environment for you to host your web applications. Behind the scenes, the web apps are hosted on virtual machines running IIS. However, you have no direct access to the virtual machine, the operating system or IIS. Box 2: Yes - Box 3: Yes - A PaaS solution that hosts web apps in Azure does provide the ability to scale the platform automatically. This is known as autoscaling. Behind the scenes, the web apps are hosted on virtual machines running IIS. Autoscaling means adding more load balanced virtual machines to host the web apps.
#100 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. An Azure subscription can be associated to multiple Azure Active Directory (Azure AD) tenants. 2. You can change the Azure Active Directory (Azure AD) tenant to which an Azure subscription is associated. 3. When an Azure subscription expires, the associated Azure Active Directory (Azure AD) tenant is deleted automatically.
1. An Azure subscription can be associated to multiple Azure Active Directory (Azure AD) tenants. - No 2. You can change the Azure Active Directory (Azure AD) tenant to which an Azure subscription is associated. - Yes 3. When an Azure subscription expires, the associated Azure Active Directory (Azure AD) tenant is deleted automatically. - No Box 1: No - An Azure AD tenant can have multiple subscriptions but an Azure subscription can only be associated with one Azure AD tenant. Box 2: Yes - Box 3: No - If your subscription expires, you lose access to all the other resources associated with the subscription. However, the Azure AD directory remains in Azure. You can associate and manage the directory using a different Azure subscription.
#75 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. Azure Files is an example of Infrastructure as a Service (IaaS) 2. A DNS server that runs on an Azure virtual machine is an example of Platform as a Service (PaaS) 3. Microsoft Intune is an example of Software as a Service (SaaS)
1. Azure Files is an example of Infrastructure as a Service (IaaS). - Yes 2. A DNS server that runs on an Azure virtual machine is an example of Platform as a Service (PaaS). - Yes 3. Microsoft Intune is an example of Software as a Service (SaaS). - Yes
#58 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. Azure Pay-As-You-Go pricing is an example of CapEx. 2. Paying electricity for your datacenter is an example of OpEx. 3. Deploying your own datacenter is an example of CapEx.
1. Azure Pay-As-You-Go pricing is an example of CapEx. - No 2. Paying electricity for your datacenter is an example of OpEx. - No 3. Deploying your own datacenter is an example of CapEx. - Yes Box 1: No - With the pay-as-go model, you pay for services as you use them. This is Opex (Operational Expenditure), not CapEx (Captial Expenditure). CapEx is where you pay for something upfront. For example, buying a new physical server. Box 2: No - Paying for electricity for your own datacenter will be classed as CapEx, not OpEx. Box 3: Yes - Deploying your own datacenter is an example of CapEx. This is because you need to purchase all the infrastructure upfront before you can use it.
#35 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. Azure provides flexibility between capital expenditure (CapEx) and operational expenditure (OpEx) 2. If you create two Azure virtual machines that use the B2S size, each virtual machine will always generate the same monthly costs 3. When an Azure virtual machine is stopped, you continue to pay storage costs associated to the virtual machine
1. Azure provides flexibility between capital expenditure (CapEx) and operational expenditure (OpEx). - Yes 2. If you create two Azure virtual machines that use the B2S size, each virtual machine will always generate the same monthly costs. - No 3. When an Azure virtual machine is stopped, you continue to pay storage costs associated to the virtual machine. - Yes Box 1: Yes - Traditionally, IT expenses have been considered a Capital Expenditure (CapEx). Today, with the move to the cloud and the pay-as-you-go model, organizations have the ability to stretch their budgets and are shifting their IT CapEx costs to Operating Expenditures (OpEx) instead. This flexibility, in accounting terms, is now an option due to the as a Service model of purchasing software, cloud storage and other IT related resources. Box 2: No - Two virtual machines using the same size could have different disk configurations. Therefore, the monthly costs could be different. Box 3: Yes - When an Azure virtual machine is stopped, you don't pay for the virtual machine. However, you do still pay for the storage costs associated to the virtual machine. The most common storage costs are for the disks attached to the virtual machines. There are also other storage costs associated with a virtual machine such as storage for diagnostic data and virtual machine backups.
#89 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. Azure virtual networks deployed to the same Azure region are connected by default. 2. Each Azure virtual network in a single resource group must have a unique name. 3. The Azure virtual network's address space must be unique within a subscription.
1. Azure virtual networks deployed to the same Azure region are connected by default. - No 2. Each Azure virtual network in a single resource group must have a unique name. - Yes 3. The Azure virtual network's address space must be unique within a subscription. - Yes Box 1: No - You would need to setup the VNET connections, for example with peering. Note: You can connect virtual networks to each other with virtual network peering. These virtual networks can be in the same region or different regions (also known as Global VNet peering). Once virtual networks are peered, resources in both virtual networks can communicate with each other. Box 2: Yes - All Azure resource types have a scope that defines the level that resource names must be unique. A resource must have a unique name within its scope. For example, a virtual network has a resource group scope, which means that there can be only one network named vnet-prod-westus-001 in a given resource group. Box 3: Yes - As you build your network in Azure, it is important to keep in mind the following universal design principles: Ensure non-overlapping address spaces. Make sure your VNet address space (CIDR block) does not overlap with your organization's other network ranges.
#67 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. Building a data center infrastructure is an example of operational expenditure (OpEx) costs. 2. Monthly salaries for technical personnel are an example of operational expenditure (OpEx) costs. 3. Leasing software is an example of operational expenditure (OpEx) costs.
1. Building a data center infrastructure is an example of operational expenditure (OpEx) costs. - No 2. Monthly salaries for technical personnel are an example of operational expenditure (OpEx) costs. - Yes 3. Leasing software is an example of operational expenditure (OpEx) costs. - Yes Box 1: No - Building a data center infrastructure is capital expenditure, not operation expenditure. Box 2: Yes - OpEx is ongoing costs (costs of operations) such as staff salaries. Box 3: Yes - OpEx is ongoing costs (costs of operations) such as leasing software. If you purchased software as a one-off purchase, that would be CapEx, but leasing software is ongoing so it's OpEx
#76 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. Cloud computing provides elastic scalability 2. Customers can minimize capital expenditure (CapEx) by using a public cloud. 3. Cloud computing leverages virtualization to provide services to multiple customers simultaneously.
1. Cloud computing provides elastic scalability. - Yes 2. Customers can minimize capital expenditure (CapEx) by using a public cloud. - Yes 3. Cloud computing leverages virtualization to provide services to multiple customers simultaneously. - Yes
#94 Match the cloud computing benefits to the appropriate descriptions. Each benefit may be used once, more than once, or not at all. NOTE: Each correct match is worth one point. Descriptions: 1. Increase the compute capacity of apps in the cloud 2. Provide a continuous user experience with no apparent downtime. 3. Ensure that users always have the best experience by deploying apps to all the regions where there are users. Cloud computing benefits: A. Disaster recovery B. Geo-distribution C. High availability D. Scalability
1. Increase the compute capacity of apps in the cloud. - D. Scalability 2. Provide a continuous user experience with no apparent downtime. - C. High availability 3. Ensure that users always have the best experience by deploying apps to all the regions where there are users. - B. Geo-distribution
#71 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. Microsoft SQL Server 2019 installed on an Azure virtual machine is an example of Platform as a Service (PaaS) 2. Azure SQL Database is an example of Platform as a Service (PaaS) 3. Azure Cosmos DB is an example of Software as a Service (SaaS)
1. Microsoft SQL Server 2019 installed on an Azure virtual machine is an example of Platform as a Service (PaaS). - No 2. Azure SQL Database is an example of Platform as a Service (PaaS). - Yes 3. Azure Cosmos DB is an example of Software as a Service (SaaS). - No
#61 Match the cloud model to the correct advantage. Each cloud model may be used once, more than once, or not at all. Advantages: 1. No required capital expenditure. 2. Provides complete control over security. 3. Provides a choice to use on-premises or cloud-based resources. Cloud model: A. Hybrid cloud B. Private cloud C. Public cloud
1. No required capital expenditure. - C. Public cloud 2. Provides complete control over security. - B. Private cloud 3. Provides a choice to use on-premises or cloud-based resources. - A. Hybrid cloud Box 1: Public Cloud - With a public cloud, there is no capital expenditure on server hardware etc. You only pay for cloud resources that you use as you use them. Box 2: Private Cloud - A private cloud exists on premises, so you have complete control over security. Box 3: Hybrid Cloud - A hybrid cloud is a mix of public cloud resources and on-premises resources. Therefore, you have a choice to use either.
#48 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. To achieve a hybrid cloud model, a company must always migrate from a private cloud model. 2. A company can extend the capacity of its internal network by using the public cloud. 3. In a public cloud model, only guest users at your company can access the resources in the cloud.
1. To achieve a hybrid cloud model, a company must always migrate from a private cloud model. - No 2. A company can extend the capacity of its internal network by using the public cloud. - Yes 3. In a public cloud model, only guest users at your company can access the resources in the cloud. - No Box 1: No - It is not true that a company must always migrate from a private cloud model to implement a hybrid cloud. You could start with a public cloud and then combine that with an on-premise infrastructure to implement a hybrid cloud. Box 2: Yes - A company can extend the capacity of its internal network by using the public cloud. This is very common. When you need more capacity, rather than pay out for new on-premises infrastructure, you can configure a cloud environment and connect your on-premises network to the cloud environment by using a VPN. Box 3: No - It is not true that only guest users can access cloud resources. You can give anyone with an account in Azure Active Directory access to the cloud resources. There are many authentication scenarios but a common one is to replicate your on-premises Active Directory accounts to Azure Active Directory and provide access to the Azure Active Directory accounts. Another commonly used authentication method is 'Federation' where authentication for access to cloud resources is passed to another authentication provider such as an on-premises Active Directory.
#55 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. To implement a hybrid cloud model, a company must have an internal network. 2. A company can extend the computing resources of its internal network by using a hybrid cloud. 3. In a public cloud model, only guest users at your company can access the resources in the cloud
1. To implement a hybrid cloud model, a company must have an internal network. - No 2. A company can extend the computing resources of its internal network by using a hybrid cloud. - Yes 3. In a public cloud model, only guest users at your company can access the resources in the cloud. - No Box 1: No - It is not true that a company must always migrate from an internal network to implement a hybrid cloud. You could start with a public cloud and then combine that with an on-premise infrastructure to implement a hybrid cloud. Box 2: Yes - A company can extend the computing resources of its internal network by using the public cloud. This is very common. When you need more resources, rather than pay out for new on-premises infrastructure, you can configure a cloud environment and connect your on-premises network to the cloud environment by using a VPN. Box 3: No - It is not true that only guest users can access cloud resources. You can give anyone with an account in Azure Active Directory access to the cloud resources. There are many authentication scenarios but a common one is to replicate your on-premises Active Directory accounts to Azure Active Directory and provide access to the Azure Active Directory accounts. Another commonly used authentication method is 'Federation' where authentication for access to cloud resources is passed to another authentication provider such as an on-premises Active Directory.
#69 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. With Software as a Service (SaaS), you must apply software updates. 2. With Infrastructure as a Service (IaaS), you must install the software that you want to use. 3. Azure Backup is an example of Platform as a Service (PaaS).
1. With Software as a Service (SaaS), you must apply software updates. - No 2. With Infrastructure as a Service (IaaS), you must install the software that you want to use. - Yes 3. Azure Backup is an example of Platform as a Service (PaaS). - Yes
#70 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. You can create a resource group inside of another resource group. 2. An Azure virtual machine can be in multiple resource groups. 3. A resource group can contain resources from multiple Azure regions.
1. You can create a resource group inside of another resource group. - No 2. An Azure virtual machine can be in multiple resource groups. - No 3. A resource group can contain resources from multiple Azure regions. - Yes Box 1: No - Box 2: No - Each resource can exist in only one resource group. Box 3: Yes - Resources from multiple different regions can be placed in a resource group. The resource group only contains metadata about the resources it contains.
#79 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Statements: 1. You must have physical servers to use cloud computing. 2. You must have internet connectivity to use cloud computing. 3. The costs to increase cloud computing capacity are less than the costs to increase the computing capacity of an on-premises datacenter.
1. You must have physical servers to use cloud computing. - No 2. You must have internet connectivity to use cloud computing. - Yes 3. The costs to increase cloud computing capacity are less than the costs to increase the computing capacity of an on-premises datacenter. - Yes Box 1: No - Virtual Machines works. Box 2: Yes - Simply put, cloud computing is the delivery of computing services including servers, storage, databases, networking, software, analytics, and intelligence over the Internet the cloud to offer faster innovation, flexible resources, and economies of scale. Box 3: Yes -
#74 What does a customer provide in a software as a service (SaaS) model? A. Application data B. Data storage C. Compute resources D. Application software
A. Application data SaaS provides a complete software solution which you purchase on a pay-as-you-go basis from a cloud service provider. You rent the use of an app for your organization and your users connect to it over the Internet, usually with a web browser. All of the underlying infrastructure, middleware, app software and app data are located in the service provider's data center. The service provider manages the hardware and software and with the appropriate service agreement, will ensure the availability and the security of the app and your data as well.
#91 What are two benefits of cloud computing? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. Enables the rapid provisioning of resources B. Has increased administrative complexity C. Has the same configuration options as on-premises D. Shifts capital expenditures (CAPEX) to operating expenditures (OPEX)
A. Enables the rapid provisioning of resources D. Shifts capital expenditures (CAPEX) to operating expenditures (OPEX) Azure allows you to build, deploy, and manage apps more quickly and easily without having to buy and/or maintain the underlying infrastructure. Azure provides flexibility between CapEx and OpEx Capital expenditures generate benefits over a long period. These expenditures are generally nonrecurring and result in the acquisition of permanent assets. Building an application could qualify as a capital expenditure. Example, Azure Reserved Instances (Azure RI) help Azure's most active customers save on long- term VM usage reserving VMs in advance at a discounted price by committing to a one or three-year benefits. Operating expenditures are ongoing costs of doing business. Consuming cloud services in a pay-as-you-go model could qualify as an operating expenditure. Example, you pay for a service or product as you use it i.e. pay-as-you-go pricing.
#37 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? A. Fault tolerance B. Elasticity C. Scalability D. Low latency
A. Fault tolerance 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.
#63 You have 50 virtual machines hosted on-premises and 50 virtual machines hosted in Azure. The on-premises virtual machines and the Azure virtual machines connect to each other. Which type of cloud model is this? A. Hybrid B. Private C. Public
A. Hybrid
#52 Complete the sentence: An Azure web app that queries an on-premises Microsoft SQL server is an example of a ...... cloud A. Hybrid B. Multi-vendor C. Private D. Public
A. Hybrid https://azure.microsoft.com/en-gb/overview/what-is-hybrid-cloud-computing/
#87 Which cloud computing model includes on-premises and cloud-based resources? A. Hybrid B. Public C. Private
A. Hybrid A hybrid cloud sometimes called a cloud hybrid is a computing environment that combines an on-premises datacenter (also called a private cloud) with a public cloud, allowing data and applications to be shared between them. Some people define hybrid cloud to include ג€multicloudג€ configurations where an organization uses more than one public cloud in addition to their on-premises datacenter
#85 Complete the sentence: An Azure web app that queries an on-premises Microsoft SQL server is an example of a ..... cloud. A. Hybrid B. Multi-vendor C. Private D. Public
A. Hybrid Box: hybrid - You can deploy hybrid app with on-premises data that scales cross-cloud.
#53 You have 1,000 virtual machines hosted on the Hyper-V hosts in a data center. You plan to migrate all the virtual machines to an Azure pay-as-you-go subscription. You need to identify which expenditure model to use for the planned Azure solution. Which expenditure model should you identify? A. Operational B. Elastic C. Capital D. Scalable
A. Operational One of the major changes that you will face when you move from on-premises cloud to the public cloud is the switch from capital expenditure (buying hardware) to operating expenditure (paying for service as you use it). This switch also requires more careful management of your costs. The benefit of the cloud is that you can fundamentally and positively affect the cost of a service you use by merely shutting down or resizing it when it's not needed.
#68 Complete the sentence: Azure Cosmos DB is an example of a ...... offering. A. Platform as a Service (PaaS) B. Infrastructure as a Service (IaaS) C. Serverless D. Software as a Service (SaaS)
A. Platform as a Service. Azure Cosmos DB is an example of a platform as a service (PaaS) cloud database provider.
#57 Your company has an on-premises network that contains multiple servers. The company plans to reduce the following administrative responsibilities: ✑ Backing up application data ✑ Replacing failed server hardware ✑ Managing physical server security ✑ Updating server operating systems ✑ Managing permissions to shared documents The company plans to migrate servers to Azure virtual machines. You need to identify which administrative responsibilities will be eliminated after the planned migration. Which two responsibilities should you identify? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. Replacing failed server hardware B. Backing up application data C. Managing physical server security D. Updating server operating systems E. Managing permissions to shared documents
A. Replacing failed server hardware C. Managing physical server security Azure virtual machines run on Hyper-V physical servers. The physical servers are owned and managed by Microsoft. As an Azure customer, you have no access to the physical servers. Microsoft manage the replacement of failed server hardware and the security of the physical servers so you don't need to.
#9 Your developers have created a portal web app for users in the Miami branch office. The web app will be publicly accessible and used by the Miami users to retrieve customer and product information. The web app is currently running in an on-premises test environment. You plan to host the web app on Azure. You need to determine which Azure web tier plan to host the web app. The web tier plan must meet the following requirements: ✑ The website will use the miami.weyland.com URL. ✑ The website will be deployed to two instances. ✑ SSL support must be included. ✑ The website requires 12 GB of storage. ✑ Costs must be minimized. Which web tier plan should you use? A. Standard B. Basic C. Free D. Shared
A. Standard
#12 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company is planning to migrate all their virtual machines to an Azure pay-as-you-go subscription. The virtual machines are currently hosted on the Hyper-V hosts in a data center. You are required make sure that the intended Azure solution uses the correct expenditure model. Solution: You should recommend the use of the operational expenditure model. Does the solution meet the goal? A. Yes B. No
A. Yes
#14 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company's Active Directory forest includes thousands of user accounts. You have been informed that all network resources will be migrated to Azure. Thereafter, the on-premises data center will be retired. You are required to employ a strategy that reduces the effect on users, once the planned migration has been completed. Solution: You plan to sync all the Active Directory user accounts to Azure Active Directory (Azure AD). Does the solution meet the goal? A. Yes B. No
A. Yes
#15 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You are required to deploy an Artificial Intelligence (AI) solution in Azure. You want to make sure that you are able to build, test, and deploy predictive analytics for the solution. Solution: You should make use of Azure Machine Learning Studio. Does the solution meet the goal? A. Yes B. No
A. Yes
#18 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company's infrastructure includes a number of business units that each need a large number of various Azure resources for everyday operation. The resources required by each business unit are identical. You are required to sanction a strategy to create Azure resources automatically. Solution: You recommend that the Azure Resource Manager templates be included in the strategy. Does the solution meet the goal? A. Yes B. No
A. Yes
#21 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You are tasked with deploying a critical LOB application, which will be installed on a virtual machine, to Azure. You are informed that the application deployment strategy should allow for a guaranteed availability of 99.99 percent. You need to make sure that the strategy requires as little virtual machines and availability zones as possible. Solution: You include two virtual machines and two availability zones in your strategy. Does the solution meet the goal? A. Yes B. No
A. Yes
#24 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company's developers intend to deploy a large number of custom virtual machines on a weekly basis. They will also be removing these virtual machines during the same week it was deployed. Sixty percent of the virtual machines have Windows Server 2016 installed, while the other fortypercent has Ubuntu Linux installed. You are required to make sure that the administrative effort, needed for this process, is reduced by employing a suitable Azure service. Solution: You recommend the use of Azure DevTest Labs. Does the solution meet the goal? A. Yes B. No
A. Yes
#29 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company has an Azure Active Directory (Azure AD) environment. Users occasionally connect to Azure AD via the Internet. You have been tasked with making sure that users who connect to Azure AD via the internet from an unidentified IP address, are automatically encouraged to change passwords. Solution: You configure the use of Azure AD Identity Protection. Does the solution meet the goal? A. Yes B. No
A. Yes
#31 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You are planning a strategy to deploy numerous web servers and database servers to Azure. This strategy should allow for connection types between the web servers and database servers to be controlled. Solution: You include network security groups (NSGs) in your strategy. Does the solution meet the goal? A. Yes B. No
A. Yes
#6 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You are tasked with deploying Azure virtual machines for your company. You need to make use of the appropriate cloud deployment solution. Solution: You should make use of Infrastructure as a Service (IaaS). Does the solution meet the goal? A. Yes B. No
A. Yes
#41 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? A. Yes B. No
A. Yes Azure App Service and Azure SQL databases are examples of Azure PaaS solutions. Therefore, this solution does meet the goal.
#42 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? A. Yes B. No
A. Yes Azure App Service is a PaaS (Platform as a Service) service. Azure virtual machines are an IaaS (Infrastructure as a Service) service, and a Paas service. Therefore, this solution does meet the goal.
#82 You plan to use Azure to host two apps named App1 and App2. The apps must meet the following requirements: ✑ You must be able to modify the code of App1. ✑ Administrative effort to manage the operating system of App1 must be minimized. ✑ App2 must run interactively with the operating system of the server. Which type of cloud service should you use for each app? Choose the correct options per app: App1: A. Infrastructure as a Service (IaaS) B. Platform as a Service (PaaS) C. Software as a Service (SaaS) App2: A. Infrastructure as a Service (IaaS) B. Platform as a Service (PaaS) C. Software as a Service (SaaS)
App1: B. Platform as a Service App2: C. Software as a Service Box 1: Azure Platform as a service (PaaS) Organizations typically use PaaS for these scenarios: Development framework. PaaS provides a framework that developers can build upon to develop or customize cloud-based applications. Similar to the way you create an Excel macro, PaaS lets developers create applications using built-in software components. Cloud features such as scalability, high-availability, and multi-tenant capability are included, reducing the amount of coding that developers must do. Box 2: Software as a service (SaaS) allows users to connect to and use cloud-based apps over the Internet. Common examples are email, calendaring, and office tools (such as Microsoft Office 365). SaaS provides a complete software solution that you purchase on a pay-as-you-go basis from a cloud service provider. You rent the use of an app for your organization, and your users connect to it over the Internet, usually with a web browser. All of the underlying infrastructure, middleware, app software, and app data are located in the service provider's data center. The service provider manages the hardware and software, and with the appropriate service agreement, will ensure the availability and the security of the app and your data as well. SaaS allows your organization to get quickly up and running with an app at minimal upfront cost.
#46 Which cloud deployment solution is used for Azure virtual machines and Azure SQL databases? Choose the correct answer Azure virtual machines: A. Infrastructure as a service (IaaS) B. Platform as a service (PaaS) C. Software as a service (SaaS) Azure SQL databases: A. Infrastructure as a service (IaaS) B. Platform as a service (PaaS) C. Software as a service (SaaS)
Azure virtual machines: A. Infrastructure as a service (IaaS) Azure SQL databases: B. Platform as a service (PaaS) Box 1: Azure virtual machines are Infrastructure as a Service (IaaS). Infrastructure as a Service is the most flexible category of cloud services. It aims to give you complete control over the hardware that runs your application (IT infrastructure servers and virtual machines (VMs), storage, networks, and operating systems). Instead of buying hardware, with IaaS, you rent it. Box 2: Azure SQL databases are Platform as a Service (Paas). Azure SQL Database is a fully managed Platform as a Service (PaaS) Database Engine that handles most of the database management functions such as upgrading, patching, backups, and monitoring without user involvement. Azure SQL Database is always running on the latest stable version of SQL Server Database Engine and patched OS with 99.99% availability. PaaS capabilities that are built-in into Azure SQL database enable you to focus on the domain specific database administration and optimization activities that are critical for your business
#7 Your developers have created 10 web applications that must be host on Azure. You need to determine which Azure web tier plan to host the web apps. The web tier plan must meet the following requirements: ✑ The web apps will use custom domains. ✑ The web apps each require 10 GB of storage. ✑ The web apps must each run in dedicated compute instances. ✑ Load balancing between instances must be included. ✑ Costs must be minimized. Which web tier plan should you use? A. Standard B. Basic C. Free D. Shared
B. Basic
#1 Your company intends to subscribe to an Azure support plan. The support plan must allow for new support requests to be opened. Which of the following are support plans that will allow this? A. Basic B. Developer C. Standard D. Professional Direct E. Premier
B. Developer C. Standard D. Professional Direct E. Premier
#50 Complete the sentence: Azure Site Recovery provides ...... for virtual machines A. Fault tolerance B. Disaster recovery C. Elasticity D. High availability
B. Disaster recovery Azure Site Recovery helps ensure business continuity by keeping business apps and workloads running during outages. Site Recovery replicates workloads running on physical and virtual machines (VMs) from a primary site to a secondary location.
#81 Complete the sentence: Azure Site Recovery provides ....... for virtual machines. A. Fault tolerance B. Disaster recovery C. Elasticity D. High availability
B. Disaster recovery. You set up disaster recovery for Azure VMs using Azure Site Recovery.
#88 Complete the sentence: Autoscaling is an example of .... A. Agility B. Elasticity C. Geo-distribution D. Predictability
B. Elasticity An Azure virtual machine scale set can automatically increase or decrease the number of VM instances that run your application. This automated and elastic behavior reduces the management overhead to monitor and optimize the performance of your application. Also: Azure elasticity as a service is referred to a cloud service that enables in automatically scaling Azure hosted resources in par with the demand and configured parameters. It provides Azure Administrators with the ability to auto scale Azure infrastructure and resources as and when needed.
#83 You have an accounting application named App1 that uses a legacy database. You plan to move App1 to the cloud. Which service model should you use? A. Platform as a Service (PaaS) B. Infrastructure as a Service (IaaS) C. Software as a Service (SaaS)
B. Infrastructure as a Service (IaaS) Cloud Infrastructure-based Applications ג€ "It moves your existing on-premises apps to the Infrastructure as a Service (IaaS) platform or rehosts them. ג€Lift & Shiftג€ is a common term for this type of relocation. The programs will be nearly identical to what they were before, but they will now be able to run on cloud VMs
#10 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company is planning to migrate all their virtual machines to an Azure pay-as-you-go subscription. The virtual machines are currently hosted on the Hyper-V hosts in a data center. You are required make sure that the intended Azure solution uses the correct expenditure model. Solution: You should recommend the use of the elastic expenditure model. Does the solution meet the goal? A. Yes B. No
B. No
#11 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company is planning to migrate all their virtual machines to an Azure pay-as-you-go subscription. The virtual machines are currently hosted on the Hyper-V hosts in a data center. You are required make sure that the intended Azure solution uses the correct expenditure model. Solution: You should recommend the use of the scalable expenditure model. Does the solution meet the goal? A. Yes B. No
B. No
#13 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You are required to deploy an Artificial Intelligence (AI) solution in Azure. You want to make sure that you are able to build, test, and deploy predictive analytics for the solution. Solution: You should make use of Azure Cosmos DB. Does the solution meet the goal? A. Yes B. No
B. No
#16 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company's infrastructure includes a number of business units that each need a large number of various Azure resources for everyday operation. The resources required by each business unit are identical. You are required to sanction a strategy to create Azure resources automatically. Solution: You recommend that the Azure API Management service be included in the strategy. Does the solution meet the goal? A. Yes B. No
B. No
#17 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company's infrastructure includes a number of business units that each need a large number of various Azure resources for everyday operation. The resources required by each business unit are identical. You are required to sanction a strategy to create Azure resources automatically. Solution: You recommend that management groups be included in the strategy. Does the solution meet the goal? A. Yes B. No
B. No
#19 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You are tasked with deploying a critical LOB application, which will be installed on a virtual machine, to Azure. You are informed that the application deployment strategy should allow for a guaranteed availability of 99.99 percent. You need to make sure that the strategy requires as little virtual machines and availability zones as possible. Solution: You include two virtual machines and one availability zone in your strategy. Does the solution meet the goal? A. Yes B. No
B. No
#20 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You are tasked with deploying a critical LOB application, which will be installed on a virtual machine, to Azure. You are informed that the application deployment strategy should allow for a guaranteed availability of 99.99 percent. You need to make sure that the strategy requires as little virtual machines and availability zones as possible. Solution: You include one virtual machine and two availability zones in your strategy. Does the solution meet the goal? A. Yes B. No
B. No
#22 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company's developers intend to deploy a large number of custom virtual machines on a weekly basis. They will also be removing these virtual machines during the same week it was deployed. Sixty percent of the virtual machines have Windows Server 2016 installed, while the other forty percent has Ubuntu Linux installed. You are required to make sure that the administrative effort, needed for this process, is reduced by employing a suitable Azure service. Solution: You recommend the use of Microsoft Managed Desktop. Does the solution meet the goal? A. Yes B. No
B. No
#23 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company's developers intend to deploy a large number of custom virtual machines on a weekly basis. They will also be removing these virtual machines during the same week it was deployed. Sixty percent of the virtual machines have Windows Server 2016 installed, while the other forty percent has Ubuntu Linux installed. You are required to make sure that the administrative effort, needed for this process, is reduced by employing a suitable Azure service. Solution: You recommend the use of Azure Reserved Virtual Machines (VM) Instances. Does the solution meet the goal? A. Yes B. No
B. No
#26 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You have been informed by your superiors of the company's intentions to automate server deployment to Azure. There is, however, some concern that administrative credentials could be uncovered during this process. You are required to make sure that during the deployment, the administrative credentials are encrypted using a suitable Azure solution. Solution: You recommend the use of Azure Information Protection. Does the solution meet the goal? A. Yes B. No
B. No
#27 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You have been informed by your superiors of the company's intentions to automate server deployment to Azure. There is, however, some concern that administrative credentials could be uncovered during this process. You are required to make sure that during the deployment, the administrative credentials are encrypted using a suitable Azure solution. Solution: You recommend the use of Azure Multi-Factor Authentication (MFA). Does the solution meet the goal? A. Yes B. No
B. No
#3 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company's Azure subscription includes a Basic support plan. They would like to request an assessment of an Azure environment's design from Microsoft. This is, however, not supported by the existing plan. You want to make sure that the company subscribes to a support plan that allows this functionality, while keeping expenses to a minimum. Solution: You recommend that the company subscribes to the Professional Direct support plan. Does the solution meet the goal? A. Yes B. No
B. No
#30 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company has an Azure Active Directory (Azure AD) environment. Users occasionally connect to Azure AD via the Internet. You have been tasked with making sure that users who connect to Azure AD via the internet from an unidentified IP address, are automatically encouraged to change passwords. Solution: You configure the use of Azure AD Privileged Identity Management. Does the solution meet the goal? A. Yes B. No
B. No
#32 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You are planning a strategy to deploy numerous web servers and database servers to Azure. This strategy should allow for connection types between the web servers and database servers to be controlled. Solution: You include a local network gateway in your strategy. Does the solution meet the goal? A. Yes B. No
B. No
#33 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company's Active Directory forest includes thousands of user accounts. You have been informed that all network resources will be migrated to Azure. Thereafter, the on-premises data center will be retired. You are required to employ a strategy that reduces the effect on users, once the planned migration has been completed. Solution: You plan to require Azure Multi-Factor Authentication (MFA). Does the solution meet the goal? A. Yes B. No
B. No
#4 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You are tasked with deploying Azure virtual machines for your company. You need to make use of the appropriate cloud deployment solution. Solution: You should make use of Software as a Service (SaaS). Does the solution meet the goal? A. Yes B. No
B. No
#43 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? A. Yes B. No
B. No
#5 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You are tasked with deploying Azure virtual machines for your company. You need to make use of the appropriate cloud deployment solution. Solution: You should make use of Platform as a Service (PaaS). Does the solution meet the goal? A. Yes B. No
B. No
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. You are planning to migrate a company to Azure. Each of the company's numerous divisions will have an administrator in place to manage the Azure resources used by their respective division. You want to make sure that the Azure deployment you employ allows for Azure to be segmented for the divisions, while keeping administrative effort to a minimum. Solution: You plan to make use of several Azure Active Directory (Azure AD) directories. Does the solution meet the goal? A. Yes B. No
B. No
#73 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's migration plan. What should you create? A. Azure virtual machines, Azure SQL databases, and Azure Storage accounts. B. An Azure App Service and Azure virtual machines that have Microsoft SQL Server installed. C. An Azure App Service and Azure SQL databases. D. Azure storage accounts and web server in Azure virtual machines.
C. an Azure App Service and Azure SQL databases. Azure App Service and Azure SQL databases are examples of Azure PaaS solutions. Therefore, this solution does meet the goal.
#99 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 resource groups. Does this meet the goal? A. Yes B. No
B. No A resource group is a logical container for Azure resources. When you create a resource group, you specify which location to create the resource group in. However, when you create a virtual machine and place it in the resource group, the virtual machine can still be in a different location (different datacenter). Therefore, creating multiple resource groups, even if they are in separate datacenters does not ensure that the services running on the virtual machines are available if a single data center fails.
#65 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 Azure virtual machines, Azure SQL databases, and Azure Storage accounts. Does this meet the goal? A. Yes B. No
B. No Platform as a service (PaaS) is a complete development and deployment environment in the cloud. PaaS includes infrastructure ג€ "servers, storage, and networking ג€ "but also middleware, development tools, business intelligence (BI) services, database management systems, and more. PaaS is designed to support the complete web application lifecycle: building, testing, deploying, managing, and updating. However, virtual machines are examples of Infrastructure as a service (IaaS). IaaS is an instant computing infrastructure, provisioned and managed over the internet
#99 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 a scale set. Does this meet the goal? A. Yes B. No
B. No 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.
#40 Complete the sentence: When planning to migrate a public website to Azure, you must plan to ..... A. Deploy a VPN B. Pay monthly usage costs C. Pay to transfer all the website data to Azure D. Reduce the number of connections to the website
B. Pay monthly usage costs When planning to migrate a public website to Azure, you must plan to pay monthly usage costs. This is because Azure uses the pay-as-you-go model.
#45 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? A. Software as a Service (SaaS) B. Platform as a Service (PaaS) C. Infrastructure as a Service (IaaS) D. Database as a Service (DaaS)
B. Platform as a Service (PaaS) 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.
#2 Your company has datacenters in Los Angeles and New York. The company has a Microsoft Azure subscription. You are configuring the two datacenters as geo-clustered sites for site resiliency. You need to recommend an Azure storage redundancy option. You have the following data storage requirements: - Data must be stored on multiple nodes - Data must be stored on nodes in separate geographic locations - Data can be read from the secondary location as well as from the primary location Which of the following Azure stored redundancy options should you recommend? A. Geo-redundant storage B. Read-only geo-redundant storage C. Zone-redundant storage D. Locally redundant storage
B. Read-only geo-redundant storage RA-GRS allows you to have higher read availability for your storage account by providing ead only access to the data replicated to the secondary location. Once you enable this feature, the secondary location may be used to achieve higher availability in the event the data is not available in the primary region. This is an opt-in feature which requires the storage account be geo-replicated.
#90 Which term represents the ability to increase the computing capacity of a virtual machine by adding memory or CPUs? A. Agility B. Vertical scaling C. Horizontal scaling D. Elasticity
B. Vertical scaling Vertical scaling, also known as scale up and scale down, means increasing or decreasing virtual machine (VM) sizes in response to a workload. Compare this behavior with horizontal scaling, also referred to as scale out and scale in, where the number of VMs is altered depending on the workload.
#59 You plan to provision Infrastructure as a Service (IaaS) resources in Azure. Which resource is an example of IaaS? A. an Azure web app B. an Azure virtual machine C. an Azure logic app D. an Azure SQL database
B. an Azure virtual machine An Azure virtual machine is an example of Infrastructure as a Service (IaaS). Azure web app, Azure logic app and Azure SQL database are all examples of Platform as a Service (Paas).
#25 Your company has virtual machines (VMs) hosted in Microsoft Azure. The VMs are located in a single Azure virtual network named VNet1. The company has users that work remotely. The remote workers require access to the VMs on VNet1. You need to provide access for the remote workers. What should you do? A. Configure a Site-to-Site (S2S) VPN. B. Configure a VNet-toVNet VPN. C. Configure a Point-to-Site (P2S) VPN. D. Configure DirectAccess on a Windows Server 2012 server VM. E. Configure a Multi-Site VPN
C. Configure a Point-to-Site (P2S) VPN. A Point-to-Site (P2S) VPN gateway connection lets you create a secure connection to your virtual network from an individual client computer.
#44 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? A. High availability B. High latency C. Elasticity D. Load balancing
C. Elasticity 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.
#38 Complete the sentence: An organization that hosts its infrastructure ........ no longer requires a data center. A. In a private cloud B. In a hybrid cloud C. In the public cloud D. On a Hyper-V host
C. In the public cloud 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.
#66 Your company plans to deploy several custom applications to Azure. The applications will provide invoicing services to the customers of the company. Each application will have several prerequisite applications and services installed. You need to recommend a cloud deployment solution for all the applications. What should you recommend? A. Software as a Service (SaaS) B. Platform as a Service (PaaS) C. Infrastructure as a Service (laaS)
C. Infrastructure as a Service (IaaS) Infrastructure as a service (IaaS) is an instant computing infrastructure, provisioned and managed over the internet. The IaaS service provider manages the infrastructure, while you purchase, install, configure, and manage your own software
#97 You plan to extend your company's network to Azure. The network contains a VPN appliance that uses an IP address of 131.107.200.1. You need to create an Azure resource that defines the VPN appliance in Azure. Which Azure resource should you create? Services: A. NAT gateways B. Application gateways C. Local network gateways D. Virtual network gateways E. On-premises Data Gateways F. Azure Data Box Gateway G. Azure Stack Edge / Data Box Gateway H. Web Application Firewall policies
C. Local network gateways A Local Network Gateway is an object in Azure that represents your on-premise VPN device. A Virtual Network Gateway is the VPN object at the Azure end of the VPN. A 'connection' is what connects the Local Network Gateway and the Virtual Network Gateway to bring up the VPN. The local network gateway typically refers to your on-premises location. You give the site a name by which Azure can refer to it, then specify the IP address of the on-premises VPN device to which you will create a connection. You also specify the IP address prefixes that will be routed through the VPN gateway to the VPN device. The address prefixes you specify are the prefixes located on your on-premises network. If your onpremises network changes or you need to change the public IP address for the VPN device, you can easily update the values later
#72 Complete the sentence: A Microsoft SQL Server database that is hosted in the cloud and has software updates managed by Azure is an example of ...... A. Disaster recovery as a service (DRaaS) B. Infrastructure as a Service (IaaS) C. Platform as a Service (PaaS) D. Software as a Service (SaaS)
C. Platform as a Service (PaaS)
#86 Complete the sentence: A Microsoft SQL Server database that is hosted in the cloud and has software updates managed by Azure is an example of..... A. Disaster recovery as a Service (DRaaS) B. Infrastructure as a Service (IaaS) C. Platform as a Service (PaaS) D. Software as a Service (SaaS)
C. Platform as a Service (PaaS) Box: Platform as a service (PaaS) Platform as a service (PaaS) is a complete development and deployment environment in the cloud, with resources that enable you to deliver everything from simple cloud-based apps to sophisticated, cloud-enabled enterprise applications. You purchase the resources you need from a cloud service provider on a pay- as-you-go basis and access them over a secure Internet connection. Like IaaS, PaaS includes infrastructureג€"servers, storage, and networkingג€"but also middleware, development tools, business intelligence (BI) services, database management systems, and more.
#51 In which type of cloud model are all the hardware resources owned by a third-party and shared between multiple tenants? A. Private B. Hybrid C. Public
C. Public Microsoft Azure, Amazon Web Services and Google Cloud are three examples of public cloud services. Microsoft, Amazon and Google own the hardware. The tenants are the customers who use the public cloud services.
#47 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? A. A complete migration to the public cloud B. An additional data center C. A private cloud D. A hybrid cloud
D. A hybrid cloud 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.
#96 You need to identify the type of failure for which an Azure Availability Zone can be used to protect access to Azure services. What should you identify? A. A physical server failure B. An Azure region failure C. A storage failure D. An Azure data center failure
D. An Azure data center failure Availability zones expand the level of control you have to maintain the availability of the applications and data on your VMs. An Availability Zone is a physically separate zone, within an Azure region. There are three Availability Zones per supported Azure region. Each Availability Zone has a distinct power source, network, and cooling. By architecting your solutions to use replicated VMs in zones, you can protect your apps and data from the loss of a datacenter. If one zone is compromised, then replicated apps and data are instantly available in another zone.
#36 Complete the sentence: When you are implementing a Software as a Service (SaaS) solution, you are responsible for: A. Configuring high availability B. Defining scalability rules C. Installing the SaaS solution D. Configuring the SaaS solution
D. Configuring the SaaS solution When you are implementing a Software as a Service (SaaS) solution, you are responsible for configuring the SaaS solution. Everything else is managed by the cloud provider. SaaS requires the least amount of management. The cloud provider is responsible for managing everything, and the end user just uses the software. Software as a service (SaaS) allows users to connect to and use cloud-based apps over the Internet. Common examples are email, calendaring and office tools (such as Microsoft Office 365). SaaS provides a complete software solution which you purchase on a pay-as-you-go basis from a cloud service provider. You rent the use of an app for your organization and your users connect to it over the Internet, usually with a web browser. All of the underlying infrastructure, middleware, app software and app data are located in the service provider's data center. The service provider manages the hardware and software and with the appropriate service agreement, will ensure the availability and the security of the app and your data as well.
#84 Complete the sentence: When you are implementing a Software as a Service (SaaS) solution, you are responsible for ...... A. Configuring high availability B. Defining scalability rules C. Installing the SaaS solution D. Configuring the SaaS solution
D. Configuring the SaaS solution. Box: configuring the Saas Solution Software as a service (or SaaS) is a way of delivering applications over the Internetג€"as a service. Instead of installing and maintaining software, you simply access it via the Internet, freeing yourself from complex software and hardware management. SaaS applications are sometimes called Web-based software, on-demand software, or hosted software. Whatever the name, SaaS applications run on a SaaS provider's servers. The provider manages access to the application, including security, availability, and performance.
#77 What is the first stage in the Microsoft Cloud Adoption Framework for Azure? A. Adopt the cloud. B. Make a plan. C. Ready your organization. D. Define your strategy.
D. Define your strategy.
#95 Which cloud computing benefit provides continuous user access to a cloud-based application with minimal downtime? A. Agility B. Scalability C. Elasticity D. High availability
D. High availability
#92 What is a feature of an Azure virtual network? A. Resource cost analysis B. Packet inspection C. Geo-redundancy D. Isolation and segmentation
D. Isolation and segmentation Implement network segmentation patterns on Azure. A unified enterprise segmentation strategy guides technical teams to consistently segment access using networking, applications, identity, and any other access controls. Create segmentation in your network footprint by defining perimeters. The main reasons for segmentation are: The ability to group related assets that are a part of (or support) workload operations. Isolation of resources. Governance policies set by the organization.
#39 What are two characteristics of the public cloud? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point. A. Dedicated hardware B. Unsecured connections C. Limited storage D. Metered pricing E. Self-service management
D. Metered pricing E. Self-service management 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.
#49 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? A. The public cloud is owned by the public, NOT a private corporation B. The public cloud is a crowd-sourcing solution that provides corporations with the ability to enhance the cloud C. All public cloud resources can be freely accessed by every member of the public D. The public cloud is a shared entity whereby multiple corporations each use a portion of the resources in the cloud
D. The public cloud is a shared entity whereby multiple corporations each use a portion of the resources in the cloud 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
#28 The company would like to develop a cloud solution by making use of Azure Government. Azure Government can only be used by certain types of clients to develop cloud solutions. Which of the following are the types of customers that can make use of Azure Government in this situation? A. A government contractor from any country B. A government entity from any country C. A European government contractor D. A European government entity E. A United States government contractor F. A United States government entity
E. A United States government contractor F. A United States government entity