Chapter 1 Flashcards

1
Q

What is a DNS CNAME record

A

The “Canonical Name” CNAME record is used in lieu of an A record, when a domain or subdomain is an alias of another domain. For example www.mydomain.com has as CNAME mydomain.com

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

What is a DNS TXT record

A

The DNS ‘text’ (TXT) record lets a domain administrator enter text into the Domain Name System (DNS)

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

What is an A record

A

A Records are the most basic type of DNS record and are used to point a domain or subdomain to an IP address. Assigning a value to an A record is as simple as providing your DNS management panel with an IP address to where the domain or subdomain should point and a TTL.

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

What is an AAAA record

A

An AAAA record maps a domain name to the IP address (Version 6) of the computer hosting the domain. An AAAA record is used to find the IP address of a computer connected to the internet from a name

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

Conditional Access

A

Conditional Access allows rules to be created that specifies specific criteria like where selected users usually sign in from when they sign in from another location they should be met with an MFA challenge to complete their login

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

Identity Protection

A

Identity Protection is mainly associated with risky sign-ins and can request the user to authenticate via MFA as well

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

Privilege Identity Management

A

Privilege Identity management enables users to activate additional roles with their identity like Global Admin

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

What is Azure Identity Protection

A

Identity Protection is a tool that allows organizations to accomplish three key tasks:
1) Automate the detection and remediation of identity-based risks.
2) Investigate risks using data in the portal.
3) Export risk detection data to third-party utilities for further analysis.
Access through search > Azure Identity Protection

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

Conditional Access

A

Conditional Access policies at their simplest are if-then statements, if a user wants to access a resource, then they must complete an action. Example: A payroll manager wants to access the payroll application and is required to perform multi-factor authentication to access it.
Access through Security > Conditional Access

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

Account Commands

A

cli:
az ad user create
Powershell:
New-AzureADUser

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

Show all VM

A

Get-AzVM -Status

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

List all the subscriptions an Azure Account can access in the tenant

A

Get-AZSubscription

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

Powershell Visualize

A

Get-AzResourceGroup
Get-AzStorageAccount
Get-AzVM

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

Powershell Create

A

New-AzVM
New-AzStorageAccount
New-AzResourceGroup

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