Professional Development

Professional Development

Image

Security quiz demo (7 Qs)

1
play

7 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt
    Your application sets a cookie with Secure attribute. What does this mean?
    The cookie cannot be accessed by JavaScript
    The cookie will not be sent cross-domain
    Client will send the cookie only over an HTTPS connection
  • 2. Multiple Choice
    30 seconds
    1 pt
    Your web page includes advertising JavaScript from a third-party service. Is it safe to assume that problems like XSS, caused by this third-party JavaScript, is not technically possible on your web page?
    Yes, if you validate the JavaScript before you deploy it on your page
    No
  • 3. Multiple Choice
    30 seconds
    1 pt
    All SQL queries can be made safe using prepared statements?
    Yes
    Yes, if both the server and the client supports prepared statements
    No, dynamically created specifiers like "LIMIT ?" etc. needs separate validation
  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?