
Answer-first summary for fast verification
Answer: dynamic application security testing (DAST)
Dynamic application security testing (DAST) is a process of testing an application in an operating state to find security vulnerabilities such as insecure server configurations, cross-site scripting (XSS), and SQL injection. DAST tools analyze programs while they are executing, making them suitable for finding these types of security issues in a running application.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Your company is in the process of developing a new Azure App Service web application. As part of your role in the team, you are tasked with ensuring that the security measures for this web app are robust and comprehensive. In this context, you need to provide recommendations on a solution that can effectively test the web application for a variety of security vulnerabilities. These vulnerabilities include, but are not limited to, insecure server configurations, cross-site scripting (XSS), and SQL injection attacks. What specific solution should you recommend to achieve this objective?
A
dynamic application security testing (DAST)
B
static application security testing (SAST)
C
interactive application security testing (IAST)
D
runtime application self-protection (RASP)