00:00

QUESTION 36

A government agency in the public sector is considering a migration from on premises to the cloud. Which of the following are the most important considerations for this cloud migration? (Select two).

Correct Answer: AD
For a government agency considering cloud migration, compliance and regulatory considerations are of utmost importance. The agency must ensure that the migration aligns with legal requirements, industry standards, and government regulations specific to the public sector.References: Compliance and regulatory considerations are crucial factors in the cloud migration process for government entities, as emphasized in the CompTIA Cloud+ certification.

QUESTION 37

A manager wants information about which users signed in to a certain VM during the past month. Which of the following can the cloud administrator use to obtain this information?

Correct Answer: D
To obtain information about which users signed in to a certain VM during the past month, a cloud administrator can use log collection. Log collection involves gathering and storing logs from various sources, including VMs, to provide historical data on system access and activity, which can then be analyzed to identify user login instances.References: The CompTIA Cloud+ certification emphasizes the importance of monitoring and visibility in cloud environments, which includes log collection and analysis as key components of operational management and security monitoring.

QUESTION 38

A system surpasses 75% to 80% of resource consumption. Which of the following scaling approaches is the most appropriate?

Correct Answer: C
Load scaling is the most appropriate approach when a system surpasses 75% to 80% of resource consumption. This method involves adjusting resources dynamically in response to the current load, ensuring the system can handle increased demand without performance degradation. Load scaling can be automatic, allowing systems to scale up or down based on predefined metrics like CPU usage, memory, or network traffic, providing an efficient way to manage resources and maintain optimal performance.References: The CompTIA Cloud+ exam objectives include understanding cloud management and technical operations, which encompass knowledge of various scaling approaches, including load scaling, to ensure efficient resource utilization in cloud environments.

QUESTION 39

Which of the following is the best type of database for storing different types of unstructured data that may change frequently?

Correct Answer: C
Non-relational (NoSQL) databases are best for storing different types of unstructured data that may change frequently. They are designed to handle a wide variety of data types and are not constrained by the fixed schema of relational databases, making them more flexible and scalable for unstructured data.References: The distinction between relational and non-relational databases and their use cases is part of the foundational knowledge for cloud databases discussed in the CompTIA Cloud+ certification.

QUESTION 40

Which of the following do developers use to keep track of changes made during software development projects?

Correct Answer: D
Developers use code versioning to keep track of changes made during software development projects. It is a system that records changes to a file or set of files over time so that specific versions can be recalled later. References: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Software Development in Cloud Environments