Azure Practice Flashcards

1
Q

What are two basic services provided by all cloud providers? Each correct answer presents a complete solution.

A

1) Storage
2) Compute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are two characteristics of a consumption-based model? Each correct answer presents a complete solution.

A

1) No upfront costs
2) the ability to stop paying for resources that are no longer needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is an advantage of cloud computing compared to on-premises deployments?

A

You can scale more quickly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

[Answer choice] refers to upfront costs incurred one time, such as hardware purchases.

A

Capital Expenditures (CapEx)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which cloud deployment model are you using if you have servers physically located at your organization’s on-site datacenter, and you migrate a few of the servers to the cloud?

A

Hybrid Cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Increasing compute capacity for an app by adding RAM or CPUs to a virtual machine is called [answer choice].

A

Vertical Scaling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Deploying and configuring cloud-based resources quickly as business requirements change is called [answer choice].

A

Agility

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Increasing compute capacity for an app by adding instances of resources such as virtual machines is called [answer choice].

A

Horizontal Scaling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In cloud computing, [answer choice] allows you to deploy applications to regional datacenters around the world

A

Geo-location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Increasing the capacity of an application by adding additional virtual machine is called [answer choice].

A

Horizontal Scaling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which cloud service model provides you with the most control over the hardware that runs applications?

A

Infrastructure as a Service (IaaS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

In a platform as a service (PaaS) model, which two components are the responsibility of the cloud service provider? Each correct answer presents a complete solution.

A

1) Operating System
2) Physical Network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Your organization is building a custom application. You need to focus on application development rather than configuration and management of servers. Which cloud service model should you use?

A

Platform as a Service (PaaS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What uses the infrastructure as a service (IaaS) cloud service model?

A

Azure Virtual Machines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

[Answer choice] is the logical container used to combine and organize Azure resources.

A

A resource group.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

[Answer choice] are physically separate datacenters within an Azure region.

A

Availability zones

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which two components are created in an Azure subscription? Each correct answer presents a complete solution.

A

1) Resources
2) Resource Groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Which Azure resource is a software emulation of a physical computer that includes a virtual processor, memory, storage, and networking resources?

A

A virtual machine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Which Azure compute service can you use to deploy and manage a set of identical virtual machines?

A

Azure Virtual Machine Scale Sets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What can you use to execute code in a serverless environment?

A

Azure Functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

You need to allow resources on two different Azure virtual networks to communicate with each other. What should you configure?

A

Peering

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What are two services that allow you to run applications in containers? Each correct answer presents a complete solution.

A

1) Azure Container Instances
2) Azure Kubernetes Service (AKS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Which storage service should you use to store thousands of files containing text and images?

A

Azure Blob Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Which Azure Blob storage tier stores data offline and offers the lowest storage costs and the highest costs to access data?

A

Archive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Which two scenarios are common use cases for Azure Blob storage? Each correct answer presents a complete solution.
1) Serving images or documents directly to a browser 2) Storing data for backup and restore
26
Which Azure Storage service should you use to store unstructured files, such as images, that will be served on webpages?
Azure Blob Storage
27
Which two protocols are used to access Azure file shares? Each correct answer presents a complete solution.
1) Network File System (NFS) 2) Server Message Block (SMB)
28
What enables a user to sign in one time and use that credential to access multiple resources and applications from different providers?
Single sign-on (SSO)
29
What can you use to ensure that a user can only access applications from compliant devices?
Conditional Access
30
Which type of strategy uses a series of mechanisms to slow the advancement of an attack that aims to gain unauthorized access to data?
Defense in depth
31
What Azure AD feature can you use to configure security authentication that requires users to use their mobile phone to sign in?
Multi-factor authentication (MFA)
32
What Azure AD feature can you use to ensure that users can only access Microsoft Office 365 applications from approved client applications?
Conditional Access
33
What can you use to ensure that users authenticate by using multi-factor authentication (MFA) when they attempt to sign in from a specific location?
Conditional Access
34
Which two factors affect Azure costs? Each correct answer presents a complete solution.
1) Resource Usage 2) Resource Location
35
Which two scenarios are common billing use cases for resource tags? Each correct answer presents a complete solution.
1) Associating costs with different environments 2) Categorizing costs by department
36
Which two features are available by using Azure Cost Management + Billing? Each correct answer presents a complete solution.
1) Create & manage budgets 2) Generate historical reports & forecast future usage
37
You need to associate the costs of resources to different groups within an organization without changing the location of the resources. What should you use?
Resource tags
38
What can you use to ensure that new and existing Azure resources stay in compliance with corporate standards?
Azure Policy
39
What can you use to define the resources you want to provision in a declarative JSON format?
Azure Resource Manager (ARM) templates
40
Which management layer accepts requests from any Azure tool or API and enables you to create, update, and delete resources in an Azure account?
Azure Resource Manager (ARM)
41
Which two tools are accessible via Azure Cloud Shell and allows you to write Bash scripts to manage an Azure environment?
1) Azure CLI 2) Azure PowerShell
42
What should you use to access Azure Cloud Shell?
A web browser
43
What can you use to manage servers across cloud platforms and on-premises environments?
Azure Arc
44
You have a team of Linux administrators that need to manage the resources in Azure. The team wants to use the Bash shell to perform the administration. What should you recommend?
Azure CLI
45
You need to be notified when there are new recommendations for reducing Azure costs. Which tool should you use?
Azure Advisor
46
You need to create a custom solution that uses thresholds to trigger autoscaling functionality to scale an app up or down to meet user demand. What should you include in the solution?
Azure Monitor
47
What should you proactively review and act on to avoid service interruptions, such as service retirements and breaking changes?
Health advisories
48
What can you use to automatically detect performance anomalies for web apps?
Azure Application Insights
49
Which Azure service can generate an alert if virtual machine utilization is over 80% for five minutes?
Azure Monitor
50
What can you use to find information about planned maintenance for Azure services that are critical to your organization?
Azure Service Health
51
Which two factors affect Azure costs? Each correct answer presents a complete solution.
1) Resource location 2) Resource usage
52
You need to compare the costs of running an application in an on-premises datacenter with the costs of running the application in Azure. What should you use to assist you?
Total Cost of Ownership (TCO) Calculator
53
What can you use to ensure that a development team can only create virtual machines of a certain size?
Azure Policy
54
Which two actions can be performed by using the graphical user interface (GUI) in the Azure portal?
1) Create new resources 2) Review a graphical view of all the services you are using
55
What provides recommendations to reduce the cost of Azure resources?
Azure Advisor
56
You need to review the root cause analysis (RCA) report for a service outage that occurred last week. Where should you look for the report?
Azure Service Health
57
What can you apply to an Azure virtual machine to ensure that users cannot change or delete the resource?
A lock
58
Which feature in the Microsoft Purview governance portal should you use to manage access to data sources and datasets?
Data Policy
59
Which two attributes are characteristics of the private cloud deployment model? Each correct answer presents a complete solution.
1) Hardware must be purchased. 2) The company has complete control over physical resources and security.
60
Which two characteristics are common advantages of cloud computing? Each correct answer presents a complete solution.
1) Geo-distribution 2) High availability
61
An example of [answer choice] is automatically scaling an application to ensure that the application has the resources needed to meet customer demands.
Elasticity
62
In which two deployment models are customers responsible for managing operating systems that host applications?
1) Infrastructure as a Service (IaaS) 2) On-premises
63
Which type of cloud service model is typically licensed through a monthly or annual subscription?
Software as a Service (SaaS)
64
What is the customer responsible for in a software as a service (SaaS) model?
Data and access
65
In a region pair, a region is paired with another region in the same [answer choice].
Geography
66
For which resource does Azure generate separate billing reports and invoices by default?
Subscriptions
67
Which resource can you use to manage access, policies, and compliance across multiple subscriptions?
Management groups
68
Which two services can you use to establish network connectivity between an on-premises network and Azure resources?
1) Azure VPN Gateway 2) ExpressRoute
69
What can you use to provide Mac and Android users with access to a Windows environment that will run Windows-based applications?
Azure Virtual Desktop
70
Which Azure Blob storage service tier has the highest storage costs and the fastest access times for reading and writing data?
Hot
71
What can you use to allow a user to manage all the resources in a resource group?
Azure role-based access control (RBAC)
72
Which two services are provided by Azure AD?
1) Authentication 2) Single sign-on (SSO)
73
What can you use to sync identities from an on-premises Active Directory Domain Services (AD DS) domain to Azure AD?
Azure AD Connect
74
You have an Azure virtual machine that is accessed only between 9:00 and 17:00 each day. What should you do to minimize costs but preserve the associated hard disks and data?
Deallocate the virtual machine
75
What can you use to restrict the deployment of a virtual machine to a specific location?
Azure Policy
76
What can you use to create resources in Azure and includes a validation step to ensure all resources are created in a specific order based on dependencies, in parallel and idempotent?
Azure Resource Manager (ARM) templates
77
Which Azure component allows you to replicate resources across a geography to ensure business continuity during a natural disaster at the primary site?
Region pairs
78
[Answer choice] is the deployment and management service for Azure.
Azure Resource Manager (ARM)
79
Which two Azure resources can make use of availability zones?
1) Azure SQL Databases 2) Virtual Machines
80
To which object or level is an Azure role-based access control (RBAC) role applied?
Scope
81
What are cloud-based backup services, data replication, and geo-distribution features of?
A disaster recovery plan
82
What is high availability in a public cloud environment dependent on?
The service-level agreement (SLA) that you choose
83
In which cloud service model is the customer responsible for managing the operating system?
Infrastructure as a service (Iaas)
84
Which cloud service model is used by Azure SQL Database?
Platform as a Service (PaaS)
85
Which type of cloud service are virtual networks?
Infrastructure as a Service (IaaS)
86
You plan to build a new solution in Azure that will use platform as a service (PaaS) products. What should you use to estimate the monthly costs?
Azure pricing calculator
87
You need to recommend a solution for Azure virtual machine deployments. The solution must enforce company standards on the virtual machines. What should you include in the recommendation?
Azure Policy
88
You need to ensure that multi-factor authentication (MFA) is enabled on accounts with write permissions in an Azure subscription. What should you implement?
Azure Policy
89
What is an Azure Storage account named storage001 an example of?
A resource
90
Which scenario is a use case for a VPN gateway?
Connecting an on-premises datacenter to an Azure virtual network
91
Which storage service offers fully managed file shares in the cloud that are accessible by using Server Message Block (SMB) protocol?
Azure Files
92
What is the purpose of defense in depth?
To use several layers of protection to prevent information from being accessed by unauthorized users
93
What are two characteristics of the public cloud deployment model? Each correct answer presents a complete solution.
1) Servers and storage are owned and operated by a third-party cloud service provider. 2) Services are offered over the internet and are available to anyone who wants to purchase them.
94
Why is cloud computing often less expensive than on-premises datacenters?
You are only billed for what you use.