Latih 60 soalan Azure Administrator AZ-104 asli merangkumi identiti dan tadbir urus, penyimpanan, pengkomputeran, rangkaian, pemantauan dan sandaran, dengan jawapan dan penerangan.
Tahap: Microsoft Azure Administrator AZ-104Kesukaran: intermediate60 soalan60 min
Pilih mod latihan, jawab setiap soalan AZ-104, kemudian semak penerangan. Jawapan salah disimpan setempat.
Hari berturut-turut: 0 hariDisimpan hanya pada peranti ini
Kemajuan0 / 60
Masa berbaki: 00:00
Belum ada jawapan salah disimpan.
Tiada soalan sepadan dengan penapis.
Soalan 1
Which Azure service provides centralized identity and access management for users and applications?
Microsoft Entra ID, formerly Azure Active Directory, provides identity, authentication, and authorization for users and applications. DNS, Firewall, and Policy serve other purposes.
Soalan 2
Which mechanism controls access to Azure resources by assigning roles to users or groups?
Azure RBAC assigns roles such as Owner, Contributor, and Reader to principals, controlling what they can do on resources. NSGs filter network traffic, and Firewall protects the network.
Soalan 3
Which built-in RBAC role grants full access to manage all resources in a scope?
Owner can manage resources and assign roles. Contributor can manage resources but cannot assign roles, Reader has read-only access, and User Access Administrator can only manage access.
Soalan 4
Which Azure service enforces compliance rules such as requiring specific resource locations or tags?
Azure Policy evaluates resources and enforces rules such as allowed locations, naming, and tagging. Monitor observes health, Backup protects data, and Traffic Manager routes DNS traffic.
Soalan 5
What is a management group used for?
Management groups sit above subscriptions and let you apply policies, RBAC, and cost controls across many subscriptions. They do not store disks, filter traffic, or run workloads.
Soalan 6
Which Microsoft Entra ID feature provides just-in-time privileged role activation?
PIM gives eligible users temporary, time-bound privileged roles and requires approval or justification when needed. SSPR resets passwords, and Identity Protection detects risky sign-ins.
Soalan 7
What is a Microsoft Entra ID tenant?
A tenant is a dedicated Microsoft Entra ID directory that represents an organization. VNets, storage accounts, and resource groups are Azure resources, not identity directories.
Soalan 8
Which feature requires additional verification before a user can sign in?
Conditional Access policies can require MFA, device compliance, or other conditions before sign-in. Advisor gives recommendations, Cost Management tracks spend, and Resource Graph queries resources.
Soalan 9
What is an Azure subscription?
A subscription is a billing and access boundary that contains resource groups and resources. DNS zones, VNets, and vaults are resources within a subscription.
Soalan 10
What is a resource group?
A resource group is a logical container that holds related resources so they can be managed, monitored, and deleted together. It is not an identity group or a network object.
Soalan 11
Which log records management actions such as who created or deleted a resource?
The Activity log records control-plane events such as create, update, and delete actions. Diagnostic logs capture resource-level activity, and sign-in logs capture authentication events.
Soalan 12
Which RBAC role provides read-only access to resources?
Reader lets users view resources and settings but not change them. Contributor can manage resources, Owner can also assign roles, and there is no built-in Administrator role in RBAC.
Soalan 13
Which Azure service provides highly durable object storage for unstructured data?
Blob Storage stores unstructured objects such as documents, images, and backups. Table Storage is NoSQL, Files provides SMB shares, and Queue Storage stores messages.
Soalan 14
Which blob access tier is best for data that is accessed frequently?
The Hot tier has the highest storage cost but the fastest access for frequent use. Cool is for infrequent access, Archive is the lowest cost with long retrieval times, and Premium is for high-performance block blobs.
Soalan 15
Which blob access tier has the lowest storage cost but the highest retrieval cost and longest access time?
Archive offers the lowest storage cost and is intended for data accessed rarely, with retrieval that can take hours. Hot and Cool offer faster access at higher storage cost.
Soalan 16
Which Azure storage service provides file shares accessible over SMB?
Azure Files provides managed SMB and NFS file shares in the cloud. Blob is object storage, Queue is messaging, and Disk Storage provides virtual hard disks for VMs.
Soalan 17
Which Azure storage solution is a NoSQL key-value store?
Table Storage offers a schemaless NoSQL key-value store. SQL Database is relational, Cosmos DB is a multi-model NoSQL database, and Data Lake stores large analytics files.
Soalan 18
What does a shared access signature (SAS) provide?
A SAS grants scoped, time-limited access to storage without exposing the account key. It is not permanent, and it does not create DNS records or firewall rules.
Soalan 19
Which feature encrypts data at rest in Azure Storage by default?
Storage Service Encryption encrypts data at rest automatically using Microsoft-managed or customer-managed keys. Firewall, Private Link, and NSGs control network access, not encryption.
Soalan 20
Which storage replication option copies data to a secondary region?
GRS replicates data asynchronously to a paired secondary region for disaster recovery. LRS keeps multiple copies in one data center, and ZRS replicates across zones in one region.
Soalan 21
Which storage replication option is the least expensive and keeps copies in one data center?
LRS replicates data three times within a single data center and has the lowest cost. GRS and RA-GRS add a secondary region, and ZRS adds zone redundancy.
Soalan 22
Which command-line tool is designed for copying data to and from Azure Storage?
AzCopy is optimized for high-performance data transfer to and from Azure Storage. PowerShell manages Azure broadly, kubectl manages Kubernetes, and sqlcmd works with SQL Server.
Soalan 23
Which Azure service provides a managed relational database?
Azure SQL Database is a managed relational database service with automated backups, patching, and high availability. Blob, Table, and Queue Storage are not relational databases.
Soalan 24
Which storage account kind supports blobs, files, queues, and tables together?
StorageV2 is the general-purpose account that supports blobs, files, queues, and tables. BlobStorage and BlockBlobStorage support only blobs, and FileStorage supports only files.
Soalan 25
Which Azure service provides infrastructure as a service virtual machines?
Azure Virtual Machines gives you managed IaaS VMs with full control over the operating system. Functions and Container Instances are serverless, and App Service is PaaS for web apps.
Soalan 26
Which Azure service scales a group of identical VMs based on demand?
VMSS runs a group of identical VMs and can autoscale instance count based on metrics. Availability Sets improve fault tolerance, Load Balancer distributes traffic, and Traffic Manager routes DNS.
Soalan 27
Which Azure service runs containers without requiring you to manage virtual machines?
ACI runs individual containers on demand without managing VMs. AKS manages a Kubernetes cluster, VMSS manages VMs, and App Service hosts web apps.
Soalan 28
Which Azure service provides managed Kubernetes orchestration?
AKS is a managed Kubernetes service for deploying and scaling containerized applications. ACI is for single containers, Service Fabric is a microservices platform, and Batch runs parallel jobs.
Soalan 29
Which Azure service runs code without provisioning servers?
Azure Functions is a serverless compute service that runs code in response to events. VMs and Dedicated Hosts require server management, and Availability Sets organize VMs.
Soalan 30
Which Azure service provides managed virtual desktops and apps?
Azure Virtual Desktop delivers a managed Windows desktop and application experience in Azure. Bastion provides secure RDP/SSH access, and App Service hosts web apps.
Soalan 31
What is an availability set designed to protect against?
An availability set spreads VMs across fault domains and update domains within one data center to improve uptime. It does not protect against region-wide outages, key leaks, or DNS failures.
Soalan 32
What is an availability zone?
An availability zone is a physically separate data center location within a region, with independent power, cooling, and networking. Resource groups and DNS zones are logical objects.
Soalan 33
Which Azure service distributes traffic at Layer 4 to virtual machines?
Azure Load Balancer operates at Layer 4 for TCP and UDP traffic. Application Gateway handles HTTP/HTTPS at Layer 7, Traffic Manager does DNS-based global routing, and Front Door is a global HTTP load balancer.
Soalan 34
Which Azure service routes and protects HTTP/HTTPS traffic at Layer 7?
Application Gateway is a Layer 7 load balancer for HTTP/HTTPS with features such as URL-based routing and WAF. Load Balancer is Layer 4, VPN Gateway connects networks, and DNS resolves names.
Soalan 35
Which managed disk type offers the lowest latency for performance-sensitive workloads?
Premium SSD provides high throughput and low latency for production workloads. Ultra Disk offers the highest performance, but Premium SSD is the common low-latency choice; Standard SSD and HDD are lower cost.
Soalan 36
Which Azure service is a fully managed platform for hosting web apps and APIs?
App Service is a PaaS offering for web apps, APIs, and mobile backends with built-in scaling and security. VMs are IaaS, ACI runs containers, and Functions is serverless event compute.
Soalan 37
What is an Azure virtual network used for?
A VNet provides isolated, private networking in Azure for resources such as VMs, databases, and app services. It does not store disks, manage identities, or enforce backups.
Soalan 38
What is a subnet?
A subnet divides a VNet address space into segments, allowing separate routing and security for groups of resources. It is not a backup, DNS record, or resource group.
Soalan 39
Which Azure service provides DNS hosting and name resolution?
Azure DNS hosts DNS zones and records and resolves names using Azure infrastructure. Traffic Manager routes based on DNS policies, Front Door is a CDN/load balancer, and Private Link provides private connectivity.
Soalan 40
Which object filters traffic between subnets or to VMs using allow and deny rules?
An NSG contains security rules that allow or deny inbound and outbound traffic based on source, destination, port, and protocol. Policy enforces governance, not traffic filtering.
Soalan 41
Which Azure capability protects web applications from common attacks such as SQL injection?
WAF protects web apps from OWASP Top 10 attacks such as SQL injection and cross-site scripting. Azure Firewall is a network firewall, Bastion provides secure VM access, and Private Link is private connectivity.
Soalan 42
Which Azure feature connects two virtual networks privately?
VNet peering connects two VNets through the Azure backbone so resources can communicate privately. DNS resolves names, Public IP exposes endpoints, and Network Watcher diagnoses network issues.
Soalan 43
Which Azure service connects an on-premises network to Azure over an encrypted site-to-site tunnel?
VPN Gateway creates encrypted site-to-site or point-to-site tunnels over the internet. ExpressRoute is a private connection that does not travel over the public internet, and Bastion and Application Gateway serve other purposes.
Soalan 44
What is Azure Bastion used for?
Azure Bastion provides secure RDP and SSH access through the browser without exposing VMs to the public internet. It is not an app host, backup service, or DNS filter.
Soalan 45
Which Azure service distributes traffic across endpoints in different regions using DNS?
Traffic Manager uses DNS-based routing to distribute traffic across regional endpoints. Load Balancer and Application Gateway work within a region, and CDN caches content at edge locations.
Soalan 46
Which service caches static content at edge locations for faster delivery?
Azure CDN caches content at global edge nodes to reduce latency and origin load. Traffic Manager routes traffic, VPN Gateway connects networks, and DNS resolves names.
Soalan 47
Which Azure service collects metrics, logs, and alerts from resources in one place?
Azure Monitor collects metrics, activity logs, resource logs, and alerts across Azure resources. Policy enforces rules, Backup protects data, and Cost Management tracks spending.
Soalan 48
Which Azure Monitor component lets you query log data with KQL?
Log Analytics workspaces store log data and support Kusto Query Language (KQL) queries. Metrics Explorer charts numeric metrics, Workbooks create reports, and Alerts trigger notifications.
Soalan 49
Which feature triggers actions when a metric or log condition is met?
Alerts monitor conditions on metrics or logs and can trigger notifications or automation. Diagnostic settings route logs, tags organize resources, and locks prevent deletion.
Soalan 50
Which Azure service provides backup and restore for Azure resources?
Azure Backup protects VMs, databases, and files with scheduled backups and restores. Site Recovery provides disaster recovery replication, and Monitor observes health.
Soalan 51
Which Azure service replicates workloads to another region for disaster recovery?
Site Recovery replicates on-premises or Azure VMs to a secondary region for failover during disasters. Backup protects data with restores, and Traffic Manager routes traffic.
Soalan 52
Which Azure resource stores backups and supports restore operations?
A Recovery Services vault stores Azure Backup data and supports restore operations. Log Analytics stores logs, DNS zones resolve names, and resource groups contain resources.
Soalan 53
Which service helps you query and explore resources across subscriptions?
Resource Graph lets you query Azure resources across subscriptions using KQL. Monitor observes health, Cost Management tracks spend, and Advisor gives recommendations.
Soalan 54
Which Azure service provides best-practice recommendations for reliability, security, and cost?
Azure Advisor analyzes resources and gives recommendations across cost, security, reliability, and performance. Policy enforces rules, Blueprints package governance, and Service Health reports outages.
Soalan 55
What does a diagnostic setting do?
Diagnostic settings stream platform logs and metrics to destinations such as Log Analytics, storage, or Event Hubs. They do not delete resources, create subscriptions, or change roles.
Soalan 56
Which Azure service helps you create budgets and monitor spending?
Cost Management + Billing provides budgets, cost analysis, and spending alerts. Advisor gives recommendations, Service Health reports incidents, and Resource Graph queries resources.
Soalan 57
Which of the following are valid Azure RBAC built-in roles? Select all that apply.
Owner, Contributor, and Reader are built-in RBAC roles. SuperAdmin is not a built-in Azure RBAC role.
Soalan 58
Which of the following are Azure storage services? Select all that apply.
Blob Storage, Azure Files, and Queue Storage are Azure storage services. Azure DNS is a networking service, not a storage service.
Soalan 59
An availability set protects VMs against a region-wide outage.
An availability set protects against failures within one data center by spreading VMs across fault and update domains. It does not protect against a region-wide outage; availability zones or geo-redundancy address larger failures.