exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 34 discussion

Actual exam question from Cisco's 350-901
Question #: 34
Topic #: 1
[All 350-901 Questions]

What are two principles according to the build, release, run principle of the twelve-factor app methodology? (Choose two.)

  • A. Code changes are able to be made at runtime.
  • B. Separation between the build, release, and run phases.
  • C. Releases should have a unique identifier.
  • D. Existing releases are able to be mutated after creation.
  • E. Release stage is responsible for compilation of assets and binaries.
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

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
Teringzooi
9 months ago
Selected Answer: BC
B&C https://12factor.net/ I. Codebase One codebase tracked in revision control, many deploys II. Dependencies Explicitly declare and isolate dependencies III. Config Store config in the environment IV. Backing services Treat backing services as attached resources V. Build, release, run Strictly separate build and run stages VI. Processes Execute the app as one or more stateless processes VII. Port binding Export services via port binding VIII. Concurrency Scale out via the process model IX. Disposability Maximize robustness with fast startup and graceful shutdown X. Dev/prod parity Keep development, staging, and production as similar as possible XI. Logs Treat logs as event streams XII. Admin processes Run admin/management tasks as one-off processes
upvoted 3 times
...
designated
10 months ago
Selected Answer: BC
B and C are correct Strictly separate build and run stages. ## Factor V: Build, Release, Run ## The delivery pipeline should strictly consist of separate build, release, and run stages. No changes are allowed in the running release. If an update is required, apply it to the source code and repeat all the stages. Every release should always have a unique release ID.
upvoted 3 times
...
[Removed]
1 year, 6 months ago
Correct Answer: BC Reference: https://www.bmc.com/blogs/twelve-factor-app/
upvoted 3 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 ...