Question 46

You are creating a hazard notification system that has a single signaling server which triggers audio and visual alarms to start and stop.
You implement Azure Service Bus to publish alarms. Each alarm controller uses Azure Service Bus to receive alarm signals as part of a transaction. Alarm events must be recorded for audit purposes. Each transaction record must include information about the alarm type that was activated.
You need to implement a reply trail auditing solution.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • Question 47

    You are authoring a set of nested Azure Resource Manager templates to deploy Azure resources. You author an Azure Resource Manager template named mainTempIate.json that contains the following linked templates:
    linkedTemplatel.json, linkedTemplate2json.
    You add parameters to a parameters template file named mainTemplate.parameters.json. You save all templates on a local device in the C:\templates\ folder.
    You have the following requirements:
    * Store the templates in Azure for later deployment.
    * Enable versioning of the templates.
    * Manage access to the templates by using Azure RBAC
    You need to store the templates in Azure.
    How should you complete the command? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 48

    A company develops a series of mobile games. All games use a single leaderboard service.
    You have the following requirements:
    *Code should be scalable and allow for growth.
    *Each record must consist of a playedId, gameId, score, and time played.
    *When users reach a new high score, the system will save the new score using the SaveScore function below.
    *Each game is assigned and Id based on the series title.
    You have the following code. (Line numbers are included for reference only.) You store customer information in an Azure Cosmos database. The following data already exists in the database:

    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 49

    You need to investigate the http server log output to resolve the issue with the ContentUploadService.
    Which command should you use first?
  • Question 50

    You are developing an application that includes two Docker containers.
    The application must meet the following requirements
    * The containers must not run as root.
    * The containers must be deployed to Azure Container Instances by using a YAML file.
    * The containers must share a lifecycle, resources, local network and storage volume.
    * The storage volume must persist through container crashes.
    * The storage volume must be destroyed on stop or restart of the containers.
    You need to configure Azure Container Instances for the application.