exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 7 question 64 discussion

Actual exam question from Microsoft's AZ-400
Question #: 64
Topic #: 7
[All AZ-400 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 correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You use Azure Pipelines to build and test a React.js application.
You have a pipeline that has a single job.
You discover that installing JavaScript packages from npm takes approximately five minutes each time you run the pipeline.
You need to recommend a solution to reduce the pipeline execution time.
Solution: You recommend enabling pipeline caching.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
arol
Highly Voted 3 years, 6 months ago
Answer is correct
upvoted 7 times
...
vsvaid
Most Recent 11 months, 2 weeks ago
Selected Answer: A
Agree with answer
upvoted 1 times
...
yana_b
1 year, 4 months ago
Selected Answer: A
A is the answer https://learn.microsoft.com/en-us/azure/devops/pipelines/release/caching?view=azure-devops
upvoted 1 times
...
zellck
1 year, 6 months ago
Selected Answer: A
A is the answer. https://learn.microsoft.com/en-us/azure/devops/pipelines/release/caching?view=azure-devops Pipeline caching can help reduce build time by allowing the outputs or downloaded dependencies from one run to be reused in later runs, thereby reducing or avoiding the cost to recreate or redownload the same files again. Caching is especially useful in scenarios where the same dependencies are downloaded over and over at the start of each run. This is often a time consuming process involving hundreds or thousands of network calls. Caching can be effective at improving build time provided the time to restore and save the cache is less than the time to produce the output again from scratch. Because of this, caching may not be effective in all scenarios and may actually have a negative impact on build time.
upvoted 1 times
...
hebertpena88
2 years, 3 months ago
Selected Answer: A
I use this in my apps, this is correct
upvoted 1 times
...
syu31svc
2 years, 4 months ago
Selected Answer: A
https://docs.microsoft.com/en-us/azure/devops/pipelines/release/caching?view=azure-devops "Pipeline caching can help reduce build time by allowing the outputs or downloaded dependencies from one run to be reused in later runs, thereby reducing or avoiding the cost to recreate or redownload the same files again. Caching is especially useful in scenarios where the same dependencies are downloaded over and over at the start of each run. This is often a time consuming process involving hundreds or thousands of network calls. Caching can be effective at improving build time provided the time to restore and save the cache is less than the time to produce the output again from scratch. Because of this, caching may not be effective in all scenarios and may actually have a negative impact on build time." Answer is Yes
upvoted 1 times
...
Eltooth
2 years, 6 months ago
Selected Answer: A
A is correct answer.
upvoted 1 times
...
UnknowMan
2 years, 7 months ago
Answer is correct
upvoted 1 times
...
rdemontis
2 years, 8 months ago
Selected Answer: A
correct
upvoted 1 times
kennynelcon
2 years, 4 months ago
You said container before now ?
upvoted 1 times
xRiot007
1 year, 4 months ago
It is both. A container image that has these tools already installed can be saved on the registry and then used.
upvoted 1 times
...
...
...
Whirly
2 years, 9 months ago
Selected Answer: A
https://docs.microsoft.com/en-us/azure/devops/pipelines/release/caching?view=azure-devops
upvoted 1 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 ...