exam questions

Exam AZ-400 All Questions

View all questions & answers for the AZ-400 exam

Exam AZ-400 topic 7 question 7 discussion

Actual exam question from Microsoft's AZ-400
Question #: 7
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 need to recommend an integration strategy for the build process of a Java application. The solution must meet the following requirements:
✑ The builds must access an on-premises dependency management system.
✑ The build outputs must be stored as Server artifacts in Azure DevOps.
✑ The source code must be stored in a Git repository in Azure DevOps.
Solution: Configure an Octopus Tentacle on an on-premises machine. Use the Package Application task in the build 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
poplovic
Highly Voted 3 years, 8 months ago
Hey guys, this is an exam for Azure, not for Octopus. Do not over-think. The right approach should be and always be around Azure. The key point is the on-premises dependency management system. In Azure, the self-host build agent is designed for this purpose. The self-host agent is in the default agent pool. The rest of requirements could be done in ADO. So the answer is NO.
upvoted 80 times
GPRai
11 months ago
Yes, that is correct
upvoted 1 times
...
UrbanRellik
11 months, 3 weeks ago
Well said.
upvoted 1 times
...
d0bermannn
3 years, 8 months ago
best comment here
upvoted 7 times
...
...
levo017
Highly Voted 5 years, 1 month ago
I think answer is NO, Octopus is a deployment tool, I don't see how it helps with build process.
upvoted 23 times
Praj
3 years, 11 months ago
I Like to move it move it :D
upvoted 3 times
omw2wealth
3 years, 5 months ago
"us" each time we start studying for a certification &deciding the correct answer in examtopics x)
upvoted 1 times
...
ScreamingHand
3 years, 10 months ago
I remember hearing that track 25 years ago
upvoted 4 times
d0bermannn
3 years, 8 months ago
imho that was too sleasy, i 'd prefer 1 bourbone, 1 scotch, 1 beer))
upvoted 3 times
...
...
...
Velumani
5 years ago
Octobus is the deployment tool only. As per the question we use buld pipeline in azuredevops and get the dependecny packages from octubus server. So the answer is correct I think
upvoted 2 times
...
kcinofni
5 years ago
According to this lab 'https://azuredevopslabs.com/labs/vstsextend/octopus/' Octopus is able to help with the build process, it has appropriate build tasks. For instance, Package Application task can 'package the ASP.NET Core build output into a zip file with the version number'.
upvoted 2 times
Kalaismile06
3 years, 12 months ago
Octopus Deploy is an automated deployment and release management server. It is designed to simplify deployment of ASP.NET applications Windows Services and databases. So, the given answer is correct.
upvoted 1 times
jay158
3 years, 4 months ago
But app here is Java app, not ASP.Net
upvoted 2 times
...
...
...
...
chloaus
Most Recent 1 year, 1 month ago
B. Octopus Tentacle is a lightweight agent service used for communicating with Octopus server. https://octopus.com/docs/infrastructure/deployment-targets/tentacle
upvoted 1 times
...
vsvaid
1 year, 5 months ago
Selected Answer: B
What is creating the build? The build process has to be on primesis as it needs to access on premesis dependencies
upvoted 1 times
...
syu31svc
2 years, 9 months ago
Selected Answer: B
"In Azure DevOps" Answer is No then
upvoted 2 times
warchoon
2 years, 6 months ago
It meets goal. So "Yes".
upvoted 1 times
...
...
[Removed]
3 years ago
Correct
upvoted 1 times
...
Franpb90
3 years ago
✑ The build outputs must be stored as Server artifacts in Azure DevOps.
upvoted 3 times
...
vvkds
3 years, 1 month ago
Selected Answer: B
Should use self hosted agent.
upvoted 3 times
warchoon
2 years, 6 months ago
Agent is not a management system.
upvoted 1 times
...
...
Divyayuvi
3 years, 1 month ago
https://azuredevopslabs.com/labs/vstsextend/octopus/ Answer - "YES", Kindly check Excercise-3 (Triggering CI-CD) in the above URL
upvoted 2 times
...
AlexLiourtas
3 years, 1 month ago
Selected Answer: B
answer b no
upvoted 1 times
...
rdemontis
3 years, 2 months ago
Selected Answer: B
IMHO answer is NO because the question asks for using the Package Application task in the build pipeline. And it's clearly wrong for CI process. this task is the first step to deployment not for build. https://azuredevopslabs.com/labs/vstsextend/octopus/
upvoted 1 times
warchoon
2 years, 6 months ago
Publish is also a part of build https://learn.microsoft.com/en-us/azure/devops/pipelines/publish-pipeline-artifact?view=azure-devops&tabs=yaml
upvoted 1 times
...
...
Shreyans
3 years, 3 months ago
Selected Answer: B
No is right answer.
upvoted 1 times
...
totalz
3 years, 6 months ago
How's the solution satisfy the requirement: ✑ The source code must be stored in a Git repository in Azure DevOps.??
upvoted 1 times
...
sameer2803
3 years, 11 months ago
All the comments about Octopus not helping the build process is valid and logical and the question can interpreted in a lot of ways.... the buzz word in the question is "integration" and we talk about integration when there is 3rd party tool involved. so the answer "yes" should be correct. did anybody saw this question in Exam?
upvoted 1 times
...
erickim007
3 years, 11 months ago
Why would we use Octopus when DevOps already have build and release pipelines? Agents can be self hosted under which can be on-prem as well as Azure VM if we established VPN (site to site) which provides on-prem connectivity. Connection to Azure, Artifacts, and so would be much better using built-in feature. Therefore the answer should 'No'.
upvoted 2 times
...
Saterial
4 years ago
The answer is yes, you can refer to TechieBloke. While I agree the answer is vague, I believe its suppose to reference the full Octopus Deploy tool which it can do all of the listed requirements.
upvoted 2 times
...
viswanath_ammiraju
4 years, 1 month ago
on premises means self-hosted !! so answer is not correct
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago