Home > Web Development > Quizzes > WordPress Knowledge Test
WordPress Knowledge Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 9% Most missed: “What user role would you assign to someone so they can write and publish only th…”

WordPress MCQs For LinkedIn Skill Assessments.

According to Wikipedia, in 2021, WordPress is used by 64.8% of all the websites whose content management system is known.

WordPress Knowledge Test
Time left 00:00
25 Questions

1. Which of these are best practices in accessibility?
2. 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)?
3. 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.
4. Which folder in a WordPress install is not affected by an automatic WordPress update?
5. In which of the following ways might you contribute to the WordPress community by testing?
6. How would you use CSS to ensure your theme was mobile responsive?
7. What is the name of the open-source project that serves as a bug tracker and project management tool for WordPress?
8. The REST API utilizes which data format?
9. What is the core mission of WordPress?
10. 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/?'
11. 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?
12. Which of the following must have underlined links in order to meet WCAG 2.0 accessibility standards?
13. Which of the following is NOT a suggested security improvement for your WordPress website?
14. 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?
15. In the WordPress template hierarchy, which file could not be used to display an archive?
16. 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?
17. Who owns the trademark for WordPress and WordCamp names and logos?
18. 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?
19. Which of these does not impact your site speed?
20. Which of these are the minimum files required to make a child theme?
21. 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?


$title = $_POST[ 'title' ];
22. Which of these CSS classs naming convention is correct according to WordPress CSS Coding Standards?
23. Which of these is NOT a part of the internationalization and localization process?
24. You would use a post instead of a page when the content is '\_'.
25. 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?