Prisma Certified Cloud Security Engineer (PCCSE) — Question 37
An administrator wants to enforce a rate limit for users not being able to post five (5) .tar.gz files within five (5) seconds.
What does the administrator need to configure?
Answer options
- A. A ban for DoS protection with an average rate of 5 and file extensions match on .tar.gz on WAAS
- B. A ban for DoS protection with a burst rate of 5 and file extensions match on .tar.gz on CNNF
- C. A ban for DoS protection with a burst rate of 5 and file extensions match on .tar gz on WAAS
- D. A ban for DoS protection with an average rate of 5 and file extensions match on .tar.gz on CNNF
Correct answer: C
Explanation
The correct answer is C because it specifies a burst rate, which is necessary for allowing a quick succession of uploads within a limited time frame. The other options mention average rates or incorrect file extensions, which do not meet the requirement for rapid uploads of .tar.gz files.