exam questions

Exam CLO-002 All Questions

View all questions & answers for the CLO-002 exam

Exam CLO-002 topic 1 question 129 discussion

Actual exam question from CompTIA's CLO-002
Question #: 129
Topic #: 1
[All CLO-002 Questions]

A software developer wants to ensure a packaged application can be deployed in different environments without modifying anything but the application settings.
The developer creates an image and provides instructions for the systems administrator to use for deployment. This is an example of:

  • A. application versioning.
  • B. source code control.
  • C. containerization.
  • D. deployment automation.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Bluebird33
10 months, 3 weeks ago
Selected Answer: C
Containerization is a technique used to package an application and its dependencies into a standardized unit called a container. Containers are isolated environments that encapsulate everything needed to run the application, including libraries, runtime, and settings, ensuring consistency and portability across different environments.
upvoted 1 times
...
macxsz
2 years, 3 months ago
Selected Answer: C
It should be container. A and B are not even in the blueprint. Containerization is just a fancy term saying that items are being placed into a container. In terms of the cloud and software development, it means that all components needed to execute a microservice are stored in the same package or container. The container can easily be moved from server to server without impacting app functionality and can also be used by multiple apps if needed.
upvoted 3 times
LeDarius3762
2 years ago
I think that with B) Source code control maybe they're refering to the IaaC, but it's not correct
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 ...