AZ-104-C Flashcards

1
Q

What is the PowerShell cmdlet to create users in Azure AD?

A

New-AzureADUser

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

How can you manage bulk updates of users and groups in Azure AD?

A

Use PowerShell

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

Where can you manage registered devices in Azure AD?

A

In the Azure portal under Devices

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

How can you enable MFA for users in Azure AD?

A

In Azure AD > Users > Multi-Factor Authentication

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

What cmdlet is used to assign roles to users or groups in Azure RBAC?

A

New-AzRoleAssignment

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

How can custom roles be created in Azure RBAC?

A

Using the Azure portal, PowerShell, CLI, or REST API

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

Where can Azure policies be applied?

A

At the subscription, resource group, or resource level using the Azure portal

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

What cmdlet is used to create tags for resources in Azure?

A

az tag create

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

How are multiple subscriptions managed in Azure?

A

Using management groups in the Azure portal

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

What are the default roles for new Azure subscriptions?

A

Account Administrator and Service Administrator

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

What is the maximum number of SMS messages per hour for Azure Monitor alerts?

A

12 messages if the alert is triggered every minute

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

What is the default retention period for Azure VM backups?

A

30 days

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

Where must the Recovery Services Vault be located relative to the VMs it protects?

A

In the same region as the VMs it protects

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

What service supports backup of Azure SQL databases?

A

Azure Backup service

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

What replication options are supported by Azure Storage accounts?

A

LRS, ZRS, GRS, RA-GRS, GZRS, and RA-GZRS

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

What are the three types of blobs in Azure Blob Storage?

A

Block Blobs, Page Blobs, and Append Blobs

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

What are the three access tiers in Azure Blob Storage?

A

Hot, Cool, and Archive

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

What is the maximum retention period for soft delete in Azure Blob Storage?

A

365 days

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

What service provides managed file shares in Azure?

A

Azure Files

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

How can on-premises file servers synchronize with Azure Files?

A

Using Azure File Sync

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

What storage account type supports all storage services?

A

General-Purpose v2 Storage

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

What are SAS tokens used for in Azure Storage?

A

To grant limited access to Azure Storage resources without exposing the account key

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

What are the required parameters for SAS tokens?

A

SignedResourceTypes (srt) and SignedServices (ss)

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

How are RBAC roles inherited in Azure?

A

From parent scopes to child resources

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

How can custom roles be shared in Azure RBAC?

A

Across subscriptions within the same Azure AD directory

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

What is the difference between Basic and Standard Public IPs in Azure?

A

Standard tier supports zone-redundant deployment, while Basic does not

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

What does VNet peering allow in Azure?

A

Communication between virtual networks as if they were in the same network

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

What is CIDR notation used for in Azure Networking?

A

To define IP address ranges in VNets and subnets

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

Where can NSG rules be applied in Azure Networking?

A

To subnets and NICs to control traffic flow

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

What do load balancers do in Azure Networking?

A

Distribute incoming network traffic across multiple VMs

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

What does Application Gateway provide in Azure Networking?

A

Application-level routing and load balancing

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

What does Traffic Manager use to distribute traffic globally in Azure?

A

DNS

33
Q

How are VNets divided in Azure?

A

Into smaller, manageable sections called subnets

34
Q

What do User-Defined Routes (UDRs) allow in Azure Networking?

A

Custom routing paths for network traffic

35
Q

What does VNet-to-VNet connectivity enable in Azure?

A

Direct communication between VNets

36
Q

What does Azure Virtual WAN provide?

A

Centralized network connectivity and management

37
Q

How are DNS zones managed in Azure?

A

Using Azure DNS to host DNS records

38
Q

What security feature does Azure Firewall provide?

A

Network security through filtering and logging

39
Q

What do private endpoints allow in Azure Networking?

A

Services to be accessed privately over a VNet

40
Q

What do route tables control in Azure Networking?

A

Routing of network traffic in VNets

41
Q

What are NICs used for in Azure VMs?

A

To connect VMs to a VNet

42
Q

What does VPN Gateway do in Azure?

A

Connects on-premises networks to Azure through VPN tunnels

43
Q

How does ExpressRoute connect on-premises networks to Azure?

A

Through a private connection that does not travel over the public Internet

44
Q

What does Azure Bastion provide?

A

Secure RDP and SSH connectivity to VMs without a public IP

45
Q

What types of public IP addresses does Azure support?

A

Dynamic and static public IP addresses

46
Q

What does Connection Monitor track in Azure?

A

Connectivity status

47
Q

What does Network Performance Monitor (NPM) do?

A

Monitors network connectivity and performance across hybrid networks

48
Q

What do Application Security Groups (ASGs) do in Azure?

A

Simplify NSG management by grouping VMs and applying security rules

49
Q

What types of VM sizes are available in Azure?

A

General purpose, compute optimized, memory optimized, storage optimized, and GPU optimized

50
Q

What must be done before resizing a VM in Azure?

A

The VM must be stopped

51
Q

What do availability sets ensure in Azure?

A

High availability by distributing VMs across multiple fault and update domains

52
Q

What do managed disks provide in Azure?

A

Simplified storage management and support for features like snapshots

53
Q

What do Virtual Machine Scale Sets (VMSS) enable?

A

Automatic scaling of VMs

54
Q

What do Proximity Placement Groups (PPGs) reduce?

A

Latency by ensuring VMs are physically located close to each other

55
Q

What can custom images be used for in Azure?

A

To deploy new VMs

56
Q

What do VM extensions enable in Azure?

A

Post-deployment configuration and automation

57
Q

What does Azure Disk Encryption use to protect data at rest?

A

BitLocker and DM-Crypt

58
Q

How do availability zones improve high availability in Azure?

A

By distributing VMs across different physical locations within a region

59
Q

What do dedicated hosts provide in Azure?

A

Physical servers reserved for your VMs

60
Q

What does Azure Kubernetes Service (AKS) simplify?

A

Deployment, management, and operations of Kubernetes clusters

61
Q

What are Spot VMs used for in Azure?

A

Cost savings for workloads that can tolerate interruptions

62
Q

What does Azure Migrate help with?

A

Discovering, assessing, and migrating on-premises workloads to Azure

63
Q

What does autoscale do in Azure?

A

Automatically adjusts the number of VM instances based on demand

64
Q

What does Azure Site Recovery ensure?

A

Business continuity by replicating VMs to a secondary location

65
Q

What backup solutions does Azure Backup provide?

A

For VMs, SQL databases, and file shares

66
Q

What do Proximity Placement Groups (PPGs) ensure?

A

VMs are physically located close to each other to reduce latency

67
Q

What do VM diagnostics provide in Azure?

A

Performance metrics and logs for monitoring VM health

68
Q

What does Azure Automation enable?

A

Automation of frequent, time-consuming tasks

69
Q

What does VM Scale Sets (VMSS) provide?

A

Scalability by automatically increasing or decreasing the number of VMs based on demand

70
Q

What does the custom script extension allow in Azure?

A

Running scripts on VMs during deployment

71
Q

What do ARM templates enable in Azure?

A

Infrastructure as code for deploying and managing Azure resources

72
Q

What does Azure Hybrid Benefit allow?

A

Use of on-premises licenses for Azure VMs

73
Q

What does the serial console provide in Azure?

A

Access to a text-based console for troubleshooting VMs

74
Q

What does Azure Policy enforce?

A

Rules and effects over resources to ensure compliance

75
Q

What do tags provide in Azure?

A

Metadata to resources for logical organization

76
Q

What do resource locks prevent in Azure?

A

Accidental deletion or modification of critical resources

77
Q

What do activity logs provide in Azure?

A

Insights into subscription-level events

78
Q

What does Azure AD DS provide?

A

Managed domain services like domain join and group policy

79
Q

What does Azure AD Join allow?

A

Windows 10 devices to be joined to Azure AD