Question 21

You need to identify which connectivity mode to use when implementing App2. The solution must support the planned changes and meet the business requirements.
Which connectivity mode should you identify?
  • Question 22

    You plan to store order data in Azure Cosmos DB for NoSQL account. The data contains information about orders and their associated items.
    You need to develop a model that supports order read operations. The solution must minimize the number or requests.
  • Question 23

    You have the indexing policy shown in the following exhibit.

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

    Question 24

    You have a container named container1 in an Azure Cosmos DB Core (SQL) API account.
    The following is a sample of a document in container1.
    {
    "studentId": "631282",
    "firstName": "James",
    "lastName": "Smith",
    "enrollmentYear": 1990,
    "isActivelyEnrolled": true,
    "address": {
    "street": "",
    "city": "",
    "stateProvince": "",
    "postal": "",
    }
    }
    The container1 container has the following indexing policy.
    {
    "indexingMode": "consistent",
    "includePaths": [
    {
    "path": "/*"
    },
    {
    "path": "/address/city/?"
    }
    ],
    "excludePaths": [
    {
    "path": "/address/*"
    },
    {
    "path": "/firstName/?"
    }
    ]
    }
    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 25

    You need to create a database in an Azure Cosmos DB for NoSQL account. The database will contain three containers named coll1, coll2 and coll3. The coll1 container will have unpredictable read and write volumes.
    The col!2 and coll3 containers will have predictable read and write volumes. The expected maximum throughput for coll1 and coll2 is 50,000 request units per second (RU/s) each.
    How should you provision the collection while minimizing costs?