{"id":22819,"date":"2026-09-26T08:03:20","date_gmt":"2026-09-26T08:03:20","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=22819"},"modified":"2026-09-26T08:03:20","modified_gmt":"2026-09-26T08:03:20","slug":"microsoft-ai-200-practice-test-questions-and-exam-dumps-part12-q221-240","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-ai-200-practice-test-questions-and-exam-dumps-part12-q221-240\/","title":{"rendered":"Microsoft AI-200 Practice Test Questions and Exam Dumps Part12 Q221-240"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/ai-200-exam-dumps\"><b>Microsoft AI-200 Exam Dumps<\/b><\/a><b> and Practice Test Dumps<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 221<\/b><\/h3>\n<p><b>Which Azure AI Search feature configures how vector queries are processed?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Synonym map<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Vector search profile<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Scoring profile<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Index alias<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A vector search profile in Azure AI Search defines configuration used for vector search behavior, including the algorithm and related vector-search settings associated with vector fields. This helps applications control how vector similarity is evaluated when retrieving semantically related content. A synonym map handles alternative terms, a scoring profile influences ranking, and an index alias provides an abstraction over a search index. Vector search profiles are important when building AI applications that use embeddings to retrieve documents based on semantic similarity rather than only matching exact words.<\/span><\/p>\n<h3><b>Question 222<\/b><\/h3>\n<p><b>Which Azure AI Search feature converts text into vectors during indexing?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Semantic ranker<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Search analyzer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Integrated vectorization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Facet navigation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Integrated vectorization allows Azure AI Search to incorporate vector generation into supported indexing and querying workflows. Text or other supported content can be transformed into vector representations using configured vectorizers, helping applications build semantic retrieval experiences without manually implementing every embedding step. Semantic ranking improves result ordering, analyzers process textual content, and facets provide categorized navigation. Integrated vectorization is especially useful for retrieval-augmented generation applications where source documents need embeddings before they can participate effectively in vector or hybrid searches.<\/span><\/p>\n<h3><b>Question 223<\/b><\/h3>\n<p><b>Which Azure Cosmos DB capability executes operations transactionally within one logical partition?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Transactional batch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Change feed<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Analytical store<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Index transformation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A transactional batch in Azure Cosmos DB allows multiple operations against items in the same logical partition to execute as a single atomic unit. This means the operations can succeed together or fail together, helping applications maintain consistency across related updates. The change feed exposes modifications for downstream processing, analytical store supports analytical workloads, and index transformation relates to indexing behavior. Transactional batches are useful when an AI application must update several related records together, such as maintaining coordinated document metadata and processing-state information.<\/span><\/p>\n<h3><b>Question 224<\/b><\/h3>\n<p><b>Which Azure Cosmos DB feature enables querying data with SQL syntax?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">MongoDB API<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Cassandra API<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">NoSQL API<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Gremlin API<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Cosmos DB for NoSQL supports SQL-like query syntax for working with JSON documents. Applications can use queries to retrieve and filter document data while taking advantage of Cosmos DB&#8217;s distributed architecture. The MongoDB API supports MongoDB-compatible workloads, Cassandra API supports Cassandra-based applications, and Gremlin API is designed for graph workloads. Selecting the appropriate API depends on the application&#8217;s data model and compatibility requirements. For document-oriented AI applications, the NoSQL API provides a natural model for storing and querying JSON-based application data.<\/span><\/p>\n<h3><b>Question 225<\/b><\/h3>\n<p><b>Which Azure Storage feature prevents protected blobs from being modified during retention?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blob versioning<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Immutable storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Object replication<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Metadata<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Blob immutable storage can protect data from modification or deletion during a configured retention period. This is useful for workloads that must preserve records in an unaltered state for compliance, auditing, or governance requirements. Blob versioning maintains previous versions, object replication creates copies across supported accounts, and metadata stores application-defined attributes. Immutable storage is especially relevant when AI applications generate records that must remain unchanged for a defined period, such as audit artifacts, regulated documents, or evidence required for compliance processes.<\/span><\/p>\n<h3><b>Question 226<\/b><\/h3>\n<p><b>Which Azure Storage option enables secure access without exposing account keys?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Shared access signature<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage endpoint<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access tier<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blob metadata<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A shared access signature, or SAS, provides delegated access to Azure Storage resources without requiring applications to distribute the storage account&#8217;s primary access keys. A SAS can specify permissions, resources, and validity periods according to its configuration. A storage endpoint identifies a service location, an access tier controls storage characteristics, and blob metadata stores descriptive key-value information. SAS is useful when an AI application needs to grant temporary or limited access to documents, images, datasets, or other stored content without exposing broader account-level credentials.<\/span><\/p>\n<h3><b>Question 227<\/b><\/h3>\n<p><b>Which Azure Service Bus capability sends several messages as one atomic operation?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Message deferral<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Transaction<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Subscription filter<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Peek operation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Service Bus transactions allow supported messaging operations to participate in an atomic transaction. This can help ensure that related message operations either complete together or are rolled back together when the transaction fails. Message deferral postpones processing, subscription filters determine which topic messages are delivered, and Peek inspects messages without removing them. Transactions are valuable for workflows where consistency between multiple messaging operations matters, such as processing an incoming message while producing related outgoing messages as part of the same logical operation.<\/span><\/p>\n<h3><b>Question 228<\/b><\/h3>\n<p><b>Which Event Hubs setting determines the number of independent event streams?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Consumer group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Partition count<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Capture interval<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Checkpoint location<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The partition count determines how many partitions an Event Hubs event hub contains, providing separate ordered streams within the hub and enabling parallel event processing. Partitions are an important scalability concept because events are distributed across them according to the configured partitioning behavior. Consumer groups provide independent consumption views rather than creating partitions, Capture controls event-storage behavior, and checkpoint locations store consumer progress. Selecting an appropriate partition structure is important for high-volume AI telemetry and event-processing workloads.<\/span><\/p>\n<h3><b>Question 229<\/b><\/h3>\n<p><b>Which Event Grid resource can represent an Azure service publishing events?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">System topic<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Search index<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Consumer group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Storage queue<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An Event Grid system topic represents events published by an Azure service or supported Azure resource. It provides a managed event source that applications can subscribe to without creating a custom event-publishing mechanism for the Azure resource. A search index belongs to Azure AI Search, a consumer group belongs to Event Hubs, and a storage queue provides asynchronous message storage. System topics are useful in event-driven AI architectures where an application needs to react automatically to events generated by supported Azure resources.<\/span><\/p>\n<h3><b>Question 230<\/b><\/h3>\n<p><b>Which Azure Functions feature supports workflows containing external events?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Durable entities<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Durable orchestrations<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Durable external events<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Function bindings<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Durable Functions external events allow an orchestration to wait for an event raised by an external system or application. This is useful when workflow progress depends on an outside action, such as an approval, callback, or asynchronous result. Durable entities provide stateful coordination, durable orchestrations coordinate workflow steps, and bindings connect functions with supported services. External events can help AI workflows pause safely while waiting for information that is not available immediately, allowing the orchestration to resume when the required event arrives.<\/span><\/p>\n<h3><b>Question 231<\/b><\/h3>\n<p><b>Which Azure Functions model allows an orchestration to maintain workflow state?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Durable orchestration<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">HTTP response<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Timer schedule<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Blob trigger<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Durable Functions orchestration provides a programming model for coordinating stateful, long-running workflows. The Durable Functions runtime manages orchestration state so applications can coordinate multiple activities, timers, retries, and external events without manually implementing all state-persistence infrastructure. HTTP responses and timer schedules represent individual invocation mechanisms, while Blob triggers start functions from blob-related events. Durable orchestrations are particularly useful for AI processing pipelines that contain multiple dependent stages and may need to pause and resume over an extended period.<\/span><\/p>\n<h3><b>Question 232<\/b><\/h3>\n<p><b>Which Azure Container Apps capability routes traffic between application revisions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Environment variables<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Traffic splitting<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Secret references<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Registry authentication<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Traffic splitting in Azure Container Apps allows incoming application traffic to be distributed among revisions according to configured percentages. This can support controlled rollout strategies where a new application version receives only a portion of traffic before becoming the primary version. Environment variables provide application configuration, secret references expose sensitive values, and registry authentication allows access to private images. Traffic splitting can be useful for AI applications when developers need to test a new service version with limited production traffic before increasing its exposure.<\/span><\/p>\n<h3><b>Question 233<\/b><\/h3>\n<p><b>Which Azure Container Apps option stores a reusable environment-level configuration value?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Environment variable<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Container replica<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ingress endpoint<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Revision suffix<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Environment variables provide configuration values to containers at runtime. They allow applications to separate configurable behavior from the container image itself, making the same image reusable across multiple environments. Container replicas represent running application instances, ingress endpoints expose services, and revision suffixes help identify deployed versions. Environment variables are useful for AI applications that need environment-specific values such as service endpoints, operational modes, or non-sensitive configuration without rebuilding the container image whenever those values change.<\/span><\/p>\n<h3><b>Question 234<\/b><\/h3>\n<p><b>Which Azure Monitor capability collects telemetry from supported Kubernetes workloads?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Managed Prometheus<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Action group<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Workbook<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Activity Log<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure Monitor managed service for Prometheus provides a managed monitoring capability for collecting and analyzing Prometheus metrics from supported Kubernetes environments. It reduces the operational burden of maintaining a separate Prometheus infrastructure while integrating monitoring into Azure&#8217;s observability ecosystem. Action groups handle alert notifications and actions, workbooks visualize telemetry, and Activity Log records Azure management operations. Managed Prometheus can be useful for AI workloads running on Kubernetes when application and infrastructure teams already use Prometheus-compatible metrics.<\/span><\/p>\n<h3><b>Question 235<\/b><\/h3>\n<p><b>Which Azure Monitor component defines where collected data is ingested?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Data collection endpoint<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Metric alert<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Workbook<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Availability test<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An Azure Monitor data collection endpoint, or DCE, provides an endpoint for supported Azure Monitor data collection scenarios. It can be used as part of a data collection architecture where telemetry is routed through configured ingestion infrastructure. Metric alerts evaluate telemetry conditions, workbooks display monitoring information, and availability tests check application accessibility. Data collection endpoints are useful when implementing more structured monitoring architectures, particularly where organizations need controlled telemetry ingestion for applications and infrastructure operating across multiple environments.<\/span><\/p>\n<h3><b>Question 236<\/b><\/h3>\n<p><b>Which Bicep construct creates reusable infrastructure definitions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Parameters<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Modules<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Outputs<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Variables<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Bicep modules allow infrastructure definitions to be separated into reusable components. A module can represent a group of resources or deployment logic that can be called from other Bicep files. This helps organizations avoid duplicating infrastructure definitions across applications and environments. Parameters accept deployment inputs, outputs return values, and variables store reusable expressions within a template. Modules are especially useful for AI platforms that repeatedly deploy common components such as storage, monitoring, networking, or application infrastructure.<\/span><\/p>\n<h3><b>Question 237<\/b><\/h3>\n<p><b>Which Azure deployment feature previews resource changes before deployment?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Deployment history<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">What-if operation<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource lock<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Activity Log<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Azure Resource Manager what-if operation previews the changes that a deployment would make before those changes are applied. It can show resources that would be created, modified, or deleted, helping developers validate infrastructure changes before committing them. Deployment history records previous deployment activity, resource locks protect resources from certain changes, and Activity Log records management operations. What-if is particularly useful in infrastructure-as-code workflows because it provides an additional validation step before deploying updates to AI application environments.<\/span><\/p>\n<h3><b>Question 238<\/b><\/h3>\n<p><b>Which Azure API Management component identifies the actual service receiving API requests?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Product<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Backend<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Subscription<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Developer portal<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An API Management backend represents the service to which APIM forwards API requests after gateway processing. Backends can point to application services or other supported endpoints that provide the actual API functionality. Products group APIs for consumers, subscriptions provide consumer access arrangements, and the developer portal presents API documentation and management features to developers. Backends are important in AI API architectures because they allow APIM to act as a managed gateway between external clients and the services performing model inference, retrieval, data processing, or other application functions.<\/span><\/p>\n<h3><b>Question 239<\/b><\/h3>\n<p><b>Which Azure Database for PostgreSQL option provides connection pooling?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">PgBouncer<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Query Store<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Elastic pool<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Geo-fence<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">PgBouncer is a lightweight connection-pooling component supported with Azure Database for PostgreSQL Flexible Server scenarios. Connection pooling can reduce the overhead associated with repeatedly creating and closing database connections, which is particularly useful for applications that create many short-lived connections. Query Store focuses on query performance information, elastic pools are associated with Azure SQL Database, and geo-fencing is unrelated to PostgreSQL connection pooling. For AI applications with variable workloads, connection pooling can help improve database connection efficiency and reduce unnecessary connection-management overhead.<\/span><\/p>\n<h3><b>Question 240<\/b><\/h3>\n<p><b>Which Azure governance service groups subscriptions into an administrative hierarchy?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource tags<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Management groups<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Resource locks<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Policy definitions<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Azure management groups organize subscriptions into a hierarchical structure, allowing governance and policy controls to be applied across multiple subscriptions. This is useful for organizations that operate separate environments, business units, or application subscriptions while needing centralized governance. Resource tags add metadata to resources, resource locks protect resources from certain operations, and policy definitions describe governance rules. Management groups can help large AI environments maintain consistent governance across many Azure subscriptions while still allowing individual teams to manage their application resources.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AI-200 Exam Dumps and Practice Test Dumps &nbsp; Question 221 Which Azure AI Search feature configures how vector queries are processed? Synonym map Vector search profile Scoring profile Index alias Correct Answer: 2 Explanation: A vector search profile in Azure AI Search defines configuration used for vector search behavior, including the algorithm [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22819"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=22819"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22819\/revisions"}],"predecessor-version":[{"id":22820,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/22819\/revisions\/22820"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=22819"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=22819"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=22819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}