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.