Question Practice Flashcards

1
Q

Can an Azure Storage Account have both a public and a private endpoint at the same time?

A

Yes.
This can be useful, when the data in the storage Account needs to be accessible both internally as well as externally.

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

In IaaS what security responsibility is assumed by the cloud provider?

A
  • Physical host
  • physical network
  • physical datacenter
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which Microsoft Entra ID licenses are made available through Azure?

A
  • Microsoft Entra ID Free
  • Microsoft Entra ID P1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the fastest connection type between on-premise network and Microsoft Azure?

A

Express Route

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

Which Azure technology allows you to manage virtual machines running in Azure, in your own environment and in other environments such as AWS?

A

Azure Arc

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

What type of documents does the Microsoft Service Trust Portal provide?

A

A list of standards that Microsoft follows, pen test results, security assessments, white papers, faqs, and other documents that can be used to show Microsofts compliance efforts

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

Does Azure charge for bandwith used inbound to Azure?

A

No

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

Why would someone prefer a Consumption-based pricing model as opposed to a Time-based (Fixed) pricing model?

A

You can save a lot of money if you don’t use the resource often as opposed to having it available for use 24/7

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

What is the purpose of Azure Blueprints?

A

Allows you to create new subscriptions that already have policies, roles, resource groups, and ARM templates.

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

What can Azure Policy be used for?

A

To add restrictions on
- storage account SKUs
- virtual machine instance types
- and rules relating to tagging of resources and groups

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

What is an Example for an Azure Sovereign Region?

A
  • Azure US Government
  • Azure China
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True or false: Azure Cloud Shell allows access to the CLI and Powershell consoles in the Azure Portal

A

True

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

How many availability zones are there in each region (for regions that have them)?

A

Three

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

What are the features that Microsoft Entra ID provides?

A
  • Application Management
  • Authentication
  • Business-To-Business
  • Business-to-Customer
  • Conditional Access
  • Device Management
  • Domain Services
  • Hybrid Identity
  • Monitoring and health
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which feature within Azure collects all of the logs from various resources into a central dashboard, where you can run queries, view graphs, and create alerts on certain events?

A

Azure Monitor

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

Which feature within Azure alerts you to service issues that happen in Azure itself, not specifically related to your own resources?

A

Azure Service Health

17
Q

True of false: Azure Powershell scripts and Command Line Interface (CLI) scripts are entirely compatible with each other?

A

False

18
Q

What affect does using a “read only” resource lock on a Azure Storage Account have?

A

The storage account cannot have its properties altered but it doesn’t affect the data itself

19
Q

True or False: Azure is a public cloud, and has no private cloud offerings

A

False

Some aspects of Azure are not open to the public and require a private agreement with Microsoft such as Azure Government and DoD services

20
Q

What is a core principle of Zero Trust?

A

Assume your network has been breached already.

This forces you to take a defensive posture even behind the firewall.

  • All communications must be encrypted.
  • All communications must be authenticated.
  • Never assume any request made from a client to a server is authentic.
  • Validate everything
21
Q

It can be said that most services in Azure have a public endpoint by default. What is a public endpoint?

A

Enables access to your data or application from outside the virtual network.

22
Q

Which Azure Resources are required in order to have a virtual machine? Only choose services that are required, not ones that are optional.

A
  • virtual network
  • network interface card (NIC)
  • storage account
23
Q
A