exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 7 question 65 discussion

Actual exam question from Microsoft's AZ-400
Question #: 65
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 parallel jobs for the pipeline.
Does this meet the goal?

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

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
Concay
Highly Voted 3 years, 5 months ago
Build image is a single task so multiple job doesnt help
upvoted 8 times
...
vsvaid
Most Recent 11 months ago
Selected Answer: B
Pipeline caching
upvoted 1 times
...
syu31svc
2 years, 3 months ago
Selected Answer: B
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 No
upvoted 1 times
...
Eltooth
2 years, 6 months ago
Selected Answer: B
B is correct answer.
upvoted 1 times
...
rdemontis
2 years, 7 months ago
Selected Answer: B
since the pipeline has a single job, parallel jobs make no sense. correct answer
upvoted 3 times
...
Indran
3 years, 6 months ago
a yes, all will improve
upvoted 1 times
PauloSilesiano
3 years, 6 months ago
No, as the pipeline has only a single job, enabling parallel jobs would not bring any improvement.
upvoted 8 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago