00:00

QUESTION 51

A company implements a web farm with 100 servers behind an application load balancer. Dunng scaling events, new web servers that are placed in service have not loaded all their modules, which causes some requests to the web farm to fail. Which of the following should the cloud engineer implement to address the scaling issue?

Correct Answer: A
Implementing an instance warm-up period can address the issue of new web servers not having all modules loaded during scaling events. This warm-up period allows new instances to fully initialize and start serving traffic only when they are ready, preventing failed requests.References: Scaling strategies and their operational impact, including the concept of instance warm-up, are covered under cloud infrastructure management in the CompTIA Cloud+ curriculum.

QUESTION 52

The company's IDS has reported an anomaly. The cloud engineer remotely accesses the cloud instance, runs a command, and receives the following information:
CV0-004 dumps exhibit
Which of the following is the most likely root cause of this anomaly?

Correct Answer: A
The output from the 'ps' command indicates there is a process running under the UID (User ID) of 0, which is the root user, and the command that was run is '/var/www/command.py'. Given that the normal Apache processes are running under their own UID (65535), this suggests that a command was executed with root privileges that typically should not have such high-level access. This is a strong indicator of privilege escalation, where an unauthorized user or process gains elevated access to resources that are normally protected from an application or user. References: CompTIA Cloud+ Certification Study Guide (Exam CV0-004) by Scott Wilson and Eric Vanderburg

QUESTION 53

Which of the following cloud deployment models is the best way to replicate a workload non-disruptively between on-premises servers and a public cloud?

Correct Answer: D
A hybrid cloud deployment model is the best way to replicate workloads non- disruptively between on-premises servers and a public cloud. This model integrates on- premises infrastructure, or private clouds with public clouds, allowing data and applications to be shared between them. References: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Deployment Models

QUESTION 54

Users report being unable to access an application that uses TLS 1.1. The users are able to access other applications on the internet. Which of the following is the most likely reason for this issue?

Correct Answer: B
If users are unable to access an application that uses TLS 1.1 but can access other internet applications, it is likely that changes were made on the web server to address vulnerabilities, such as disabling outdated and less secure protocols like TLS 1.1. References: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Security

QUESTION 55

A company is developing a new web application that requires a relational database management system with minimal operational overhead. Which of the following should the company choose?

Correct Answer: B
For a new web application that requires a relational database management system with minimal operational overhead, the company should choose a managed SQL database on the cloud. Managed databases provide automated backups, patching, and other management tasks, reducing the administrative burden.References: The use of managed services, like managed databases, to minimize operational overhead is a strategic decision in cloud computing covered in CompTIA Cloud+.