exam questions

Exam AZ-305 All Questions

View all questions & answers for the AZ-305 exam

Exam AZ-305 topic 6 question 2 discussion

Actual exam question from Microsoft's AZ-305
Question #: 2
Topic #: 6
[All AZ-305 Questions]

You need to recommend a solution that meets the application development requirements.
What should you include in the recommendation?

  • A. the Azure App Configuration service
  • B. an Azure Container Registry instance
  • C. deployment slots
  • D. Continuous Integration/Continuous Deployment (CI/CD) sources
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
codefries
Highly Voted 2 years, 2 months ago
Selected Answer: C
Should be C - Deployment Slots https://learn.microsoft.com/en-us/azure/app-service/deploy-staging-slots
upvoted 7 times
...
zellck
Highly Voted 1 year, 9 months ago
Selected Answer: C
C is the answer. https://learn.microsoft.com/en-us/azure/app-service/deploy-best-practices#use-deployment-slots Whenever possible, use deployment slots when deploying a new production build. When using a Standard App Service Plan tier or better, you can deploy your app to a staging environment, validate your changes, and do smoke tests. When you are ready, you can swap your staging and production slots. The swap operation warms up the necessary worker instances to match your production scale, thus eliminating downtime.
upvoted 6 times
...
Thanveer
Most Recent 2 weeks, 5 days ago
Given Answer C is correct Deployment slots are live apps with their own hostnames. App content and configurations elements can be swapped between two deployment slots, including the production slot.
upvoted 1 times
...
SeMo0o0o0o
2 weeks, 6 days ago
Selected Answer: C
C is correct
upvoted 1 times
...
profesorklaus
4 months, 1 week ago
Selected Answer: C
Correct. Deployment slots is the best option.
upvoted 1 times
...
flafernan
5 months, 1 week ago
The question was not at all clear. It did not require any requirement of separate Environments for deploying applications within Azure App Service. Bad question.
upvoted 1 times
...
Lazylinux
7 months, 1 week ago
Selected Answer: C
Given Answer C is correct
upvoted 1 times
...
daniloaclima
1 year, 5 months ago
Selected Answer: C
https://docs.microsoft.com/en-us/azure/app-service/deploy-staging-slots
upvoted 1 times
...
OPT_001122
1 year, 10 months ago
Selected Answer: C
C. deployment slot
upvoted 1 times
...
diego_alejandro
2 years, 1 month ago
Correct Answer C-Deployments Slots
upvoted 3 times
...
randomaccount123
2 years, 1 month ago
Its wants deployment slots as the answer, but CI/CD would be the better way of doing it.
upvoted 4 times
...
Darkx
2 years, 1 month ago
appeared on 11th Oct 2022
upvoted 5 times
...
Dinima
2 years, 2 months ago
For me CI/CD could be the best option. you can test it when it's in an env.
upvoted 3 times
...
Sant25
2 years, 2 months ago
It should be A. the Azure App Configuration service
upvoted 1 times
...
kay000001
2 years, 2 months ago
Selected Answer: C
Answer is C - Deployment Slots We are dealing with testing then deploying versions of Apps. As per the Case Study: Application Development Requirements: Application developers will constantly develop new versions of App1 and App2. The development process must meet the following requirements: A staging instance of a new application version must be deployed to the application host before the new version is used in production. After testing the new version, the staging version of the application will replace the production version.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...