Free CV0-004 Exam Dumps

Question 36

A company recently set up a CDN for its photography and image-sharing website. Which of the following is the most likely reason for the company's action?

Correct Answer:B
The most likely reason for setting up a Content Delivery Network (CDN) is to improve site speed, especially for a photography and image-sharing website. CDNs cache content at edge locations closer to end-users, significantly reducing load times for static assets like images and videos. This enhancement in speed can improve user experience and site performance.
References: CompTIA Cloud+ resources and CDN functionality

Question 37

Which of the following is a field of computer science that enables computers to identify and understand objects and people in images and videos?

Correct Answer:D
Computer vision is a field of computer science that enables computers to identify and understand objects and people in images and videos. It involves the development of systems that can capture and interpret visual information from the world, similar to the way humans do.References: The application of computer vision and its role in cloud services, particularly in relation to AI and machine learning capabilities, is discussed in CompTIA Cloud+.

Question 38

A company has decided to adopt a microservices architecture for its applications that are deployed to the cloud. Which of the following is a major advantage of this type of architecture?

Correct Answer:D
A major advantage of adopting a microservices architecture is rapid feature deployment. Microservices allow for independent development, deployment, and scaling of individual service components, enabling teams to bring new features to market more quickly and efficiently compared to monolithic architectures.References: The CompTIA Cloud+ certification covers cloud design aspects, including architectural models like microservices, emphasizing their role in facilitating agile development practices and rapid feature release cycles in cloud environments.

Question 39

A cloud administrator needs to collect process-level, memory-usage tracking for the virtual machines that are part of an autoscaling group. Which of the following is the best way to accomplish the goal by using cloud-native monitoring services?

Correct Answer:B
To collect process-level, memory-usage tracking for virtual machines, deploying cloud- monitoring agent software is the best approach. The agent can gather detailed system metrics and send them to the cloud-native monitoring services for analysis and visualization. References: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Monitoring

Question 40

A cross-site request forgery vulnerability exploited a web application that was hosted in a public laaS network. A security engineer determined that deploying a WAF in blocking mode at a CDN would prevent the application from being exploited again. However, a week after implementing the WAF, the application was exploited again. Which of the following should the security engineer do to make the WAF control effective?

Correct Answer:C
After a WAF deployment fails to prevent an exploit, adding an Access Control List (ACL) to the Virtual Machine (VM) subnet can be an effective control. ACLs provide an additional layer of security by explicitly defining which traffic can or cannot enter a network segment. By setting granular rules based on IP addresses, protocols, and ports, ACLs help to restrict access to resources, thereby mitigating potential exploits and enhancing the security of the IaaS network.References: CompTIA Cloud+ materials cover
governance, risk, compliance, and security for the cloud, including the implementation of network security controls like ACLs, to protect cloud environments from unauthorized access and potential security threats.