Question 36

You need to configure an Apache Kafka instance to ingest data from an Azure Cosmos DB Core (SQL) API account. The data from a container named telemetry must be added to a Kafka topic named iot. The solution must store the data in a compact binary format.
Which three configuration items should you include in the solution? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
  • Question 37

    You configure Azure Cognitive Search to index a container in an Azure Cosmos DB Core (SQL) API account as shown in the following exhibit.

    Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
    NOTE: Each correct selection is worth one point.

    Question 38

    You have a database in an Azure Cosmos DB Core (SQL) API account.
    You plan to create a container that will store employee data for 5,000 small businesses. Each business will have up to 25 employees. Each employee item will have an emailAddress value.
    You need to ensure that the emailAddress value for each employee within the same company is unique.
    To what should you set the partition key and the unique key? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 39

    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 have a container named container1 in an Azure Cosmos DB Core (SQL) API account.
    You need to make the contents of container1 available as reference data for an Azure Stream Analytics job.
    Solution: You create an Azure function that uses Azure Cosmos DB Core (SQL) API change feed as a trigger and Azure event hub as the output.
    Does this meet the goal?
  • Question 40

    You have an Azure Cosmos DB for NoSQL account.
    The change feed is enabled on a container named invoice.
    You create an Azure function that has a trigger on the change feed.
    What is received by the Azure function?