AZ-204 Exam Question 6

You are developing an application to store information about the organizational structure for a company.
Users must be able to determine which people report to a particular manager, the office where employees work, and the projects that are assigned to an employee.
Which Azure Cosmos DB API should you use for the application?
  • AZ-204 Exam Question 7

    You are developing a software solution for an autonomous transportation system. The solution uses large data sets and Azure Batch processing to simulate navigation sets for entire fleets of vehicles.
    You need to create compute nodes for the solution on Azure Batch.
    What should you do?
  • AZ-204 Exam Question 8

    You plan to implement an Azure Functions app.
    The Azure Functions app has the following requirements:
    * Must be triggered by a message placed in an Azure Storage queue.
    * Must use the queue name set by an app setting named input-queue.
    * Must create an Azure Blob Storage named the same as the content of the message.
    You need to identify how to reference the queue and blob name in the function. Just file of the Azure Functions app.
    How should you reference the names? To answer, select the appropriate values in the answer area. NOTE:
    Each correct selection is worth one point.

    AZ-204 Exam Question 9

    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.

    AZ-204 Exam Question 10

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You develop a software as a service (SaaS) offering to manage photographs. Users upload photos to a web service which then stores the photos in Azure Storage Blob storage. The storage account type is General-purpose V2.
    When photos are uploaded, they must be processed to produce and save a mobile-friendly version of the image. The process to produce a mobile-friendly version of the image must start in less than one minute.
    You need to design the process that starts the photo processing.
    Solution: Move photo processing to an Azure Function triggered from the blob upload.
    Does the solution meet the goal?