New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft AZ-400 Exam - Topic 6 Question 7 Discussion

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

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 thai 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 defining a container job that uses a custom container that has the JavaScript packages preinstalled.

Does this meet the goal?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

0/2000 characters
Chuck
4 months ago
Wait, does that mean we have to manage the container too?
upvoted 0 times
...
Jennifer
4 months ago
I've tried this before, it really speeds things up!
upvoted 0 times
...
Hillary
4 months ago
Not sure if that will work for all scenarios.
upvoted 0 times
...
Kendra
5 months ago
Definitely agree, preinstalled packages save time.
upvoted 0 times
...
Marica
5 months ago
That sounds like a solid plan!
upvoted 0 times
...
Ronald
5 months ago
I think it meets the goal since it avoids reinstalling packages every time, but I wonder if there are other methods we should consider too.
upvoted 0 times
...
Gerald
5 months ago
I feel like defining a container job makes sense, but I’m a bit confused about how it interacts with the pipeline.
upvoted 0 times
...
Elbert
5 months ago
I remember a similar question where we had to optimize build times, and using caching was a key point. Is that relevant here?
upvoted 0 times
...
Milly
5 months ago
I think using a custom container with preinstalled packages could definitely speed things up, but I'm not entirely sure if it’s the best approach.
upvoted 0 times
...
Xenia
5 months ago
I think the key here is to look for the combination of an HTTP 200 result code and an MD5 checksum. That seems like the most reliable way to confirm the object was successfully stored.
upvoted 0 times
...
Gwenn
5 months ago
Okay, they're holding back 10% as an incentive. Sounds like a withhold arrangement to me.
upvoted 0 times
...
Linn
5 months ago
I think the answer is Risk Developer. The question is asking about roles within ServiceNow GRC, and Developer doesn't seem to fit with the governance and compliance aspects of that platform.
upvoted 0 times
...
Carey
5 months ago
I might be confused, but wasn't there a distinction between major and minor findings in our lessons? So perhaps B isn't completely off, but I still feel A is more accurate.
upvoted 0 times
...
Shay
5 months ago
Okay, let's think this through. The key is to identify the unique features of Alibaba Cloud Container Registry compared to Docker Hub. I'll start by reviewing each option carefully.
upvoted 0 times
...
ttyenJames
5 years ago
It is useful for build processes that run [npm|bower|composer|jspm] install every time as part of their build process. Since dependencies don't change often, this often means slower build times. npm-cache helps alleviate this problem by caching previously installed dependencies on the build machine https://www.npmjs.com/package/npm-cache
upvoted 1 times
...

Save Cancel