AZ-204 試験問題 251

You are developing an application to retrieve user profile information. The application will use the Microsoft Graph SDK.
The app must retrieve user profile information by using a Microsoft Graph API call.
You need to call the Microsoft Graph API from the application.
In which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

AZ-204 試験問題 252

複数の Azure Service Bus キューを使用するソリューションを開発しています。Azure Service Bus 名前空間の Azure Event Grid サブスクリプションを作成します。メッセージを処理するために、サブスクライバーとして Azure Functions を使用します。
キューから Azure Event Grid にイベントを送信する必要があります。最小限の権限の原則を使用して、コストを最小限に抑える必要があります。
どのAzure Service Busの値を使用すべきでしょうか? 回答するには、回答エリアで適切なオプションを選択してください。正しい選択ごとに1ポイントの価値があります。

AZ-204 試験問題 253

You have an Azure Batch project that processes and converts files and stores the files in Azure storage. You are developing a function to start the batch job.
You add the following parameters to the function.

You must ensure that converted files are placed in the container referenced by the outputContainerSasUrl parameter. Files which fail to convert are places in the container referenced by the failedContainerSasUrl parameter.
You need to ensure the files are correctly processed.
How should you complete the code segment? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

AZ-204 試験問題 254

You develop software solutions for a mobile delivery service. You are developing a mobile app that users can use to order from a restaurant in their area. The app uses the following workflow:
* A driver selects the restaurants from which they will deliver orders.
* Orders are sent to all available drivers in an area.
* Only orders for the selected restaurants will appear for the driver.
* The first driver to accept an order removes it from the list of available orders.
You need to implement an Azure Service Bus solution.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

AZ-204 試験問題 255

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
You develop an entertainment application where users can buy and trade virtual real estate. The application must scale to support thousands of users.
The current architecture includes five Azure Virtual Machines (VM) that connect to an Azure SQL Database for account information and Azure Table Storage for backend services. A user interacts with these components in the cloud at any given time Routing Service - Routes a request to the appropriate service and must not persist data across sessions Account Service - Stores and manages all account information and authentication and requires data to persist across sessions.
User Service - Stores and manages all user information and requires data to persist across sessions.
Housing Network Service - Stores and manages the current real-estate economy and requires data to persist across sessions.
Trade Service - Stores and manages virtual trade between accounts and requires data to persist across sessions.
Due to volatile user traffic, a microservices solution is selected for scale agility.
You need to migrate to a distributed microservices solution on Azure Service Fabric.
Solution: Create a Service Fabric Cluster with a stateful Reliable Service for Routing Service.
Deploy a Guest Executable to Service Fabric for each component.
Does the solution meet the goal?