Free AZ-204 Exam Braindumps

Pass your Developing Solutions for Microsoft Azure exam with these free Questions and Answers

Page 3 of 73
QUESTION 6

- (Exam Topic 8)
You ate developing an application that allows users to find musicians that ate looking for work. The application must store information about musicians, the instruments that they play, and other related data.
The application must also allow users to determine which musicians have played together, including groups of three or more musicians that have performed together at a specific location.
Which Azure Cosmos D6 API should you use for the application?

  1. A. Core
  2. B. MongoDB
  3. C. Cassandra
  4. D. Gremlin

Correct Answer: B

QUESTION 7

- (Exam Topic 8)
You are creating an app that will use CosmosDB for data storage. The app will process batches of relational data.
You need to select an API for the app. Which API should you use?

  1. A. MongoDBAPI
  2. B. Table API
  3. C. SQL API
  4. D. Cassandra API

Correct Answer: C
For relational data you will need the SQL API Reference:
https://docs.microsoft.com/en-us/azure/cosmos-db/choose-api

QUESTION 8

- (Exam Topic 8)
You are creating a CLI script that creates an Azure web app related services in Azure App Service. The web app uses the following variables:
AZ-204 dumps exhibit
You need to automatically deploy code from GitHub to the newly created web app.
How should you complete the script? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
AZ-204 dumps exhibit
Solution:
Box 1: az appservice plan create
The azure group creates command successfully returns JSON result. Now we can use resource group to create a azure app service plan
Box 2: az webapp create Create a new web app..
Box 3: --plan $webappname
with the serviceplan we created in step 1. Box 4: az webapp deployment
Continuous Delivery with GitHub. Example:
az webapp deployment source config --name firstsamplewebsite1 --resource-group websites--repo-url $gitrepo
--branch master --git-token $token
Box 5: --repo-url $gitrepo --branch master --manual-integration Reference:
https://medium.com/@satish1v/devops-your-way-to-azure-web-apps-with-azure-cli-206ed4b3e9b1

Does this meet the goal?

  1. A. Yes
  2. B. No

Correct Answer: A

QUESTION 9

- (Exam Topic 1)
You need to configure Azure App Service to support the REST API requirements.
Which values should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
AZ-204 dumps exhibit
Solution:
Plan: Standard
Standard support auto-scaling
Instance Count: 10
Max instances for standard is 10. Scenario:
The REST API’s that support the solution must meet the following requirements:
AZ-204 dumps exhibit Allow deployment to a testing location within Azure while not incurring additional costs.
AZ-204 dumps exhibit Automatically scale to double capacity during peak shipping times while not causing application downtime.
AZ-204 dumps exhibit Minimize costs when selecting an Azure payment model. References:
https://azure.microsoft.com/en-us/pricing/details/app-service/plans/

Does this meet the goal?

  1. A. Yes
  2. B. No

Correct Answer: A

QUESTION 10

- (Exam Topic 8)
Fourth Coffee has an ASP.NET Core web app that runs in Docker. The app is mapped to the www.fourthcoffee.com domain.
Fourth Coffee is migrating this application to Azure.
You need to provision an App Service Web App to host this docker image and map the custom domain to the App Service web app.
A resource group named FourthCoffeePublicWebResourceGroup has been created in the WestUS region that contains an App Service Plan named AppServiceLinuxDockerPlan.
Which order should the CLI commands be used to develop the solution? To answer, move all of the Azure CLI command from the list of commands to the answer area and arrange them in the correct order.
AZ-204 dumps exhibit
Solution:
Step 1: #bin/bash
The appName is used when the webapp-name is created in step 2.
Step 2: az webapp config hostname add
The webapp-name is used when the webapp is created in step 3.
Step 3: az webapp create
Create a web app. In the Cloud Shell, create a web app in the myAppServicePlan App Service plan with the az webapp create command.
Step : az webapp confing container set
In Create a web app, you specified an image on Docker Hub in the az webapp create command. This is good enough for a public image. To use a private image, you need to configure your Docker account ID and password in your Azure web app.
In the Cloud Shell, follow the az webapp create command with az webapp config container set.
References:
https://docs.microsoft.com/en-us/azure/app-service/containers/tutorial-custom-docker-image

Does this meet the goal?

  1. A. Yes
  2. B. No

Correct Answer: A

Page 3 of 73

Post your Comments and Discuss Microsoft AZ-204 exam with other Community members: