wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

AZ204 (Develop Azure Compute Solutions)

Total questions: 55

Worksheet time: 28mins

Name
Class
Date
1.

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?

a)

Yes

b)

No

2.

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?

a)

Yes

b)

No

3.

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?

a)

Yes

b)

No

4.

A microservices app needs secure communication between services.
Solution: Use Azure API Management.
Does the solution meet the goal?

a)

Yes

b)

No

5.

You need to run background tasks on a schedule.
Solution: Use Azure Functions with a Timer trigger.
Does the solution meet the goal?

a)

Yes

b)

No

6.

A web app must authenticate users using social identity providers.
Solution: Use Azure AD B2C in App Service.
Does the solution meet the goal?

a)

Yes

b)

No

7.

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?

a)

Yes

b)

No

8.

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?

a)

Yes

b)

No

9.

You need to store key-value pairs with high availability.
Solution: Use Azure Table Storage.
Does the solution meet the goal?

a)

Yes

b)

No

10.

A containerized app needs auto-scaling and monitoring.
Solution: Use Azure App Service with Docker support.
Does the solution meet the goal?

a)

Yes

b)

No

11.

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?

a)

Yes

b)

No

12.

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?

a)

Yes

b)

No

13.

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?

a)

Yes

b)

No

14.

A microservices app needs secure communication between services.
Solution: Use Azure Virtual Network (VNet) for secure communication.
Does the solution meet the goal?

a)

Yes

b)

No

15.

You need to run background tasks on a schedule.
Solution: Use Azure Logic Apps with a Recurrence trigger.
Does the solution meet the goal?

a)

Yes

b)

No

16.

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?

a)

Yes

b)

No

17.

You need to process large data in parallel.
Solution: Use Azure Data Factory for parallel data processing.
Does the solution meet the goal?

a)

Yes

b)

No

18.

A real-time chat app needs to handle WebSocket connections.
Solution: Use Azure App Service with WebSocket support.
Does the solution meet the goal?

a)

Yes

b)

No

19.

You need to store and retrieve large files.
Solution: Use Azure SQL Database for storing large files.
Does the solution meet the goal?

a)

Yes

b)

No

20.

A containerized app needs orchestration and scaling.
Solution: Use Azure Container Instances (ACI) for orchestration and scaling.
Does the solution meet the goal?

a)

Yes

b)

No

21.

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?

a)

Yes

b)

No

22.

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?

a)

Yes

b)

No

23.

You need to process big data using Apache Spark.

Solution: Use Azure HDInsight.

Does the solution meet the goal?

a)

Yes

b)

No

24.

A web app must handle global traffic with low latency.

Solution: Use Azure Traffic Manager.

Does the solution meet the goal?

a)

Yes

b)

No

25.

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?

a)

Yes

b)

No

26.

A serverless app must respond to HTTP requests.

Solution: Use Azure Functions with an HTTP trigger.

Does the solution meet the goal?

a)

Yes

b)

No

27.

You need to store structured data with global distribution and low latency.

Solution: Use Azure Cosmos DB.

Does the solution meet the goal?

a)

Yes

b)

No

28.

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?

a)

Yes

b)

No

29.

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?

a)

Yes

b)

No

30.

A task must run daily at midnight.

Solution: Use Azure Functions with a Timer trigger.

Does the solution meet the goal?

a)

Yes

b)

No

31.

A web app must authenticate users via Azure Active Directory.

Solution: Enable Azure AD authentication in App Service.

Does the solution meet the goal?

a)

Yes

b)

No

32.

You need to process real-time data streams from IoT devices.

Solution: Use Azure Stream Analytics.

Does the solution meet the goal?

a)

Yes

b)

No

33.

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?

a)

Yes

b)

No

34.

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?

a)

Yes

b)

No

35.

Microservices need to communicate asynchronously using a message broker.

Solution: Use Azure Service Bus.

Does the solution meet the goal?

a)

Yes

b)

No

36.

You need to deploy a containerized application that requires orchestration and scaling. Which Azure service should you use?

a)

A. Azure Container Instances

b)

B. Azure App Service

c)

C. Azure Kubernetes Service

d)

D. Azure Functions

37.

You need to deploy a web app that must authenticate users via Azure Active Directory. Which Azure service should you use?

a)

A. Azure Virtual Machines

b)

B. Azure App Service

c)

C. Azure Kubernetes Service

d)

D. Azure Functions

38.

You need to deploy a containerized application that requires auto-scaling and monitoring. Which Azure service should you use?

a)

A. Azure Container Instances

b)

B. Azure App Service

c)

C. Azure Kubernetes Service

d)

D. Azure Functions

39.

You are developing a serverless application that needs to process messages from an Azure Service Bus queue. Which Azure service should you use?

a)

A. Azure Logic Apps

b)

B. Azure Functions

c)

C. Azure App Service

d)

D. Azure Kubernetes Service

40.

You need to store structured data with global distribution and low latency. Which Azure service should you use?

a)

A. Azure SQL Database

b)

B. Azure Blob Storage

c)

C. Azure Table Storage

d)

D. Azure Cosmos DB

41.

You need to deploy a web app that must handle global traffic with low latency. Which Azure service should you use?

a)

A. Azure Traffic Manager

b)

B. Azure App Service

c)

C. Azure Kubernetes Service

d)

D. Azure Functions

42.

You need to deploy a serverless application that must process telemetry data from Azure Event Hub. Which Azure service should you use?

a)

A. Azure Logic Apps

b)

B. Azure Functions

c)

C. Azure App Service

d)

D. Azure Kubernetes Service

43.

You need to process real-time data streams from IoT devices. Which Azure service should you use?

a)

A. Azure Stream Analytics

b)

B. Azure Data Factory

c)

C. Azure Logic Apps

d)

D. Azure Functions

44.

You need to deploy a web app that must connect to an on-premises SQL Server database. Which Azure service should you use?

a)

A. Azure Virtual Network

b)

B. Azure App Service

c)

C. Azure Kubernetes Service

d)

D. Azure Functions

45.

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)

A. Azure Virtual Machines

b)

B. Azure App Service

c)

C. Azure Kubernetes Service

d)

D. Azure Functions

46.

You need to deploy a serverless application that must respond to HTTP requests. Which Azure service should you use?

a)

A. Azure Logic Apps

b)

B. Azure Functions

c)

C. Azure App Service

d)

D. Azure Kubernetes Service

47.

You need to deploy a containerized application that requires persistent storage. Which Azure service should you use?

a)

A. Azure Container Instances

b)

B. Azure App Service

c)

C. Azure Kubernetes Service

d)

D. Azure Functions

48.

You need to run a scheduled task every day at midnight. Which Azure service should you use?

a)

A. Azure Logic Apps

b)

B. Azure Functions with Timer Trigger

c)

C. Azure App Service

d)

D. Azure Kubernetes Service

49.

You need to deploy a web app that integrates with GitHub for continuous deployment. Which Azure service should you use?

a)

A. Azure Kubernetes Service

b)

B. Azure App Service

c)

C. Azure Container Instances

d)

D. Azure Logic Apps

50.

You need to process messages from an Azure Storage Queue using a serverless approach. Which Azure service should you use?

a)

A. Azure Logic Apps

b)

B. Azure Functions with Queue Trigger

c)

C. Azure App Service

d)

D. Azure Kubernetes Service

51.

You need to expose APIs securely to external developers and manage access. Which Azure service should you use?

a)

A. Azure API Management

b)

B. Azure App Service

c)

C. Azure Logic Apps

d)

D. Azure Functions

52.

You need to deploy a containerized app quickly without managing infrastructure. Which Azure service should you use?

a)

A. Azure Kubernetes Service

b)

B. Azure Container Instances

c)

C. Azure App Service

d)

D. Azure Functions

53.

You need to create a scalable REST API that integrates with Azure Event Grid. Which Azure service should you use?

a)

A. Azure App Service

b)

B. Azure Functions

c)

C. Azure Logic Apps

d)

D. Azure Kubernetes Service

54.

You need to deploy a web app that must support real-time communication using WebSockets. Which Azure service should you use?

a)

A. Azure App Service

b)

B. Azure SignalR Service

c)

C. Azure Functions

d)

D. Azure Logic Apps

55.

You need to ensure that a containerized application can scale based on CPU usage. Which Azure service should you use?

a)

A. Azure Container Instances

b)

B. Azure Kubernetes Service

c)

C. Azure App Service

d)

D. Azure Logic Apps