Course #2 Practice Test Flashcards
(15 cards)
What is the unique identifier for any digital object, user, computer, or application in Azure?
A. Authorization
B. Subscription
C. Authentication
D. Identity
D. Identity
Which Azure service is identified as providing identity, authentication, and authorization in Azure?
A. Entra ID (formerly Azure AD)
B. Azure Resource Manager
C. Azure PowerShell
D. Azure CLI
A. Entra ID (formerly Azure AD)
According to the Zero Trust principle, trust should be based on identity regardless of what?
A. User role
B. Resource sensitivity
C. Location
D. Time of day
C. Location
Multi-factor authentication (MFA) provides layered security by requiring at least two components from which general categories?
A. Using a strong password only.
B. Requiring at least two verification factors from different categories (something you know, something you have, or something you are).
C. Relying solely on biometric scanning.
D. Verifying identity based only on network location.
B. Requiring at least two verification factors from different categories (something you know, something you have, or something you are).
According to the sources, what is a primary advantage of Passwordless authentication methods?
A. It increases convenience while maintaining security.
B. It eliminates the need for multi-factor authentication.
C. It requires only something you know, like a PIN.
D. It makes identity verification less secure.
A. It increases convenience while maintaining security.
What represents your organization as a dedicated instance of Entra ID in Azure?
A. A subscription
B. A resource group
C. A tenant
D. An ARM template
C. A tenant
What is the maximum number of tenants a user can be a member or guest of?
A. 100
B. 250
C. 500
D. Unlimited
C. 500
Which Azure service acts as the method by which resources are deployed and managed, serving as a bridge between the user and Azure resources?
A. Azure portal
B. Azure Resource Manager (ARM)
C. Azure PowerShell
D. Azure CLI
B. Azure Resource Manager (ARM)
Which tool provides a convenient, web-based, visual interface for deploying, configuring, monitoring, and auditing resources in Azure?
A. Azure CLI
B. Azure PowerShell
C. Azure Cloud Shell
D. Azure portal
D. Azure portal
Which management tool is described as using a Unix-style command language, being platform agnostic, and available in Azure Cloud Shell or installable locally?
A. Azure PowerShell
B. Azure portal
C. Azure Resource Manager
D. Azure CLI
D. Azure CLI
Azure ARM templates are identified as a key tool for provisioning resources and are primarily used for what purpose?
A. Managing user identities.
B. Auditing security logs.
C. Monitoring resource performance.
D. Defining infrastructure configuration.
D. Defining infrastructure configuration.
Which principle of Role-Based Access Control (RBAC) emphasizes giving users only the permissions necessary for their job for each specific point in time?
A. Role segregation
B. Least privilege
C. Defense in depth
D. Automatic authentication
B. Least privilege
Which managed service provides legacy Active Directory features inside of Azure and integrates with Entra ID, being especially helpful for migrating older applications?
A. Azure AD Connect
B. Azure Active Directory Domain Services (AAD DS)
C. Azure DNS
D. Azure VPN Gateway
B. Azure Active Directory Domain Services (AAD DS)
What is a key benefit of accessing Azure Cloud Shell mentioned in the sources?
A. It only supports a graphical interface.
B. It requires manual authentication every time.
C. It has Azure PowerShell and Azure CLI built right in.
D. It can only be accessed from a local machine.
C. It has Azure PowerShell and Azure CLI built right in.
Conditional Access rules are essentially what type of conditional logic statements?
A. If/then statements
B. Do/while loops
C. Switch cases
D. For loops
A. If/then statements