Practice 6 (Udemy) Flashcards
The Cool storage tier stores data offline and offers the lowest storage costs, but also the highest costs to rehydrate and access data.
A. True
B. False
B. False
Explanation:
From the Official Azure Documentation:
Azure Storage offers different access tiers for your blob storage, helping you store object data in the most cost-effective manner. The available access tiers include:
Hot access tier: Optimized for storing data that is accessed frequently (for example, images for your website). Cool access tier: Optimized for data that is infrequently accessed and stored for at least 30 days (for example, invoices for your customers). Archive access tier: Appropriate for data that is rarely accessed and stored for at least 180 days, with flexible latency requirements (for example, long-term backups).
The following considerations apply to the different access tiers:
Only the hot and cool access tiers can be set at the account level. The archive access tier isn't available at the account level. Hot, cool, and archive tiers can be set at the blob level, during upload or after upload. Data in the cool access tier can tolerate slightly lower availability, but still requires high durability, retrieval latency, and throughput characteristics similar to hot data. For cool data, a slightly lower availability service-level agreement (SLA) and higher access costs compared to hot data are acceptable trade-offs for lower storage costs. Archive storage stores data offline and offers the lowest storage costs, but also the highest costs to rehydrate and access data.
You can enforce Azure AD Multi-Factor Authentication for all users via the Microsoft Authenticator app, phone call, or SMS code.
A. Yes
B. No
B. No
Explanation:
From the Official Azure Documentation:
Azure AD Multi-Factor Authentication is a Microsoft service that provides multifactor authentication capabilities. Azure AD Multi-Factor Authentication enables users to choose an additional form of authentication during sign-in, such as a phone call or mobile app notification.
The Azure Active Directory free edition enables Azure AD Multi-Factor Authentication for administrators with the global admin level of access, via the Microsoft Authenticator app, phone call, or SMS code. You can also enforce Azure AD Multi-Factor Authentication for all users via the Microsoft Authenticator app only, by enabling security defaults in your Azure AD tenant.
Which of the following would you recommend for these given requirements?
1) Create thousands of identical virtual machines in minutes
2) Deploy across availability zones to protect against datacenter failures
A. Azure Resource Groups
B. Azure Virtual Machines
C. Azure Kubernetes
D. Azure Blueprints
E. Azure Container Instance
F. Azure Virtual Machine Scale Sets
F. Azure Virtual Machine Scale Sets
Explanation:
According to the official website :
Azure Virtual Machine Scale Sets is Automated virtual machine scaling that helps you cost-effectively simplify the deployment, management, and availability of your applications.
Reference : https://azure.microsoft.com/en-us/services/virtual-machine-scale-sets/
Which of the following is an example of an Azure Application Platform?
A. Azure App Service
B. Azure Load Balancer
C. Azure DNS
D. Azure Cache for Redis
E. Azure Firewall
A. Azure App Service
Explanation:
From the Official Azure Documentation:
Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your favorite language, be it .NET, .NET Core, Java, Ruby, Node.js, PHP, or Python. Applications run and scale with ease on both Windows and Linux-based environments. For Linux-based environments, see App Service on Linux.
Using Azure App Service, it is also possible to scale apps on an enterprise grade platform:
Reference : https://docs.microsoft.com/en-us/azure/app-service/overview
A new startup needs to control its cloud environment so that it complies with several industry standards, but it’s not sure where to start. They have existing business requirements, and understand how these requirements relate to their on-premises workloads. These requirements also must be met by any workloads they run in the cloud.
Which of the following can help them in this case?
A. The Cloud Adoption Framework for Azure
B. The Azure Blueprint for Cloud
C. Microsoft Defender for Cloud
D. The Proven Roadmap for Azure
A. The Cloud Adoption Framework for Azure
Explanation:
From the Official Azure Documentation:
The Cloud Adoption Framework for Azure provides you with proven guidance to help with your cloud adoption journey. The Cloud Adoption Framework helps you create and implement the business and technology strategies needed to succeed in the cloud.
Cloud Adoption Framework consists of tools, documentation, and proven practices. The Cloud Adoption Framework includes these stages:
Define your strategy. Make a plan. Ready your organization. Adopt the cloud. Govern and manage your cloud environments.
Reference: https://docs.microsoft.com/en-ca/learn/modules/build-cloud-governance-strategy-azure/9-accelerate-cloud-adoption-framework
All the resources residing in a Resource Group must belong to the same Region.
A. No
B. Yes
A. No
Explanation:
From the Official Azure Documentation:
Azure resources deployed to a single resource group can be located in different regions. The resource group only contains metadata about the resources it contains.
When creating a resource group, you need to provide a location for that resource group. You may be wondering, “Why does a resource group need a location?
And, if the resources can have different locations than the resource group, why does the resource group location matter at all?”
The resource group stores metadata about the resources. When you specify a location for the resource group, you’re specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region.
When you form a cloud center of excellence team or a cloud custodian team, that team can use Azure _______________ to scale their governance practices throughout the organization.
A. Compliance
B. Blueprints
C. Subscriptions
D. Resource Groups
B. Blueprints
Explanation:
From the Official Azure Documentation:
When you form a cloud center of excellence team or a cloud custodian team, that team can use Azure Blueprints to scale their governance practices throughout the organization.
Implementing a blueprint in Azure Blueprints involves these three steps:
Create an Azure blueprint. Assign the blueprint. Track the blueprint assignments.
With Azure Blueprints, the relationship between the blueprint definition (what should be deployed) and the blueprint assignment (what was deployed) is preserved. In other words, Azure creates a record that associates a resource with the blueprint that defines it. This connection helps you track and audit your deployments.
Blueprints are also versioned. Versioning enables you to track and comment on changes to your blueprint.
A unique characteristic of Azure Files from files on a corporate file share is that you cannot access the files from anywhere in the world, it has to be from a specific location.
A. No
B. Yes
A. No
Explanation:
From the Official Azure Documentation:
Azure Files offers fully managed file shares in the cloud that are accessible via the industry standard Server Message Block and Network File System (preview) protocols. Azure file shares can be mounted concurrently by cloud or on-premises deployments of Windows, Linux, and macOS.
One thing that distinguishes Azure Files from files on a corporate file share is that you can access the files from anywhere in the world, by using a URL that points to the file. You can also use Shared Access Signature (SAS) tokens to allow access to a private asset for a specific amount of time.
Here’s an example of a service SAS URI, showing the resource URI and the SAS token:
Reference: https://docs.microsoft.com/en-ca/learn/modules/azure-storage-fundamentals/azure-file-storage
Azure Pay-As-You-Go pricing is an example of Capex.
A. No
B. Yes
A. No
Explanation:
From the Official Azure Documentation:
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 operational expenditure (paying for service as you use it).
An Azure Web App that queries an on-prem Oracle SQL Database is an example of a ____________________ cloud architecture.
A. Public
B. Private
C. Hybrid
D. Multi-Vendor
C. Hybrid
Explanation:
Since you are using both Azure, as well as on-prem resources ( A combination of both ) -> This is an example of a hybrid cloud!
From the Official Azure Documentation:
Reference: https://azure.microsoft.com/en-in/overview/what-is-hybrid-cloud-computing/
Yes or No:
Purchasing your own infrastructure and deploying it in your own data center is an example of CapEx.
A. No
B. Yes
B. Yes
Explanation:
Deploying your own datacenter is definitely an example of CapEx. This is because you need to purchase all the infrastructure upfront before you can use it.
____________________ notifies you about Azure service incidents and planned maintenance so you can take action to mitigate downtime.
A. Azure Service Health
B. Azure Monitor
C. Azure Active Directory
D. Azure Trust Center
A. Azure Service Health
Explanation:
From the Official Azure Documentation:
Azure Service Health provides personalised alerts and guidance for Azure service issues.
Azure Service Health notifies you about Azure service incidents and planned maintenance so you can take action to mitigate downtime. You can also configure customisable cloud alerts and use your personalised dashboard to analyse health issues, monitor the impact to your cloud resources, get guidance and support, and share details and updates.
IMPORTANT!
Reference: https://azure.microsoft.com/en-ca/features/service-health/
Which of the following is not a cost saving solution?
A. Deleting unused resources
B. Using spending limits to restrict your spending
C. Choosing low cost locations and regions
D. Using Azure Reservations to prepay
E. Resize underutilized virtual machines
F. Shutting down Virtual Machines at Night
G. Using Azure Hybrid Benefit to repurpose software licenses on Azure
F. Shutting down Virtual Machines at Night
Explanation:
Shutting down Virtual Machines at night is not a cost saving solution.
Reference: https://docs.microsoft.com/en-ca/learn/modules/plan-manage-azure-costs/6-manage-minimize-total-cost
Which of the following would you use to deploy and manage containerised applications to provide an integrated continuous integration and continuous delivery (CI/CD) experience and enterprise-grade security and governance.
A. Azure Functions
B. Azure Container Instances
C. Azure Kubernetes
D. Azure Batch
C. Azure Kubernetes
Explanation:
From the Official Azure Documentation:
You can deploy and manage containerised applications more easily with a fully managed Kubernetes service. Azure Kubernetes Service (AKS) offers serverless Kubernetes, an integrated continuous integration and continuous delivery (CI/CD) experience and enterprise-grade security and governance. You can also unite your development and operations teams on a single platform to rapidly build, deliver and scale applications with confidence.
Reference: https://azure.microsoft.com/en-in/services/kubernetes-service/#features
Which of the following categories does Azure VPN Gateway belong to?
A. SaaS
B. PaaS
C. IaaS
D. Naas
C. IaaS
Explanation:
You have an on-premises infrastructure and would like to extend its capabilities by making use of Azure services. Which type of cloud deployment is this an example of?
A. A hybrid cloud
B. A public cloud
C. An internal cloud
D. A private cloud
A. A hybrid cloud
Explanation:
From the Official Azure Documentation:
A hybrid cloud is a combination of a private cloud and a public cloud.
A hybrid cloud is a computing environment that combines a public cloud and a private cloud by allowing data and applications to be shared between them.
Hybrid cloud
Provides the most flexibility. Organizations determine where to run their applications. Organizations control security, compliance, or legal requirements.
_____________ helps you estimate the cost savings of operating your solution on Azure over time compared to operating in your on-premises datacenter.
A. Azure Advisor
B. Azure TCO Calulator
C. Azure Pricing Calculator
D. Azure Blueprints
B. Azure TCO Calculator
Explanation:
From the Official Azure Documentation:
The TCO Calculator helps you estimate the cost savings of operating your solution on Azure over time compared to operating in your on-premises datacenter.
The term total cost of ownership is used commonly in finance. It can be hard to see all the hidden costs related to operating a technology capability on-premises. Software licenses and hardware are additional costs.
With the TCO Calculator, you’ll enter the details of your on-premises workloads. Then you can review the suggested industry-average cost (which you can adjust) for related operational costs. These costs include electricity, network maintenance, and IT labor. You’re then presented with a side-by-side report. Using the report, you can compare those costs with the same workloads running on Azure.
Reference: https://docs.microsoft.com/en-ca/learn/modules/plan-manage-azure-costs/2-compare-costs-tco-calculator
Which of the following solutions is the BEST to store web app user data, device information and other metadata?
A. Azure SQL Databases
B. Azure Cache for Redis
C. Azure Table Storage
D. Azure Cosmos DB
C. Azure Table Storage
Explanation
Which of the following options would meet these requirements?
1) SDKs for popular languages, APIs for SQL, MongoDB, Cassandra and more
2) Guaranteed speed at any scale with instant and limitless elasticity, fast reads, and multi-region writes anywhere in the world
3) The ability to work with NoSQL data
A. Azure Table Storage
B. Azure Queues
C. Azure Cosmos DB
D. Azure Files
C. Azure Cosmos DB
Explanation
Which of the following is NOT a compute service available in Azure?
A. Azure CosmoDB
B. Azure Kubernetes
C. Azure Functions
D. Azure App Service
A. Azure CosmoDB
Explanation:
CosmosDB is a Database and not a compute option in Azure.
From the Official Azure Documentation:
Azure offers a number of ways to host your application code. The term compute refers to the hosting model for the computing resources that your application runs on. The following flowchart will help you to choose a compute service for your application.
If your application consists of multiple workloads, evaluate each workload separately. A complete solution may incorporate two or more compute services.
Azure Reserved VM Instances are an example of Opex.
A. Yes
B. No
B. No
Explanation:
A reserved instance is where you pay upfront for the use of a virtual machine for a period of time (1 or 3 years). This can save you money as you receive a discount on the cost of a VM if you pay upfront for a reserved instance.
However, as this is an upfront payment, it will be classed as CapEx, not OpEx.
Simple way to remember : Upfront payment = Capex, Pay as you go = Opex!
An Azure service is said to be available to all Azure customers when it is in ______________.
A. general availability
B. public preview
C. fixed preview
D. private preview
B. public preview
Explanation:
From the Official Azure Documentation:
Public preview means that the service is available to everyone with an Azure subscription but the normal SLAs don’t apply. This is different from general availability when the service is available to all Azure customers with SLA backed guarantees!
Example -
Reference: https://azure.microsoft.com/en-ca/support/legal/preview-supplemental-terms/
____________ provides disks for Azure virtual machines. Applications and other services can access and use them as needed, similar to how they would in on-premises scenarios.
A. Blob Storage
B. SSD Storage
C. File Storage
D. Disk Storage
D. Disk Storage
Explanation:
Disk Storage provides disks for Azure virtual machines. Applications and other services can access and use these disks as needed, similar to how they would in on-premises scenarios. Disk Storage allows data to be persistently stored and accessed from an attached virtual hard disk.
Which of the following is an excellent choice if you want to run multiple instances of an application on a single host machine?
A. Functions
B. Blueprints
C. Containers
D. Scale Sets
C. Containers
Explanation:
While virtual machines are an excellent way to reduce costs versus the investments that are necessary for physical hardware, they’re still limited to a single operating system per virtual machine. If you want to run multiple instances of an application on a single host machine, containers are an excellent choice.
What are containers?
Containers are a virtualization environment. Much like running multiple virtual machines on a single physical host, you can run multiple containers on a single physical or virtual host. Unlike virtual machines, you don’t manage the operating system for a container. Virtual machines appear to be an instance of an operating system that you can connect to and manage, but containers are lightweight and designed to be created, scaled out, and stopped dynamically. While it’s possible to create and deploy virtual machines as application demand increases, containers are designed to allow you to respond to changes on demand. With containers, you can quickly restart in case of a crash or hardware interruption. One of the most popular container engines is Docker, which is supported by Azure.
Containers are managed through a container orchestrator, which can start, stop, and scale out application instances as needed. There are two ways to manage both Docker and Microsoft-based containers in Azure: Azure Container Instances and Azure Kubernetes Service (AKS).