Does the solution meet the goal?

Topic 4, Misc. Questions 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...

November 7, 2020 No Comments READ MORE +

Which tools should you use?

HOTSPOT You need to correct the VM issues. Which tools should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Box 1: Azure Backup The VM is critical and has not been backed up in the...

November 6, 2020 No Comments READ MORE +

What should you do?

You need to investigate the Azure Function app error message in the development environment. What should you do?A . Connect Live Metrics Stream from Application Insights to the Azure Function app and filter the metrics.B . Create a new Azure Log Analytics workspace and instrument the Azure Function app with...

November 6, 2020 No Comments READ MORE +

How should you complete the markup?

DRAG DROP You need to add markup at line AM04 to implement the ContentReview role. How should you complete the markup? To answer, drag the appropriate json segments to the correct locations. Each json segment may be used once, more than once, or not at all. You may need to...

November 6, 2020 No Comments READ MORE +

Which CRDs should you configure?

DRAG DROP You are a developer for a software as a service (SaaS) company that uses an Azure Function to process orders. The Azure Function currently runs on an Azure Function app that is triggered by an Azure Storage queue. You are preparing to migrate the Azure Function to Kubernetes...

November 6, 2020 No Comments READ MORE +

How should you configure the policy?

DRAG DROP You are developing a new page for a website that uses Azure Cosmos DB for data storage. The feature uses documents that have the following format: You must display data for the new page in a specific order. You create the following query for the page: You need...

November 6, 2020 No Comments READ MORE +

To which policy section should you add the policies?

DRAG DROP Contoso, Ltd. provides an API to customers by using Azure API Management (APIM). The API authorizes users with a JWT token. You must implement response caching for the APIM gateway. The caching mechanism must detect the user ID of the client that accesses data for a given location...

November 6, 2020 No Comments READ MORE +

Which code segment should you use?

You develop Azure solutions. You must connect to a No-SQL globally-distributed database by using the .NET API. You need to create an object to configure and execute requests in the database. Which code segment should you use?A . new Container(EndpointUri, PrimaryKey);B . new Database(Endpoint, PrimaryKey);C . new CosmosClient(EndpointUri, PrimaryKey);View AnswerAnswer:...

November 5, 2020 No Comments READ MORE +

Which authentication mechanism should you use?

Your company is developing an Azure API. You need to implement authentication for the Azure API. You have the following requirements: - All API calls must be secure. - Callers to the API must not send credentials to the API . Which authentication mechanism should you use?A . BasicB ....

November 4, 2020 No Comments READ MORE +

How should you configure the App Service plan?

HOTSPOT You are implementing a software as a service (SaaS) ASP.NET Core web service that will run as an Azure Web App. The web service will use an on-premises SQL Server database for storage. The web service also includes a WebJob that processes data updates. Four customers will use the...

November 4, 2020 No Comments READ MORE +