Describe the core architectural components of Azure Flashcards

1
Q

It is a geographical area on the planet that contains at least one but potentially multiple datacenters that are nearby and networked together with a low-latency network.

A

Azure region

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

True or false.

When deploying a resource in Azure, you’ll often need to choose the region where you want your resource deployed.

A

TRUE

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

Name a few examples of Azure regions

A
West US
Canada Central
West Europe
Australia East
Japan West.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are some special Azure regions in the US?

A

US DoD Central
US Gov Virginia
US Gov Iowa

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

These regions are available through a unique partnership between Microsoft and 21Vianet, whereby Microsoft doesn’t directly maintain the datacenters.

A

China East

China North

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

Define special Azure regions

A

These are regions that you might want to use when you build out your applications for compliance or legal purposes.

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

What is an availability zone?

A

Availability zones are physically separate datacenters within an Azure region.

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

How are availability zones connected?

A

Through high-speed, private fiber-optic networks.

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

Why is it said that an availability zone is set up to be an isolation boundary?

A

If one zone goes down, the other continues working.

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

True or False

Every region has support for availability zones.

A

FALSE

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

Is it cheaper to use availability zones?

A

NO

There could be a cost to duplicating your services and transferring data between zones.

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

What are availability zones mainly used for?

A

VMs
Managed disks
Load balancers
SQL databases.

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

…is a unique physical building that contains thousands of physical servers with it’s own power, cooling and networking infrastructure.

A

Azure data center

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

These Azure services don’t require you to select a particular region.

A

Azure Active Directory

Azure Traffic Manager

Azure DNS

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

Why are regions important?

A

Global regions provide better scalability and redundancy.

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

They preserve data residency for your services

A

Azure regions

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

TRUE / FALSE

There must be a minimum of 3 availability zones within a single region

A

TRUE

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

What is a region pair?

A

Each Azure region is always paired with another region within the same geography (such as US, Europe, or Asia) at least 300 miles away.

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

Interruptions because of events such as natural disasters, civil unrest, power outages, or physical network outages can be reduced by:

A

Azure region pairing

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

TRUE / FALSE

Regarding region pairs:
Data continues to reside within the same geography as its pair (except for Brazil South) for tax- and law-enforcement jurisdiction purposes.

A

TRUE

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

What is the main advantage of having a broadly distributed set of datacenters?

A

High guarantee of availability!

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

A manageable item that’s available through Azure. Virtual machines (VMs), storage accounts, web apps, databases, and virtual networks are examples of it.

A

Resource

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

A container that holds related resources for an Azure solution.

A

Resource group.

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

It is a logical container for resources deployed on Azure.

A

Resource group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
TRUE / FALSE All resources must be in a resource group.
TRUE
26
TRUE / FALSE A resource can only be a member of a single resource group.
TRUE
27
TRUE / FALSE Resource groups can be nested
FALSE
28
TRUE / FALSE Resources can be moved between resource groups.
TRUE
29
Before any resource can be provisioned, you need a " " for it to be placed in.
resource group
30
...exist to help manage and organize your Azure resources.
Resource groups
31
TRUE / FALSE If you delete a resource group, all resources contained within it are also deleted.
TRUE
32
Organizing resources by life cycle can be useful in...
nonproduction environments
33
Wat is RBAC?
Role-based access control
34
By applying " " permissions to a resource group, you can ease administration and limit access to allow only what's needed
RBAC
35
What is Azure Resource Manager?
It is the deployment and management service for Azure.
36
It provides a management layer that enables you to create, update, and delete resources in your Azure account.
Azure Resource Manager
37
What are some ARM management features to secure and organize your resources after deployment.
Access control Locks Tags
38
TRUE / FALSE All requests between ARM and Azure services are handled through the same API.
TRUE
39
All capabilities that are available in the Azure portal are also available through:
Azure PowerShell Azure CLI REST APIs Client SDKs
40
What type of file is a Resource Manager template?
JSON
41
TRUE / FALSE With ARM, you can manage your infrastructure through declarative templates rather than scripts
TRUE
42
What is a benefit of using ARM?
Deploy, manage, and monitor all the resources for your solution as a group, rather than handling these resources individually.
43
With " " you can apply tags to resources to logically organize all the resources in your subscription.
ARM
44
TRUE / FALSE With ARM you can view costs for a group of resources that share the same tag
TRUE
45
What is the most basic thing you need to be able to use Azure?
An Azure subscription
46
It is a logical unit of Azure services that links to an Azure account
Azure subscription
47
Can an Azure account have multiple subcriptions?
Yes, and these subscriptions can have different billing models and different access-management policies.
48
Which are the two types of boundaries that you can use around Azure products, services and resources?
Billing boundary Access control boundary
49
TRUE / FALSE Azure generates separate billing reports and invoices for each subscription so that you can organize and manage costs.
TRUE
50
What is a billing boundary?
This subscription type determines how an Azure account is billed for using Azure.
51
TRUE / FALSE you can create separate subscriptions to reflect different organizational structures.
TRUE
52
What is an access control boundary?
Azure applies access-management policies at the subscription level.
53
This billing model allows you to manage and control access to the resources that users provision with specific subscriptions.
Access control boundary
54
You can create additional subscriptions to separate:
Environments Organizational structures Billing
55
I want 15 Azure ExpressRoute circuits, what do i need to do?
Create two Azure subscriptions since you can only have 10 circuits per sub.
56
TRUE / FALSE You can set up multiple invoices within the same billing account.
TRUE You need to create additional billing profiles
57
It is the highest in the billing hierarchy
Billing account
58
TRUE / FALSE A billing account can have multiple billing profiles
TRUE
59
...provide a level of scope above subscriptions.
Azure management groups
60
TRUE / FALSE All subscriptions within a management group automatically inherit the conditions applied to the management group.
TRUE
61
TRUE / FALSE An Azure management group can have multiple management groups
TRUE
62
TRUE / FALSE An Azure management group can have multiple subscriptions
TRUE
63
You can use a " " to provide user access to multiple subscriptions.
Management group
64
What happens if you create a RBAC assignment on a management group?
That access will be inherited to all the subscriptions below that management group.
65
TRUE / FALSE 10,000 management groups can be supported in a single directory.
TRUE
66
TRUE / FALSE A management group tree can support up to five levels of depth. This limit doesn't include the root level or the subscription level.
FALSE It can support up to six levels.
67
TRUE / FALSE Each management group and subscription can support only one parent.
TRUE
68
TRUE / FALSE All subscriptions and management groups are within a single hierarchy in each directory.
TRUE