exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 7 question 75 discussion

Actual exam question from Microsoft's AZ-400
Question #: 75
Topic #: 7
[All AZ-400 Questions]

DRAG DROP -
You are building an application that has the following assets:
✑ Source code
✑ Logs from automated tests and builds
✑ Large and frequently updated binary assets
✑ A common library used by multiple applications
Where should you store each asset? To answer, drag the appropriate Azure services to the correct assets. Each service may be used once. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Azure Repos -

Box 2: Azure Artifacts -
Use Azure Artifacts to create, host, and share packages with your team.

Box 3: Azure Pipelines -
In the pipeline view you can see all the stages and associated tests. The view provides a summary of the test results

Box 4: Azure Storage -
Reference:
https://docs.microsoft.com/en-us/azure/devops/repos/get-started/what-is-repos https://azure.microsoft.com/en-us/services/devops/artifacts/ https://docs.microsoft.com/en-us/azure/devops/pipelines/test/review-continuous-test-results-after-build

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
AdamCzepiel
Highly Voted 3 years, 6 months ago
1. Azure Repos 2. Azure Artifacts 3. Azure Pipelines -> from automated tests and build 4. Azure Storage -> binary files. Git cannot handle binary files very well without LFS, and LFS is not an option, so Azure Storage comes in handy Every option should just have been used once
upvoted 43 times
...
doublekill
Highly Voted 4 years ago
1. Azure Repos 2. Azure Artifacts 3. Azure Pipelines 4. Azure Repos
upvoted 7 times
Praj
4 years ago
Each service may be used once. So it Will be Azure Storage
upvoted 19 times
ChauPhan
3 years, 7 months ago
Agree. And AZ repo is not suitable for "Large and frequently updated binary assets". AZ Storage is more.
upvoted 1 times
...
...
HardcodedCloud
4 years ago
Option 4 should be Git LFS, but is not one of the available options. Microsoft recommends using remote storage for large binaries with frequent updates. I guess Azure storage is the best option. https://docs.microsoft.com/en-us/azure/devops/repos/git/manage-large-files?view=azure-devops/
upvoted 20 times
...
...
Gooldmember
Most Recent 7 months ago
Correct answers
upvoted 1 times
...
hanzocodes
1 year, 5 months ago
Source Code - Repo Libraries - Artifacts - libraries have ancient artifacts Logs - Pipelines - logs kind of look like pipes Bins - Storage - storage bins
upvoted 2 times
...
zellck
2 years ago
1. Azure Repos 2. Azure Artifacts 3. Azure Pipelines 4. Azure Storage https://learn.microsoft.com/en-us/azure/devops/repos/get-started/what-is-repos?view=azure-devops Azure Repos is a set of version control tools that you can use to manage your code. Whether your software project is large or small, using version control as soon as possible is a good idea. https://learn.microsoft.com/en-us/azure/devops/artifacts/start-using-azure-artifacts?view=azure-devops&tabs=nuget Azure Artifacts enables developers to share their code efficiently and manage all their packages from one place. With Azure Artifacts, developers can publish packages to their feeds and share it within the same team, across organizations, and even publicly. Developers can also consume packages from different feeds and public registries such as NuGet.org or npmjs.com. Azure Artifacts supports multiple package types such as NuGet, npm, Python, Maven, and Universal Packages.
upvoted 6 times
...
syu31svc
2 years, 10 months ago
Repos for source code (no argument here for sure) https://docs.microsoft.com/en-us/azure/devops/artifacts/start-using-azure-artifacts?view=azure-devops "Azure Artifacts enables developers to share their code efficiently and manage all their packages from one place." Artifacts as common library https://docs.microsoft.com/en-us/azure/devops/pipelines/test/review-continuous-test-results-after-build?view=azure-devops Pipelines for logs Storage for large binary assets Answer is correct
upvoted 1 times
...
Eltooth
3 years ago
1. Azure Repos 2. Azure Artifacts 3. Azure Pipelines 4. Azure Storage
upvoted 1 times
...
demonite
3 years, 1 month ago
Repos Artifacts Tests Storage Pipelines dont store logs, they could store Artifacts so tests should be correct here
upvoted 1 times
...
rdemontis
3 years, 2 months ago
answer is correct
upvoted 1 times
...
lovedada
3 years, 3 months ago
3 is test plans
upvoted 3 times
...
lugospod
3 years, 4 months ago
Got this January 2022. 100% correct on that part. repos, artifacts, pipeline, storage
upvoted 3 times
debleenac85
3 years, 2 months ago
The answer has changed as of March end 2022. Now automated testing can be done via azure pipelines using visual studio test task and even full logs, error logs can be found in azure test plans.
upvoted 4 times
warchoon
2 years, 6 months ago
The updated learning still has tests logs in pipelines https://learn.microsoft.com/en-us/azure/devops/pipelines/test/review-continuous-test-results-after-build?view=azure-devops
upvoted 1 times
...
...
...
Art3
3 years, 4 months ago
The provided answer is correct.
upvoted 1 times
...
totalz
3 years, 7 months ago
For pricing: 1. A.Repos 2. A.Storage 3. A.Pipeline 4. A.Artifacts
upvoted 1 times
[Removed]
3 years, 6 months ago
wrong dont follow this!
upvoted 3 times
...
...
s9p3r7
3 years, 10 months ago
Repos Artifacts Storage Storage
upvoted 3 times
s9p3r7
3 years, 9 months ago
oh damn! "Each service may be used once", some answers doesn't make any sense!!
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 ...