Describe Azure architecutre and services: Describe Azure identity, access, and security Flashcards

1
Q

What is Microsoft Entra ID?

A

A cloud-based identity and access management service that allows users to sign in and access Microsoft cloud applications, custom applications, and on-premises resources integrated with the cloud.

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

Who uses Microsoft Entra ID?

A

IT administrators to control access to apps and resources.
Developers for integrating single sign-on (SSO) and identity features.
End users for password resets and managing their credentials.

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

What is Microsoft Entra Connect?

A

A tool to synchronize on-premises Active Directory with Microsoft Entra ID, enabling a unified identity experience.

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

What authentication methods does Azure support?

A

Standard passwords, single sign-on (SSO), multifactor authentication (MFA), and passwordless authentication.

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

What is single sign-on (SSO)?

A

A method allowing users to sign in once and access multiple resources without needing to reauthenticate.

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

What is multifactor authentication (MFA)?

A

A security measure requiring two or more factors (something you know, have, or are) to verify identity.

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

What is passwordless authentication?

A

An authentication method that replaces passwords with alternatives like biometrics (e.g., fingerprints), PINs, or security keys.

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

What is Azure RBAC?

A

A system for managing access to Azure resources by assigning roles to users, groups, or applications at a specific scope.

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

What is the principle of least privilege in RBAC?

A

Users should only have the minimum access required to perform their tasks.

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

What scopes can roles be assigned to in RBAC?

A

Management groups.
Subscriptions.
Resource groups.
Individual resources.

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

What is Conditional Access in Microsoft Entra ID?

A

A tool that allows or denies access based on identity signals like location, device, or user role.

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

Give an example of a Conditional Access policy.

A

Requiring multifactor authentication for access when users sign in from an unknown location.

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

What is the Zero Trust model?

A

A security model that assumes a breach is possible and verifies every request regardless of the source.

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

What are the three guiding principles of Zero Trust?

A

Verify explicitly.
Use least privilege access.
Assume breach.

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

What is defense-in-depth?

A

A layered security strategy designed to protect data by slowing the advance of potential attacks.

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

What are the layers of defense-in-depth?

A

Physical security.
Identity and access management.
Perimeter security.
Network security.
Compute security.
Application security.
Data security.

17
Q

What is Microsoft Defender for Cloud?

A

A monitoring tool for security posture management and threat protection across cloud, on-premises, and hybrid environments.

18
Q

What are the three core functions of Defender for Cloud

A

Continuously assess security posture.
Secure workloads and services.
Defend against threats with alerts and threat protection.

19
Q

How does Defender for Cloud integrate with Azure environments?

A

It provides built-in security monitoring and protection for Azure resources, including VMs, containers, and SQL databases.

20
Q

What are external identities in Azure?

A

Users, devices, or services outside your organization that can securely interact with your resources using Microsoft Entra External ID.

21
Q

What is Azure AD B2C?

A

A service enabling organizations to provide identity management for consumer-facing apps.

22
Q

What is Microsoft Entra Domain Services?

A

A managed domain service providing domain join, LDAP, group policies, and authentication without managing domain controllers.

23
Q

How does Microsoft Entra Domain Services synchronize information?

A

It performs one-way synchronization from Microsoft Entra ID to the managed domain.