LinkedIn WordPress Skill Quiz Answers 2024

Advertisement

Exam Name: LinkedIn WordPress Skill Quiz

Exam URL: https://www.linkedin.com/skill-assessments/WordPress/quiz-intro/

  1. In WordPress, what is the Loop used to do?
  2. Who owns the trademark for WordPress and WordCamp names and logos?
  3. The REST API is a simple way to get data in and out of WordPress over HTTP. Applications using the REST API should be written in which programming language?
  4. How many minutes does it take to install WordPress according to the “Famous X-Minute Installation” instructions on WordPress.org?
  5. In WordPress, what is true of plugins?
  6. Akismet is a plugin that comes automatically installed with WordPress. What does it do?
  7. What would you do to improve your site’s performance?
  8. The REST API utilizes which data format?
  9. What color is the paragraph nested within the div?
  10. Theme developers can take advantage of the Customizer API to give users a way to manipulate basic theme settings. The Customizer API is object-oriented and provides four main objects. What are they?
  11. Which WordPress setting would you use to make page URLs look like http://example.com/my-page/ instead of the default http://example.com/?p=21/?
  12. In WordPress, what is the block editor used for?
  13. Which of the following file types is NOT involved in translating WordPress?
  14. What is the default priority for an action hook or filter?
  15. What’s the primary difference between template tags prefaced with the versus get_the?
  16. WP_Query is the WordPress query class that is used to fetch posts from the database. How would you create a new instance of this class?
  17. What is a user role that is unique to WordPress Multisite?
  18. Within the editor, blocks are rendered as JavaScript. How are blocks rendered on the front end of a site?
  19. Which of these is NOT a part of the internationalization and localization process?
  20. The REST API provides public data, which is accessible to any client anonymously, as well as private data available only after authentication. How could you ensure that no one can anonymously access site data via the REST API?
  21. Which of these snippets represents a wrapper that calls jQuery safely and doesn’t require repetitive use of the word “jQuery”?
  22. What is the correct order of parameters for the add_action() function?
  23. You have a search bar on your site. You would like to use a <label> to make the word “Search” visible to screen readers, but you don’t want to display the word “Search” on the screen. How can you accomplish this?
  24. You might see this code in a WordPress plugin. What does it do?
  25. Which is a best practice for working with WordPress CSS?
  26. WordPress is translated, at least partially, in more than 200 locales. If you wanted to help translate WordPress into other languages, which contributor group would you join?
  27. What is the difference between an action and a filter?
  28. If you activate or update a plugin and it breaks your site so that you cannot manage it via wp-admin, how can you disable the plugin?
  29. The WordPress REST API is designed to receive and respond to particular types of requests using basic HTML methods. For example, a request to upload a PHP file into a particular folder on a server might look like the code POST /folder/_file.php. Based on this code, what would you call /folder/_file.php (in REST API terms)?
  30. Which WP-CLI command would you use to manage the capabilities of a user role?
  31. What technique would you use to secure data before rendering it to a user?
  32. If your WordPress site is seriously compromised, what is the best course of action to return your site to good health?
  33. If you wanted to register a custom post type, which hook would you use?
  34. What is the role of a WordPress theme?
  35. What is the name of the open-sourse project that serves as a bug tracker and project management tool for WordPress?
  36. How would you write a text string containing “Hello World!” in a way that makes it possible for someone else to translate the string into a different language?
  37. What is the core mission of WordPress?
  38. Which of the following is NOT a suggested security improvement for your WordPress website?
  39. How can you add a custom script that needs to run only on the contact page of a site? The slug of the page is contact.
  40. Where can you find the official WordPress documentation and usage guide?
  41. How would you use CSS to ensure your theme was mobile responsive?
  42. The Block API enables developers to register custom blocks in themes or plugins. How would you register a custom block?
  43. Which software development principle, often used in WordPress, aims to reduce the repetition of code?
  44. In a standard template file, how often does the WordPress Loop run?
  45. Which is not a suggested performance improvement for your WordPress website?
  46. On a regular WordPress install, what is the difference between transients and the object cache?
  47. For the majority of modern themes, what is the standart method used to customize various details of site appearance and features, such as changing the site description or adding a logo and favicons?
  48. You can harden your WordPress site security by adding ____ to your wp-config.php file?
  49. According to WordPress PHP coding standards for inline comments, how would you write a single-line comment in a PHP document?
  50. If you have pretty permalinks enabled on a WordPress site, the REST API index is exposed by appending what to the end of the site URL? (for example, http://example.com/answer/) Note that the index provides information regarding which routes are available for that particular WordPress install.
  51. What is the process of marking the code you write so that it is ready for translation?
  52. In your wp-config.php file, you’ve added the following line of code. What does it do?
  53. The WordPress block editor contains a number of default blocks, including blocks for paragraphs, images, quotes, and shortcode. Blocks are grouped into categories to help users browse and discover them. Which is not a category provided by WordPress core?
  54. You would use a post instead of a page when the content is _.
  55. JavaScript variables can hold many data types. Which data type does the following variable represent?
  56. Which of these are best practices in accessibility?
  57. For the majority of modern themes, what is the standard method used to customize various details of site appearance and features, such as changing the site description or adding a logo and favicons?
  58. Why can’t you modify the query in a template page?
  59. In the WordPress template hierarchy, which file could not be used to display an archive?
  60. You can harden your WordPress site security by adding _ to your wp-config.php file?
  61. Which of these are the minimum files required to make a child theme?
  62. What is this code sample an example of?
  63. WordPress core and many plugins store data in the database in a special format as represented by the sample below. What format is this called?
  64. Which WordPress conditional would you use to determine if you were on a single page?
  65. When should you edit core WordPress files?
  66. What user role would you assign to someone so they can write and publish only their posts and no one else’s?
  67. On a webpage, there are frequently navigation links, a search bar, or other elements that appear before the main content. For keyborad and screen reader users, it can be frustrating to get to the main content of a page because they have to tab through all these elements on every new page load. What can you add to a site to fix this?
  68. If you wanted to debug some JavaScript, which method would you use to display data in your browser console?
  69. What are transients?
  70. Which folder in a WordPress install is not affected by an automatic WordPress update?
  71. Which of these CSS classs naming convention is correct according to WordPress CSS Coding Standards?
  72. Review of the HTML on line1. The goal of the PHP on line 2 is to extract the field value and assign it to a variable prior to inserting into the database. What is wrong with this PHP code?
  73. WordPress is an open-source software licensed under the GPL. This means that __.
  74. In which of the following ways might you contribute to the WordPress community by testing?
  75. Which of the following must have underlined links in order to meet WCAG 2.0 accessibility standards?
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Send this to a friend