Courseiva

CCNA Plan And Manage AN Azure AI Solution Questions

75 of 141 questions · Page 1/2 · Plan And Manage AN Azure AI Solution · Answers revealed

1
MCQeasy

You need to ensure that an Azure AI services resource is accessible only from a specific virtual network. Which configuration should you update in the Azure portal?

A.The Networking blade to configure Private endpoints.
B.The Resource tags to add a network security group.
C.The Authentication blade to disable local keys.
D.The Identity blade to assign a User Assigned Managed Identity.
AnswerA

Private endpoints are the correct tool for VNET-based isolation.

Why this answer

Private endpoints provide secure, private access to Azure AI services via a private IP address within your VNET.

2
MCQmedium

Your organization is preparing for an annual external security audit. The auditor requests proof that all Azure AI resources comply with ISO 27001 standards. Where can you download the official compliance audit reports for Azure AI services?

A.Microsoft Service Trust Portal
B.Microsoft 365 Admin Center security center
C.Visual Studio subscription benefits page
D.Azure OpenAI Studio compliance tab
AnswerA

The Service Trust Portal is the authoritative repository for compliance reports, audit artifacts, and regulatory certifications for Azure.

Why this answer

Microsoft Service Trust Portal provides access to audit reports, compliance certifications, and security assessments for Azure services.

3
MCQeasy

Your development team needs to test a new Azure AI Language service feature without incurring ongoing charges when the service is idle. Which billing model is appropriate for initial prototyping?

A.Pay-as-you-go (Consumption-based metering)
B.Dedicated hardware hosting
C.Reserved Instance 3-year term
D.Commitment tier (Pre-purchased capacity)
AnswerA

You are billed strictly per transaction, resulting in zero cost when idle.

Why this answer

The pay-as-you-go pricing model charges only for transactions processed, meaning no charges accrue when the service is idle.

4
Multi-Selectmedium

Your organization is planning to deploy multiple Azure AI services and needs to implement robust cost management and governance practices. Which TWO actions should you take? (Choose two.)

Select 2 answers
A.Implement Azure Policy to enforce mandatory cost-tracking tags on all AI resource deployments.
B.Deploy all development, test, and production AI resources into a single shared resource group to simplify administration.
C.Disable diagnostic logging across all AI resources to reduce Azure storage and log ingestion costs.
D.Organize AI resources into separate resource groups and subscriptions based on business units and environments.
E.Use the Free (F0) pricing tier for all production workloads to eliminate infrastructure costs.
AnswersA, D

Azure Policy ensures all resources have required tags for accurate cost categorization and chargeback.

Why this answer

Using Azure Policy enforces tagging and resource rules, while resource groups separate environments for accurate billing allocation and cost tracking.

5
MCQmedium

You need to ensure that an AI model deployment is resilient to regional outages. What should you implement?

A.A single large VM.
B.Azure Front Door with regional endpoints.
C.Azure Storage redundancy.
D.Local VNET peering.
AnswerB

Front Door provides global load balancing and can route traffic to healthy regional endpoints.

Why this answer

Global load balancing using services like Azure Front Door or Traffic Manager allows for failover across regions.

6
MCQeasy

You are deploying an Azure OpenAI resource and want to authenticate client applications using Microsoft Entra ID instead of static API keys. Which role must be assigned to the application's managed identity to permit it to invoke model deployments?

A.Storage Blob Data Contributor
B.Key Vault Secrets Officer
C.Cognitive Services OpenAI User
D.Contributor
AnswerC

This role grants permissions to invoke model endpoints within an Azure OpenAI resource without granting full administrative privileges.

Why this answer

Cognitive Services OpenAI User is the standard least-privilege role assigned to principals that need to run inference against deployed models.

7
MCQhard

You are deploying an Azure AI Document Intelligence container in an on-premises disconnected environment. The container requires periodic license validation against Azure. What is the maximum duration the container can operate offline before requiring reconnection to Azure for billing and metering validation?

A.Up to 30 days
B.Exactly 7 days
C.Maximum of 24 hours
D.Indefinitely without any connection required
AnswerA

Disconnected containers must connect to Azure at least once every 30 days to sync usage data for billing and metering.

Why this answer

Disconnected containers for Azure AI services require synchronization with Azure at least every designated billing period, typically up to 29 or 30 days depending on the specific service terms.

8
MCQhard

You are deploying a model that requires significant GPU resources. You want to ensure the deployment only scales when the average CPU load exceeds 70%. Which feature of Azure AI managed endpoints do you configure?

A.The 'Load Balancer' settings in the VNET.
B.Azure Front Door health probe settings.
C.The 'Endpoints' deployment configuration 'autoscaling' settings.
D.The 'Compute' instance restart policy.
AnswerC

Autoscaling rules are defined within the endpoint deployment properties.

Why this answer

Autoscaling settings on Azure AI managed endpoints allow you to define rules based on resource utilization metrics like CPU or GPU load.

9
MCQeasy

You are setting up budget alerts for your Azure AI services to prevent unexpected overspending. Which Azure tool should you use to create these alerts and automatically trigger an action group when the budget threshold reaches 90%?

A.Azure Monitor alerts
B.Azure Cost Management + Billing budgets
C.Microsoft Defender for Cloud pricing settings
D.Azure Advisor cost recommendations
AnswerB

Budgets in Cost Management allow currency threshold alerts and action group integrations.

Why this answer

Azure Cost Management + Billing allows you to create budgets and configure alert conditions tied to action groups for automated responses.

10
Multi-Selecthard

Your organization is establishing a governance framework for Azure AI resources. You need to ensure cost control, tagging compliance, and security posture management across all subscriptions. Which THREE Azure services or features should you deploy? Each correct answer presents part of the solution.

Select 3 answers
A.Microsoft Defender for Cloud for security posture and compliance assessments
B.Azure Bastion for database query optimization
C.Azure Policy for automated tag enforcement and region restriction
D.Azure Cost Management budgets with alerts for spending thresholds
E.Azure Traffic Manager for database scaling
AnswersA, C, D

Defender for Cloud provides vulnerability tracking and secure score recommendations.

Why this answer

Azure Policy enforces tags, Cost Management handles budgets, and Defender for Cloud handles security posture.

11
MCQmedium

Your company requires that all Azure AI service endpoints are accessible only from within a specific Azure Virtual Network (VNet) and that public internet access is completely disabled. How should you configure the Azure AI resource networking settings?

A.Set the routing preference to Microsoft network routing and enable service endpoints on the default subnet.
B.Disable public network access on the Networking blade and create a Private Endpoint associated with your VNet and subnet.
C.Configure the firewall to allow only the corporate public IP address range and keep public network access enabled.
D.Deploy an Azure Application Gateway in front of the Azure AI multi-service account endpoint.
AnswerB

This completely disables public access and routes traffic securely via a private IP within the VNet.

Why this answer

Disabling public access and configuring private endpoints ensures that traffic flows securely through the Microsoft backbone network and is isolated to the specified VNet.

12
Multi-Selecthard

Your enterprise organization operates under strict data residency and sovereignty requirements. You are deploying Azure OpenAI and Azure AI Language services. Which THREE architectural decisions ensure compliance with data residency mandates? Each correct answer presents part of the solution.

Select 3 answers
A.Verify Microsoft's data privacy commitments guaranteeing that customer data is not used to train base models.
B.Configure diagnostic log storage accounts within the same region and compliance boundary.
C.Store unencrypted customer prompts on public GitHub repositories.
D.Route all inference requests through public relay nodes located in foreign countries to save bandwidth costs.
E.Deploy all Azure AI resources exclusively within the compliant domestic Azure region (e.g., Australia Southeast).
AnswersA, B, E

Enterprise agreements ensure customer data remains private and is not used for base model training.

Why this answer

Deploying in local regions, verifying data privacy terms, and avoiding cross-region logging ensure compliance.

13
MCQeasy

You are deploying an Azure AI resource and want to organize it logically within your Azure hierarchy. Which scope is the highest level at which you can assign Azure RBAC roles for your AI resource?

A.Management Group
B.Tenant root group
C.Resource Group
D.Azure AI Resource instance
AnswerA

Management groups organize subscriptions and allow role assignments to cascade down to all child subscriptions and resources.

Why this answer

The Management Group scope is higher than subscription, resource group, and resource scopes in Azure RBAC hierarchy.

14
Multi-Selecthard

Which THREE authentication/authorization mechanisms are supported for accessing Azure AI services securely?

Select 3 answers
A.Azure AI API Keys.
B.FTP credentials.
C.Microsoft Entra ID (RBAC).
D.Shared Access Signatures (SAS).
E.Anonymous public access.
AnswersA, C, D

Keys are the traditional method for quick service authentication.

Why this answer

Entra ID, API keys, and SAS tokens are all standard methods for accessing Azure AI services.

15
MCQmedium

Your development team needs to deploy an Azure AI Search service and connect it to an Azure SQL Database containing source documents. Security requirements state that credentials must not be stored in application code. Which authentication method should you use between Azure AI Search and Azure SQL Database?

A.Shared Access Signature (SAS) token
B.Hardcoded SQL administrator password in indexer configuration
C.Anonymous access connection string
D.Managed Identity
AnswerD

Using a managed identity for Azure AI Search allows secure, credential-free authentication to Azure SQL Database.

Why this answer

Managed identities allow Azure services like AI Search to authenticate to other Azure services like SQL Database without storing credentials.

16
Multi-Selectmedium

When configuring role-based access control (RBAC) for an Azure AI Services account, which TWO built-in roles are appropriate for assigning to users who only need to invoke AI models without managing the underlying resource infrastructure? Each correct answer presents part of the solution.

Select 2 answers
A.Owner
B.Cognitive Services OpenAI User
C.Contributor
D.Cognitive Services User
E.Storage Blob Data Reader
AnswersB, D

Grants permissions specifically to execute inference requests against Azure OpenAI models.

Why this answer

Cognitive Services User and Cognitive Services OpenAI User grant least-privilege inference permissions.

17
MCQmedium

You need to export logs from your Azure AI service to an external SIEM (Security Information and Event Management) system. What is the best way to achieve this?

A.Copy the files manually from Blob Storage.
B.Configure a diagnostic setting to stream logs to an Event Hub.
C.Use an Azure Logic App to poll the REST API.
D.Enable public access on the log file store.
AnswerB

Event Hubs are designed to ingest massive amounts of data for real-time processing by SIEMs.

Why this answer

Azure Monitor diagnostic settings allow you to stream logs to an Event Hub, which is a common integration point for third-party SIEMs.

18
Multi-Selectmedium

Which TWO monitoring strategies are effective for detecting 'data drift' in a deployed AI model?

Select 2 answers
A.Tracking changes in input data distribution.
B.Analyzing model prediction accuracy against ground truth.
C.Checking the physical temperature of the CPU.
D.Monitoring total API request volume.
E.Restarting the endpoint every hour.
AnswersA, B

Significant shifts in input data are a primary indicator of drift.

Why this answer

Monitoring input data distributions and model performance metrics are the two primary ways to detect drift.

19
MCQhard

You are designing a high-throughput, low-latency architecture for an Azure OpenAI application. Clients are distributed globally across North America, Europe, and Asia. To ensure minimal latency and high availability, you decide to deploy multiple Azure OpenAI instances in different regions. How should you route incoming client requests to the nearest optimal region?

A.Azure ExpressRoute global reach
B.Azure Bastion global routing profile
C.Azure Local Traffic Manager (LTM)
D.Azure Front Door with latency-based routing
AnswerD

Azure Front Door routes global traffic to the lowest-latency regional Azure OpenAI backend endpoint.

Why this answer

Azure Front Door provides global HTTP/HTTPS load balancing, latency-based routing, and web application firewall protection.

20
Multi-Selectmedium

When planning the deployment of an Azure AI Search service, which TWO sizing and capacity parameters must you configure during creation? Each correct answer presents part of the solution.

Select 2 answers
A.Virtual CPU core count per hypervisor
B.Replicas
C.Partitions
D.Linux kernel version
E.Active Directory domain controller IP
AnswersB, C

Replicas control query throughput and high availability.

Why this answer

Replicas and partitions are the core capacity parameters configured during search service creation.

21
MCQeasy

You are deploying an Azure AI Document Intelligence resource. You need to ensure that only client requests coming from your corporate public IP address range can access the endpoint. Which networking configuration should you apply?

A.Configure Azure Bastion access restriction rules.
B.Attach an Azure Application Gateway with a WAF policy.
C.Enable Microsoft Entra conditional access policies on the API keys.
D.Configure firewall virtual networks and IP address ranges in the Azure AI resource networking settings.
AnswerD

Adding allowed public IP address ranges to the resource firewall blocks all other public traffic.

Why this answer

IP firewall rules on Azure AI services allow restricting inbound access to specified public IP address ranges or CIDR blocks.

22
MCQmedium

You are migrating an Azure AI service from one region to another. What is the most efficient way to migrate the configuration?

A.Restore a backup from a Recovery Services vault.
B.Use Azure Data Factory to copy the resource.
C.Manually recreate all resources in the new region.
D.Export the resource as an ARM template and deploy it to the new region.
AnswerD

ARM templates allow for automated, repeatable deployments to new locations.

Why this answer

Azure Resource Manager (ARM) templates or Bicep files are the standard for infrastructure as code, ensuring consistent replication.

23
MCQeasy

You need to view the latency of requests made to an Azure AI services endpoint. Where do you find this information?

A.The Subscription billing dashboard.
B.The 'Deployment' logs in the machine learning workspace.
C.Azure Advisor recommendations.
D.Azure Monitor metrics.
AnswerD

Metrics like 'Latency' or 'Total Requests' are native to the Azure AI resource monitor.

Why this answer

Azure Monitor metrics provide granular detail on latency and request rates for AI services.

24
Multi-Selecteasy

Which THREE options are available for configuring network security in Azure?

Select 3 answers
A.Azure Private Link / Private Endpoints.
B.Azure Storage Account Keys.
C.Azure Active Directory Groups.
D.Azure Firewall.
E.Network Security Groups (NSG).
AnswersA, D, E

Private Link provides secure, private network access.

Why this answer

NSGs, Firewalls, and Private Links are the standard network isolation tools in Azure.

25
Multi-Selecthard

Which THREE security principles should you follow when managing Azure AI resources?

Select 3 answers
A.Auditability and logging.
B.Maximum access for all administrators.
C.Defense in Depth.
D.Disable all security features to improve speed.
E.Principle of Least Privilege.
AnswersA, C, E

You must be able to track all actions for compliance.

Why this answer

Least privilege, defense in depth, and auditability are core pillars of secure cloud management.

26
MCQhard

You are managing an enterprise Azure OpenAI resource that experiences bursty traffic patterns. To optimize cost without sacrificing availability during sudden workload spikes, you decide to implement a caching layer for frequent prompts and responses. Which Azure service should you integrate in front of Azure OpenAI?

A.Azure Traffic Manager routing profile
B.Azure Cache for Redis
C.Azure ExpressRoute local gateway
D.Azure Content Delivery Network (CDN)
AnswerB

Caching frequent prompt-response pairs in Azure Cache for Redis reduces redundant API calls and accelerates response times.

Why this answer

Azure Cache for Redis can be used to cache LLM prompt responses, reducing API calls to Azure OpenAI and lowering costs and latency.

27
MCQmedium

You are deploying an Azure AI multi-service account in the West US region. The finance department requires that all resource deployment costs be tracked by department code using Azure Resource Manager tags. Which Azure feature should you use to enforce the mandatory application of the department tag across all future Azure AI resource deployments?

A.Azure Cost Management budgets
B.Azure role-based access control (RBAC)
C.Azure Blueprints
D.Azure Policy
AnswerD

Azure Policy is the correct service to audit and enforce resource properties like mandatory tags across Azure AI resource groups and subscriptions.

Why this answer

Azure Policy enables the enforcement of resource properties and tags at scale during deployment by evaluating resource definitions against rule conditions such as 'Tags'.

28
MCQhard

You are setting up diagnostic logging for an Azure OpenAI resource. Your security team mandates that all log streams must be exported in real-time to a security information and event management (SIEM) platform outside Azure, such as Splunk. Which destination should you configure in the Azure Monitor diagnostic setting?

A.Send to a Microsoft Sentinel workbook
B.Configure an Azure Automation runbook webhook
C.Stream to an Azure Event Hub
D.Archive to an Azure Storage account container
AnswerC

Streaming logs to an Event Hub allows external SIEM solutions like Splunk to consume the log stream in real time.

Why this answer

Azure Monitor diagnostic settings can stream logs to Azure Event Hubs, which can then integrate with external SIEM platforms like Splunk.

29
Multi-Selecthard

Your enterprise architecture team is reviewing the security posture of an Azure AI deployment that handles sensitive financial documents. Which TWO actions should you implement to secure data in transit and at rest? (Choose two.)

Select 2 answers
A.Enforce a minimum TLS version of 1.2 or higher for all API requests to secure data in transit.
B.Configure customer-managed keys (CMK) using Azure Key Vault for encryption at rest.
C.Grant 'Contributor' permissions to all developer accounts to simplify key rotation.
D.Disable diagnostic logging to prevent sensitive document text from being stored in Log Analytics.
E.Use Microsoft-managed keys exclusively without integrating Azure Key Vault.
AnswersA, B

Enforcing minimum TLS versions ensures secure encryption standards for data moving across the network.

Why this answer

Customer-managed keys (CMK) via Azure Key Vault protect data at rest, and enforcing TLS 1.2 or TLS 1.3 secures data in transit. Disabling diagnostics, using standard keys, or disabling RBAC reduces security.

30
MCQhard

You are managing an Azure OpenAI model deployment in an active-passive multi-region disaster recovery architecture. A regional outage occurs, and you failover traffic to the secondary region. However, clients report receiving authentication errors. What is the most likely cause?

A.Azure automatically deletes API keys during a regional failover.
B.The client application's managed identity has not been granted the required RBAC roles on the secondary Azure OpenAI resource.
C.Azure OpenAI models require re-training after any regional failover event.
D.The primary region's DNS zone must be manually deleted for failover to work.
AnswerB

RBAC role assignments do not replicate automatically across resources; the managed identity must be assigned permissions on the secondary resource.

Why this answer

Managed identities are region-specific or require proper role assignments on the secondary resource instance.

31
MCQeasy

Which authentication method is recommended to prevent 'key leakage' in Azure AI Services?

A.Storing keys in a plaintext file.
B.Creating custom headers for API requests.
C.Regenerating keys every 30 days.
D.Using Microsoft Entra ID authentication.
AnswerD

Entra ID eliminates the need for shared keys, removing the risk of key leakage.

Why this answer

Microsoft Entra ID (formerly Azure AD) provides role-based access control without needing to rotate or manage static subscription keys.

32
MCQmedium

Your development team has created a custom model using Azure Machine Learning. You need to deploy this model as a real-time web service endpoint with auto-scaling capabilities. Which deployment target should you select?

A.Azure Functions consumption plan
B.Azure Container Registry webhook
C.Azure Batch cluster
D.Azure Managed Online Endpoint
AnswerD

Managed Online Endpoints handle provisioning, scaling, and load balancing for real-time model inference in Azure ML.

Why this answer

Azure Managed Online Endpoints provide a scalable, managed infrastructure for deploying machine learning models with automatic scaling.

33
MCQhard

You are designing an automated pipeline to deploy Azure AI Custom Vision projects using Infrastructure as Code (IaC) with Bicep. You need to reference an existing Custom Vision training resource in your deployment script without hardcoding its endpoint URL or primary key. Which Bicep construct should you use to retrieve these properties dynamically?

A.The ARM template 'reference()' function inside a Bicep file
B.An Azure Key Vault secret data source
C.A Bicep module output parameter from a separate template
D.The Bicep 'existing' keyword reference
AnswerD

Using 'resource cognitiveAccount 'Microsoft.CognitiveServices/accounts@2023-05-01' = existing' allows retrieving runtime properties and keys securely.

Why this answer

The 'existing' keyword in Bicep allows you to reference an already deployed Azure resource to read its properties or output keys without recreating it.

34
MCQhard

You are designing a secure hybrid network architecture for an Azure OpenAI resource. Virtual machines inside a spoke virtual network must access the OpenAI service via a Private Endpoint. Additionally, domain name resolution must rely on an enterprise private DNS server hosted on-premises connected via ExpressRoute. Which DNS zone must you configure in Azure?

A.privatelink.openai.azure.com Private DNS zone
B.privatelink.cognitiveservices.azure.com Private DNS zone
C.azurewebsites.net public DNS zone
D.cognitiveservices.azure.com public DNS zone
AnswerA

Azure private endpoints for OpenAI require the 'privatelink.openai.azure.com' DNS zone to resolve the private IP address correctly.

Why this answer

Private endpoints require configuring a Private DNS Zone matching the service's domain suffix (e.g., privatelink.openai.azure.com) linked to the virtual network.

35
MCQhard

You are deploying a custom AI model using a container image stored in Azure Container Registry (ACR). How do you ensure the deployment can pull the image securely?

A.Use the ACR 'admin' password in the configuration.
B.Assign the 'AcrPull' role to the endpoint's managed identity.
C.Deploy the model from a local machine.
D.Make the ACR public.
AnswerB

Managed identity-based access is the most secure way to pull from ACR.

Why this answer

Granting the AI service's managed identity the 'AcrPull' role on the registry allows it to pull images securely without shared secrets.

36
MCQhard

You are configuring rate limiting and request throttling for multiple client applications consuming an Azure OpenAI endpoint. Different clients have different tier agreements (Bronze, Silver, Gold). Where should you implement these tiered rate-limiting policies?

A.Azure API Management (APIM)
B.Azure Application Gateway custom WAF rules
C.Azure OpenAI service built-in tier settings
D.Network Security Group (NSG) outbound rules
AnswerA

APIM allows you to define custom policies (rate-limit-by-key, quota) to enforce different tier limits for distinct client groups.

Why this answer

Azure API Management (APIM) provides advanced rate-limiting, quota enforcement, and policy expressions based on subscription keys or JWT tokens for different client tiers.

37
MCQeasy

You are deploying an Azure AI Speech resource using an ARM template. Which parameter defines the name of the resource instance?

A.sku
B.name
C.location
D.kind
AnswerB

The 'name' property sets the name of the deployed Azure resource.

Why this answer

The 'name' property in ARM template resource definitions specifies the name of the resource.

38
MCQmedium

Your development team requires secure, passwordless authentication from an Azure Function to an Azure AI Vision resource. Which authentication mechanism should you implement to adhere to security best practices?

A.Shared Access Signature (SAS) tokens with read-only permissions
B.Basic authentication using service administrator username and password
C.Primary API Key passed in the Ocp-Apim-Subscription-Key header
D.Microsoft Entra managed identity
AnswerD

Managed identities provide an automatically managed identity in Microsoft Entra ID for applications to use when connecting to resources.

Why this answer

Managed identities eliminate the need for developers to manage credentials and allow Azure resources to authenticate to Azure services supporting Microsoft Entra ID. API keys and connection strings present credential rotation and leakage risks.

39
MCQeasy

What is the purpose of 'Azure Advisor' in an AI solution?

A.To manage user identities.
B.To automatically patch the AI models.
C.To provide best practice recommendations for resources.
D.To host the web frontend for the AI application.
AnswerC

Advisor analyzes your configuration and suggests improvements based on best practices.

Why this answer

Azure Advisor provides personalized recommendations for cost optimization, security, reliability, and performance.

40
MCQeasy

Which Azure feature allows you to control which users can modify or delete your Azure AI resources?

A.Azure RBAC.
B.Conditional Access policies.
C.Azure Firewall.
D.Resource Locks.
AnswerA

RBAC is specifically designed to manage access to Azure resources.

Why this answer

Azure RBAC (Role-Based Access Control) manages fine-grained permissions for users on Azure resources.

41
MCQeasy

You are provisioning an Azure AI services account and need to select the kind of resource. Which kind parameter value should you select for an Azure OpenAI deployment?

A.CognitiveSearch
B.MachineLearning
C.OpenAI
D.BotService
AnswerC

OpenAI is the correct resource kind parameter for provisioning Azure OpenAI services.

Why this answer

The 'OpenAI' kind is specified when creating Azure OpenAI resources.

42
MCQmedium

Your organization has deployed an Azure AI Custom Vision model. You need to automate the retraining pipeline whenever new training images are uploaded to an Azure Blob Storage container. Which Azure service should you use to trigger the retraining pipeline?

A.Azure ExpressRoute monitor
B.Azure Backup service
C.Azure Event Grid
D.Azure Monitor alert rules
AnswerC

Event Grid integrates natively with Azure Blob Storage to trigger event-driven workflows when new blobs are uploaded.

Why this answer

Azure Event Grid reacts to storage events (such as blob creation) and can trigger workflows or Azure Functions to start retraining.

43
MCQhard

You are deploying a custom text classification model using Azure AI Language. The model undergoes frequent retraining as new business data arrives. You need to establish a model versioning strategy that allows zero-downtime client updates while ensuring seamless rollback capability if regression occurs. What is the recommended architectural approach?

A.Delete the original resource before deploying the updated model version.
B.Overwrite the existing model artifact in place with the new training run using the exact same name.
C.Create a completely new Azure AI resource in a different subscription for every single model iteration.
D.Deploy each model version with a unique deployment name and update the application client configuration or routing rules to shift traffic progressively.
AnswerD

Using unique deployment names or version tags allows you to canary new models and quickly switch traffic back to the previous version if errors increase.

Why this answer

Deploying models with distinct version identifiers and updating the endpoint configuration or using deployment slots/version tags allows routing traffic dynamically.

44
Multi-Selecthard

You are planning the deployment of Azure AI containers in an on-premises disconnected environment. Which THREE prerequisites and operational considerations must you address? Each correct answer presents part of the solution.

Select 3 answers
A.Submit an online application and obtain billing approval from Microsoft to use disconnected containers.
B.Ensure the host environment has network connectivity to Azure at least once every 30 days to sync billing data.
C.Rely on perpetual offline execution without ever reporting telemetry to Azure.
D.Configure a local license mount file supplied by Microsoft during container startup.
E.Connect the container permanently to an active Azure SQL database over the public internet.
AnswersA, B, D

Disconnected containers require explicit Microsoft approval and container registry access agreements.

Why this answer

Application for approval, license downloading, and periodic re-authentication are required for disconnected containers.

45
MCQhard

You are implementing a multi-region disaster recovery strategy for an Azure OpenAI deployment. If the primary region goes down, how should you configure traffic redirection to the secondary region using Azure Front Door?

A.Use geographic routing based on the client IP location.
B.Use weighted routing with a 50/50 split between regions.
C.Use priority routing with the primary region set to priority 1 and the secondary region set to priority 2.
D.Use performance-based routing to the lowest latency node.
AnswerC

Priority routing ensures all traffic goes to the primary region unless health probes fail, failing over to priority 2.

Why this answer

Configuring a priority routing method in Azure Front Door enables automatic failover to the secondary region when the primary endpoint fails health probes.

46
MCQhard

You are managing an enterprise Azure OpenAI deployment with high traffic volumes. To prevent unexpected bill increases due to sudden usage spikes, you need to implement a cost-control mechanism that halts requests once a specific financial limit is reached. What is the native approach to achieve this?

A.Configure an Azure API Management (APIM) policy to track token usage and reject requests when the quota is exceeded.
B.Set a hard spending limit directly inside the Azure AI Services resource properties pane.
C.Create an Azure Cost Management budget with an action group running a script to delete the OpenAI resource.
D.Enable Microsoft Defender for Cloud auto-remediation rules for high billing.
AnswerA

Placing Azure OpenAI behind Azure APIM allows you to enforce rate-limiting, token-bucket quotas, and custom policies that block requests before they hit Azure.

Why this answer

Azure AI Services do not have a built-in automated hard-stop mechanism based directly on spend thresholds; however, budgets with action groups can trigger alerts or automated runbooks, though real-time hard stopping typically requires throttling or custom API management policies.

47
MCQeasy

You are planning the disaster recovery strategy for an Azure AI Translator resource. In the event of a regional outage in East US, you want to ensure minimal downtime and continuity of service. Which deployment model should you select?

A.Deploy a primary resource in East US and a secondary resource in the paired region (West US), then implement client-side failover logic.
B.Configure an Azure Backup vault to snapshot the AI model weights daily.
C.Store all translation requests in Azure Blob Storage and replay them when the region recovers.
D.Rely on Azure's native synchronous cross-region database replication for cognitive services.
AnswerA

Active-passive or active-active multi-region deployments with client-side retries or Azure Traffic Manager provide reliable business continuity.

Why this answer

Deploying paired or secondary multi-service resources in a secondary paired region allows applications to failover to the secondary endpoint.

48
Multi-Selecthard

Which THREE features are critical for managing the lifecycle of an AI model in a production environment?

Select 3 answers
A.Model registry for version control.
B.Hardcoding all environment settings.
C.CI/CD integration for automated deployments.
D.Manual file copying via FTP.
E.Real-time monitoring of inference metrics.
AnswersA, C, E

Versioning is essential for tracking model iterations.

Why this answer

Versioning, monitoring, and automated deployment pipelines are essential for production AI lifecycle management.

49
Multi-Selecthard

You are optimizing the cost of your Azure AI infrastructure. You notice several resources are underutilized or incorrectly provisioned. Which THREE actions should you take to reduce unnecessary spending? Each correct answer presents part of the solution.

Select 3 answers
A.Downgrade development and test resources from high-tier production SKUs to free or lower standard tiers where appropriate.
B.Provision dedicated Azure OpenAI PTUs for idle development sandboxes.
C.Identify and delete abandoned or unused Azure AI resource accounts.
D.Implement Azure Cost Management budgets and anomaly detection alerts.
E.Scale out search service partitions and replicas to maximum capacity permanently.
AnswersA, C, D

Using lower SKUs for non-production environments lowers monthly operational costs.

Why this answer

Deleting idle resources, right-sizing tiers, and setting budgets reduce costs effectively.

50
MCQhard

You are managing an enterprise Azure AI Search deployment. During an audit, you notice that index data is encrypted at rest using Microsoft-managed keys. Management mandates that you switch to customer-managed keys (CMK) stored in Azure Key Vault immediately without losing index data or rebuilding the service. How should you implement this?

A.Delete the search service and provision a brand new one with CMK enabled from inception.
B.Modify the DNS records to point to a new CMK-encrypted endpoint.
C.Configure encryption with customer-managed keys in the Azure portal on the existing search service instance and assign necessary Key Vault access permissions.
D.Run an Azure Automation runbook that exports indices to blob storage, deletes the service, and restores it.
AnswerC

Azure AI Search allows updating encryption settings to use customer-managed keys on existing services without recreating the index.

Why this answer

Azure AI Search supports updating an existing service to use customer-managed keys by configuring Key Vault integration on the existing service instance.

51
Multi-Selectmedium

Your organization requires that all Azure AI resources maintain rigorous logging and diagnostic tracking. Which TWO data categories can you collect using Azure Monitor diagnostic settings for Azure AI services? Each correct answer presents part of the solution.

Select 2 answers
A.Microsoft 365 Exchange mailbox audit logs
B.Request and response telemetry logs (such as Audit and Request logs)
C.Windows registry hives from underlying hypervisors
D.Platform performance metrics (such as Total Calls, Latency, and Failed Requests)
E.Active Directory domain controller SYSVOL replication status
AnswersB, D

Diagnostic settings capture detailed request telemetry and audit trails for AI services.

Why this answer

Diagnostic settings collect audit logs, request traces, and performance metrics.

52
MCQeasy

You are setting up cost alerts for your Azure subscription, which contains several Azure AI services resources. You want to receive an email notification when your month-to-date spending reaches 80% of your $5,000 budget. Which feature should you configure?

A.Azure Cost Management budgets and alerts
B.Microsoft Defender for Cloud security alerts
C.Azure Monitor activity log alerts
D.Azure Advisor cost recommendations
AnswerA

Budgets in Azure Cost Management enable threshold alerts (e.g., 80%) to notify stakeholders via email.

Why this answer

Azure Cost Management budgets allow you to set spending thresholds and associate them with action groups for email notifications.

53
MCQhard

You are managing costs for a multi-tenant Azure AI project. You need to attribute usage costs specifically to the 'Research' department. What is the most effective approach?

A.Implement Azure Policy to enforce mandatory tags on all new resources.
B.Disable diagnostic logging for the research resources to reduce billing.
C.Create a separate resource group for each department.
D.Change the pricing tier of the resource to 'Free'.
AnswerA

Mandatory tagging ensures consistent cost reporting across all resources.

Why this answer

Tags are key-value pairs that help organize and track costs in Azure Cost Management.

54
MCQhard

Your enterprise organization provisions multiple Azure AI Services accounts across different subscriptions. Security mandates that all API keys must be automatically rotated every 30 days without human intervention. Which Azure service configuration should you implement?

A.Microsoft Defender for Cloud JIT access policies
B.Azure Key Vault automated secret rotation using an Azure Function
C.Azure AI Services built-in automatic key rotation policy
D.Azure Monitor alert rules tied to Microsoft Entra ID
AnswerB

Azure Key Vault can trigger an Azure Function via Event Grid to programmatically regenerate and store new keys for Azure AI services on a schedule.

Why this answer

Azure Key Vault integrates with managed identities and Event Grid or Azure Automation to automate secret and API key rotation schedules.

55
MCQmedium

Your organization has strict compliance policies requiring all Azure AI Services endpoints to reject connections that do not use Transport Layer Security (TLS) version 1.3. Where can you enforce this minimum TLS version setting?

A.Within the Data residency tab of the Overview blade
B.In the Access control (IAM) settings under role assignments
C.In the Configuration blade of the Azure AI resource in the Azure Portal
D.In Application Insights under the Availability blade
AnswerC

The Configuration blade allows administrators to set the minimum TLS version required for incoming API calls.

Why this answer

The minimum TLS version for Azure AI Services can be enforced globally on the resource via the 'Configuration' blade in the Azure Portal or using Azure Policy. IAM, diagnostic settings, and Application Insights do not configure TLS versions.

56
MCQeasy

You are deploying an Azure AI service resource in the Azure portal. Which option specifies the geographic location where your data will be processed and stored?

A.Tenant
B.Domain
C.Region
D.Zone
AnswerC

The Region setting determines the geographic location for resource deployment and data residency.

Why this answer

The 'Region' property determines the Azure datacenter location where resources are deployed and data is stored.

57
Multi-Selecteasy

Which THREE of the following are common Azure cost management tools that you should use to manage your AI solution budget?

Select 3 answers
A.Azure Budgets.
B.Azure Advisor cost recommendations.
C.Azure Cost Analysis.
D.Azure Active Directory.
E.Azure Container Registry.
AnswersA, B, C

Budgets allow you to set spending limits and receive notifications.

Why this answer

Budgets, Cost Analysis, and Advisor are the core tools for monitoring and optimizing spend.

58
MCQmedium

Your company is deploying an Azure OpenAI gpt-4 model. You need to implement model versioning so that when Microsoft releases a newer model version, you can test it on a small subset of user traffic before rolling it out to all users. Which feature should you configure?

A.Create multiple model deployments with different version tags and configure traffic splitting weights.
B.Enable dynamic scaling rules in Azure Kubernetes Service (AKS).
C.Configure Azure Traffic Manager with two regional endpoints.
D.Use Azure Application Gateway URL path-based routing.
AnswerA

Traffic splitting across deployments allows gradual percentage-based routing to new model versions.

Why this answer

Azure OpenAI model deployments support setting weight allocations or creating multiple deployments for canary testing and traffic splitting.

59
MCQhard

You are designing a disaster recovery strategy for an Azure AI Document Intelligence resource. The business requirement is a Recovery Point Objective (RPO) of zero and Recovery Time Objective (RTO) of less than 15 minutes. Which deployment strategy should you select?

A.Deploy two identical Azure AI resources in paired regions and use Azure Front Door with priority routing for automatic failover.
B.Configure geo-replication on a standard single-service resource using the Azure CLI without front-end routing.
C.Use Azure Site Recovery to replicate the Azure AI virtual machine host nodes directly.
D.Take daily backups of the trained custom models by exporting them to Azure Blob Storage in the same region.
AnswerA

Active-passive or active-active multi-region deployment with Azure Front Door ensures minimal RTO and RPO.

Why this answer

Deploying paired regions with geo-redundant storage (or multi-region active-active deployment using Azure Front Door) is required to meet aggressive RPO/RTO requirements. Standard local redundancy or manual JSON backups do not provide automated sub-15-minute failover.

60
Multi-Selectmedium

Which TWO techniques are effective for improving the performance of an Azure AI application?

Select 2 answers
A.Increasing the number of subscription keys.
B.Disabling all logging to reduce overhead.
C.Switching to the 'Free' tier.
D.Implementing caching for common query results.
E.Deploying the AI resource in a region closer to the end-users.
AnswersD, E

Caching reduces the need for expensive model inference calls.

Why this answer

Caching and regional proximity (or global distribution) directly improve performance.

61
MCQeasy

You are creating an Azure AI Services resource using Azure CLI. Which command parameter specifies the pricing tier of the resource?

A.--sku
B.--tier
C.--pricing
D.--kind
AnswerA

The --sku parameter defines the pricing tier (e.g., F0, S0) when provisioning Azure AI services via Azure CLI.

Why this answer

The '--sku' parameter in Azure CLI commands (like 'az cognitiveservices account create') specifies the pricing tier.

62
MCQeasy

Your company is provisioning a new Azure AI Services multi-service resource. The security team mandates that all network traffic between the client applications and the Azure AI endpoint must remain entirely within the Microsoft backbone network without traversing the public internet. Which feature should you configure?

A.Cross-Origin Resource Sharing (CORS)
B.Service Principal Authentication
C.Azure Private Endpoint
D.Azure AI Custom Subdomain
AnswerC

Private Endpoint secures network traffic by bringing Azure AI Services inside your virtual network.

Why this answer

Azure Private Link enables you to access Azure AI Services via a private endpoint in your virtual network, ensuring traffic stays within the Microsoft backbone network. Public IP, DNS forwarding rules, and service tags do not inherently provide the required private network isolation.

63
Multi-Selectmedium

You are managing cost allocation for multiple Azure AI services across different departments. Which TWO Azure tools or features can help you analyze and attribute these costs accurately? Each correct answer presents part of the solution.

Select 2 answers
A.Azure Bastion session logs
B.Azure Active Directory enterprise user group memberships
C.Microsoft Defender for Cloud security recommendations
D.Azure resource tags combined with Cost Management cost analysis grouping
E.Azure Cost Management budgets and exported CSV cost reports
AnswersD, E

Tags allow categorizing costs by department, which Cost Management can group and report on.

Why this answer

Resource tags and Cost Management cost analysis are primary tools for cost attribution.

64
Multi-Selectmedium

You are troubleshooting a scenario where client applications are unable to connect to an Azure AI Language resource secured by a Private Endpoint. Which TWO troubleshooting steps should you perform? Each correct answer presents part of the solution.

Select 2 answers
A.Check that the client subnet can route to the private IP address assigned to the Private Endpoint.
B.Verify that the client application has been assigned the Storage Blob Data Contributor role.
C.Ensure that the Azure OpenAI model weights have been retrained.
D.Verify that the Private DNS zone is correctly linked to the client virtual network.
E.Check that public network access is set to enabled and unrestricted.
AnswersA, D

Routing rules must allow traffic from client subnets to the private endpoint IP.

Why this answer

Checking Private DNS zone configuration and verifying VNet peering or routing are key troubleshooting steps.

65
MCQmedium

You have an Azure AI Search service. You need to monitor the number of failed queries to identify potential indexing issues. Which tool should you use?

A.The 'Activity Log' in the Subscription blade.
B.The 'Security Center' recommendation dashboard.
C.The 'Metrics' blade in the Azure portal for the Search service.
D.The 'Resource Health' blade.
AnswerC

Metrics provide real-time tracking of Search query success and failure counts.

Why this answer

Azure Monitor metrics are the standard way to track service health and query performance.

66
MCQeasy

You are reviewing the Azure Cost Management dashboard to analyze spending on Azure AI services. Which grouping option allows you to see costs broken down by specific resource names?

A.Resource type
B.Meter category
C.Resource
D.Location
AnswerC

Grouping by Resource displays individual cost line items for each deployed Azure AI resource.

Why this answer

Grouping by 'Resource' in Azure Cost Management displays costs associated with each individual resource instance.

67
MCQhard

You are troubleshooting a performance issue where requests to an Azure OpenAI model deployment experience intermittent HTTP 429 errors. You examine Azure Monitor metrics and see that the 'Processed Tokens' metric is well below your provisioned limit, but the 'Requests' metric spikes. What is the root cause of the error?

A.The model weights have become corrupted and require redeployment.
B.The request rate (Transactions Per Second) has exceeded the provisioned limit, even though token volume is within bounds.
C.The Azure subscription has run out of monthly financial budget.
D.The Private Endpoint DNS resolution has failed.
AnswerB

Azure OpenAI enforces both token-based and request-rate (Calls per Minute/Second) limits; exceeding either triggers HTTP 429.

Why this answer

HTTP 429 errors can be caused by exceeding Transactions Per Second (TPS) limits even if token quotas are not exhausted.

68
MCQmedium

Your company uses Azure Policy to enforce governance across all subscriptions. A developer attempts to deploy an Azure OpenAI resource in a region that is prohibited by corporate policy. What happens during the deployment?

A.Azure automatically moves the resource to an allowed region.
B.The resource is deployed successfully, but an email alert is sent to the administrator.
C.The deployment succeeds and automatically applies a remediation task.
D.The deployment is blocked and returns an error explaining the policy violation.
AnswerD

Policy enforcement with 'Deny' rejects non-compliant resource creation requests immediately.

Why this answer

Azure Policy in 'Deny' mode blocks resource creation requests that violate policy rules.

69
Multi-Selecthard

Your company's compliance mandate requires that all data processed by Azure AI Speech and Document Intelligence services remain encrypted using keys managed entirely by your organization. Which THREE configuration steps are required? Each correct answer presents part of the solution.

Select 3 answers
A.Assign appropriate permissions for the AI service managed identity to access the Key Vault key.
B.Store the private key as plain text in the application source code.
C.Create an Azure Key Vault and enable soft-delete and purge protection.
D.Configure the customer-managed key (CMK) identifier on the Azure AI services account properties.
E.Disable all diagnostic logging across all Azure subscriptions.
AnswersA, C, D

The AI resource's identity must have read/wrap/unwrap permissions on the key.

Why this answer

CMK setup requires Key Vault creation, enabling soft-delete/purge protection, and linking the key to the AI service.

70
Multi-Selectmedium

Which TWO strategies are recommended for handling high-volume traffic to an Azure AI endpoint?

Select 2 answers
A.Enabling autoscaling on the endpoint.
B.Limiting access to a single user.
C.Hardcoding the IP address of the compute node.
D.Using only the 'Free' pricing tier.
E.Implementing a global load balancer (e.g., Front Door).
AnswersA, E

Autoscaling allows the service to handle spikes automatically.

Why this answer

Load balancing and autoscaling are the key patterns for managing high traffic.

71
Multi-Selecthard

You are designing a disaster recovery and high availability strategy for an enterprise Azure OpenAI deployment. Which THREE architectural components or practices should you include? Each correct answer presents part of the solution.

Select 3 answers
A.Configure Azure Monitor metric alerts to detect latency spikes or availability drops.
B.Implement client-side retry and failover logic to handle transient errors and regional failovers.
C.Rely exclusively on Azure Backup to snapshot live model memory states.
D.Deploy secondary Azure OpenAI resources in a paired Azure region.
E.Store all model weights locally on client laptops for offline execution.
AnswersA, B, D

Alerts enable rapid detection of performance degradation triggering failover.

Why this answer

Multi-region deployments, client-side retry/failover logic, and monitoring metrics are essential for DR.

72
MCQhard

You need to implement token-based authentication using Azure AD (Microsoft Entra ID) for a Python application consuming an Azure OpenAI resource. Which authorization header format must your application use to authenticate successfully?

A.Authorization: API-Key <api_key_value>
B.X-MS-Token: <access_token>
C.Authorization: Bearer <access_token>
D.Ocp-Apim-Subscription-Key: <access_token>
AnswerC

Microsoft Entra ID tokens require the Bearer scheme in the Authorization header.

Why this answer

When using Microsoft Entra ID authentication for Azure AI services, requests must include a Bearer token obtained from the token endpoint, formatted as Authorization: Bearer <access_token>.

73
MCQeasy

You are provisioning a multi-service Azure AI resource using an Azure Resource Manager (ARM) template. Which resource type should you specify in the template for a generic multi-service cognitive services account?

A.Microsoft.AI/cognitiveServices
B.Microsoft.CognitiveServices/projects
C.Microsoft.MachineLearningServices/workspaces
D.Microsoft.CognitiveServices/accounts
AnswerD

Microsoft.CognitiveServices/accounts is the correct resource provider type for provisioning AI services in ARM or Bicep templates.

Why this answer

The standard resource type for a multi-service Cognitive Services account in ARM templates is 'Microsoft.CognitiveServices/accounts'.

74
MCQeasy

What is the purpose of a 'Resource Group' in the context of Azure AI solutions?

A.To act as a logical container for managing related resources.
B.To provide high availability for the service.
C.To enforce network firewall rules.
D.To store the model weights.
AnswerA

Resource groups group resources for easier management and deployment.

Why this answer

Resource groups act as a logical container for related Azure resources, making it easier to manage the lifecycle, permissions, and billing of a solution.

75
MCQeasy

You are provisioning an Azure AI Language resource and want to ensure that all telemetry and activity logs are retained for compliance auditing over a 365-day period. Where should you configure this retention policy?

A.In the resource's Diagnostic settings by specifying a retention period on a storage account destination.
B.In the Microsoft Defender for Cloud security policy blade.
C.In the Azure AI Language service Studio configuration panel.
D.In the Azure Cost Management budget alert settings.
AnswerA

Diagnostic settings allow you to define log retention periods in days for storage account destinations.

Why this answer

Diagnostic settings in the Azure portal allow configuring log destinations and retention policies (in days) when sending logs to a Storage Account.

Page 1 of 2 · 141 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Plan And Manage AN Azure AI Solution questions.