Lubinik Learning

Training mode

WordPress Junior Assessment

Time remaining:

0 / 40 answered

  1. 1. What is the Git working tree?

    What is the Git working tree?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  2. 2. Why should interactive elements have a clear focus style?

    Why should interactive elements have a clear focus style?
    Hint

    Choose the definition or behavior that best matches the web standard.

  3. 3. What is the difference between sanitizing and escaping data?

    Choose the most accurate statement for WordPress development.

    What is the difference between sanitizing and escaping data?
    Hint

    Think about when data enters the system and when it leaves for the browser.

  4. 4. What does the Accept request header communicate?

    What does the Accept request header communicate?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  5. 5. Which function returns a permalink for later use?

    Which function returns a permalink for later use?
    Hint

    Identify the role of the WordPress function or extension point.

  6. 6. Where are ordinary WordPress plugins stored by default?

    Where are ordinary WordPress plugins stored by default?
    Hint

    Identify the WordPress API responsibility before considering implementation details.

  7. 7. Which structure represents the basic WordPress Loop?

    Which structure represents the basic WordPress Loop?
    Hint

    Identify the role of the WordPress function or extension point.

  8. 8. Are comments part of the standard JSON syntax?

    Are comments part of the standard JSON syntax?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  9. 9. Why specify accepted arguments when registering a callback?

    Why specify accepted arguments when registering a callback?
    Hint

    Identify the role of the WordPress function or extension point.

  10. 10. What does git fetch do?

    What does git fetch do?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  11. 11. What is a function parameter?

    What is a function parameter?
    Hint

    Focus on the responsibility of the language feature rather than memorizing punctuation.

  12. 12. Why does WordPress expose lifecycle hooks?

    Why does WordPress expose lifecycle hooks?
    Hint

    Place the concept in the WordPress request, content, or permission model.

  13. 13. What is the key difference when an included PHP file is missing?

    What is the key difference when an included PHP file is missing?
    Hint

    Identify the definition or behavior described by the question.

  14. 14. What is a Git remote?

    What is a Git remote?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  15. 15. What happens when an administrator activates a plugin?

    What happens when an administrator activates a plugin?
    Hint

    Identify the WordPress API responsibility before considering implementation details.

  16. 16. What is a plain JavaScript object commonly used for?

    What is a plain JavaScript object commonly used for?
    Hint

    Identify what the command or language feature is responsible for.

  17. 17. What is a PHP callback?

    What is a PHP callback?
    Hint

    Focus on the responsibility of the language feature rather than memorizing punctuation.

  18. 18. What does a URL identify?

    What does a URL identify?
    Hint

    Identify the definition or behavior described by the question.

  19. 19. What is array_map() commonly used for?

    What is array_map() commonly used for?
    Hint

    Focus on the responsibility of the language feature rather than memorizing punctuation.

  20. 20. What does body_class() help add?

    What does body_class() help add?
    Hint

    Identify the role of the WordPress function or extension point.

  21. 21. How should dynamic values be included in a custom SQL query with $wpdb?

    The query contains values supplied at runtime.

    How should dynamic values be included in a custom SQL query with $wpdb?
    Hint

    Do not concatenate untrusted values into the SQL string.

  22. 22. What does array.forEach( callback ) do?

    What does array.forEach( callback ) do?
    Hint

    Identify what the command or language feature is responsible for.

  23. 23. What is a JavaScript function?

    What is a JavaScript function?
    Hint

    Identify what the command or language feature is responsible for.

  24. 24. What does localhost normally refer to?

    What does localhost normally refer to?
    Hint

    Identify the definition or behavior described by the question.

  25. 25. What is a registered menu location?

    What is a registered menu location?
    Hint

    Separate presentation responsibilities from reusable site functionality.

  26. 26. What should a theme consider rendering when have_posts() is false?

    What should a theme consider rendering when have_posts() is false?
    Hint

    Identify the role of the WordPress function or extension point.

  27. 27. Which classic template commonly displays an individual page?

    Which classic template commonly displays an individual page?
    Hint

    Separate presentation responsibilities from reusable site functionality.

  28. 28. Where is ordinary POST form data normally sent?

    Where is ordinary POST form data normally sent?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  29. 29. Why does valid element nesting matter?

    Why does valid element nesting matter?
    Hint

    Choose the definition or behavior that best matches the web standard.

  30. 30. What does git status show?

    What does git status show?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  31. 31. What does get_stylesheet_directory() return when a child theme is active?

    What does get_stylesheet_directory() return when a child theme is active?
    Hint

    Separate presentation responsibilities from reusable site functionality.

  32. 32. What makes a useful commit message?

    What makes a useful commit message?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  33. 33. Why might a plugin file check whether ABSPATH is defined?

    Why might a plugin file check whether ABSPATH is defined?
    Hint

    Identify the WordPress API responsibility before considering implementation details.

  34. 34. What does a WordPress user role primarily define?

    What does a WordPress user role primarily define?
    Hint

    Start with the everyday meaning of the WordPress term.

  35. 35. Which pair represents an unordered list and a list item?

    Which pair represents an unordered list and a list item?
    Hint

    Choose the definition or behavior that best matches the web standard.

  36. 36. What does class Child extends Parent express?

    What does class Child extends Parent express?
    Hint

    Focus on the responsibility of the language feature rather than memorizing punctuation.

  37. 37. What does an INNER JOIN return?

    What does an INNER JOIN return?
    Hint

    Identify what the command or language feature is responsible for.

  38. 38. Why is the name attribute important on a form control?

    Why is the name attribute important on a form control?
    Hint

    Choose the definition or behavior that best matches the web standard.

  39. 39. What does a Git merge do?

    What does a Git merge do?
    Hint

    Focus on what crosses the client/server or local/remote boundary.

  40. 40. What does a network port help identify?

    What does a network port help identify?
    Hint

    Identify the definition or behavior described by the question.