Mixed Flashcards
Can a company extend a private cloud by adding its own physical servers to the public cloud ?
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.
To build a hybrid cloud, do you have to deploy resources to the public cloud ?
Yes, a hybrid cloud is a combination of a private and a public cloud. Therefore, you have to deploy resources to a public cloud.
Does a private cloud have to be disconnected from the internet?
No, private clouds can be and most commonly are connected to the internet. Private cloud = physical servers managed by you
You have 50 VMs hosted on-premise and 50 VMs hosted in Azure. Both VM types are connected to each other. Which type of cloud model is this ?
A hybrid cloud.
A PaaS solution that hosts web apps in Azure provides full control of the operating systems that host applications. Yes or no ?
No, PaaS do not provide access to the operating system. Azure Web Apps Service provides an environment for you to host web applications. The web apps are hosted on VMs running IIS without direct access to the VMs, te OS or IIS.
A PaaS solution that hosts web apps in Azure can be provided with additional memory by changing the pricing tier. Yes or no?
Yes.
A PaaS solution that hosts web apps in Azure can be configured to automatically scale the number of instances based on demand. Yes or no ?
Yes.
Your company plans to migrate all its data and resources to Azure. The company’s migration plan states that only PaaS solutions must be used in Azure. You need to deploy an Azure environment that meets the company migration plan.
Solution: You create Azure VMs, Azure SQL databases, Azure Storage accounts. Does this meet the goal?
No, PaaS is a complete development and deployment in the cloud. This includes infrastructure servers, storage, networking and middleware, dev tools, BI services, database management systems and more. PaaS supports the complete web app lifecycle.: building, testing, deploying, managing, updating
VMs are examples of IaaS, IaaS is an instant computing infrastructure, provisioned and managed over the internet.
Your company plans to deploy several custom applications to Azure. The apps will provide invoicing services to the customers of the company. Each app will have several prerequisite apps and services installed. You need to recommend a cloud deployment solution for all the apps.
What do you recommend ?
Infrastructure as a Service
IaaS is an instant computing infrastructure, provisioned and managed over the internet. The IaaS service provider maages the infrastructure, while you purchase, install, configure and manage your own software.
SaaS allows to connect to and use cloud-based apps over the internet. Common examples are email, calendaring, and office tools. In this scenario, you need to run your own apps, therefore require an infrastructure.
PaaS is a complete development and deployment environment in the cloud. This includes infrastructure servers, storage, an networking, but also middleware, development tools, BI services, DB management systems and more. PaaS is desgined to support the complete web app lifecycle: building, testing, deployment, managing and updating.
Building a data center infrastructure is an example of operational expenditure (OpEx) costs, yes or no?
No, this is capital expenditure, not OpEx
Monthly salaries for technical personnel are an example of operational expenditure (OpEx) costs. Yes or no?
Yes, OpEx is ongoing costs, such as salaries.
Leasing software is an example of operational expenditure (OpEx) costs. Yes or no ?
Yes. OpEx are ongoing costs such as leasing software. If you purchased software as a one-off purchase, that would be CapEx, but leasing software is ongoing so its OpEx.
Azure Cosmos DB is an example of a …… offering.
platform as a service (PaaS)
With software as a service (SaaS), you must apply software updates. Yes or no?
No.
Within infrastructure as a service (IaaS) you must install the software that you want to use. Yes or no?
Yes.
Azure Backup is an example of plattform as a Service. Yes or no?
Yes.
Can you create a resource group inside of another resource group?
No.
An Azure CM can be in multiple resource groups. Yes or no?
No, each resource can exist in only one resource group.
A resource group can contain resources from multiple Azure regions. Yes or no?
Yes, resources from multiple regions can be placed in a resource group. The resource group only contains metadata about the resources it contains.
Microsoft SQL Server 2019 installed on an Azure VM is an example of PaaS, yes or no?
No.
Azure SQL Database is an example of PaaS. Yes or no?
Yes.
Azure Cosmos DB is an example of software as a service (SaaS), yes or no?
No.
A MS SQL Server database that is hosted in the cloud and has software updates managed by Azure is an example of …………
platform as a service (PaaS)
Your company plans to migrate all its data and resources to Azure. The companie’s migration states that only 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 VMs, SQL databases, Storage accounts
B: Azure App Service an VMs, that have MS SQL Server installed.
C: An Azure App Service and Azure SQL databases
D: Azure storage accounts and web server in VMs.
C, Azure App Service and Azure SQL databases are examples of Azure PaaS solutions. Therefore, this solution does meet the goal.