Tüm alıştırma soruları

1198 soru

Soru 861Soru

A media production company is migrating its rendering and asset management platform to Azure. The platform consists of Linux-based virtual machines (VMs) and has the following requirements:

* A shared file storage volume that supports the NFS v 4.14.1 protocol and POSIX-compliant file locking.
* A database transaction log volume that must support at least 12,00012,000 IOPS and sub-millisecond write latency.
* Both the shared file storage and the database transaction log volume must be resilient to a primary datacenter outage within the Azure region.

Which combination of Azure storage solutions should you recommend to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Premium Azure Files configured with NFS v4.1 and ZRS for the shared file storage, and a Premium SSD v2 disk configured with ZRS for the transaction log.

Cevap

Premium Azure Files configured with NFS v4.1 and ZRS for the shared file storage, and a Premium SSD v2 disk configured with ZRS for the transaction log.
Premium Azure Files supports the NFS v 4.14.1 protocol, POSIX locking, and Zone-Redundant Storage (ZRS). Premium SSD v 22 supports ZRS, provides sub-millisecond write latency, and allows provisioning 12,00012,000 IOPS independently of disk size, meeting all performance and resiliency requirements.

Adım Adım Çözüm

1
Determine the requirements for the shared file storage volume.
The volume requires the NFS v 4.14.1 protocol, POSIX-compliant locking, and ZRS to survive a datacenter outage.
Only Premium Azure Files supports NFS v 4.14.1 in Azure Files. Standard Azure Files does not support NFS. Zone-Redundant Storage (ZRS) is required to survive a primary datacenter outage.
2
Determine the requirements for the database transaction log volume.
The volume requires at least 12,00012,000 IOPS, sub-millisecond write latency, and ZRS to survive a datacenter outage.
Premium SSD v 22 supports both ZRS and sub-millisecond write latencies while allowing independent provisioning of IOPS (up to 80,00080,000 IOPS). Standard SSD cannot meet the performance requirements, and Ultra Disk does not support ZRS replication.
3
Combine the compliant solutions to select the correct storage configuration.
Premium Azure Files with NFS v 4.14.1 and ZRS, paired with Premium SSD v 22 with ZRS.
This combination is the only one that meets all performance, protocol, and availability requirements.

Anahtar Kavram

Azure Storage service selection based on protocol, performance, and regional redundancy capability.
Soru 862Soru

You are designing a storage solution for a shared file repository in Azure. The repository must be accessible simultaneously by multiple Azure Virtual Machines (VMs) using the SMB protocol. The storage configuration must ensure that data remains available even if a single physical datacenter in the primary region undergoes an outage. Which two storage configurations should you recommend to meet these requirements? (Select two.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Azure Files premium tier configured with zone-redundant storage (ZRS); Azure Files transaction optimized tier configured with zone-redundant storage (ZRS)

Cevap

Azure Files premium tier configured with zone-redundant storage (ZRS) and Azure Files transaction optimized tier configured with zone-redundant storage (ZRS)
To support multi-VM shared file access over the SMB protocol while ensuring resilience against a single datacenter outage, you should use Azure Files (which natively supports SMB) configured with zone-redundant storage (ZRS). Both the premium tier and transaction-optimized tier of Azure Files can be configured with ZRS to meet these constraints.

Adım Adım Çözüm

1
Analyze protocol requirements
The solution requires SMB protocol access for multiple VMs. Azure Files natively supports SMB, while Page Blobs are virtual disks and not suitable for multi-VM shared file access over SMB.
This filters out page blob options.
2
Analyze high availability and disaster resilience requirements
The storage must survive a single datacenter outage in the region. Zone-redundant storage (ZRS) replicates data across three separate availability zones, whereas locally redundant storage (LRS) keeps data within a single datacenter.
This rules out LRS configurations.
3
Select the compliant storage configurations
Both the premium and transaction-optimized tiers of Azure Files configured with ZRS satisfy all protocol and resiliency requirements.
Both configurations meet the business and technical constraints.

Anahtar Kavram

Selecting the appropriate Azure Files tier and redundancy option to support SMB access with availability zone protection
Soru 863Soru

Your company is designing a delegated administration model for a team of database administrators (DBAs) who manage resources across multiple Azure subscriptions. The DBAs require temporary, time-bound permissions to manage Azure SQL databases within a specific subset of subscriptions, adhering to the principle of least privilege.

You plan to implement a custom Azure RBAC role and delegate it using Microsoft Entra Privileged Identity Management (PIM) for Groups.

Which sequence of steps should you perform to implement this governance solution?

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

To implement the delegated administration model, first create the management group to define the scope. Next, create the custom Azure RBAC role and set its assignable scope to that management group. Then, create a role-assignable Microsoft Entra security group. Assign the custom role to the group at the management group scope, and finally, configure eligible member assignments for the DBAs to the group in PIM for Groups.
The correct sequence begins by defining the boundary (creating the management group), which allows for the creation of the custom role referencing that specific scope. A role-assignable group is then created to receive the assignment. The custom role is assigned to the group, and finally, Privileged Identity Management (PIM) for Groups is configured to govern membership of that group dynamically, enforcing JIT access.

Adım Adım Çözüm

1
Create a new management group and move the target subscriptions under it.
A unified scope is established, which provides a resource path for RBAC scopes.
The resource ID of this management group is a prerequisite for configuring the custom role's assignable scopes.
2
Define a custom Azure RBAC role with the management group in its AssignableScopes.
A custom role is created that can be assigned at the management group scope or below.
Azure RBAC requires that custom roles specify the exact scopes at which they can be assigned.
3
Create a role-assignable security group in Microsoft Entra ID.
An Entra security group with the isAssignableToRole property enabled is created.
Only role-assignable groups can be used reliably for Delegated RBAC assignments and onboarding to PIM for Groups.
4
Assign the custom RBAC role to the security group at the management group scope.
The security group is granted permissions to manage Azure SQL databases across all subscriptions in the management group.
This establishes the permission link to the group before group membership is governed via JIT.
5
Configure eligible member assignments for DBAs in PIM for Groups.
DBAs are set up as eligible members who can activate their membership to assume the role temporarily.
This enforces the principle of least privilege by ensuring access is time-bound and approved.

Anahtar Kavram

Azure RBAC scope inheritance, custom role assignable scopes, and Microsoft Entra PIM for Groups governance.
Soru 864Soru

A global financial enterprise is designing a hybrid identity and access management solution using Microsoft Entra ID. You need to align specific security and authentication requirements with the appropriate Microsoft Entra ID feature or Conditional Access configuration.

Match each security requirement on the left to its corresponding feature or configuration on the right. (Each option on the right may be used once, more than once, or not at all.)

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Validate authentication requests in real-time directly against the on-premises Active Directory Domain Services (AD DS) without storing any form of password hashes in the cloud, while ensuring high availability via redundant on-premises agents.
Detect and block the use of custom, organization-specific weak passwords or terms during password changes, applied both to cloud-native users and users synchronized from on-premises AD DS.
Enforce multi-factor authentication (MFA) for administrative roles only when they access Azure management portals from external, untrusted IP ranges.
Restrict session lifetimes for web-based access to SharePoint Online on unmanaged personal devices, forcing users to re-verify credentials every 4 hours.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Match the following: validation without cloud hashes maps to Pass-through Authentication; custom weak password blocking maps to Microsoft Entra Password Protection; IP-based MFA restriction maps to Conditional Access Locations conditions and Grant controls; and limiting session lifetimes maps to Conditional Access Session controls with Sign-in frequency.
Pass-through Authentication validates passwords directly against on-premises Active Directory using agents, fulfilling the requirement of validating credentials in real-time without cloud-stored hashes. Microsoft Entra Password Protection allows custom banned password lists to block weak terms globally and on-premises. Conditional Access Locations conditions combined with Grant controls restrict access based on network locations and require MFA. Conditional Access Session controls with Sign-in frequency allow setting specific re-authentication intervals for resource access.

Adım Adım Çözüm

1
Analyze the identity synchronization and authentication requirement for validation without cloud hashes.
Identify Microsoft Entra Pass-through Authentication (PTA) as the solution, as it leverages on-premises agents to validate credentials directly without storing password hashes in Microsoft Entra ID.
Password Hash Synchronization (PHS) stores hashes in the cloud, which violates the primary constraint.
2
Evaluate the requirement for banning custom weak terms for both cloud and synchronized users.
Determine that Microsoft Entra Password Protection meets this requirement through custom banned lists deployed to both cloud and on-premises Active Directory via agents.
This features ensures password quality policy compliance across hybrid identity systems.
3
Assess the requirement to enforce MFA based on IP addresses.
Select Conditional Access with Locations conditions and Grant controls to require MFA only when external to trusted IP ranges.
Named Locations allow defining IP networks, and Grant controls allow requiring MFA under specific conditions.
4
Assess the requirement to limit the session lifetime on unmanaged devices.
Select Conditional Access Session controls configured with a Sign-in frequency of 4 hours.
Sign-in frequency dictates how often a user must re-authenticate to access the targeted cloud resource.

Anahtar Kavram

Microsoft Entra ID hybrid authentication and Conditional Access design
Soru 865Soru

An organization is designing a high-availability SQL Server Failover Cluster Instance (FCI) hosted on Azure Virtual Machines. The VMs are distributed across Zone 1 and Zone 2 in the East US region.

The storage solution for the FCI database files must meet the following requirements:
- Must be a shared block storage volume that can be attached to all cluster nodes concurrently using SCSI persistent reservations.
- Must survive an availability zone failure with zero data loss (Recovery Point Objective (RPO) = 0).
- Must support sub-millisecond read and write latencies for database transactions.
- Must allow administrative teams to scale storage capacity, IOPS, and throughput independently and dynamically without taking the disks offline or restarting the virtual machines.

Which storage configuration should you recommend?

Cevabı ve açıklamayı göster

Cevap: Premium SSD v2 configured with Zone-Redundant Storage (ZRS)

Cevap

Premium SSD v2 configured with Zone-Redundant Storage (ZRS)
Premium SSD v2 configured with Zone-Redundant Storage (ZRS) satisfies all requirements. It supports shared disks via SCSI persistent reservations, provides sub-millisecond latencies, and allows capacity, IOPS, and throughput to be scaled independently and dynamically without downtime. Additionally, its ZRS configuration replicates data synchronously across three availability zones in the region, ensuring zero data loss (RPO = 0) in the event of a zone outage.

Adım Adım Çözüm

1
Evaluate the cluster requirement for shared block storage with SCSI persistent reservations.
Premium SSD, Premium SSD v2, and Ultra Disk support Azure Shared Disks. Standard SSD and Standard HDD do not support this cluster configuration.
The database FCI requires raw shared block storage that supports SCSI persistent reservations to coordinate active/passive failover.
2
Assess the availability zone resilience requirement (RPO = 0 during a zone failure).
The storage must support Zone-Redundant Storage (ZRS) for synchronous replication across zones. Ultra Disk only supports Locally Redundant Storage (LRS) and is eliminated.
LRS does not replicate data across availability zones, making it vulnerable to zone outages and failing the RPO = 0 zone-resilience requirement.
3
Analyze the performance scalability requirements (independent and dynamic adjustment of IOPS, throughput, and capacity).
Premium SSD v2 allows independent adjustments of capacity, IOPS, and throughput without downtime. Premium SSD (v1) requires disk resizing to scale performance because IOPS and throughput are locked to size tiers.
Only Premium SSD v2 satisfies both the ZRS requirement and the ability to scale capacity, IOPS, and throughput independently and dynamically.

Anahtar Kavram

Shared disk options and performance tiers in Azure Disk Storage
Tahmini Süre:3m 0s
Soru 866Soru

An organization is designing the relational data storage architecture on Azure for two workloads.

- Workload 1: A legacy back-office application that requires SQL Server Agent for automated job scheduling and relies on cross-database queries.
- Workload 2: A customer-facing portal with highly unpredictable traffic that frequently experiences long periods of inactivity. Minimizing cost during idle times is a key requirement.

To ensure business continuity, the storage backups for both workloads must survive the physical failure of a primary datacenter.

Which two Azure SQL options should you recommend to meet these requirements?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Azure SQL Managed Instance with zone-redundant backup storage for Workload 1; Azure SQL Database Serverless with zone-redundant backup storage for Workload 2

Cevap

Azure SQL Managed Instance with zone-redundant backup storage for Workload 1, and Azure SQL Database Serverless with zone-redundant backup storage for Workload 2
The correct recommendations are Azure SQL Managed Instance with zone-redundant backup storage for Workload 1, and Azure SQL Database Serverless with zone-redundant backup storage for Workload 2. Azure SQL Managed Instance provides full compatibility with the SQL Server database engine, including SQL Server Agent and cross-database queries, which are required for Workload 1. Azure SQL Database Serverless auto-scales compute and pauses during inactive periods to minimize costs, matching the requirements of Workload 2. Utilizing zone-redundant storage (ZRS) replicates data across separate availability zones within the region, ensuring backups survive the failure of a primary datacenter.

Adım Adım Çözüm

1
Analyze the requirements for Workload 1.
Workload 1 requires legacy features such as SQL Server Agent and cross-database queries. These features are natively supported by Azure SQL Managed Instance, but not by Azure SQL Database single database.
This helps narrow down the service tier to Azure SQL Managed Instance or SQL Server on Azure VM.
2
Analyze the requirements for Workload 2.
Workload 2 has unpredictable, bursty traffic with idle periods and requires cost minimization when idle. Azure SQL Database Serverless supports auto-scaling and auto-pausing, which directly addresses this requirement.
This identifies the correct deployment model for the customer-facing database.
3
Evaluate the backup storage redundancy requirements.
The backups must survive the physical failure of a primary datacenter. Zone-redundant storage (ZRS) or geo-redundant storage (GRS) is required. Locally redundant storage (LRS) is insufficient as it stores data within a single datacenter.
This eliminates options that use locally redundant storage.

Anahtar Kavram

Selecting the appropriate Azure SQL relational database deployment options (Managed Instance vs. Database vs. VM) and backup redundancy levels to meet legacy feature requirements, cost-optimization goals, and resilience constraints.
Soru 867Soru

A healthcare provider operates a single-tenant Azure environment with a management group hierarchy. The internal IT support department has 15 engineers who need the Virtual Machine Contributor role at the subscription scope to resolve high-priority incidents. You must design an administrative access solution that satisfies the following conditions:
1. Operations must scale efficiently when engineers join or leave the department without manually editing role assignments.
2. The principle of least privilege must be enforced by granting administrative permissions only during active incident response windows and automatically removing them afterward.
3. Every elevation of privilege must be recorded for compliance auditing.

Which configuration should you recommend?

Cevabı ve açıklamayı göster

Cevap: Configure a Microsoft Entra security group representing the support team with eligible status for the Virtual Machine Contributor role in Privileged Identity Management (PIM), requiring justification and approval upon activation.

Cevap

Configure a Microsoft Entra security group representing the support team with eligible status for the Virtual Machine Contributor role in Privileged Identity Management (PIM), requiring justification and approval upon activation.
The correct strategy combines group-based role assignment with Privileged Identity Management (PIM) eligible status. Assigning the role to a Microsoft Entra security group minimizes management overhead as membership changes automatically inherit or lose permissions. Configuring the group with eligible status in PIM ensures just-in-time access, which enforces least privilege and generates audit logs for compliance.

Adım Adım Çözüm

1
Analyze the operational efficiency requirement to minimize management overhead.
Identify that role assignments must be managed via a Microsoft Entra security group rather than direct user assignments.
Direct user assignments require manual updates for every team member change, whereas group-based assignments automatically apply to any user added to the group.
2
Evaluate the requirement for temporary, time-bound, and audited access.
Determine that Microsoft Entra Privileged Identity Management (PIM) is required to configure eligible (just-in-time) assignments rather than permanent ones.
PIM provides time-bound activations with mandatory justification, approval workflows, and audit logs, enforcing the principle of least privilege.
3
Assess the option of using Azure Policy to restrict access dynamically.
Reject the Azure Policy Deny effect option as a governance mechanism mismatch.
Azure Policy is designed for resource compliance and configuration enforcement, not for orchestrating temporary identity access or role elevations.

Anahtar Kavram

Azure RBAC and Subscription Governance utilizing Microsoft Entra groups and Privileged Identity Management (PIM) to enforce least privilege and minimize administrative overhead.
Soru 868Soru

You are designing the storage configuration for a critical production database hosted on an Azure Virtual Machine. The database transaction logs require high write throughput and consistent sub-millisecond latency. In addition, the storage solution must remain available in the event of a physical outage or power failure at a single datacenter within the Azure region. Which disk storage configuration should you recommend?

Cevabı ve açıklamayı göster

Cevap: Premium SSD configured with Zone-Redundant Storage (ZRS)

Cevap

Premium SSD configured with Zone-Redundant Storage (ZRS)
Premium SSD provides the sub-millisecond latency and high throughput required for transaction logs, and Zone-Redundant Storage (ZRS) replicates the data across three availability zones to protect against a single datacenter failure.

Adım Adım Çözüm

1
Analyze the database performance requirement.
The database transaction logs require sub-millisecond latency and high write throughput, which rules out Standard SSD and Standard HDD options.
Database transaction logs are highly sensitive to write latency, demanding Premium SSD or Ultra Disk performance.
2
Analyze the availability and redundancy requirement.
The storage solution must remain available if a single datacenter within the region fails, which rules out Locally Redundant Storage (LRS) and requires Zone-Redundant Storage (ZRS).
LRS replicates data only within a single facility, while ZRS replicates data synchronously across three availability zones in the region.
3
Combine the performance and redundancy requirements to select the target configuration.
Premium SSD configured with Zone-Redundant Storage (ZRS) is selected.
This configuration satisfies both the latency requirement for database logs and the datacenter-level fault tolerance.

Anahtar Kavram

Matching database workload latency and write throughput needs with Premium SSD performance, while ensuring datacenter-level resilience using Zone-Redundant Storage (ZRS).
Tahmini Süre:1m 0s
Soru 869Soru

Your company needs to grant an external audit team temporary read-only access to financial reports stored in an Azure Blob storage container. You need to design an access solution that allows immediate revocation of access and adheres to cloud security best practices for identity and access management. Which two security controls should you implement? (Select two.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Associate a Shared Access Signature (SAS) with a stored access policy on the blob container.; Assign the Storage Blob Data Reader role to a Microsoft Entra ID security group containing the auditor accounts.

Cevap

To secure the storage container access and follow best practices, you should associate the Shared Access Signature (SAS) with a stored access policy on the blob container, and assign the Storage Blob Data Reader role to a Microsoft Entra ID security group containing the auditor accounts.
Associating a Shared Access Signature (SAS) with a stored access policy allows the policy to be modified or deleted to instantly revoke the token's validity. Additionally, assigning the Storage Blob Data Reader role to a Microsoft Entra ID security group ensures scalability and simplifies administrative governance by managing access at the group level.

Adım Adım Çözüm

1
Determine how to configure revocable Shared Access Signatures.
A stored access policy is identified as the mechanism to allow revocation without rotating storage keys.
Ad-hoc SAS tokens cannot be easily revoked individually without key rotation, whereas SAS tokens bound to a stored access policy can be revoked by deleting or changing the policy.
2
Determine the best practice for assigning Azure RBAC roles.
Assigning the role to a Microsoft Entra ID security group is identified as the standard management practice.
Assigning permissions directly to user accounts makes tracking and removing access difficult, whereas group-based assignments scale efficiently and reduce administrative overhead.

Anahtar Kavram

Azure storage security controls including Stored Access Policies for SAS revocation, and Azure RBAC group-based access management.
Soru 870Soru

A financial services firm is migrating a critical core banking reporting application to Azure. The application runs on Azure Virtual Machines and requires a shared storage volume. The storage solution must meet the following requirements:

* Support concurrent read and write operations via the SMB protocol.
* Guarantee sub-millisecond read and write latency for highly transactional file metadata updates.
* Ensure that the data remains fully writeable and accessible even if a single Azure datacenter (Availability Zone) within the primary region suffers a total outage.
* Authenticate file access using the firm's on-premises Active Directory Domain Services (AD DS).

Which storage solution should you recommend?

Cevabı ve açıklamayı göster

Cevap: An Azure Files Premium tier share deployed on a Zone-Redundant Storage (ZRS) storage account

Cevap

An Azure Files Premium tier share deployed on a Zone-Redundant Storage (ZRS) storage account
The correct option is the choice recommending an Azure Files Premium tier share deployed on a Zone-Redundant Storage (ZRS) storage account. Premium Azure Files uses SSDs to deliver sub-millisecond latencies for metadata and small I/O operations, natively supports the SMB protocol, and allows domain join authentication using on-premises AD DS. Deploying it with ZRS replicates data across three separate availability zones in the primary region, ensuring write capabilities survive a datacenter failure.

Adım Adım Çözüm

1
Analyze protocol and authentication requirements
The solution must support SMB and integrate with on-premises Active Directory Domain Services (AD DS). Both Azure Files and Azure NetApp Files support these out of the box, whereas Azure Managed Disks require clustering software layers.
This narrows the candidate technologies to file-based storage solutions rather than raw block storage.
2
Evaluate performance requirements
The requirement for sub-millisecond latency for metadata operations necessitates SSD-backed Premium storage. This rules out standard storage tiers.
Standard Azure Files is backed by HDDs, which cannot consistently guarantee the required low latency for transaction-heavy metadata operations.
3
Evaluate high availability and zone resilience requirements
The data must survive a datacenter (zone) outage while remaining fully writeable. This mandates Zone-Redundant Storage (ZRS). Locally Redundant Storage (LRS) or Geo-Redundant Storage (GRS) do not provide zero-RTO zone failover for write operations in the primary region.
LRS keeps data in a single datacenter, and GRS fails over to a secondary region, usually in a read-only state unless a manual or managed failover is initiated, which does not meet the active-write zone resiliency requirement.

Anahtar Kavram

Selecting the appropriate tier and replication strategy for Azure Files to meet performance, protocol, and high-availability design constraints.
Soru 871Soru

You are designing the storage infrastructure for a hybrid high-performance computing (HPC) workload and database migration to Azure. The architecture must satisfy the following requirements:

* A shared file system must support POSIX-compliant permissions, concurrent access from multiple Linux-based virtual machines, and low-latency metadata operations. The file storage must survive an availability zone failure.
* A database transaction log store must support up to 15,00015,000 IOPS and 300 MB/s300\text{ MB/s} throughput with sub-millisecond latency. The database VM must be able to failover to another availability zone in the same region while preserving the disk contents without application-level replication.
* External applications must be granted access to specific blobs in a storage account. The access must expire after 2 hours and must be instantly revocable at any time without rotating the primary or secondary storage account keys.

Which three storage configurations should you include in the design?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Azure Files Premium tier configured with the NFS v4.1 protocol and Zone-Redundant Storage (ZRS); Premium SSD managed disks configured with Zone-Redundant Storage (ZRS) for the database transaction logs; A Shared Access Signature (SAS) token associated with a stored access policy for external applications

Cevap

The design must include Azure Files Premium tier with NFS v4.1 and ZRS, Premium SSD managed disks configured with ZRS, and a Shared Access Signature token associated with a stored access policy.
The correct design includes Premium Files with NFS v4.1 and ZRS for the Linux shared filesystem, Premium SSD with ZRS for the database logs, and a SAS token associated with a stored access policy for revocable blob access. NFS v4.1 on Premium Files satisfies POSIX compliance and zone-redundancy. Premium SSD with ZRS satisfies database performance needs and allows disk attachment across availability zones. A stored access policy enables instant revocation of SAS tokens without rotating storage account keys.

Adım Adım Çözüm

1
Evaluate the shared file system requirements: POSIX-compliance, concurrent Linux VM access, low-latency, and zonal redundancy.
Azure Files Premium tier is required because NFS v4.1 is only supported on Premium Files. NFS v4.1 provides POSIX-compliant permissions and concurrent access. To survive a zone failure, Zone-Redundant Storage (ZRS) must be used.
Standard tier does not support NFS, and LRS does not survive zone failure.
2
Evaluate the database transaction log store requirements: 15,00015,000 IOPS, 300 MB/s300\text{ MB/s} throughput, low latency, and cross-zone VM failover without application-level replication.
Premium SSD managed disks support ZRS and easily achieve the required performance (up to 20,000 IOPS and 900 MB/s throughput depending on size). By configuring ZRS, the disk is replicated across zones, allowing a database VM in another zone to attach to the same disk during failover.
Standard HDD lacks the performance capacity for transaction logs, and LRS would prevent attaching the disk in a different availability zone.
3
Evaluate the secure external access requirements: 2-hour duration, instant revocation without rotating primary/secondary storage account keys.
Define a stored access policy on the container, and generate a SAS token linked to this policy. To revoke access immediately, the stored access policy can be deleted or modified.
Ad-hoc SAS tokens cannot be revoked individually without key rotation, which affects all users of the storage account.

Anahtar Kavram

Designing high-performance, resilient, and secure storage in Azure using Azure Files Premium, ZRS managed disks, and SAS tokens with stored access policies.
Soru 872Soru

An architect is designing a globally distributed telemetry ingestion system for a fleet of 100,000100,000 autonomous transport vehicles. The solution uses Azure Cosmos DB for NoSQL and replicates data across East US, West Europe, and East Asia to support local writes (multi-region writes enabled). The workload consists of 80%80\% writes and 20%20\% reads, aiming for a 99.999%99.999\% availability SLA for both reads and writes. Large diagnostic payloads must be archived to Azure Blob Storage. You must select a design that:

1. Avoids hot partitions in the Cosmos DB container during high-concurrency periods.
2. Ensures the archived payloads in Blob Storage survive a regional disaster.
3. Provides a secure method to generate SAS tokens for accessing the archives, ensuring they can be revoked instantly if compromised.

Which design configuration should you recommend?

Cevabı ve açıklamayı göster

Cevap: Partition the Azure Cosmos DB container using a synthetic partition key that combines the vehicle ID and the date (vehicleId_date); configure the Azure Blob Storage account to use Geo-redundant storage (GRS) and generate SAS tokens using a stored access policy.

Cevap

Partition the Azure Cosmos DB container using a synthetic partition key that combines the vehicle ID and the date (vehicleId_date); configure the Azure Blob Storage account to use Geo-redundant storage (GRS) and generate SAS tokens using a stored access policy.
The correct configuration uses a high-cardinality synthetic partition key (vehicleId_date) to ensure even distribution of Request Units (RUs) across physical partitions, preventing hot partitions. To survive regional disaster, the storage account must be configured with Geo-redundant storage (GRS). To ensure immediate revocation of SAS tokens, the tokens must be generated using a stored access policy, allowing the policy to be modified or deleted without rotating the master storage account keys.

Adım Adım Çözüm

1
Analyze partition key requirements for Azure Cosmos DB.
Identify that using a low-cardinality key like manufacturing year results in hot partitions. A synthetic key combining vehicle ID and date provides high cardinality and even write distribution.
To satisfy the requirement of avoiding hot partitions under a write-heavy workload.
2
Determine the appropriate Azure Storage redundancy tier.
Eliminate Locally Redundant Storage (LRS) as it cannot survive regional outages. Select Geo-redundant storage (GRS) to replicate data to a secondary region.
To satisfy the requirement that archived payloads must survive a regional disaster.
3
Design the SAS token lifecycle management policy.
Reject long-lived ad-hoc SAS tokens. Select SAS tokens bound to a stored access policy.
To ensure that SAS tokens can be revoked immediately (by deleting or modifying the stored access policy) without rotating the account keys.

Anahtar Kavram

Designing a resilient, secure NoSQL and storage architecture using synthetic partition keys, geo-redundant storage tiers, and stored access policies for access token management.
Soru 873Soru

You are designing access control for an Azure Storage account. You need to grant a team of five support engineers read access to a specific blob container. You want to minimize administrative overhead and follow the principle of least privilege.

How should you assign the required permissions?

Cevabı ve açıklamayı göster

Cevap: Assign the Storage Blob Data Reader role to a Microsoft Entra ID group that contains the support engineers.

Cevap

Assign the Storage Blob Data Reader role to a Microsoft Entra ID group that contains the support engineers.
Assigning RBAC roles to Microsoft Entra ID groups instead of individual users simplifies administration, reduces overhead, and aligns with security best practices for resource access.

Adım Adım Çözüm

1
Identify the resource scope and the required level of access (read access to a specific blob container).
Determine that the Storage Blob Data Reader role provides the correct level of read-only access.
Aligns with the principle of least privilege.
2
Select the best practice for identity and access management.
Use a Microsoft Entra ID group to manage permissions collectively rather than assigning roles to individual user accounts.
Minimizes administrative overhead and follows scalable governance guidelines.

Anahtar Kavram

Azure RBAC group-based access control for storage accounts
Soru 874Soru

An enterprise has a single-tenant Azure environment structured under a root Management Group named Contoso-Root. You are designing a subscription governance and access control solution for two groups of users:

1. Auditors: Must have read-only access to all resources and security logs across all current and future subscriptions under the Contoso-Root hierarchy. This access must be restricted to active audit periods, requiring multi-factor authentication (MFA) and administrative approval for each activation.
2. Operations Team: Must be able to restart virtual machines and modify web application settings within a resource group named Prod-RG-01. They must be prevented from modifying any virtual network configurations or deleting network security groups (NSGs) within the resource group.

Which two configurations should you include in the design to meet the requirements while minimizing administrative overhead and adhering to the principle of least privilege?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Create a Microsoft Entra security group for the auditors, and configure an eligible assignment for the Reader and Security Reader roles at the Contoso-Root management group level using Microsoft Entra Privileged Identity Management (PIM).; Define a custom Azure RBAC role for the Operations team with Microsoft.Compute/virtualMachines/* and Microsoft.Web/sites/* in actions, and assign it to an Operations Microsoft Entra security group at the Prod-RG-01 resource group scope.

Cevap

Create a Microsoft Entra security group for the auditors, configure eligible Reader and Security Reader roles at the management group level using PIM, and define a custom Azure RBAC role for the Operations team with VM and Web App permissions assigned at the resource group scope to a group.
To govern access for the Auditors across all subscriptions, role assignments must be configured at the management group level to leverage scope inheritance. Utilizing Microsoft Entra Privileged Identity Management (PIM) with eligible assignments guarantees that access is just-in-time, multi-factor authenticated, and approved. For the Operations team, creating a custom RBAC role with permissions restricted to compute and web sites, and scoping the assignment to the specific resource group, satisfies the principle of least privilege. Because no network permissions are granted, the operations team is effectively blocked from altering networks or deleting network security groups.

Adım Adım Çözüm

1
Determine the scope and delegation model for the Auditors.
Using the root management group scope ensures permission inheritance to all current and future subscriptions.
This avoids having to manually assign permissions every time a new subscription is created.
2
Select the correct role activation method for the Auditors.
Configure Microsoft Entra PIM with eligible assignments requiring MFA and approval.
This satisfies the security requirement that the access must not be permanent and must require authorization.
3
Define the access control and role structure for the Operations team.
Create a custom RBAC role containing only the necessary compute and web actions, scope it to the target resource group, and assign it to a security group.
This adheres to the principle of least privilege by not granting network permissions, thereby preventing network modifications.

Anahtar Kavram

Azure RBAC delegation and subscription governance using Management Groups, Custom Roles, and Privileged Identity Management (PIM).
Soru 875Soru

You are designing the security and access control architecture for an Azure Storage account named clinicaldata that contains proprietary research datasets. The solution must satisfy the following requirements:
- Internal researchers must only be granted access to the data during active project phases, which typically last up to 90 days. They must not have permanent standing permissions.
- Permissions for the internal researchers must be managed collectively to minimize administrative overhead.
- An external third-party analysis tool requires write access to a specific container for the same 90-day period. The tool does not support Microsoft Entra ID authentication.
- Access for the third-party tool must be easily revoked if a security compromise is suspected, without rotating the storage account keys and without affecting other workloads.

Which access control configuration should you recommend to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Assign researchers to a Microsoft Entra ID security group configured with an eligible role assignment in Privileged Identity Management (PIM) for the Storage Blob Data Reader role. For the third-party tool, generate a Service Shared Access Signature (SAS) token associated with a Stored Access Policy.

Cevap

Assign researchers to a Microsoft Entra ID security group configured with an eligible role assignment in Privileged Identity Management (PIM) for the Storage Blob Data Reader role. For the third-party tool, generate a Service Shared Access Signature (SAS) token associated with a Stored Access Policy.
The correct design utilizes a Microsoft Entra ID security group to simplify administration, combined with Privileged Identity Management (PIM) eligible role assignments to ensure researchers do not have permanent standing access. For the third-party tool that cannot authenticate using Entra ID, a Service Shared Access Signature (SAS) token associated with a Stored Access Policy is the best approach. The Stored Access Policy allows administrators to revoke the SAS token immediately by deleting or modifying the policy, without needing to rotate the storage account keys.

Adım Adım Çözüm

1
Configure administrative access for internal users.
Create a Microsoft Entra ID security group and assign researchers to it. Then, configure Privileged Identity Management (PIM) with an eligible assignment to the Storage Blob Data Reader role.
Using security groups reduces administrative overhead. Configuring the role as eligible in PIM ensures that researchers only activate the role when needed and that permissions automatically expire after the active phase, preventing standing access.
2
Configure access for the external third-party analysis tool.
Establish a Stored Access Policy on the target container, and then generate a Service Shared Access Signature (SAS) token associated with that policy.
Because the third-party tool does not support Entra ID, a SAS token is required. Associating it with a Stored Access Policy allows administrators to revoke access instantly by deleting or modifying the policy, bypassing the need to rotate the storage account keys.

Anahtar Kavram

Implementing least privilege, just-in-time access, and revocable delegation for Azure Storage.
Soru 876Soru

A logistics company stores shipment logs in an Azure Blob Storage container. You need to grant an external auditor temporary read-only access to this container. The access must expire automatically after 24 hours, and you must have the ability to revoke the access immediately if a security policy is violated. Which security control should you implement to meet the requirements?

Cevabı ve açıklamayı göster

Cevap: A service Shared Access Signature (SAS) token associated with a stored access policy on the container

Cevap

A service Shared Access Signature (SAS) token associated with a stored access policy on the container
The correct option is to use a service SAS token associated with a stored access policy. A stored access policy provides the ability to change the constraints of a SAS token after it has been issued, including the ability to revoke the token immediately by deleting the policy or changing its expiration time, without affecting other tokens or requiring a storage account key rotation.

Adım Adım Çözüm

1
Define a stored access policy on the Azure Blob Storage container with read-only permissions and a 24-hour expiration window.
An access policy is established on the container, allowing granular control over SAS tokens linked to it.
Linking the SAS token to a stored access policy is required to enable instant revocation by modifying or deleting the policy.
2
Generate a service SAS token referencing the newly created stored access policy.
A SAS token is generated that inherits its parameters, including permission and lifetime constraints, from the stored access policy.
This ensures that the token cannot bypass the limits set by the policy and can be revoked instantly.
3
Provide the SAS token to the external auditor.
The auditor can access the container for up to 24 hours, and access can be revoked at any time by updating the stored access policy.
This satisfies the requirements for temporary, auto-expiring, and instantly revocable access with minimal administrative overhead.

Anahtar Kavram

Stored Access Policies allow management and immediate revocation of Shared Access Signature (SAS) tokens without rotating storage account keys.
Soru 877Soru

A multinational financial services enterprise is designing a privileged access governance and identity protection strategy for its Azure tenant. The design must satisfy the following administrative and security requirements:
- System administrators must only be granted the User Access Administrator and Contributor roles on an as-needed basis for troubleshooting subscription-level issues, with all sessions automatically expiring after a maximum of 4 hours.
- In the event of a tenant-wide identity outage or Conditional Access misconfiguration, administrators must be able to log in using emergency break-glass accounts without being blocked by multi-factor authentication (MFA) requirements.
Which two of the following configurations should you include in the identity and governance design?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Configure Microsoft Entra Privileged Identity Management (PIM) for subscription roles, assigning the User Access Administrator and Contributor roles as eligible to an Entra ID security group containing the system administrators.; Exclude the emergency break-glass accounts from all Microsoft Entra Conditional Access policies that enforce multi-factor authentication (MFA).

Cevap

Configure Microsoft Entra Privileged Identity Management (PIM) for subscription roles, assigning the User Access Administrator and Contributor roles as eligible to an Entra ID security group containing the system administrators; and exclude the emergency break-glass accounts from all Microsoft Entra Conditional Access policies that enforce multi-factor authentication (MFA).
To satisfy the requirement of granting subscription-level admin roles on an as-needed basis with a 4-hour limit, the design must use Microsoft Entra Privileged Identity Management (PIM) with eligible role assignments targeting a security group containing the system administrators. To satisfy the emergency access requirement, the break-glass accounts must be excluded from all Conditional Access policies enforcing MFA, ensuring they can be used to log in and resolve issues during an identity service outage or policy misconfiguration.

Adım Adım Çözüm

1
Evaluate the requirement for just-in-time (JIT) administrative access with a 4-hour expiration limit.
Identify that Microsoft Entra Privileged Identity Management (PIM) with eligible assignments is required to enforce dynamic activation and time-bound access, and that these assignments should target an Entra ID security group containing the administrators rather than individual accounts.
This enforces scale and follows the Azure administrative best practice of group-based delegation combined with JIT.
2
Evaluate the requirement for emergency access during tenant outages or Conditional Access misconfigurations.
Identify that emergency break-glass accounts must be explicitly excluded from any Conditional Access policies that enforce multi-factor authentication.
If an outage affects the MFA service or if a misconfigured policy blocks all standard access, the excluded break-glass accounts can still sign in to restore access.

Anahtar Kavram

Microsoft Entra Privileged Identity Management (PIM) eligible group assignments combined with Conditional Access exclusions for emergency break-glass accounts.
Soru 878Soru

An enterprise is designing a new data analytics platform in Azure to process and analyze telemetry data from global manufacturing plants. The platform must meet the following requirements:
- Ingest raw telemetry data at an ingestion rate of up to 8 GB/sec8\text{ GB/sec} with sub-second ingestion latency, resulting in an expected daily volume of 150 TB150\text{ TB}.
- Store raw data in an Azure Data Lake Storage Gen2 (ADLS Gen2) account.
- Enable data analysts to perform exploratory ad-hoc queries on raw files (CSV and Parquet) with a target query latency of under 10 seconds10\text{ seconds} for small datasets, using a serverless model to minimize operational overhead and costs.
- Provide a persistent, centralized enterprise data warehouse for complex analytical queries on historical data (volume exceeding 5 PB5\text{ PB}), supporting clustered columnstore indexes and massive parallel processing (MPP) with sub-minute query latency.
- Ensure that both the storage and analytical layers survive a primary regional outage.
- Dynamically authorize access to raw files without exposing long-lived access keys or connection strings.

Which three solutions should you recommend to meet these requirements? (Select three.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Use Azure Synapse serverless SQL pools to perform ad-hoc exploratory queries on the raw Parquet and CSV files in ADLS Gen2.; Deploy Azure Synapse dedicated SQL pools to serve as the enterprise data warehouse, configuring geo-redundant backups for regional disaster recovery.; Implement Microsoft Entra ID authentication combined with Azure RBAC to secure access to the ADLS Gen2 storage account.

Cevap

Use Azure Synapse serverless SQL pools for ad-hoc exploratory queries, provision Azure Synapse dedicated SQL pools for the historical data warehouse with geo-redundant backups, and implement Microsoft Entra ID authentication with Azure RBAC to secure the ADLS Gen2 storage account.
To meet the requirements, serverless SQL pools in Azure Synapse Analytics should be used for ad-hoc, exploratory queries on ADLS Gen2 files, as they operate on a pay-per-query model without provisioned resources. Dedicated SQL pools should be used for the central historical data warehouse because they support large-scale relational schemas, clustered columnstore indexes, and massive parallel processing. Access should be secured via Microsoft Entra ID authentication and Azure RBAC to avoid using static, long-lived access keys or token credentials.

Adım Adım Çözüm

1
Evaluate the ingestion rate and data volume requirements to select storage.
Confirm Azure Data Lake Storage Gen2 (ADLS Gen2) can handle the 8 GB/sec8\text{ GB/sec} velocity and 150 TB150\text{ TB} daily volume when properly structured.
ADLS Gen2 is the standard analytical storage layer in Azure supporting hierarchical namespaces and high-throughput workloads.
2
Determine the query model for ad-hoc exploratory queries.
Select Azure Synapse serverless SQL pools to query Parquet and CSV files directly from ADLS Gen2.
This satisfies the requirement for ad-hoc exploratory queries with no persistent compute costs and a latency target of under 10 seconds10\text{ seconds} without provisioning dedicated resources.
3
Determine the query model for the historical enterprise data warehouse.
Select Azure Synapse dedicated SQL pools with geo-redundant backups.
This meets the requirement for a persistent relational data warehouse exceeding 5 PB5\text{ PB} with support for clustered columnstore indexes, MPP, and regional resilience.
4
Design the security model for ADLS Gen2 data access.
Use Microsoft Entra ID authentication and Azure RBAC.
This eliminates the need for long-lived shared access signatures or storage keys, providing dynamic, identity-based authorization.

Anahtar Kavram

Designing integrated Azure analytical storage and query solutions using serverless and dedicated resources with proper security and resiliency.
Soru 879Soru

A manufacturing enterprise is migrating its on-premises SQL Server environment to Azure. The migration includes two databases with the following requirements:

* Database_Prod: A transaction processing system that requires SQL Server Agent for scheduling local ETL jobs, cross-database queries, and common language runtime (CLR) integration. The database must survive a primary datacenter outage within the chosen Azure region.
* Database_Archive: A legacy database that stores historical telemetry data. It requires the use of SQL Server FILESTREAM to store unstructured files, requires the installation of custom security agents directly on the hosting operating system, and requires sub-millisecond disk write latency for transaction logs.

Which two Azure SQL options should you recommend to meet the requirements? (Select two.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Azure SQL Managed Instance configured with zone-redundant backup storage for Database_Prod; SQL Server on Azure Virtual Machines using Premium SSD storage for Database_Archive

Cevap

Azure SQL Managed Instance configured with zone-redundant backup storage for Database_Prod, and SQL Server on Azure Virtual Machines using Premium SSD storage for Database_Archive.
The correct recommendations are Azure SQL Managed Instance with zone-redundant backup storage for the production database, and SQL Server on Azure Virtual Machines with Premium SSD storage for the archive database. Azure SQL Managed Instance provides full compatibility with SQL Server Agent, CLR, and cross-database queries while offering high availability and zone-redundant backup storage options to survive a datacenter outage. SQL Server on Azure Virtual Machines is the only deployment option that supports the FILESTREAM feature, grants full OS access to install custom security agents, and allows configuring Premium SSD storage to achieve sub-millisecond write latency for transaction logs.

Adım Adım Çözüm

1
Analyze the legacy features and redundancy requirements of Database_Prod.
Database_Prod requires SQL Server Agent, cross-database queries, and CLR. It also must survive a primary datacenter outage.
These application features rule out Azure SQL Database single database or elastic pools, pointing to Azure SQL Managed Instance. To survive a datacenter outage, zone-redundant storage is required instead of locally-redundant storage.
2
Analyze the legacy features, administrative access, and storage performance requirements of Database_Archive.
Database_Archive requires SQL Server FILESTREAM, OS-level security agent installation, and sub-millisecond write latency.
FILESTREAM and OS-level administration are not supported in PaaS offerings like Azure SQL Database or Azure SQL Managed Instance, making SQL Server on Azure VMs the only viable option. Sub-millisecond transaction log latency requires Premium SSD or Ultra Disk instead of Standard HDD.
3
Combine the recommended deployment patterns for both databases.
Select Azure SQL Managed Instance with zone-redundant storage for the production database, and SQL Server on Azure VMs with Premium SSD for the archive database.
This configuration satisfies all technical features, administrative restrictions, recovery objectives, and performance constraints.

Anahtar Kavram

Evaluating database deployment models in Azure SQL based on feature compatibility (SQL Agent, CLR, FILESTREAM), OS-level access, storage performance, and zone-redundancy requirements.
Soru 880Soru

An organization is designing a security and identity infrastructure solution using Microsoft Entra ID. Match each organization's technical or security requirement to the most appropriate Microsoft Entra ID authentication method or Conditional Access feature.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

A manufacturing company needs a hybrid identity solution that minimizes on-premises infrastructure and ensures users can authenticate to cloud services even during an on-premises network outage.
A financial services firm must ensure that remote employees using unmanaged personal devices can access web-based email but are blocked from downloading attachments.
A regulated utility provider requires that all user password validations occur directly against their local Active Directory domain controllers in real-time to immediately honor disabled accounts.
A technology startup wants to block sign-in attempts to the Azure portal if they originate from anonymous IP addresses or exhibit anomalous travel patterns.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Matching pairs: Left Item 1 to Password Hash Synchronization (PHS); Left Item 2 to Conditional Access session controls with App Enforced Restrictions; Left Item 3 to Pass-through Authentication (PTA); Left Item 4 to Conditional Access risk-based policies using Sign-in Risk.
The correct pairings map the hybrid authentication methods (PHS and PTA) to their correct operational requirements (PHS for offline capability, PTA for real-time local AD validation), and map the Conditional Access features to their correct use cases (App Enforced Restrictions for web-only limiting on personal devices, and Sign-in Risk for blocking anomalous connection events).

Adım Adım Çözüm

1
Analyze Left Item 1 (manufacturing company). The key requirement is resilience to on-premises network outages and minimal on-premises infrastructure.
This requires Password Hash Synchronization (PHS) because it is the only hybrid option that performs authentication entirely in the cloud, removing dependency on on-premises domain controllers and network paths.
PTA and Active Directory Federation Services (AD FS) require live connections to on-premises resources to complete authentications, making them vulnerable to local outages.
2
Analyze Left Item 2 (financial services firm). The requirement is to restrict user actions (blocking downloads) within application sessions based on device compliance state.
This matches Conditional Access session controls using App Enforced Restrictions.
Standard grant controls only block or allow access, whereas session controls allow fine-grained access limits like blocking downloads or copy-paste on unmanaged devices.
3
Analyze Left Item 3 (utility provider). The requirements are real-time validation against local domain controllers to immediately honor account disable status, without hosting password hashes in Microsoft Entra ID.
This points to Pass-through Authentication (PTA).
PTA validates passwords directly against on-premises Active Directory in real-time. Unlike PHS, it does not require password hashes to be kept in the cloud, and unlike AD FS, it does not require complex federation infrastructure.
4
Analyze Left Item 4 (technology startup). The requirement is to evaluate anomalous behavior associated with the login event itself (such as impossible travel or anonymous IPs).
This matches Conditional Access risk-based policies targeting Sign-in Risk.
Sign-in Risk represents the probability that a specific sign-in request is compromised (e.g., anonymous IP, impossible travel), whereas User Risk represents the probability that the identity itself is compromised (e.g., leaked credentials).

Anahtar Kavram

Selecting and configuring hybrid authentication methods (PHS vs. PTA) and designing Conditional Access policies using session controls and risk-based conditions.
Tahmini Süre:3m 0s
ÖncekiSayfa 44 / 60Sonraki