exam questions

Exam CAS-004 All Questions

View all questions & answers for the CAS-004 exam

Exam CAS-004 topic 1 question 247 discussion

Actual exam question from CompTIA's CAS-004
Question #: 247
Topic #: 1
[All CAS-004 Questions]

A company has moved its sensitive workloads to the cloud and needs to ensure high availability and resiliency of its web-based application. The cloud architecture team was given the following requirements:

• The application must run at 70% capacity at all times
• The application must sustain DoS and DDoS attacks.
• Services must recover automatically.

Which of the following should the cloud architecture team implement? (Choose three.)

  • A. Read-only replicas
  • B. BCP
  • C. Autoscaling
  • D. WAF
  • E. CDN
  • F. Encryption
  • G. Continuous snapshots
  • H. Containerization
Show Suggested Answer Hide Answer
Suggested Answer: CDE 🗳️

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
Cock
Highly Voted 1 year, 8 months ago
Selected Answer: CDE
C. Autoscaling: This is important to ensure high availability and resiliency of the web-based application. By using autoscaling, additional resources can be automatically allocated to handle spikes in traffic or when the application is running at or near capacity. D. WAF: This is important for protecting the application against DoS and DDoS attacks. A Web Application Firewall (WAF) can help detect and block malicious traffic and attacks on the application. E. CDN: This is important for improving the performance and availability of the application. By using a Content Delivery Network (CDN), content can be delivered from a distributed network of servers, reducing latency and improving the user experience.
upvoted 11 times
...
Trap_D0_r
Highly Voted 11 months, 1 week ago
Selected Answer: CEH
C. Autoscaling - keep the application running at 70% at all times. Scale up and down as traffic demands. E. Use a CDN, NOT A WAF!!! WAF does not protect against DOS and DDOS attackes, it protects against other types of attacks. H. Containerization WITH AUTOSCALING is literally the industry standard for auto-recovery of applications today. I have no idea why anyone would say snapshot or what the idea would be--when the server fails a health check kick off a work pipeline to reinstantiate it? That will take FOREVER and also won't work for a few other reasons. Containerize your application and when the app fails (misses a health check with the load balancer) it will simply be replaced. That's how literally everything works today right now.
upvoted 9 times
...
deeden
Most Recent 1 day, 2 hours ago
Selected Answer: CEH
Agree with CEH. I think CDN can handle DDoS attacks pretty well, if only. WAF is best at filtering malicious traffic. Container orchestration help with resiliency, recovery, and self-healing services; even autoscaling.
upvoted 1 times
...
Bright07
1 week, 4 days ago
Selected Answer: CDE
To meet the cloud architecture team's requirements, the best solutions are: C. Autoscaling – Ensures that the application can maintain 70% capacity, automatically scales based on demand, and enhances availability and resiliency. D. WAF – Provides protection against DoS/DDoS attacks, ensuring that the application can sustain traffic surges and malicious requests. E. CDN – Helps with DDoS mitigation, reduces latency, and ensures the application remains responsive even under high traffic.
upvoted 1 times
...
claumagagnotti
2 months, 2 weeks ago
Selected Answer: BCD
C. Autoscaling Autoscaling automatically adjusts the capacity of the application based on traffic and demand, ensuring the application can handle varying loads and maintain the required 70% capacity. It also helps in sustaining DoS and DDoS attacks by adding more resources when needed. 2. D. WAF (Web Application Firewall) A WAF helps protect the application from DoS and DDoS attacks by filtering, monitoring, and blocking malicious traffic. This adds an additional layer of security to ensure availability under attack. 3. B. BCP (Business Continuity Plan) A BCP ensures that critical business functions continue during and after a disaster, covering recovery mechanisms, automatic service restoration, and contingency strategies to ensure high availability and resiliency of the services.
upvoted 1 times
...
EAlonso
5 months ago
CDG. WAF for DoS, DDoS: WAF-https://learn.microsoft.com/en-us/azure/web-application-firewall/shared/application-ddos-protection.
upvoted 1 times
...
isaphiltrick
5 months ago
Selected Answer: CDH
• C. Autoscaling: Autoscaling allows the cloud architecture to automatically adjust the number of compute resources (such as virtual machines or containers) based on real-time traffic demands. It ensures that the application runs at 70% capacity or as required, thus maintaining availability during varying load conditions. • D. WAF (Web Application Firewall): A WAF protects web-based applications from a variety of threats, including DoS and DDoS attacks. It filters and monitors HTTP traffic between a web application and the internet, identifying and blocking malicious requests before they reach the application. • H. Containerization: Containerization, using tools like Docker and Kubernetes, enables the deployment and management of applications in lightweight, isolated containers. Containers are resilient to failure, and container orchestration platforms can automatically restart or reschedule containers in case of failure, ensuring service continuity and automatic recovery.
upvoted 1 times
...
e4af987
8 months, 1 week ago
Selected Answer: CDE
Compare out put from Gemini, Chat GPT, Copilot and best judgement.
upvoted 2 times
...
ThatGuyOverThere
1 year, 1 month ago
Selected Answer: CDH
Containers make automatic service recovery much easier. Since they mention service recovery, I'd go with that one. If they were focusing more on data recover, I'd have gone with continuous snapshots. The data will be separate from the web frontend services anyway.
upvoted 1 times
...
Adeyi_Okin
1 year, 3 months ago
Services must recover automatically. - F
upvoted 1 times
Adeyi_Okin
1 year, 3 months ago
CDF - Containers will help with automatic restart when orchestrations tools like Docker swarm and Kubernetes are employed.
upvoted 1 times
...
...
BiteSize
1 year, 4 months ago
Selected Answer: CDE
Web-based applications must be online as much as possible. "High availability and resiliency" Snapshots are ideal when performing administrative changes and have to wait until verification that the new changes don't impact services. However, they do nothing for real-time resiliency to maintain operations. A Content delivery network includes the ability to keep website content online in the face of network problems, hardware failures, and network congestion. A CDN is designed to circumvent network congestion and be resilient against service interruption. WAF is to further mitigate DoS and DDoS attacks Autoscaling assists with handling any increase in workload until mitigation measures are enacted (DDoS measures are usually enacted automatically) CDN - focuses on high availability and seamless recovery.
upvoted 3 times
...
Amin4799
1 year, 8 months ago
C. Autoscaling: Autoscaling helps maintain the application at 70% capacity at all times by automatically adding or removing resources based on the current demand. It also ensures that the application is always available even during a surge in demand. D. WAF: A web application firewall (WAF) helps protect the application against DoS and DDoS attacks by filtering out malicious traffic before it reaches the application. It can also block suspicious traffic and help prevent common web application attacks. G. Continuous snapshots: Continuous snapshots help ensure that data is not lost in case of a disaster or an attack. By continuously backing up the data, the application can be restored to a recent state in case of a problem.
upvoted 4 times
...
josepa
1 year, 8 months ago
CDE, correct
upvoted 2 times
...
FoxTrotDG
1 year, 8 months ago
Selected Answer: CDG
CDG. While a CDN improves performance, it does nothing for high availability and resiliency. It doesn't address any of the other requirements either.
upvoted 1 times
FoxTrotDG
1 year, 8 months ago
That's not entirely correct. A CDN does help to mitigate DDoS attacks by distributing traffic across multiple servers. But I'm still going with C, D, and G. For high availability and resiliency, we need G.
upvoted 3 times
...
...
Serliop378
1 year, 8 months ago
Selected Answer: CEG
CDN instead of WAF. Restore the last snapshot to recover automatically
upvoted 1 times
Trap_D0_r
11 months, 1 week ago
Absolutely not. Use a container with autoscaling to recover automatically.
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago