

InterviewSolution
1. |
What is Cloud Armor? |
Answer» It will help your infrastructure and application to protect from DDoS attacks. It works in HTTPS LOAD balancers to provide a defence of your infrastructure. We can allow/deny the rule for the same. Cloud ARMOR’s are flexible in rules language which enables the customization of defence and mitigate the attacks. Even it has predefined rules to defend against cross-site scripting (XSS) and SQL injection (SQLi) application-aware attacks. If you are RUNNING a web application then it will help you on protecting from SQL injection and DDos attacks and more based on the allow and deny rules you have configured. |
|