Question Bank
3705 approved questions from the community
What is Cross Site Tracing (XST)?
What are X-Frame-Options?
How does SSL/TLS handshake work?
How can you mitigate the risk of Sensitive Data Exposure?
How can you mitigate the risk of Weak Authentication and Session Management?
How can you prevent breaches due to Failure to Restrict URL Access?
What is the primary purpose of the Root SSL Certificate?
What is the main difference between HTTP and HTTPS?
Which HTTP security header prevents content type sniffing?
Which HTTP security header protects against clickjacking?
What does the X-XSS-Protection header do?
What is the purpose of sanitizing user input?
What is the Principle of Least Privilege?
What is Forward Secrecy in SSL/TLS?
Why should application accounts not have DBA or admin access to database servers?
What is the purpose of certificate pinning?
Which of the following are features unique to TypeScript classes compared to ES6 classes? (Select all that apply)
Which of the following are valid basic types in TypeScript? (Select all that apply)
Which of the following are valid uses of Enums in TypeScript? (Select all that apply)
What are _access modifiers_ and how do they work in _TypeScript_?