More Questions Flashcards
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? Answer by dragging the correct option from the list to the answer area.
Select and Place:
Options:
Basic
Standard
Professional Direct
Developer
Premier
Basic
Developer
Standard
Professional Direct
Premier is no longer supported for new users.
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
For read access to the secondary region, enable read-access geo-redundant storage (RA-GRS) or read-access geo-zone-redundant storage (RA-GZRS).
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
Review is only under Premier. Premier is still available but only for companies with enterprise agreement. Professional DIrect offers only “Guidance from a pool of ProDirect delivery managers”. Guidance is not a design review.
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
A virtual mechine is IaaS. With IaaS, you rent IT infrastructure—servers and virtual machines (VMs), storage, networks, and operating systems—from a cloud provider on a pay-as-you-go basis.
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
Virtual mechines are IaaS.
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
Virtual mechines are IaaS
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
The web apps will use custom domains. (Basic, Shared and standard Support custom domain)
The web apps each require 10 GB of storage. (basic and standard support this)
The web apps must each run in dedicated compute instances.(basic support 3 instance max where standard support 10max)
Load balancing between instances must be included. (free, shared and basic dont support load balancing. standard and above tier only support load balancing/autosacling)
Costs must be minimized. Standard is less costier than premimum and isolated. STANDARD.
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
You only need one Azure AD. You can create a single Azure AD and organize devisions from there.
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
Standard
Custom Domain (miami.weyland.com): The Standard plan allows you to use custom domains, so you can set up the miami.weyland.com URL for the website.
Two Instances: The Standard plan provides the ability to scale out to multiple instances, which fulfills the requirement to deploy the website to two instances.
SSL Support: The Standard plan includes SSL support, which is necessary for secure communication over HTTPS.
Storage (12 GB): The Standard plan includes sufficient storage for the 12 GB requirement.
Given that the website will be publicly accessible, require SSL, need multiple instances, and have a custom domain, the Standard plan is the most appropriate choice that meets all the criteria.
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
Answer is NO. Because we have two expenditure models. One is Cap-Ex, another is Op-Ex. So elastic Expenditure is not the right answer.
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
No
Answer is NO. Because we have two expenditure models. One is Cap-Ex, another is Op-Ex. So Scalable Expenditure is not the right answer.
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
Operating expenditures are ongoing costs of doing business. Consuming cloud services in a pay-as-you-go model could qualify as an operating expenditure.
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
Azure Cosmos DB is a fully managed NoSQL database for modern app development.
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
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
Machine Learning Studio (classic) is a drag-and-drop tool you can use to build, test, and deploy predictive analytics solutions.
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
Azure API Management Service i( APIM ) is a way to create and manage customer APIs for existing backend services. The Question is asking about a way to create Azure resources automatically ( on the fly ).
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
Management groups in Azure are used to manage access, policies, and compliance across multiple subscriptions. While they are useful for organizing and applying governance at scale, they do not inherently provide a way to automatically create and deploy Azure resources.
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
ARM (Azure Resource Manager) is a tool that automates the deployments on the AZ cloud.
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
To ensure 99.99% SLA you need 2 VMs in 2 availability zones
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
The strategy listed in the question is looking for the absolute minimum VMs and AZ’s needed to give 99.99% availability. This requires a minimum of 2VMs and 2 AZ’s. Anything less would give 99.95% availability.
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
Two VMs and two availability zones ensures an SLA of 99.99%
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
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
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 DevTest Labs.
Does the solution meet the goal?
A. Yes
B. No
A. Yes
Azure DevTest Labs is an ideal solution for managing and automating the lifecycle of virtual machines, especially for scenarios where virtual machines are frequently created and deleted.
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. P2S VPN is also a useful solution to use instead of S2S VPN when you have only a few clients that need to connect to a VNet.
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
key word = CREDENTIALS –> Key Vault
Azure Information Protection (AIP) is a cloud-based solution that enables organizations to discover, classify, and protect documents and emails by applying labels to content.
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
key word = CREDENTIALS –> Key Vault
MFA adds an aditional layer to the authentication process, but it doesn’t keep your credential safe.
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?
Options:
A gov contactor from any country
A gov entity from any country
A European gov contractor
A European gov entity
A US gov contractor
A US gov entity
A US gov contractor
A US gov entity
Azure Government is the mission-critical cloud, delivering breakthrough innovation to US government customers and their partners. Only US federal, state, local, and tribal governments and their partners have access to this dedicated instance.
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
Conditional Access is a subset of, or a sister tool to Identity Protection.
Identity Protection identifies risks of many types, including:
Anonymous IP address use
Atypical travel
Malware linked IP address
Unfamiliar sign-in properties
Leaked credentials
Password spray
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
APIM is not used to force to change password if logged from an unknow IP
Privileged Identity Management provides time-based and approval-based role activation to mitigate the risks of excessive, unnecessary, or misused access permissions on resources that you care about.
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
You can use an Azure network security group to filter network traffic to and from Azure resources in an Azure virtual network. A network security group contains security rules that allow or deny inbound network traffic to, or outbound network traffic from, several types of Azure resources. For each rule, you can specify source and destination, port, and protocol.
stablish 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
The local network gateway is a specific object that represents your on-premises location (the site) for routing purposes.
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
True or False?
A PaaS solution that hosts wed apps in Azure provides full control of the operating systems that host applications.
False
A PaaS solution does not provide access to the operating system.
T or F
A PaaS solution that hosts web apps in Azure provides the ability to scale the platform automatically.
True
T or F
A PaaS solution that hosts web apps in Azure provides professional develipment services to continously add features to custom applications.
True
PaaS provides a framework that developers can build upon to develop or customize cloud-based applications.
If you create two Azure virtual machines that use B2S size, each virtual machine will always generate the asme monthly costs
No
E.g: Two virtual machines using the same size could have different disk configurations. Therefore, the monthly costs could be different.
Azure provides flexibility between CapEx and OpEx
True
T or F
When an Azure virtual machine is stopped, you continue to pay storage costs associated to the virtual machine
True
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.
When you are implementing a 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 implementing a SaaS solution, the provider of the SaaS solution is responsible for configuring high availability and defining scalability rules. The customer is responsible for configuring and using the SaaS solution, but not for installing it.
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
Availability Regions contain Availability Zones (Datacenters). If you have a mission-critical app that your customers require access to frequently, you would want redundancy for your databases, meaning you would like to have copies of databases spread across different yet nearby AZs. Hence, in an event of a failure, your AZ should have “Fault Tolerance” Capability.
An organization that hosts its infastructure ________ no longer requires a data center.
A. in a private cloud
B. in a hybrid cloud
C. in the public cloud
D. on a Hyber-V host
C. in the public cloud
What are two characteristics of the public cloud? Each correct answer presents a complete solution.
A. dedicated hardware
B. unsecured connections
C. limited storage
D. metered pricing
E. self-service management
D. metered pricing
E. self-service management
Cloud does provide (D) metered pricing, as you pay for the resources you use. Also provides (E) a self-managed service, as you can use the portal to add, change and also remove the resources you need when you need them.Hardware is shared among public cloud clients, so it is NOT dedicated. Connections on cloud are SECURED, so B do not apply to Public Cloud. Storage is virtually unlimited on the cloud, so C do not apply.
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 migrating a public website to Azure, you need to plan for the pricing model that Azure provides. Azure charges for the usage of resources such as virtual machines, storage, and data transfer. Therefore, you need to plan to pay monthly usage costs for hosting the website on Azure. Deploying a VPN, paying to transfer all the website data to Azure, or reducing the number of connections to the website are not necessarily required for migrating a public website to Azure.
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
Both Azure App Serice and Azure SQl databases are PaaS
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
B. No
Azure virtual machines are an IaaS. Therefore the solution does not meet the goal.
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
Could be a. Unclear if Storage accounts are IaaS or PaaS.
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
scalability vs elasticity: elasticity is done automatically.
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)
A is wrong because SaaS isn’t ment to manage web applications, SaaS is just a software, like S4B. As the web app is managed by external users [aka mangement, your team], it falls under PaaS
Which cloud deployment solution is used for:
Azure virtual machines?
Azure SQL databases?
IaaS
PaaS
SaaS
Azure Virtual Mechines: IaaS
Azure SQl databases: PaaS
VMs are IaaS, Azure SQl databases are PaaS
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
Utilize current resources and dynamically scale in public cloud if and when needed.
T or F
To achive a hybrid cloud model, a company must always migrate from a public cloud model
False
T or F
A compnay can extend the capacity of its internal network by using the public cloud
True
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.
T or F
In a public cloud model, the only guest users at your company cna access the resources in the cloud.
False
You can give anyone with an account in Azure Active Directory access to the cloud resources.
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
D may not be a wonderful benefit of migrating to the cloud, but it is the closest among all the given options in the questions
Azure Site Recovery provides _______ for virtual mechines
A. fault tolerance
B. disaster recovery
C. elasticity
D. high availability
B. disaster recovery
Disaster recovery is the recovery of a service after a failure. For example, restoring a virtual machine from backup after a virtual machine failure. Replication for on-premises VMware VMs, for disaster recovery to Azure using the Azure Site Recovery service
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