Question 26

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

    You are developing a back-end Azure App Service that scales based on the number of messages contained in a Service Bus queue.
    A rule already exists to scale up the App Service when the average queue length of unprocessed and valid queue messages is greater than 1000.
    You need to add a new rule that will continuously scale down the App Service as long as the scale up condition is not met.
    How should you configure the Scale rule? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 28

    You have an application that uses Azure Blob storage.
    You need to update the metadata of the blobs.
    Which three methods should you use to develop the solution? To answer, move the appropriate methods from the list of methods to the answer area and arrange them in the correct order.

    Question 29

    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 question, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    Margie's Travel is an international travel and bookings management service. The company is expanding into restaurant bookings. You are tasked with implementing Azure Search for the restaurants listed in their solution.
    You create the index in Azure Search.
    You need to import the restaurant data into the Azure Search service by using the Azure Search .NET SDK.
    Solution:
    1. Create a SearchIndexClient object to connect to the search index.
    2. Create a DataContainer that contains the documents which must be added.
    3. Create a DataSource instance and set its Container property to the DataContainer.
    4. Call the Documents.Suggest method of the SearchIndexClient and pass the DataSource.
    Does the solution meet the goal?
  • Question 30

    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.