Tüm alıştırma soruları
1198 soru
Zenith Financial Services is designing the identity security and authentication strategy for its Microsoft Entra ID tenant. The organization requires that all administrator roles use Multi-Factor Authentication (MFA). To prevent total tenant lockout during a regional authentication outage, the security team requires the creation of two emergency access accounts.
Which design decision should you recommend to meet these requirements?
A healthcare technology company is designing a secure cloud-native application on Azure to process patient data. The application requires two primary workloads:
* A front-end REST API that handles user requests, runs continuously, and scales dynamically based on incoming HTTP request volume.
* A background processing component that executes complex medical image analysis tasks. Each analysis task takes between 15 to 45 minutes to complete, must run in its own isolated container environment, and must scale down to zero when no tasks are in the queue.
You need to recommend a compute solution for the application. The design must minimize administrative and operational overhead.
Which two compute options should you recommend?
Geçerli olan tümünü seçin
StreamPulse Media is designing a disaster recovery and business continuity solution for video assets stored in Azure Blob Storage. The solution must meet the following requirements:
- Video files uploaded to a container named 'ingest' in the East US region must be copied to a container named 'archive' in the West US 2 region within 15 minutes of upload.
- The destination container in West US 2 must support immediate read and write operations, even while the East US region is fully online.
- Costs must be minimized by avoiding geo-redundant storage replication for all other containers in the storage accounts.
Which two actions should you include in the design?
Geçerli olan tümünü seçin
A retail chain is designing a data analytics solution to analyze customer purchase history logs. The logs are uploaded nightly as CSV files to Azure Storage and total approximately per day. The data analysts require the ability to run ad-hoc T-SQL queries directly against these CSV files to identify shopping trends. The queries are run infrequently, primarily during business hours. The solution must minimize operational overhead, avoid costs for idle compute resources, and ensure the storage tier survives a primary datacenter outage.
Which of the following database and storage configurations should you recommend?
An enterprise is designing a secure network architecture in Azure for a processing workload. The architecture contains:
- A subnet named Subnet-Workload hosting several Virtual Machines (VMs) that do not have public IP addresses.
- An Azure Storage account containing critical data that the VMs must access.
- An Azure SQL Database that the VMs must query.
The design must satisfy the following security and administrative constraints:
- Direct administrative RDP/SSH access to the VMs must be provided securely without provisioning public IPs on the VMs, utilizing a fully managed PaaS solution.
- All database and storage traffic from the VMs must utilize private IP addresses within the virtual network and bypass the public internet.
- Network security rules must restrict outbound traffic from Subnet-Workload to only allowed Azure services with minimal maintenance overhead.
- Virtual network routing must not disrupt default traffic flow within the virtual network.
Which two solutions should you include in the architecture? (Select two.)
Geçerli olan tümünü seçin
You are designing the network security for an Azure solution. A group of virtual machines in an Azure virtual network subnet must be permitted to make outbound connections to Azure Key Vault. You need to define a rule in a Network Security Group (NSG) to allow this traffic. The solution must minimize administrative overhead and avoid the need to manually maintain changing IP address ranges. What should you specify as the destination in the NSG outbound rule?
An enterprise is designing an Azure network infrastructure. The topology includes a hub virtual network named `vnet-weur-hub` () peered with a spoke virtual network named `vnet-weur-spoke1` (). An active Network Virtual Appliance (NVA) is deployed in the hub virtual network in `snet-nva` () with the private IP address .
The spoke virtual network `vnet-weur-spoke1` contains the following subnets:
* `snet-web` () hosting front-end web servers.
* `snet-db` () hosting database servers.
To inspect all inter-subnet traffic within the spoke, a network engineer associates a route table with `snet-web` containing a user-defined route (UDR) for pointing to the NVA at . However, this configuration prevents the web servers within `snet-web` from communicating with each other, breaking the application.
You need to restore communication between the web servers in `snet-web` while ensuring that all traffic from `snet-web` to `snet-db` (and any future subnets added to `vnet-weur-spoke1`) is routed through the NVA at . The design must minimize administrative overhead.
Which configuration should you add to the route table associated with `snet-web` to resolve the communication issue?
A retail company is designing an online order fulfillment system on Azure. The system will consist of several containerized microservices that communicate via an Azure Service Bus queue. The system must scale dynamically based on the number of active messages in the queue. The operations team wants to minimize the administrative effort required to manage the container infrastructure and has no experience with Kubernetes administration. Which service should you recommend?
An organization is designing a hybrid identity and security strategy for Microsoft Entra ID. You need to match each technical requirement to the most appropriate Microsoft Entra ID authentication method or Conditional Access control. Match each requirement on the left to the correct feature on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
An advertising technology company hosts a real-time bidding application on Azure virtual machines (VMs) in the East US region. The application architecture consists of three front-end web server VMs and one PostgreSQL database VM. The database VM has a single Premium SSD data disk with a continuous write churn of . The front-end VMs have minimal disk write activity. You are designing a disaster recovery solution to the West US region. The solution must meet a Recovery Point Objective (RPO) of and a Recovery Time Objective (RTO) of . Which replication strategy should you recommend to meet the requirements?
An organization is designing a shared storage solution on Azure for a medical imaging application called MediSync. The application requires access via the SMB protocol and demands sub-millisecond storage latency for all read and write operations. Additionally, the storage solution must remain fully operational even if a single physical datacenter within the primary Azure region suffers a power outage. Which storage account tier and redundancy configuration should you recommend?
A logistics company hosts a maritime cargo tracking application on Azure virtual machines in the East US region. The application architecture consists of the following components:
* `VM-App`: Runs the application front-end and middle-tier. It contains three Standard SSD disks, with a maximum write churn of per disk and a total VM write churn of .
* `VM-DB`: Runs a Microsoft SQL Server database. It contains four Premium SSD disks. The transaction log disk experiences a continuous write churn of , and the total VM write churn is .
You need to design a disaster recovery (DR) solution to the West US region that meets the following requirements:
* A Recovery Point Objective (RPO) of minutes or less
* A Recovery Time Objective (RTO) of hours or less
Which of the following replication strategies should you recommend? (Select TWO.)
Geçerli olan tümünü seçin
A gaming company is designing a global multiplayer matchmaking and lobby service on Azure. The system will store active game lobby metadata and player session states. The service will be deployed in North Europe and West Europe to support players in both regions, with a workload of 70% reads and 30% writes. The solution must meet the following requirements:
- Guarantee zero data loss (RPO = 0) in the event of a regional outage.
- Ensure write requests are distributed uniformly to prevent performance bottlenecks.
- Minimize read latency for players in both regions.
Which two configurations should you include in the database design?
Geçerli olan tümünü seçin
A digital health platform hosts its applications across multiple Azure subscriptions organized under a single management group. To maintain compliance with healthcare regulations, you need to design a subscription governance and access control strategy that meets the following requirements:
* A team of external compliance auditors needs to view all resource configurations across all subscriptions. The members of this auditing team change on a monthly basis.
* Any new subscription added to the management group must automatically deploy Azure Monitor diagnostic settings to a central storage account.
* The lead security engineer needs the ability to manage role assignments but should only have this permission when performing scheduled security audits.
Which design strategy should you recommend?
An enterprise is designing a hub-and-spoke virtual network topology in Azure. The hub virtual network, `vnet-weur-hub` (address space: ), contains a subnet `snet-firewall` () hosting a firewall Network Virtual Appliance (NVA) at IP address . Another subnet in the hub, `snet-shared` (), hosts a shared DNS server at IP address .
The spoke virtual network, `vnet-weur-prod-app` (address space: ), is connected to `vnet-weur-hub` using virtual network peering with default settings. Inside `vnet-weur-prod-app`, there are two subnets: `snet-web` () hosting web servers and `snet-db` () hosting database servers (including a database server at ).
To enforce security, a route table named `rt-snet-web` is associated with `snet-web` and configured with the following user-defined routes (UDRs):
- Route 1: Address prefix , Next hop type: Virtual appliance, Next hop IP address:
- Route 2: Address prefix , Next hop type: Virtual appliance, Next hop IP address:
What is the routing behavior for outbound traffic originating from a web server in `snet-web` () destined for the database server () and the DNS server ()?
You are designing the hosting infrastructure for a new reporting solution in Azure that consists of two distinct workloads:
* Workload 1: A REST API frontend that receives metadata and writes it to a database. It experiences highly unpredictable, infrequent traffic spikes. Minimizing idle costs is a critical requirement, and the hosting environment must scale to zero when there is no traffic.
* Workload 2: A PDF generation engine triggered by queue messages. The report generation process can take up to 20 minutes to complete. The service must access an image library hosted on an on-premises server connected via an Azure Virtual Network.
You need to select the compute options that meet the requirements while minimizing both administrative overhead and cost.
Which hosting configuration should you recommend?
A multinational retail company is designing a container-based processing backend for an e-commerce platform that operates in both the United States (US) and the European Union (EU). The application has the following design requirements:
* Scale container instances dynamically from zero based on queue metrics using Kubernetes Event-driven Autoscaling (KEDA).
* Utilize Dapr for simplified service-to-service communication between microservices.
* Minimize administrative effort and operational overhead for managing the underlying host infrastructure.
* Comply with strict regulatory data residency laws that require log data for EU and US transactions to be isolated within their respective regions, preventing any cross-region consolidation.
Which infrastructure design should you recommend for the container hosting and logging?
An enterprise is planning to migrate a core transaction processing database to Azure. The database has the following requirements:
- Hardware isolation: The workloads must run on dedicated physical hardware that is not shared with other tenants.
- Availability: The compute tier must guarantee a 99.99% uptime SLA.
- Workload profile: The database requires high-memory capacity and low-latency storage access.
Which compute virtualization solution should you recommend to meet these requirements?
You are designing the serverless compute architecture for a reporting system that consists of two distinct workloads:
* Workload 1: A data processing service that runs in response to file uploads. Each execution takes up to 25 minutes to complete. The service requires access to an Azure Files share.
* Workload 2: A microservice that processes messages from an Azure Service Bus queue. The service must scale down to zero instances when no messages are present in the queue, and must scale out rapidly during peak loads. The application has no existing Kubernetes configuration, and you must minimize operational and infrastructure overhead.
Which two compute configurations should you recommend?
Geçerli olan tümünü seçin
An enterprise deploys an application that uploads telemetry data to a General-purpose v2 (GPv2) storage account. The telemetry files must be managed according to the following requirements:
- Telemetry files are actively analyzed for the first 30 days and require sub-second access.
- Between 30 and 90 days, the files are accessed occasionally for reporting. Sub-second access is still required, but storage costs must be minimized.
- After 90 days, the files are retained solely for compliance auditing. Retrieval latency can be up to 15 hours.
- All telemetry files must be permanently deleted after 365 days.
You need to design an Azure Blob Storage lifecycle management policy to meet these requirements while minimizing costs.
Which two actions should you include in the lifecycle management policy? (Select TWO.)
Geçerli olan tümünü seçin