NEW
Font size
WorksheetsAZ204 (Develop Azure Compute Solutions)
Total questions: 55
Worksheet time: 28mins
You are developing a web application hosted on Azure App Service. It must scale out automatically based on CPU usage.
Solution: Configure autoscale settings in Azure App Service.
Does the solution meet the goal?
Yes
No
You need to deploy a containerized app that requires persistent storage.
Solution: Use Azure Kubernetes Service (AKS) with Azure Disk.
Does the solution meet the goal?
Yes
No
A serverless app must process messages from an Azure Service Bus queue.
Solution: Use Azure Functions with a Service Bus trigger.
Does the solution meet the goal?
Yes
No
A microservices app needs secure communication between services.
Solution: Use Azure API Management.
Does the solution meet the goal?
Yes
No
You need to run background tasks on a schedule.
Solution: Use Azure Functions with a Timer trigger.
Does the solution meet the goal?
Yes
No
A web app must authenticate users using social identity providers.
Solution: Use Azure AD B2C in App Service.
Does the solution meet the goal?
Yes
No
A task must run when a message is added to a Service Bus topic.
Solution: Use Azure Functions with a Service Bus trigger.
Does the solution meet the goal?
Yes
No
A serverless app must process telemetry data from Azure Event Hub.
Solution: Use Azure Functions with an Event Hub trigger.
Does the solution meet the goal?
Yes
No
You need to store key-value pairs with high availability.
Solution: Use Azure Table Storage.
Does the solution meet the goal?
Yes
No
A containerized app needs auto-scaling and monitoring.
Solution: Use Azure App Service with Docker support.
Does the solution meet the goal?
Yes
No
You are developing a web application hosted on Azure App Service. It must scale out automatically based on CPU usage.
Solution: Manually add instances when CPU usage is high.
Does the solution meet the goal?
Yes
No
You need to deploy a containerized app that requires persistent storage.
Solution: Use Azure Container Instances (ACI) with Azure Blob Storage.
Does the solution meet the goal?
Yes
No
A serverless app must process messages from an Azure Service Bus queue.
Solution: Use Azure Logic Apps with a Service Bus connector.
Does the solution meet the goal?
Yes
No
A microservices app needs secure communication between services.
Solution: Use Azure Virtual Network (VNet) for secure communication.
Does the solution meet the goal?
Yes
No
You need to run background tasks on a schedule.
Solution: Use Azure Logic Apps with a Recurrence trigger.
Does the solution meet the goal?
Yes
No
A web app requires a custom domain and SSL.
Solution: Use Azure DNS to configure the custom domain and SSL.
Does the solution meet the goal?
Yes
No
You need to process large data in parallel.
Solution: Use Azure Data Factory for parallel data processing.
Does the solution meet the goal?
Yes
No
A real-time chat app needs to handle WebSocket connections.
Solution: Use Azure App Service with WebSocket support.
Does the solution meet the goal?
Yes
No
You need to store and retrieve large files.
Solution: Use Azure SQL Database for storing large files.
Does the solution meet the goal?
Yes
No
A containerized app needs orchestration and scaling.
Solution: Use Azure Container Instances (ACI) for orchestration and scaling.
Does the solution meet the goal?
Yes
No
A task must run when a new blob is uploaded to Azure Storage.
Solution: Use Azure Functions with a Blob trigger.
Does the solution meet the goal?
Yes
No
A web app must access an on-premises SQL Server database.
Solution: Use Hybrid Connections in Azure App Service.
Does the solution meet the goal?
Yes
No
You need to process big data using Apache Spark.
Solution: Use Azure HDInsight.
Does the solution meet the goal?
Yes
No
A web app must handle global traffic with low latency.
Solution: Use Azure Traffic Manager.
Does the solution meet the goal?
Yes
No
A task must run when an event is published to Azure Event Grid.
Solution: Use Azure Functions with an Event Grid trigger.
Does the solution meet the goal?
Yes
No
A serverless app must respond to HTTP requests.
Solution: Use Azure Functions with an HTTP trigger.
Does the solution meet the goal?
Yes
No
You need to store structured data with global distribution and low latency.
Solution: Use Azure Cosmos DB.
Does the solution meet the goal?
Yes
No
You need to deploy a containerized app with built-in CI/CD and monitoring.
Solution: Use Azure App Service with Docker support.
Does the solution meet the goal?
Yes
No
A task must run every hour to clean up temporary files.
Solution: Use Azure Functions with a Timer trigger.
Does the solution meet the goal?
Yes
No
A task must run daily at midnight.
Solution: Use Azure Functions with a Timer trigger.
Does the solution meet the goal?
Yes
No
A web app must authenticate users via Azure Active Directory.
Solution: Enable Azure AD authentication in App Service.
Does the solution meet the goal?
Yes
No
You need to process real-time data streams from IoT devices.
Solution: Use Azure Stream Analytics.
Does the solution meet the goal?
Yes
No
A web app must deploy automatically when code is pushed to GitHub.
Solution: Configure continuous deployment in Azure App Service.
Does the solution meet the goal?
Yes
No
A background task should run when a message is added to an Azure Storage Queue.
Solution: Use Azure Functions with a Queue trigger.
Does the solution meet the goal?
Yes
No
Microservices need to communicate asynchronously using a message broker.
Solution: Use Azure Service Bus.
Does the solution meet the goal?
Yes
No
You need to deploy a containerized application that requires orchestration and scaling. Which Azure service should you use?
A. Azure Container Instances
B. Azure App Service
C. Azure Kubernetes Service
D. Azure Functions
You need to deploy a web app that must authenticate users via Azure Active Directory. Which Azure service should you use?
A. Azure Virtual Machines
B. Azure App Service
C. Azure Kubernetes Service
D. Azure Functions
You need to deploy a containerized application that requires auto-scaling and monitoring. Which Azure service should you use?
A. Azure Container Instances
B. Azure App Service
C. Azure Kubernetes Service
D. Azure Functions
You are developing a serverless application that needs to process messages from an Azure Service Bus queue. Which Azure service should you use?
A. Azure Logic Apps
B. Azure Functions
C. Azure App Service
D. Azure Kubernetes Service
You need to store structured data with global distribution and low latency. Which Azure service should you use?
A. Azure SQL Database
B. Azure Blob Storage
C. Azure Table Storage
D. Azure Cosmos DB
You need to deploy a web app that must handle global traffic with low latency. Which Azure service should you use?
A. Azure Traffic Manager
B. Azure App Service
C. Azure Kubernetes Service
D. Azure Functions
You need to deploy a serverless application that must process telemetry data from Azure Event Hub. Which Azure service should you use?
A. Azure Logic Apps
B. Azure Functions
C. Azure App Service
D. Azure Kubernetes Service
You need to process real-time data streams from IoT devices. Which Azure service should you use?
A. Azure Stream Analytics
B. Azure Data Factory
C. Azure Logic Apps
D. Azure Functions
You need to deploy a web app that must connect to an on-premises SQL Server database. Which Azure service should you use?
A. Azure Virtual Network
B. Azure App Service
C. Azure Kubernetes Service
D. Azure Functions
You need to deploy a web app to Azure. The app must be accessible via a custom domain and use SSL for security. Which Azure service should you use?
A. Azure Virtual Machines
B. Azure App Service
C. Azure Kubernetes Service
D. Azure Functions
You need to deploy a serverless application that must respond to HTTP requests. Which Azure service should you use?
A. Azure Logic Apps
B. Azure Functions
C. Azure App Service
D. Azure Kubernetes Service
You need to deploy a containerized application that requires persistent storage. Which Azure service should you use?
A. Azure Container Instances
B. Azure App Service
C. Azure Kubernetes Service
D. Azure Functions
You need to run a scheduled task every day at midnight. Which Azure service should you use?
A. Azure Logic Apps
B. Azure Functions with Timer Trigger
C. Azure App Service
D. Azure Kubernetes Service
You need to deploy a web app that integrates with GitHub for continuous deployment. Which Azure service should you use?
A. Azure Kubernetes Service
B. Azure App Service
C. Azure Container Instances
D. Azure Logic Apps
You need to process messages from an Azure Storage Queue using a serverless approach. Which Azure service should you use?
A. Azure Logic Apps
B. Azure Functions with Queue Trigger
C. Azure App Service
D. Azure Kubernetes Service
You need to expose APIs securely to external developers and manage access. Which Azure service should you use?
A. Azure API Management
B. Azure App Service
C. Azure Logic Apps
D. Azure Functions
You need to deploy a containerized app quickly without managing infrastructure. Which Azure service should you use?
A. Azure Kubernetes Service
B. Azure Container Instances
C. Azure App Service
D. Azure Functions
You need to create a scalable REST API that integrates with Azure Event Grid. Which Azure service should you use?
A. Azure App Service
B. Azure Functions
C. Azure Logic Apps
D. Azure Kubernetes Service
You need to deploy a web app that must support real-time communication using WebSockets. Which Azure service should you use?
A. Azure App Service
B. Azure SignalR Service
C. Azure Functions
D. Azure Logic Apps
You need to ensure that a containerized application can scale based on CPU usage. Which Azure service should you use?
A. Azure Container Instances
B. Azure Kubernetes Service
C. Azure App Service
D. Azure Logic Apps
