Question 371

You need to support the message processing for the ocean transport workflow.
Which four 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.

Question 372

A company is implementing a publish-subscribe (Pub/Sub) messaging component by using Azure Service Bus.
You are developing the first subscription application.
In the Azure portal you see that messages are being sent to the subscription for each topic. You create and initialize a subscription client object by supplying the correct details, but the subscription application is still not consuming the messages.
You need to ensure that the subscription client processes all messages.
Which code segment should you use?
await subscriptionClient.AddRuleAsync(new RuleDescription
  • Question 373

    You are developing an ASP.NET Core website that can be used to manage photographs which are stored in Azure Blob Storage containers.
    Users of the website authenticate by using their Azure Active Directory (Azure AD) credentials.
    You implement role-based access control (RBAC) role permissions on the containers that store photographs. You assign users to RBAC roles.
    You need to configure the website's Azure AD Application so that user's permissions can be used with the Azure Blob containers.
    How should you configure the application? To answer, drag the appropriate setting to the correct location. Each setting can be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    Question 374

    You are developing an Azure-hosted e-commerce web application. The application will use Azure Cosmos DB to store sales orders. You are using the latest SDK to manage the sales orders in the database.
    You create a new Azure Cosmos DB instance. You include a valid endpoint and valid authorization key to an appSettings.json file in the code project.
    You are evaluating the following application code: (Line number are included for reference only.)

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    Question 375

    You are developing an application that runs in several customer Azure Kubernetes Service clusters, Within each cluster, a pod runs that collects performance data to be analyzed later, a large amount of data is collected so saving latency must be minimized The performance data must be stored so that pod restarts do not impact the stored data. Write latency should be minimized.
    You need to configure blob storage.
    How should you complete the YAML configuration? To answer, select the appropriate options in the answer area.