Tüm alıştırma soruları

1198 soru

Soru 161Soru

An organization is deploying a high-performance computing (HPC) application on Azure Linux Virtual Machines. The application requires a shared storage volume that supports the NFS v4.1 protocol and POSIX-compliant file system permissions. The storage must survive a zone failure within the primary Azure region while maintaining sub-millisecond latency. Which Azure storage configuration should you design to meet these requirements?

Cevabı ve açıklamayı göster

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

Cevap

Premium Azure Files configured with Zone-Redundant Storage (ZRS)
Premium Azure Files configured with Zone-Redundant Storage (ZRS) is the correct choice because it natively supports NFS v4.1, offers the necessary low latency for HPC workloads, and replicates data across three separate availability zones within the primary region to ensure service continuity during a zone failure.

Adım Adım Çözüm

1
Identify the protocol and filesystem requirements.
The application requires NFS v4.1 and POSIX-compliant permissions, which are supported by Premium Azure Files and Azure Blob Storage (with NFS v4.1 enabled). Standard Azure Files is ruled out as it does not support NFS v4.1.
NFS v4.1 support in Azure Files is exclusive to the Premium tier.
2
Evaluate the resiliency requirement.
The storage must survive a zone failure within the primary region, which necessitates Zone-Redundant Storage (ZRS). Locally Redundant Storage (LRS) options are ruled out because they only replicate data within a single datacenter.
ZRS replicates data synchronously across three availability zones in the primary region.
3
Select the option that meets all performance, protocol, and redundancy requirements.
Premium Azure Files with ZRS provides NFS v4.1 support, sub-millisecond/single-digit millisecond latency, and zone-redundant resiliency.
This configuration satisfies all technical constraints without introducing operational overhead.

Anahtar Kavram

Selecting Azure Files tiers and redundancy configurations based on protocol, latency, and high availability requirements.
Tahmini Süre:1m 30s
Soru 162Soru

A healthcare provider is designing the database infrastructure for a new reporting application. The database has the following requirements:
- Must run scheduled data aggregation tasks using SQL Server Agent.
- Requires SQL Server Common Language Runtime (CLR) integration.
- The database administration team must not be responsible for operating system patching, updates, or virtual machine management.

Which database service should you recommend?

Cevabı ve açıklamayı göster

Cevap: Azure SQL Managed Instance

Cevap

Azure SQL Managed Instance
Azure SQL Managed Instance is a fully managed PaaS database engine that provides near 100% compatibility with the latest SQL Server Enterprise Edition. It supports instance-scoped features such as SQL Server Agent and CLR integration, while completely abstracting the underlying operating system and virtual machines. Microsoft automatically handles OS patching, updates, and software backups, satisfying all of the client's design constraints.

Adım Adım Çözüm

1
Evaluate the database feature requirements.
SQL Server Agent and SQL Server CLR integration are instance-level features, which narrows the choices down to SQL Server on Azure Virtual Machines and Azure SQL Managed Instance.
Azure SQL Database (both single database and elastic pools) does not support native SQL Server Agent or CLR integration.
2
Evaluate the operational management requirements.
The requirement states that the administration team must not be responsible for OS patching, updates, or VM management. This eliminates SQL Server on Azure Virtual Machines.
SQL Server on Azure Virtual Machines is an Infrastructure-as-a-Service (IaaS) offering where the customer is responsible for maintaining the OS, applying patches, and configuring backups.
3
Select the service that meets all criteria.
Azure SQL Managed Instance is a fully managed Platform-as-a-Service (PaaS) that supports instance-level features like SQL Server Agent and CLR while Microsoft manages the underlying OS, patching, and backups.
This fully satisfies both the feature compatibility and managed service operational constraints.

Anahtar Kavram

Selecting the appropriate Azure SQL relational database service tier based on legacy feature compatibility and operational overhead requirements.
Tahmini Süre:1m 30s
Soru 163Soru

A multinational retail chain is transitioning its legacy supply chain management platform to Microsoft Azure. The current platform relies on a SQL Server environment hosting three interconnected databases. These databases execute frequent cross-database updates using three-part object names (e.g., querying 'InventoryDB.dbo.Stock' from the 'SalesDB' database). Additionally, the system runs native SQL Server Agent jobs for nightly inventory reconciliation.

The target Azure architecture must satisfy the following constraints:
- Maintain native support for SQL Server Agent and three-part naming without refactoring the application code.
- Eliminate host operating system maintenance, engine patching, and database backup infrastructure management.
- Deliver sub-millisecond write latency specifically for database transaction logs to support high-throughput checkout events.
- Provide a read-only endpoint replica to offload heavy reporting queries from the primary transactional node.
- Protect all automated database backups against the loss of a primary datacenter.

Which Azure SQL deployment option should you recommend?

Cevabı ve açıklamayı göster

Cevap: Azure SQL Managed Instance (Business Critical tier)

Cevap

Azure SQL Managed Instance (Business Critical tier)
Azure SQL Managed Instance (Business Critical tier) is the ideal solution because it is a fully managed Platform as a Service (PaaS) offering that minimizes OS administration and database backup overhead. It provides full compatibility with SQL Server instance-level features, enabling native SQL Server Agent jobs and cross-database queries using three-part naming conventions. The Business Critical tier uses local SSD storage to ensure sub-millisecond write latencies for transaction logs, includes a built-in read-only replica for read-scale out, and supports geo-redundant or zone-redundant storage for backups to survive regional outages.

Adım Adım Çözüm

1
Analyze the application architectural and compatibility requirements.
The requirement for SQL Server Agent and native cross-database queries using three-part naming identifies that the destination database service must support instance-scoped features.
Azure SQL Database Single Database and Elastic Pools do not natively support these features, pointing towards either Azure SQL Managed Instance or SQL Server on Azure VMs.
2
Evaluate the management and administrative overhead constraint.
The requirement to minimize ongoing administrative overhead (such as patching and backups) dictates choosing a Platform as a Service (PaaS) solution.
SQL Server on Azure VMs is an Infrastructure as a Service (IaaS) solution, which places the burden of OS updates, database patching, and backups on the administrator. This leaves Azure SQL Managed Instance as the remaining candidate.
3
Evaluate storage latency, read-scale out, and redundancy requirements.
Sub-millisecond log write latency, native read-scale out, and datacenter-outage resilience point to the Business Critical tier of SQL Managed Instance configured with geo-redundant or zone-redundant storage.
The General Purpose tier does not support read-scale out and utilizes remote storage, which does not guarantee the required sub-millisecond log write performance. Backups must be configured with GRS or ZRS rather than LRS to survive a datacenter outage.

Anahtar Kavram

Selecting the appropriate Azure SQL deployment option and tier based on feature compatibility, management overhead, performance, and disaster recovery requirements.
Soru 164Soru

A manufacturing company is planning the migration of two on-premises databases to Azure. The migration requirements for each database are as follows:

* **Database 11 (Operations)**: Requires native SQL Server Agent for scheduling jobs, cross-database queries to databases on the same server, and support for Common Language Runtime (CLR) modules.
* **Database 22 (Telemetry)**: Requires storage that can scale up to 12 TB12\text{ TB}. The database experiences high-frequency write operations, and backups must finish in less than 15 minutes15\text{ minutes} without impacting application performance.

Which two database solutions 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 SQL Managed Instance for Database 11; Azure SQL Database Hyperscale for Database 22

Cevap

Azure SQL Managed Instance for Database 1 and Azure SQL Database Hyperscale for Database 2
Azure SQL Managed Instance is the correct recommendation for Database 11 because it provides near 100% compatibility with the SQL Server database engine, including native support for instance-level features like SQL Server Agent, cross-database queries, and CLR. Azure SQL Database Hyperscale is the correct recommendation for Database 22 because it supports up to 100 TB100\text{ TB} of database storage and utilizes a unique log-structured storage architecture to perform snapshots for backups in minutes, regardless of the database size.

Adım Adım Çözüm

1
Analyze Database 11 requirements
Identify that Database 11 requires instance-scoped features: native SQL Server Agent, cross-database queries, and CLR support.
These legacy features require Azure SQL Managed Instance, as they are not supported natively in Azure SQL Database single databases or elastic pools.
2
Analyze Database 22 requirements
Identify that Database 22 requires 12 TB12\text{ TB} of storage and fast, low-impact backups (under 15 minutes15\text{ minutes}).
Azure SQL Database Hyperscale is the only fully managed relational database service that scales to 100 TB100\text{ TB} and utilizes a cloud-native decoupled architecture to perform instantaneous backups via storage snapshots.

Anahtar Kavram

Choosing Azure SQL database deployment options based on legacy instance-level feature compatibility and high-scale storage performance requirements.
Soru 165Soru

You are designing a storage solution for database backup files in Azure. The solution must meet the following requirements:

* Ensure the backup files remain available if a single datacenter within the primary Azure region experiences an outage.
* Minimize storage costs.
* Provide sub-second retrieval times for the backups.

Which two configurations should you select for the storage account? (Choose two.)

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

Cevabı ve açıklamayı göster

Cevap: Zone-redundant storage (ZRS); Cool access tier

Cevap

Zone-redundant storage (ZRS) and Cool access tier
To survive a single datacenter outage while minimizing costs, the storage account must be configured with Zone-redundant storage (ZRS). To store infrequently accessed backup files cost-effectively with sub-second retrieval capability, the Cool access tier must be selected.

Adım Adım Çözüm

1
Determine the required redundancy option based on availability requirements.
Since the backups must survive a single datacenter outage within the region, Zone-redundant storage (ZRS) is required. Locally-redundant storage (LRS) does not provide this protection.
ZRS replicates data across three separate availability zones within a region to safeguard against datacenter failures.
2
Determine the appropriate access tier based on cost and latency requirements.
Cool tier is the optimal choice because it is cost-effective for backup data and provides sub-second latency. Archive tier is incorrect because it has high rehydration latency.
To meet the sub-second retrieval requirement while minimizing costs for infrequently accessed data, the Cool tier is ideal.

Anahtar Kavram

Selecting Azure storage redundancy and access tiers based on availability, cost, and latency requirements.
Soru 166Soru

An organization is designing the storage architecture for a new multi-tier financial analytics solution in Azure. The solution has the following design requirements:

* Database logs: The transactional database tier requires a dedicated disk for write-intensive logs. The disk must support up to 80,00080,000 IOPS and sub-millisecond write latency. The logs must survive local hardware failures within a single datacenter, but do not require zone-wide protection.
* Profile images: The web tier requires shared storage for user-uploaded profile images. The storage must survive a zone-wide datacenter outage. Access URLs must be valid for 66 months, and the security team must be able to immediately revoke access to all active URLs in the event of a security breach.
* Audit logs: The compliance tier requires archiving audit logs for 77 years. The audit logs must be immediately readable with sub-second latency when queried, though they are rarely accessed.

Which combination of storage configurations and features should you recommend?

Cevabı ve açıklamayı göster

Cevap: Database logs: A Premium SSD v2 disk configured with Locally Redundant Storage (LRS). Profile images: Azure Blob storage configured with Zone-Redundant Storage (ZRS), using a Service Shared Access Signature (SAS) associated with a Stored Access Policy. Audit logs: Azure Blob storage configured with a lifecycle management policy that moves data to the Cool tier.

Cevap

The configuration recommending a Premium SSD v2 disk with Locally Redundant Storage (LRS) for database logs, Azure Blob storage with Zone-Redundant Storage (ZRS) using a Service SAS linked to a Stored Access Policy for profile images, and Azure Blob storage with a lifecycle policy moving data to the Cool tier for audit logs.
The configuration recommending a Premium SSD v2 disk with Locally Redundant Storage (LRS) for database logs, Azure Blob storage with Zone-Redundant Storage (ZRS) using a Service SAS linked to a Stored Access Policy for profile images, and Azure Blob storage with a lifecycle policy moving data to the Cool tier for audit logs correctly satisfies all constraints. Premium SSD v2 provides the required performance (80,00080,000 IOPS) and sub-millisecond latencies, ZRS protects the web images from zone-wide datacenter failures, the Stored Access Policy enables immediate token revocation, and the Cool tier provides cost-effective storage while keeping data immediately readable.

Adım Adım Çözüm

1
Evaluate the database log storage requirements.
Determine that the transactional logs require a performance tier capable of 80,00080,000 IOPS and sub-millisecond latency (which rules out Standard SSD/HDD and Premium SSD v1, leaving Premium SSD v2 or Ultra Disk). Since it only needs to survive local hardware failures, LRS is the cost-effective and compliant choice.
Premium SSD v2 supports up to 80,00080,000 IOPS and has sub-millisecond latencies, whereas Standard SSDs are limited to much lower IOPS.
2
Evaluate the web tier profile image storage requirements.
Determine that surviving a zone outage requires Zone-Redundant Storage (ZRS). To allow the security team to immediately revoke SAS access URLs without key rotation, the SAS must be a Service SAS associated with a Stored Access Policy.
Stored Access Policies allow changing the expiry time or deleting the policy entirely to invalidate all tokens referencing it. Ad-hoc SAS tokens cannot be revoked unless the storage account key is rotated.
3
Evaluate the compliance tier audit log storage requirements.
Identify that although the logs are rarely accessed (making them candidates for a cooler tier), they must remain immediately readable with sub-second retrieval latency. Move them to the Cool tier rather than the Archive tier.
The Archive tier requires a rehydration process that takes hours, which violates the requirement for sub-second query latency.

Anahtar Kavram

Selecting Azure disk types, redundancy configurations, and access policies to balance performance, zone-resilience, cost-tiering, and security constraints.
Soru 167Soru

A fintech company is designing a privileged access and governance model to secure their Azure subscriptions and comply with regulatory requirements. The model must satisfy the following requirements:
- Developers require temporary, just-in-time (JIT) access to the Contributor role on subscriptions for troubleshooting, with a maximum duration of 4 hours.
- The administrative overhead for managing user-to-role mappings must be minimized.
- Access paths must be fully auditable.

Which of the following actions should you recommend to meet these requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: Assign the Contributor role to a Microsoft Entra ID security group as an eligible assignment in Privileged Identity Management (PIM) for Azure resources.; Require developers to activate the eligible subscription role by completing a multi-factor authentication (MFA) challenge during the PIM activation process.

Cevap

The correct recommendations are to assign the Contributor role to a Microsoft Entra ID security group as an eligible assignment in Privileged Identity Management (PIM) for Azure resources, and to require developers to activate the eligible subscription role by completing a multi-factor authentication challenge during PIM activation.
The correct configuration uses Microsoft Entra security groups mapped to eligible PIM assignments for Azure resources, which allows group-based governance and minimizes administrative overhead. Requiring multi-factor authentication during role activation ensures that the identity is verified prior to granting Contributor access, fulfilling security requirements.

Adım Adım Çözüm

1
Analyze the requirement for just-in-time (JIT) administrative access.
PIM eligible assignments are identified as the solution for JIT, whereas permanently active assignments are ruled out.
Permanently active assignments violate the JIT principle of least privilege.
2
Analyze the requirement to minimize administrative overhead.
Group-based role assignment is preferred over direct user assignment.
Direct user role assignments scale poorly and increase administrative overhead compared to managing group memberships.
3
Evaluate the need for secure, auditable privilege escalation.
Requiring MFA upon PIM role activation is selected.
Adding MFA verification during role activation secures the identity at the exact moment privileged access is requested.

Anahtar Kavram

Privileged Identity Management (PIM) eligible assignments combined with group-based RBAC roles provide scalable JIT access with strong authentication verification.
Soru 168Soru

An organization is designing a governance strategy for its Azure subscriptions. The strategy must satisfy the following compliance requirements:
- Automatically deploy a diagnostic setting to any newly created Azure Key Vault if it is missing, without blocking the creation of the Key Vault itself.
- Block the creation of virtual networks that do not comply with corporate IP address space allocations.

Which of the following Azure Policy effects should you include in the design? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: DeployIfNotExists for the Key Vault diagnostic settings requirement; Deny for the non-compliant virtual networks requirement

Cevap

DeployIfNotExists for the Key Vault diagnostic settings requirement, and Deny for the non-compliant virtual networks requirement
The correct options are DeployIfNotExists for the Key Vault diagnostic settings requirement, and Deny for the non-compliant virtual networks requirement. DeployIfNotExists allows the parent resource (Key Vault) to be created, and then automatically deploys the missing child resource (diagnostic setting) to satisfy compliance. Deny enforces compliance actively by blocking the creation of virtual networks that violate the IP allocation rules.

Adım Adım Çözüm

1
Analyze the governance requirement for Key Vault diagnostic settings.
The requirement specifies that the setting must be automatically deployed if missing, but Key Vault creation must not be blocked.
This points to a remediation effect rather than a preventative effect. DeployIfNotExists is the correct choice here because it triggers a template deployment of a sub-resource when the main resource is created.
2
Analyze the governance requirement for virtual network configurations.
The requirement specifies that the creation of non-compliant virtual networks must be blocked.
This requires preventative action. Deny is the correct choice because it immediately blocks resource creation that does not comply with policy rules.

Anahtar Kavram

Azure Policy Effects Selection
Soru 169Soru

An enterprise is designing a hybrid and multi-tenant identity solution to integrate their on-premises Active Directory Domain Services (AD DS) forest with Microsoft Entra ID. The solution must support various user populations, access control policies, and authentication methods. Match each business and security requirement on the left to the most appropriate Microsoft Entra identity technology or feature on the right that satisfies it.

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

Öğeler

Authenticate users in Microsoft Entra ID using synced credentials, ensuring sign-in capability even if the on-premises WAN link is offline, and allowing Microsoft Entra ID Protection to identify leaked credentials.
Authenticate users in real-time against on-premises AD DS to enforce local policies and account states, without hosting federation servers in a perimeter network.
Delegate user authentication to an on-premises identity provider to support third-party hardware security modules (HSMs) and smart cards for logging on.
Enable external partners to collaborate by logging in to corporate resources using their own organization's credentials, without managing their lifecycle in the local Active Directory.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

The requirement for offline authentication and leaked credential detection matches Password Hash Synchronization (PHS). The requirement for real-time authentication against local AD DS to enforce policies without federation servers matches Pass-Through Authentication (PTA). The requirement for third-party HSM and smart card authentication matches Active Directory Federation Services (AD FS). The requirement for external partner collaboration using their own corporate credentials matches Microsoft Entra B2B collaboration.
The requirements are matched based on the native capabilities of Microsoft Entra ID hybrid identity models: Password Hash Synchronization (PHS) enables offline sign-in and leaked credential detection; Pass-Through Authentication (PTA) enables real-time local AD DS validation and policy enforcement without federation servers; Active Directory Federation Services (AD FS) supports advanced on-premises authentication requirements like HSMs and smart cards; Microsoft Entra B2B collaboration allows secure external collaboration without managing partner credentials.

Adım Adım Çözüm

1
Analyze the first requirement for offline sign-in capability and leaked credential detection.
Password Hash Sync (PHS) stores password hashes in the cloud, enabling offline authentication and letting Microsoft Entra ID Protection inspect hashes against leaked credentials database.
Only PHS stores a hash of the user's password hash in Microsoft Entra ID, which is a prerequisite for Azure AD Identity Protection's leaked credential detection.
2
Analyze the second requirement for real-time local AD DS validation and enforcing account states/logon hours without federation infrastructure.
Pass-Through Authentication (PTA) fulfills this by using a simple local agent to validate passwords directly against on-premises Domain Controllers, ensuring real-time policy evaluation.
PTA redirects the authentication request to local domain controllers in real-time, enforcing local restrictions without requiring a heavy AD FS infrastructure.
3
Analyze the third requirement for leveraging local HSMs and smart cards for federation-based sign-in.
Active Directory Federation Services (AD FS) redirects users to the on-premises federation endpoints where advanced local authentication methods (like smart cards and HSM integration) are executed.
Federated solutions like AD FS delegate the entire authentication process to the on-premises identity provider, which is required for custom on-premises authentication mechanisms.
4
Analyze the fourth requirement for external partner collaboration using their own credentials.
Microsoft Entra B2B collaboration enables sharing resources with external users who sign in with their own tenant credentials, removing the need for local lifecycle management.
B2B collaboration allows guest users to sign in with their external identity provider (such as another Entra ID tenant, Google, or SAML/WS-Fed IdP).

Anahtar Kavram

Selecting the correct hybrid identity authentication sync method and tenant collaboration mechanism based on business continuity, authentication policies, and multi-tenant requirements.
Tahmini Süre:2m 0s
Soru 170Soru

A company is planning to migrate an on-premises database that supports a mission-critical financial ledger application to Azure. The migration must meet the following requirements:
- Support native SQL Server Agent jobs and cross-database queries between databases on the same database engine instance.
- Provide storage latency of less than 2 milliseconds for database transaction log writes.
- Minimize administrative effort for operating system and database engine patching.
- Provide a read-only replica to offload reporting queries without incurring additional licensing or compute costs.

Which two options should you recommend? (Choose two.)

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

Cevabı ve açıklamayı göster

Cevap: Azure SQL Managed Instance; Business Critical service tier

Cevap

The correct options are Azure SQL Managed Instance and Business Critical service tier.
Azure SQL Managed Instance is the correct deployment option because it provides high compatibility with on-premises SQL Server features (such as SQL Server Agent and cross-database queries) while operating as a fully managed PaaS service that eliminates patching overhead. The Business Critical service tier is the correct tier choice because it leverages local SSD storage to achieve sub-2ms transaction log write latency and includes a built-in read-only replica for offloading read workloads at no additional cost.

Adım Adım Çözüm

1
Analyze the application compatibility requirements for SQL Server Agent and cross-database queries.
Azure SQL Database (Single Database) is ruled out because it lacks native support for SQL Server Agent and cross-database queries.
To avoid refactoring the application, the database platform must natively support these database engine features.
2
Evaluate the administrative overhead constraints.
SQL Server on Azure Virtual Machines is ruled out because it does not minimize administrative effort for OS and database engine patching.
Infrastructure-as-a-service (IaaS) requires the customer to manage OS and SQL Server patching, whereas Platform-as-a-service (PaaS) options automate this.
3
Compare the performance (latency) and cost requirements for read scale-out across the remaining service tiers.
The General Purpose tier is ruled out because it uses remote storage (typical latency 5-10 ms) and does not offer a free, built-in read-only replica. The Business Critical tier is selected because it uses local SSDs (providing sub-2ms transaction log write latency) and includes a free read-only replica.
This satisfies both the sub-2ms transaction log write latency and the requirement to offload reporting queries without incurring extra licensing or compute costs.

Anahtar Kavram

Selecting the appropriate Azure SQL deployment option and service tier based on legacy feature compatibility, management overhead, storage performance, and read-scale requirements.
Soru 171Soru

You are designing an Azure Cosmos DB NoSQL API database to support a global shopping cart service. The database must support a write-heavy workload consisting of 90% writes and 10% reads, provide a 99.999% write availability SLA, and survive a regional outage. You need to recommend a design configuration that prevents hot partitions, meets the SLA, and secures the data access. Which of the following design configurations should you recommend?

Cevabı ve açıklamayı göster

Cevap: Configure the container with a partition key of SessionId and enable multi-region writes.

Cevap

Configure the container with a partition key of SessionId and enable multi-region writes.
The correct configuration uses SessionId as a partition key to distribute write-heavy cart updates evenly across partition resources, preventing hot partitions. Enabling multi-region writes allows write operations to be processed in multiple regions simultaneously, which satisfies the 99.999% write SLA and guarantees resilience to a regional outage.

Adım Adım Çözüm

1
Analyze partition key requirements to avoid hot partitions.
A high-cardinality partition key must be selected.
Choosing a high-cardinality property like SessionId distributes write-heavy workloads evenly across logical partitions, preventing hot partitions.
2
Analyze availability and disaster recovery requirements.
Multi-region writes must be enabled.
To achieve a 99.999% write availability SLA and survive a regional outage, Azure Cosmos DB requires a multi-region configuration with multi-region writes enabled.

Anahtar Kavram

Partition key selection and high-availability configuration in Azure Cosmos DB
Soru 172Soru

An enterprise is designing a subscription governance and access control strategy for a multi-region Azure environment. The environment is organized under a root-level management group containing two child management groups: Production-MG and Development-MG.

The operations team has the following requirements:
1. Security auditors must be able to view the configuration of all resources across all subscriptions under Production-MG at all times.
2. A team of site reliability engineers (SREs) requires temporary administrative permissions on virtual machines inside Production-MG subscriptions only when responding to active incidents.
3. Any virtual machine deployed in Production-MG subscriptions must have Azure Backup configured automatically.
4. Administrative overhead must be minimized, and permissions must adhere to the principle of least privilege.

Which design strategy should you recommend?

Cevabı ve açıklamayı göster

Cevap: Assign the Reader role to a Microsoft Entra security group containing the security auditors at the Production-MG scope. Configure an eligible assignment for a Microsoft Entra security group containing the SREs for the Virtual Machine Contributor role at the Production-MG scope using Privileged Identity Management (PIM). Deploy an Azure Policy with the DeployIfNotExists effect to configure backup for virtual machines.

Cevap

Assign the Reader role to a Microsoft Entra security group containing the security auditors at the Production-MG scope. Configure an eligible assignment for a Microsoft Entra security group containing the SREs for the Virtual Machine Contributor role at the Production-MG scope using Privileged Identity Management (PIM). Deploy an Azure Policy with the DeployIfNotExists effect to configure backup for virtual machines.
The correct strategy uses group-based role assignments to minimize overhead, configures eligible role assignments in Microsoft Entra Privileged Identity Management (PIM) to enforce just-in-time access for SREs, and uses an Azure Policy with the DeployIfNotExists effect to automatically configure backups for new virtual machines.

Adım Adım Çözüm

1
Address the security auditor requirement using group-based RBAC
Create a Microsoft Entra security group for auditors and assign the Reader role to that group at the Production-MG scope.
Assigning roles to groups instead of individual users reduces administrative overhead and aligns with Azure identity governance best practices.
2
Configure temporary admin access for the SRE team using PIM
Create a Microsoft Entra security group for SREs and configure an eligible assignment for the Virtual Machine Contributor role at the Production-MG scope using Privileged Identity Management (PIM).
An eligible assignment allows SREs to request just-in-time (JIT) access when responding to incidents, adhering to the principle of least privilege.
3
Automate VM backup configurations with Azure Policy
Deploy an Azure Policy at the Production-MG scope with the DeployIfNotExists effect.
The DeployIfNotExists effect evaluates the compliance status and automatically deploys the backup configuration, meeting the automation requirement without blocking the deployment of resources.

Anahtar Kavram

Azure RBAC and Subscription Governance utilizing Microsoft Entra groups, Privileged Identity Management (PIM) eligible assignments, and Azure Policy remediation effects.
Soru 173Soru

A financial services company is setting up a new multi-subscription environment in Azure. The compliance team requires that a security group of external security auditors be granted read-only access to verify resource configurations across all current and future subscriptions. The company must enforce the principle of least privilege and ensure that when auditors join or leave the audit team, their access is automatically updated without requiring manual modifications to the Azure role assignments. Which of the following approaches should you recommend?

Cevabı ve açıklamayı göster

Cevap: Create a Microsoft Entra ID security group for the auditors and assign the Reader role to the group at the parent management group level.

Cevap

Create a Microsoft Entra ID security group for the auditors and assign the Reader role to the group at the parent management group level.
The correct option provides read-only access (Reader role) aligned with least privilege, utilizes a security group for efficient onboarding and offboarding, and assigns it at the management group level so that all current and future subscriptions inherit the configuration automatically.

Adım Adım Çözüm

1
Identify the target scope for inheritance.
Management Group level scope covers all current and future child subscriptions under it.
Ensures that future subscriptions automatically inherit the policy without manual intervention.
2
Determine the optimal principal type for assignment.
Microsoft Entra ID security group.
Allows group membership changes (onboarding/offboarding) to govern resource access without altering the underlying Azure role assignments.
3
Select the appropriate role based on least privilege.
Reader role.
Provides read-only access to view resources without allowing modifications, aligning with auditing requirements.

Anahtar Kavram

Azure RBAC Inheritance and Group-based Access Control
Soru 174Soru

A media company is designing a monitoring and log routing architecture for a new application. The application developers require Kusto Query Language (KQL) access to application performance telemetry for real-time debugging. The compliance team requires that raw HTTP access logs be retained for seven years for auditing purposes, though they will rarely be read. The security architecture must minimize ingestion and retention costs. Which diagnostic log routing and storage strategy should you recommend?

Cevabı ve açıklamayı göster

Cevap: Route the performance telemetry to a Log Analytics workspace, and route the HTTP access logs to an Azure Storage account configured with a lifecycle management policy.

Cevap

Route the performance telemetry to a Log Analytics workspace, and route the HTTP access logs to an Azure Storage account configured with a lifecycle management policy.
The correct strategy separates logs based on their use case and cost. Telemetry required for developer debugging is routed to a Log Analytics workspace for KQL support. Raw HTTP logs, which are rarely accessed but must be retained for seven years, are routed to an Azure Storage account where a lifecycle policy moves them to cheaper storage tiers (like Archive) to minimize retention costs.

Adım Adım Çözüm

1
Analyze the requirements for application performance telemetry.
Developers need real-time debugging using Kusto Query Language (KQL), which requires a Log Analytics workspace.
Log Analytics is the primary monitoring service in Azure that supports KQL queries.
2
Analyze the requirements for raw HTTP access logs.
Logs must be kept for seven years, are rarely read, and must minimize ingestion/retention costs.
Azure Storage accounts with lifecycle management policies are the most cost-effective solution for long-term cold storage.
3
Combine the routing requirements into a single design.
Route telemetry to Log Analytics and HTTP access logs to Azure Storage.
This separation achieves the developer capability goals while optimizing costs.

Anahtar Kavram

Log routing optimization based on query requirements and retention costs.
Soru 175Soru

An organization is designing a shared storage solution for a Linux-based high-performance computing (HPC) cluster deployed on Azure Virtual Machines. The application running on the cluster requires a shared file system that supports POSIX-compliant file permissions and the NFS v4.1 protocol. The shared storage must also be able to survive a primary datacenter outage within the region. Which two configuration options should you recommend to meet these requirements? (Select TWO.)

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

Cevabı ve açıklamayı göster

Cevap: A storage account type of FileStorage; A redundancy configuration of Zone-Redundant Storage (ZRS)

Cevap

To meet the requirements, you must recommend a storage account type of FileStorage and a redundancy configuration of Zone-Redundant Storage (ZRS).
The design must support NFS v4.1 and survive a primary datacenter outage. NFS v4.1 is only supported on Premium Azure Files, which must be deployed in a FileStorage storage account. To achieve zone-level resiliency against a single datacenter failure, Zone-Redundant Storage (ZRS) must be used as the redundancy option.

Adım Adım Çözüm

1
Determine the storage account type required for the specified protocol.
The requirement for NFS v4.1 protocol support on Azure Files dictates using Premium tier file shares. Premium file shares can only be created within a FileStorage account.
General Purpose v2 (GPv2) accounts support standard file shares, which are limited to SMB protocol access.
2
Select the redundancy option capable of surviving a single datacenter outage.
Choose Zone-Redundant Storage (ZRS) to replicate data across three Azure availability zones in the region.
Locally Redundant Storage (LRS) only replicates data within a single datacenter and would fail if that datacenter experienced an outage.

Anahtar Kavram

Designing Azure Files solutions for NFS workloads requiring high performance and zone redundancy.
Soru 176Soru

Vanguard Energy Services is designing an identity and access management solution for a new Microsoft Entra ID tenant. The tenant must synchronize with an on-premises Active Directory Domain Services (AD DS) environment.

The solution must meet the following business and technical requirements:
- User passwords must be validated directly in the cloud to minimize reliance on on-premises infrastructure.
- Leaked credentials published on the public internet must be automatically detected.
- Just-in-time administrative access must be enforced for administrative roles.
- Administrative access must be maintainable even during a tenant-wide multi-factor authentication (MFA) service outage.

Which identity and access design should the architect recommend?

Cevabı ve açıklamayı göster

Cevap: Implement Password Hash Synchronization (PHS) and enable Microsoft Entra ID Protection. Configure Privileged Identity Management (PIM) with eligible role assignments for administrative users. Create a Conditional Access policy requiring MFA for administrative roles, and exclude a dedicated emergency access account that has a permanently assigned Global Administrator role.

Cevap

Implement Password Hash Synchronization (PHS), enable Microsoft Entra ID Protection, configure Privileged Identity Management (PIM) with eligible role assignments for administrative users, and create a Conditional Access policy requiring MFA that excludes a dedicated emergency access account with a permanently assigned Global Administrator role.
The correct recommendation is to implement Password Hash Synchronization (PHS) to satisfy cloud validation and leaked credential detection requirements, utilize eligible PIM role assignments to enforce just-in-time administrative access, and exclude a dedicated, permanently assigned emergency access account from the Conditional Access MFA policy to ensure recovery during service outages.

Adım Adım Çözüm

1
Select the hybrid authentication method that supports cloud validation and threat detection.
Password Hash Synchronization (PHS) is selected.
PHS validates passwords directly in Microsoft Entra ID, eliminating dependencies on on-premises authentication infrastructure during sign-in. It is also the only synchronization method that natively allows Microsoft Entra ID Protection to analyze password hashes against leaked credential databases.
2
Configure the privileged access strategy.
Privileged Identity Management (PIM) with eligible role assignments is selected.
To satisfy just-in-time (JIT) access requirements, administrators must not have permanent standing privileges. Configuring their roles as eligible requires them to actively request and justify elevation when needed.
3
Establish emergency access and lockout resilience.
Excluding an emergency access account with a permanently assigned Global Administrator role from the Conditional Access MFA policy is selected.
During an MFA service outage or a PIM service disruption, administrators will be unable to elevate their roles or complete MFA challenges. A pre-created emergency account that bypasses MFA and has permanent, standing Global Administrator rights ensures tenant recovery capabilities.

Anahtar Kavram

Designing secure hybrid authentication, just-in-time privilege elevation, and emergency access resiliency using Microsoft Entra ID and Conditional Access.
Soru 177Soru

A digital forensics firm is designing the cloud architecture for a new evidence tracking system. The solution will utilize multiple relational databases and must meet the following requirements:

* Support native cross-database queries across multiple database catalogs using standard three-part naming conventions.
* Enable automated database maintenance tasks scheduled and executed natively using the SQL Server Agent.
* Run custom .NET assemblies directly within the database engine using SQL Server Common Language Runtime (CLR).
* Eliminate the administrative overhead of managing, patching, and maintaining the underlying operating system.

Which Azure SQL deployment option should you recommend?

Cevabı ve açıklamayı göster

Cevap: Azure SQL Managed Instance

Cevap

Azure SQL Managed Instance
The correct answer is the option recommending Azure SQL Managed Instance. This service is a fully managed Platform as a Service (PaaS) database engine that eliminates the overhead of operating system management, patching, and backups. It provides near-100% compatibility with the SQL Server database engine, including support for instance-level features such as SQL Server Agent, SQL CLR, and native cross-database queries using standard three-part naming conventions.

Adım Adım Çözüm

1
Analyze the application compatibility requirements.
The application requires native SQL Server Agent, SQL CLR, and native cross-database queries.
These features are instance-scoped capabilities of the SQL Server database engine.
2
Evaluate Azure SQL options against application compatibility.
Azure SQL Database (single database and elastic pools) is ruled out.
Azure SQL Database is scoped to the database level and does not natively support SQL Server Agent, SQL CLR, or standard cross-database queries using three-part names.
3
Evaluate remaining options against administrative requirements.
Azure SQL Managed Instance is selected, and SQL Server on Azure Virtual Machines is ruled out.
The requirement states that operating system management, patching, and maintenance overhead must be eliminated. SQL Server on Azure VMs is an IaaS solution that requires OS management, whereas Azure SQL Managed Instance is a fully managed PaaS solution.

Anahtar Kavram

Selecting the correct Azure SQL service tier based on SQL Server feature compatibility and administration boundaries.
Tahmini Süre:2m 0s
Soru 178Soru

Nebula Genomics is designing a hybrid identity and governance solution to integrate their on-premises Active Directory Domain Services (AD DS) forest of 12,000 users with Microsoft Entra ID.

The solution must satisfy the following constraints:
- Users must be able to authenticate to cloud applications even if the network connection between the on-premises datacenter and Azure is temporarily offline.
- Users must be able to use self-service password reset (SSPR) in the cloud, with changes automatically updating the on-premises AD DS.
- Azure resource administrative access must support just-in-time (JIT) activation and prevent users from having persistent administrative privileges.

Which identity synchronization and governance configuration should you recommend?

Cevabı ve açıklamayı göster

Cevap: Implement Password Hash Synchronization (PHS) with password writeback enabled, and use Microsoft Entra Privileged Identity Management (PIM) with eligible role assignments.

Cevap

Implement Password Hash Synchronization (PHS) with password writeback enabled, and use Microsoft Entra Privileged Identity Management (PIM) with eligible role assignments.
The correct configuration uses Password Hash Synchronization (PHS) with password writeback and Microsoft Entra Privileged Identity Management (PIM) with eligible role assignments. PHS enables authentication to function entirely in the cloud during on-premises network outages because user credentials are cached in Microsoft Entra ID. Password writeback ensures that cloud-based password resets sync back to the on-premises domain controllers. Lastly, configuring PIM with eligible role assignments enforces the principle of least privilege by requiring users to activate administrative roles on-demand (just-in-time) rather than holding permanent privileges.

Adım Adım Çözüm

1
Evaluate the authentication availability requirement.
Password Hash Synchronization (PHS) is selected.
Unlike Pass-through Authentication (PTA) or Active Directory Federation Services (AD FS), PHS allows Microsoft Entra ID to process logins entirely in the cloud, ensuring authentication remains operational if the link to the on-premises datacenter is offline.
2
Evaluate the self-service password reset (SSPR) writing back to on-premises requirement.
Password writeback must be enabled in Microsoft Entra Connect.
Password writeback is a feature of Microsoft Entra Connect that allows password changes made in the cloud to be written back to the on-premises directory in real time.
3
Evaluate the administrative governance and JIT requirement.
Configure Microsoft Entra Privileged Identity Management (PIM) with eligible role assignments.
PIM ensures that administrators do not have persistent access; they must activate their roles on-demand (JIT) using eligible assignments.

Anahtar Kavram

Designing a secure and resilient hybrid identity sync and administrative governance strategy using Password Hash Sync and Microsoft Entra Privileged Identity Management.
Tahmini Süre:1m 30s
Soru 179Soru

You are designing the storage configuration for a SQL Server database hosted on an Azure Virtual Machine. The database transaction logs require consistent, sub-millisecond write latencies and high IOPS performance. Which Azure managed disk type should you select for the drive that hosts these transaction logs?

Cevabı ve açıklamayı göster

Cevap: Premium SSD

Cevap

Premium SSD
The correct answer is Premium SSD. Database transaction logs are latency-sensitive and require high IOPS. Premium SSD managed disks offer the consistent sub-millisecond latencies and high performance characteristics necessary to support transaction logging workloads without introducing performance bottlenecks.

Adım Adım Çözüm

1
Analyze the workload requirements for the database transaction logs.
The requirements specify consistent, sub-millisecond write latencies and high IOPS performance.
Database transaction logs are write-heavy and highly sensitive to latency; poor performance here degrades overall database throughput.
2
Evaluate the capabilities of the available Azure managed disk types against the performance requirements.
Standard HDD offers low IOPS and high latency. Standard SSD offers moderate IOPS but does not guarantee sub-millisecond latency. Premium SSD provides the necessary performance characteristics.
Matching workload needs with Azure disk performance tiers is critical for cost-effective architecture design.
3
Select the optimal disk type that meets the criteria.
Premium SSD is the standard choice that meets both the low latency and high IOPS requirements.
It offers the required sub-millisecond latency and high IOPS at a lower cost complexity than Ultra Disk.

Anahtar Kavram

Selecting the correct Azure managed disk tier based on performance requirements (IOPS and latency) of database workloads.
Soru 180Soru

An organization is designing a cloud storage solution for a database application hosted on Azure Virtual Machines. The solution must satisfy the following requirements:

* The database transaction logs must be stored on a dedicated virtual disk that supports high IOPS and sub-millisecond latency.
* Database backups must be copied to a separate storage repository that can survive a primary Azure region outage.
* External auditors must be granted temporary, read-only access to specific backup blobs for up to 180 days, and this access must be immediately revocable in the event of a credential leak.

Which storage design should you recommend to meet these requirements?

Cevabı ve açıklamayı göster

Cevap: Store the transaction logs on Premium SSD managed disks. Store the backups in a General Purpose v2 (GPv2) storage account configured with Geo-Redundant Storage (GRS). Grant auditor access using Shared Access Signature (SAS) tokens associated with a Stored Access Policy.

Cevap

Store the transaction logs on Premium SSD managed disks, store backups in a GRS storage account, and grant access using SAS tokens linked to a Stored Access Policy.
The correct option combines Premium SSD managed disks for high-performance transaction logging, Geo-Redundant Storage (GRS) to satisfy regional resilience requirements, and a Stored Access Policy to manage the lifecycle and immediate revocation of the SAS tokens granted to the external auditors.

Adım Adım Çözüm

1
Select the correct disk type for transaction logs.
Premium SSD managed disks.
Database transaction logs require consistent, low-latency performance with high IOPS. Premium SSD or Ultra disks are required; Standard HDD or Standard SSD disks do not meet this performance tier.
2
Select the redundancy tier for backup storage.
Geo-Redundant Storage (GRS).
To survive a regional disaster, storage must be replicated to a secondary region. GRS replicates data synchronously three times within the primary region and then asynchronously to a secondary region. LRS only protects against local hardware failures within a single datacenter.
3
Determine the secure access method for the temporary external auditors.
Shared Access Signature (SAS) associated with a Stored Access Policy.
An ad-hoc SAS cannot be revoked without rotating storage account keys, which affects all users. Associating the SAS with a Stored Access Policy allows revocation by changing the policy's expiration date or deleting the policy.

Anahtar Kavram

Selecting appropriate disk tiers, storage redundancy options, and secure access delegation methods in Azure.
Tahmini Süre:1m 30s
ÖncekiSayfa 9 / 60Sonraki