exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 5 question 45 discussion

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

You use GitHub for source control.

You are evaluating whether to use proxying to add a private upstream MyGet package feed to your MyGet feed.

What are two possible advantages of this approach? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

  • A. minimizes the impact of upstream source availability issues
  • B. minimizes latency when accessing the package
  • C. provides automatic authentication
  • D. minimizes the impact on your storage quota
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

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
Technik
Highly Voted 1 year, 10 months ago
Anwers is correct, see link from Hector1812: Benefits: (C) Cupstream packages do not count against your MyGet storage quota (D) authentication against upstream, private MyGet feeds happens automatically
upvoted 7 times
...
Hector1812
Highly Voted 1 year, 11 months ago
Selected Answer: AC
https://docs.myget.org/docs/reference/upstream-sources
upvoted 6 times
catfood
1 year, 11 months ago
Proxy packages from an upstream source You can configure an upstream source to proxy upstream packages through your MyGet feed to your feed consumers. Proxying makes it easy to have a single MyGet feed aggregate packages from multiple sources. Package consumers need only to configure a single MyGet feed, and all packages available on upstream, proxied package sources will become available to them. Benefits: upstream packages do not count against your MyGet storage quota authentication against upstream, private MyGet feeds happens automatically (see Upstream Source Credentials)
upvoted 4 times
renzoku
1 year, 8 months ago
C, D then
upvoted 10 times
...
...
...
Gronow
Most Recent 1 week, 2 days ago
Selected Answer: CD
https://docs.myget.org/docs/reference/upstream-sources#Proxy_packages_from_an_upstream_source Answers are C & D Proxy packages from an upstream source. Benefits: upstream packages do not count against your MyGet storage quota. authentication against upstream, private MyGet feeds happens automatically. As A & B are for Mirror packages from an upstream source. This configuration is similar to package proxying, but takes it one step further. Benefits: No additional latency (except for the first hit that triggers the package mirroring). Protected against upstream source availability issues. Protected against upstream package removal. authentication against upstream, private MyGet feeds happens automatically.
upvoted 1 times
...
AlexDa
6 months ago
Selected Answer: CD
Answers are CD Some of you guys are confusing the proxying with mirroring. if it was mirroring then it minimizes the impact of upstream source availability issues
upvoted 1 times
...
yaguitoEC
6 months, 3 weeks ago
Selected Answer: AB
Minimizes the impact of upstream source availability issues Explanation: Proxying ensures that packages from the upstream feed are cached in the MyGet feed. If the upstream source becomes unavailable, the cached packages remain accessible. This reduces downtime and dependency issues for projects relying on those packages. Why it matters: Ensures consistent access to dependencies even if the original source is temporarily unavailable. 2. Minimizes latency when accessing the package Explanation: By caching packages locally in the MyGet feed, proxying reduces the need to repeatedly fetch them from the upstream feed, which might be slower due to network distance or other factors. Why it matters: Improves build times and developer productivity by reducing delays in accessing dependencies.
upvoted 1 times
...
UrbanRellik
12 months ago
Selected Answer: CD
https://docs.myget.org/docs/reference/upstream-sources
upvoted 2 times
...
FeriAZ
1 year, 3 months ago
Selected Answer: AC
Resilience against Upstream Outages (A): When proxying, your MyGet feed acts as a cache for the upstream feed. If the upstream feed becomes unavailable, your developers can still access packages from the cached copies within your MyGet feed, minimizing disruptions to their workflow. Simplified Authentication (C): MyGet handles authentication against the upstream private feed automatically during the proxying process. This eliminates the need for developers to configure individual credentials in their tools or manage complex authentication mechanisms.
upvoted 2 times
...
ozbonny
1 year, 4 months ago
Selected Answer: AC
Correct AC
upvoted 1 times
...
Gra7am
1 year, 4 months ago
Selected Answer: CD
From https://docs.myget.org/docs/reference/upstream-sources Benefits: upstream packages do not count against your MyGet storage quota authentication against upstream, private MyGet feeds happens automatically
upvoted 2 times
...
hardinxcore
1 year, 5 months ago
Selected Answer: CD
A doesn't make sense as proxying something that's unavailable still means that it is unavailable.
upvoted 1 times
...
vsvaid
1 year, 6 months ago
Selected Answer: CD
https://docs.myget.org/docs/reference/upstream-sources
upvoted 1 times
...
kshk
1 year, 7 months ago
Selected Answer: AC
Response from ChatGPT - A. Minimizes the impact of upstream source availability issues. C. Provides automatic authentication. Explanation: A. Proxying a private upstream MyGet package feed to your MyGet feed helps minimize the impact of upstream source availability issues. If the upstream source experiences downtime or availability issues, your local proxy can still serve packages from its cache, ensuring continuous availability to your team. C. Proxying provides automatic authentication. When you set up a proxy, it handles authentication with the upstream source on your behalf. This means you don't have to manage authentication separately for every user or system accessing packages from the upstream source, simplifying the authentication process.
upvoted 1 times
...
peekingpicker
1 year, 9 months ago
Benefits: upstream packages do not count against your MyGet storage quota authentication against upstream, private MyGet feeds happens automatically https://docs.myget.org/docs/reference/upstream-sources#Proxy_packages_from_an_upstream_source
upvoted 3 times
...
ghabool
1 year, 9 months ago
I choose A,D Proxying is a way of adding packages from an upstream source to your MyGet feed without copying the package itself. Two possible advantages of this approach are: A. minimizes the impact of upstream source availability issues. If the upstream source is down or unreachable, you can still access the package metadata from your MyGet feed and download the package from a cached location. D. minimizes the impact on your storage quota. Since the package is not stored on your MyGet feed, you do not consume any storage space for it. This can help you save costs and manage your storage quota more efficiently.
upvoted 1 times
...
Tin_Tin
1 year, 10 months ago
Selected Answer: CD
It should be C, D
upvoted 4 times
...
bda92b3
1 year, 11 months ago
a. minimizes the impact of upstream source availability issues C. provides automatic authentication A&C correct answers
upvoted 2 times
resonant
1 year, 11 months ago
Proof? Do you have a link that supports the provided answer? Or at least give an explanation yourself.
upvoted 2 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 ...