2024 2025 Fiverr WordPress 5.1 Test Answers
1. Which of the following roles can edit your username in WordPress?
- No one can edit your username
2. In WordPress, “Revisions” and “Attachments” post types are stored in wp_posts table.
- True
3. WP Super Cache is not a static page caching plugin for WordPress.
- False
4. In WordPress, which of the following plugins can be used to limit the number of login attempts?
- SiteGuard WP Plugin
5. What does the “Error 28” in WordPress indicate?
- It indicates that the cache on your server is full.
6. Which of the following you should avoid while choosing a password?
- Permutation of your real name, username, or company name.
- A word from a dictionary, in any language.
- Any numeric-only or alphabetic-only password.
- Any password containing numeric, alphabets, and special symbols.
- Only 1, 2, and 3
7. While exporting your WordPress data, which of the following data can you export?
- Posts
- Pages
- Comments
- Categories
- Custom taxonomies
- All 1, 2, 3, 4, and 5
8. Which of the following options is a condensed summary of your blog post?
- Excerpt
9. In relation to the profile screen in WordPress, which of the following personal options are available that can be configured?
- Admin Color Scheme
10. An Author role in WordPress has edit_pages capability.
- False
11. Which of the following plugins can be used in WordPress 5 for two-step authentication?
- Duo
- Google Authenticator
- WordFence
- Rublon
- All 1, 2, 3, and 4
12. In relation to caching in WordPress, Varnish cache application is supported on which of the following platforms?
- Windows 7
13. Which of the following options are the valid filters in template hierarchy?
- singular_template
14. Which of the following statements are correct about the posts screen?
- Categories can be added in bulk to a set of posts.
15. Which of the following is the correct option that is the default theme of WordPress 5?
- Twenty Nineteen
16. Which of the following statements are correct about the “Pages” post type in WordPress?
- You can place them into a hierarchical order where a page can be the parent or child of another page creating a page structure.
17. In relation to WordPress, which of the following cookies are stored on the visitors’ computers when they comment on your blog?
- comment_author_(HASH)
18. In WordPress, which of the following options are the incorrect capabilities of the Author role?
- delete_published_posts
19. By default, the WordPress dashboard permits administrators to edit plugins and theme files.
- Yes
20. What is the default value of the SCRIPT_DEBUG constant?
- False
21. In WordPress, which of the following statements are correct about the comment administration on your site?
- You can manually approve the comments of other users.
22. The given URL is an example of which of the following permalinks?
- None of the above.
23. Which of the following options is the correct order (by priority in use) to display category in template hierarchy?
- category-(slug).php, category-{id}.php, category.php, archive.php, index.php
24. Which of the following types of permalinks are available in WordPress 5?
- I mod_rewrite
25. In relation to WordPress site, which of the following options is correct about a sitemap?
- It is a single page listing of all the posts on your website.
26. Which of the following roles has the unfiltered_html capability in a single site WordPress installation?
- Administrator
27. It is mandatory for all the WordPress users to add an e-mail address in their respective profiles.
- True
28. In WordPress, which of the following options is/ are the correct example(s) of a non-hierarchical taxonomy?
- Tag
29. What does the “Error 145” in WordPress indicate?
- It indicates that a table in your database is corrupted.
30. Which of the following options are the correct capabilities of the Editor role in a single site WordPress installation?
- manage_categories
31. In WordPress, a subscriber has which of the following capabilities?
- Read
32. How can you access Your Profile Screen in WordPress?
- From the main navigation menu under Users.
- By clicking on the name link at the top of the WordPress screen.
- Both 1 and 2
33. In WordPress, which of the following types of items you can add into your menu?
- Posts
- Pages
- Comments
- Categories
- Custom taxonomies
- All 1, 2, and 3
34. Which of the following options are the correct tables that will always be backed up while taking backups in WordPress?
- wp_links
35. By default, all the published pages are added to the menu automatically by WordPress.
- True
36. Which of the following options are available as commenter rules in WordPress?
- Comment author must fill out name and e-mail
- Users must be registered and logged in to comment
- Allow people to post comments on new articles
- All 1, 2, and 3
37. The given command can be used to backup all the database tables.
mysqldump –add-drop-table-h mysql_hostserver-u mysql_username -p mysql_databasename
- True
38. Which of the following options is the correct order (by priority in use) to display tag in template hierarchy?
- tag-{slug}.php, tag-{id}.php, tag.php, archive.php, index.php
39. Which of the following plugins can be used to improve the performance by caching your WordPress posts and pages as the static files?
- W3 Total Cache
- WP Super Cache
- Cache Enabler
- All 1, 2, and 3
40. You can use the pre_get_posts filter hook for including custom posts into your main query of blog posts.
- True
41. In relation to posts screen, which of the following columns are displayed in the table of posts?
- Title
42. Can you import content from a static HTML site to WordPress?
- Yes
43. While backing up your WordPress database by using MySQL Workbench, what is the size limit of the database to be backed up?
- There is no size limit
44. In relation to get the blog indexed in Google search, which of the following terms processes the information and also determines the quality of the content, so that the information can be placed appropriately on Google pages?
- Indexing
45. In relation to file system monitoring in WordPress, which of the following tools is the OS kernel level file monitoring service that can be used for running commands on the filesystem events?
- İnotify
46. Which of the following options is a correct example of PATHINFO permalinks?
- http://example.com/index.php/yyyy/mm/dd/post-name/
47. Which of the following statements are correct about the W3 Total Cache (W3Tc)plugin?
- web servers to serve them without invoking PHP
48. You can edit the .htaccess file by FTP or shell.
- True
49. Which of the following definitions of the WP_DEBUG constant can be used to trigger the debug mode throughout WordPress?
- define( ‘WP_DEBUG’, true);
50. Which of the following options is the correct order (by priority in use) to display custom taxonomies in template hierarchy?
- taxonomy-(taxonomy)0(term}.php, taxonomy-{taxonomy].php, taxonomy.php, archive.php, index.php
51. By default, WordPress makes use of which of the following files in a theme for displaying posts of any type of the front-end of a website?
- index.php
52. Which of the following options is the correct order (by priority in use) to display home page in the template hierarchy?
- front-page.php, home.php,page.php, index.php
53. If you have shell access to your server, then which of the following commands can you use to change the file permissions for files recursively?
- locate /path/to/your/wordpress/install/-type f-exec chmod 644 {};
54. While selecting the color scheme under the personal options in WordPress, which of the following colors are the menu background colors?
- First two colors
55. Meta tags in WordPress sites can be added in which of the following ways?
- Both options a and b
56. In WordPress, which of the following attacks can you see via the logs?
- Cross Site Scripting (XSS)
- Remote File Inclusion (RFI)
- Local File Inclusion (LFI)
- Directory Traversal attempts
- All 1, 2, 3, and 4
57. Which of the following options is the correct order of rendering the date-based archive index pages in template hierarchy?
- date.php, archive.php, index.php
58. In relation to WordPress editor, which of the following options is the default block type?
- Paragraph
59. Which of the following options is an open source WAF (web firewall) that can be installed at a web server to filter the content before it is processed by WordPress?
- Mod Security
60. Which of the following options is a program that can be used to manipulate the databases remotely through a web interface?
- phpMyAdmin
61. In relation to caching in WordPress, which of the following levels of authority are provided by Varnish?
- VLC programs
62. WordPress 5 is written in which of the following languages?
- PHP
63. In relation to backup your WordPress database, which of the following tools can be used for taking backup only in windows operating system?
- EMS SQL Management Studio for MySQL
64. Which of the following options is an open source WAF (web firewall) that can be installed at a web server to filter the content before it is processed by WordPress?
- Themes Security
65. In WordPress, which of the following template tags is used to tell WordPress to get the blog title out of the database and add it in the template file?
- the_title
66. If you are receiving an error that says “parse error: unexpected”, which of the following options can be the reasons for the same?
- You have forgotten to include the $ when referencing a variable
67. Which of the following capabilities are only available in the Super Admin role?
- delete_plugins
68. In relation to screen options in WordPress, which of the following items/modules is/are hidden by default?
- Only 1
69. In relation to the roles of WordPress 5, which of the following options can only publish and manage their own posts?
- Author
70. While using Permalinks in blogging, which of the following options is the title of your article post within the link?
- Post Slug
71. In relation to posts screen, which of the following options is the default view in the table of posts?
- List view
72. Which of the following statements are correct about the “Pages’ post type in WordPress?
- You can place them into a hierarchical order where a page can be the parent or child of another page creating a page structure.
73. While blogging in WordPress, which of the following options is the collection of programming scripts that can be used to add additional functionality to the blogs?
- Plugin
74. You can adjust the length of cookies with the ‘auth_cookie_expiration’ hook.
- True
75. In relation to the posts screen, which of the following options is the default view in the table of posts?
- List view
76. Suppose, you have a fixed IP address and you do not want any person (except yourself) to login to your admin area.
Which of the following files will help you to limit access to wp-login.php?
- Both 1 and 2 can be used
77. Which of the following options are the correct requirements for using “Pretty” permalinks?
- An .htaccess file
- Apache web server with the mod_rewrite module installed
- The FollowSymLinks option enabled in the WordPress’s home directory
- All 1, 2, and 3
78. Which of the following options are the correct cookies that WordPress uses for the users who have registered an account with the WordPress site?
- comment_author_{HASH}
79. Which of the following options is the purpose of the Piklist plugin in WordPress?
- It permits you to create custom meta boxes and fields in WordPress.
80. In relation to the profile screen in WordPress, which of the following personal options are available that can be configured?
- Admin Color Scheme
81. Which of the following cookies is set by WordPress 5 that is used to customize your view of the admin interface and the main site interface?
- wordpress_logged_in_[hash]
82. In relation to the dashboard screen in WordPress 5, which of the following options are provided by the At a Glance widget?
- Number of posts
83. Which of the following statements are correct about the “Pages’ post type in WordPress?
- You can place them into a hierarchical order where a page can be the parent or child of another page creating a page structure.
84. Which of the following options is the correct order (by priority in use) to display a single page in template hierarchy?
- singular.php, index.php, page-{id}.php, page-{slug}.php, page.php, custom template file
85. By default, which of the following post types are always included within a WordPress installation?
- Attachments
86. The plugins Rublon and WordFence cannot be used for two-step authentication.
- True
87. By default, meta tags are included in WordPress.
- False
88. Which of the following options is the correct order (by prioroty in use) to display tag in template hierarchy?
- tag-{slug}.php, tag-{id}.php, tag.php, archive.php, index.php
89. In relation to the profile screen in WordPress, which of the following personal options are available that can be configured?
- Admin color scheme
90. Which of the following options are the correct files that are required for making a theme in WordPress?
- index.php
- style.css
- theme.php
- Only 1 and 2
91. In relation to the dashboard screen in WordPress 5, which of the following options are provided by the “At a Glance” widget?
- Number of posts
92. In relation to file system monitoring in WordPress, which of the following tools is the OS kernel level five monitoring service that can be used for running commands on the filesystem events?
- inotify
93. Which of the following statements is/are correct about the post types in WordPress?
- Both options a and b
94. The My SQL Workbench Tool can be used for taking backups of WordPress databases. With which of the following operating systems, can you use this tool?
- Mac
95. By default, in WordPress, a standard post will which of the following taxonomies types?
- Post formats
96. Which of the following options are the correct files that are required for making theme in WordPress?
- php
- css
- php
- All 1, 2 and 3
97. In relation to backup your WordPress database, which of the following tools can be used for taking backup only in windows operating system?
- EMS SQL Management Studio for MySQL
98. Which of the following options is a correct example of PATHINED permalink?
99. In WordPress, a contributor has which of the following capabilities?
- Delete_post
100. While updating WordPress, which of the following options can be the correct reason for the given message on the screen- “Briefly unavailable for scheduled maintenance. Please check back in a minute.”
- Maintenance File
101. In relation to a WordPress theme, which of the following statements is correct about the index.php file?
- It is a fallback file that is used to serve all the content to the browsers for rendering.
102. In which of the following orders, 404 templates file are called in template hierarchy?
- index.php, 404.php
0 comments