View Full Microsoft AI-200 Exam Dumps and Practice Test Dumps
Question 41
Which Azure service provides managed event streaming for high-throughput telemetry?
- Azure Event Hubs
- Azure Files
- Azure DNS
- Azure Key Vault
Correct Answer: 1
Explanation:
Azure Event Hubs is designed for high-throughput event ingestion and streaming scenarios. It can receive large volumes of telemetry, application events, logs, and other streaming data from many producers. Consumers can process these events using supported applications and services. Event Hubs is different from Service Bus, which focuses more on enterprise messaging patterns such as queues and topics. Files provides shared storage, DNS handles name resolution, and Key Vault protects secrets and keys. AI solutions that collect continuous telemetry or large event streams can use Event Hubs as a scalable ingestion layer.
Question 42
Which Azure feature protects storage data while it is being transmitted?
- Blob indexing
- TLS encryption
- Storage lifecycle
- Container naming
Correct Answer: 2
Explanation:
TLS encryption protects data while it travels between clients and Azure services. Azure Storage supports secure HTTPS connections so applications can communicate with storage resources using encrypted transport. This helps protect sensitive information from being exposed while moving across a network. TLS is different from encryption at rest, which protects stored data on the underlying storage infrastructure. Blob indexing helps organize searchable data, lifecycle policies manage data movement or deletion, and container naming identifies storage organization. Secure transport is especially important when AI applications upload documents, datasets, or generated results to Azure Storage.
Question 43
Which Azure service enables scheduled execution of recurring tasks without servers?
- Azure Batch
- Azure Storage
- Azure Functions
- Azure Firewall
Correct Answer: 3
Explanation:
Azure Functions supports timer triggers that allow serverless code to execute according to a defined schedule. This makes Functions suitable for recurring tasks such as cleanup operations, periodic data processing, report generation, or scheduled synchronization. The application logic runs without requiring developers to maintain dedicated servers. Azure Batch focuses on large-scale compute jobs, Storage provides data services, and Firewall provides network security. Timer-triggered Functions can therefore be useful when an AI solution needs a lightweight scheduled process, such as periodically processing newly available data or maintaining application state.
Question 44
Which Azure service provides durable messaging with ordered sessions?
- Azure Event Hubs
- Azure Service Bus
- Azure Blob Storage
- Azure Table Storage
Correct Answer: 2
Explanation:
Azure Service Bus supports sessions that can be used to group related messages and provide ordered processing within a session. This is useful when an application needs to preserve message sequence for a particular logical workflow or entity. Service Bus also provides features such as queues, topics, dead-lettering, and message delivery controls. Event Hubs is optimized for high-throughput event streaming, while Blob Storage and Table Storage provide data storage capabilities. Sessions can therefore help AI backend components process related messages in a controlled sequence when message order matters.
Question 45
Which Azure capability allows an application to receive configuration changes dynamically?
- Azure App Configuration
- Azure Batch
- Azure Firewall
- Azure Files
Correct Answer: 1
Explanation:
Azure App Configuration can centralize application settings and support dynamic configuration patterns. Applications can retrieve configuration values from a centralized store rather than embedding settings directly in source code. This makes it easier to manage environment-specific values and update application behavior without changing the application package itself. Applications can also combine App Configuration with feature management capabilities. Azure Batch provides compute processing, Firewall handles network security, and Files provides shared storage. Centralized configuration is useful for AI applications whose operational settings may need to change independently of application deployment.
Question 46
Which Azure Functions trigger responds when a message arrives in Service Bus?
- HTTP trigger
- Timer trigger
- Service Bus trigger
- Blob trigger
Correct Answer: 3
Explanation:
A Service Bus trigger starts an Azure Function when messages become available in a configured Service Bus queue or topic subscription. This creates an event-driven processing pattern where application code responds to incoming messages instead of continuously polling for work. It can be useful for decoupling producers from processing components and scaling backend operations. An HTTP trigger responds to web requests, a timer trigger follows a schedule, and a Blob trigger responds to supported storage events. Service Bus-triggered Functions are therefore useful for asynchronous AI workflows involving queued processing tasks.
Question 47
Which Azure storage feature preserves previous blob versions automatically?
- Blob versioning
- Queue visibility
- File snapshots
- Table entities
Correct Answer: 1
Explanation:
Blob versioning automatically maintains previous versions of modified or overwritten block blobs when the feature is enabled. This provides a recovery mechanism when data is accidentally changed or overwritten. Applications can use version identifiers to access earlier versions of stored data. Queue visibility controls how messages are temporarily hidden during processing, file snapshots relate to Azure Files, and table entities represent NoSQL records. Versioning can be useful for AI workloads that maintain datasets, documents, or generated artifacts and need protection against accidental modifications.
Question 48
Which Azure Function binding simplifies access to a supported data source?
- Trigger
- Binding
- Replica
- Partition
Correct Answer: 2
Explanation:
Azure Functions bindings provide a declarative way for functions to connect to supported input and output services. They can reduce the amount of integration code developers need to write for common scenarios. A trigger determines what causes a function to execute, while bindings can provide input data or send function output to another service. Replicas and partitions relate to data and infrastructure concepts rather than Function integration. Using bindings can simplify serverless application development, especially when AI solutions need to connect Functions with storage, messaging, or other supported Azure services.
Question 49
Which Azure storage option is optimized for frequently accessed hot data?
- Archive tier
- Cool tier
- Hot tier
- Offline tier
Correct Answer: 3
Explanation:
The Azure Blob Storage hot access tier is intended for data that is accessed frequently. It generally provides lower access costs compared with less frequently accessed tiers, although storage costs are typically higher. Choosing the appropriate access tier depends on how often data is expected to be retrieved and the application’s cost requirements. Cool and archive tiers are intended for data with lower access frequency and different cost characteristics. AI applications may use the hot tier for active datasets, frequently retrieved documents, or recently generated content that requires regular access.
Question 50
Which Azure service provides a managed SQL database engine?
- Azure Cosmos DB
- Azure Database for PostgreSQL
- Azure SQL Database
- Azure Table Storage
Correct Answer: 3
Explanation:
Azure SQL Database is a fully managed relational database service based on the SQL Server database engine. It supports relational schemas, SQL queries, transactions, and many familiar database capabilities without requiring customers to manage the underlying database infrastructure. Azure Database for PostgreSQL provides a managed PostgreSQL engine, Cosmos DB is a globally distributed NoSQL database platform, and Table Storage provides key-value NoSQL storage. AI applications can use Azure SQL Database when their workloads require relational data structures, transactional consistency, and SQL-based querying.
Question 51
Which Azure Cosmos DB concept determines logical data distribution?
- Access tier
- Partition key
- Secret scope
- Function trigger
Correct Answer: 2
Explanation:
A partition key determines how Azure Cosmos DB logically distributes items within a container. Selecting an appropriate partition key is important for scalability, performance, and efficient request routing. A good partition key should provide sufficient distribution while matching common access patterns. An unsuitable choice can lead to uneven workloads or inefficient queries. Access tiers belong to storage services, secret scopes relate to security management, and function triggers determine how serverless code starts. Understanding partitioning is essential when designing Cosmos DB workloads that must handle substantial data volumes and request rates.
Question 52
Which Azure feature enables controlled rollout of application functionality?
- Feature flags
- Storage queues
- Private links
- Database replicas
Correct Answer: 1
Explanation:
Feature flags allow application functionality to be enabled or disabled independently of the application’s deployment lifecycle. They can support controlled releases, testing, gradual exposure, and rapid disabling of functionality when problems occur. Azure App Configuration provides feature management capabilities that can help applications evaluate feature flags centrally. Storage queues provide asynchronous messaging, private links provide network connectivity, and database replicas support data availability or read scaling scenarios. Feature flags are useful in AI applications when a new capability needs to be introduced gradually rather than immediately enabled for every user.
Question 53
Which Azure monitoring component collects platform metrics and activity information?
- Azure Monitor
- Azure Files
- Azure Container Registry
- Azure Service Bus
Correct Answer: 1
Explanation:
Azure Monitor provides a centralized monitoring platform for collecting and analyzing telemetry from Azure resources and applications. It works with metrics, logs, alerts, and other monitoring capabilities to help teams understand resource health and operational behavior. Azure Monitor can be combined with Application Insights and Log Analytics for deeper application and infrastructure analysis. Azure Files provides file storage, Container Registry manages container images, and Service Bus handles messaging. Monitoring is particularly important for AI cloud solutions because multiple services may need to be observed together to identify performance issues or failures.
Question 54
Which Azure service stores searchable operational logs in a centralized workspace?
- Azure DNS
- Azure Load Balancer
- Log Analytics workspace
- Azure Storage account
Correct Answer: 3
Explanation:
A Log Analytics workspace provides centralized storage and analysis for log data collected by Azure Monitor and supported services. Engineers can query workspace data using KQL to investigate application behavior, resource activity, security events, and operational problems. Centralized logs make it easier to correlate information from multiple components instead of investigating each service independently. Azure DNS provides name resolution, Load Balancer distributes network traffic, and a Storage account provides general storage services. For troubleshooting distributed AI applications, a Log Analytics workspace can serve as a central location for operational telemetry.
Question 55
Which Azure security feature prevents access from unauthorized network sources?
- Network security rule
- Storage lifecycle policy
- Blob metadata
- Function timer
Correct Answer: 1
Explanation:
Network security rules can restrict traffic based on characteristics such as source address, destination, protocol, and port. Within Azure networking, Network Security Groups use inbound and outbound rules to control permitted traffic for supported network interfaces and subnets. Properly configured rules can reduce the attack surface by allowing only required communication paths. Storage lifecycle policies manage data retention or tiering, blob metadata stores descriptive information, and Function timers schedule serverless execution. Network access controls are especially important when AI services communicate across multiple virtual network components.
Question 56
Which Azure service can automatically scale compute based on application demand?
- Azure Monitor
- Azure Autoscale
- Azure Key Vault
- Azure DNS
Correct Answer: 2
Explanation:
Azure Autoscale can automatically adjust supported compute resources according to workload demand and configured rules. Scaling can help applications maintain responsiveness during increased demand while reducing unnecessary resource consumption during quieter periods. The exact autoscaling capabilities depend on the Azure service being used. Azure Monitor supplies monitoring information, but autoscaling is responsible for changing supported resource capacity. Key Vault manages sensitive information, while DNS handles name resolution. For variable AI workloads, autoscaling can help align compute capacity with changing application demand.
Question 57
Which Azure identity feature grants applications access using assigned roles?
- Managed identity
- Storage tier
- Event subscription
- Application revision
Correct Answer: 1
Explanation:
A managed identity gives an Azure resource an identity that can be assigned permissions through supported authorization mechanisms such as Azure RBAC. Applications can use that identity to access Azure services without storing credentials in application code. This reduces secret-management requirements and supports a more secure service-to-service authentication model. Storage tiers control data access characteristics, event subscriptions route published events to consumers, and application revisions represent versions of deployed applications. Managed identities are especially useful when AI workloads need secure access to storage, databases, Key Vault, or other Azure resources.
Question 58
Which Azure messaging feature temporarily hides a received queue message?
- Topic filter
- Event partition
- Message lock
- Storage tier
Correct Answer: 3
Explanation:
A message lock temporarily prevents other consumers from processing a message while the current consumer works on it. Azure Service Bus uses lock-based message processing so that a message can be handled without being immediately delivered to another competing consumer. If processing succeeds, the message can be completed. If processing fails or the lock expires, the message can become available again according to the messaging configuration. Topic filters control which messages subscribers receive, event partitions distribute streaming data, and storage tiers control blob access characteristics. Message locks are therefore important for reliable asynchronous processing.
Question 59
Which Azure deployment approach replaces an application version with a new one immediately?
- Canary deployment
- Blue-green deployment
- Rolling deployment
- In-place deployment
Correct Answer: 4
Explanation:
An in-place deployment updates the existing application environment directly with the new version. This differs from blue-green deployment, where separate environments can be maintained for old and new versions, and canary deployment, where a limited portion of traffic receives the new version first. Rolling deployment gradually replaces application instances according to the deployment strategy. The appropriate approach depends on availability requirements, rollback needs, and application architecture. Understanding deployment patterns is important when releasing AI services because application changes can affect dependent APIs, data processing, and user-facing functionality.
Question 60
Which Azure capability provides alerts when monitoring conditions are met?
- Azure Monitor alerts
- Azure Storage tiers
- Azure Files shares
- Azure DNS zones
Correct Answer: 1
Explanation:
Azure Monitor alerts can evaluate monitoring data against configured conditions and trigger notifications or automated actions when those conditions are met. Alerts can be based on metrics, logs, activity information, and other supported signals. This allows teams to detect issues such as elevated resource usage, application failures, or unusual operational behavior without continuously watching dashboards. Storage tiers manage blob access and cost, Files provides shared file storage, and DNS zones manage domain name records. Alerting is an important part of operating AI cloud solutions because it helps teams respond promptly when predefined health or performance conditions occur.