WordPress Skill Test Answers on Fiverr | Fiverr WordPress 5.1 skill test answers 2021
For WordPress skill test
01. In relation to WordPress editor, which of the following options is the default block type?
1. Paragraph
2. Image
3. Heading
4. Gallery
________________________________________
02. In WordPress, which of the following options is/are the correct example(s) of a non-hierarchical taxonomy?
1. Category
2. Tag
3. Both options a and b
4. Neither option a norb
________________________________________
03. WordPress 5 is written in which of the following languages?
1. Java
2. C++
3. PHP
4. GO
________________________________________
04. 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?
1. get_headero
2. get_footer
3. the_title
4. bloginfo(‘name’)
________________________________________
05. In relation to the roles of WordPress 5, which of the following options can only publish and manage their own posts?
1. Editor
2. Author
3. Subscriber
4. Contributor
________________________________________
06. While using Permalinks in blogging, which of the following options is the title of your article post within the link?
1. Post Slug
2. Excerpt
3. Plugin
4. Trackback
________________________________________
06. Which of the following statements are correct about the “Pages’ post type in WordPress?
1. You can place them into a hierarchical order where a page can be the parent or child of another page creating a page structure.
2. They can be displayed in a reversed time-based order.
3. They do not make use of categories like posts do
4. None of the above.
________________________________________
07. In relation to the posts screen, which of the following options is the default view in the table of posts?
1. List view
2. Excerpt view
3. None of the above.
________________________________________
08. 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?
1. .htaccess
2. web.config
1. Only 1 can be used
2. Only 2 can be used
3. Both 1 and 2 can be used
4. Neither 1 nor 2 can be used
________________________________________
09. 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?
1. wordpress_logged_in_[hash]
2. wp-settings-time)-[UID]
3. wordpress_[hash]
4. None of the above.
________________________________________
10. In relation to the dashboard screen in WordPress 5, which of the following options are provided by the At a Glance widget?
1. Most recent comments
2. Number of posts
3. Number of pages
4. Number of comments
5. Recently published posts
11.Which of the following capabilities are only available in the Super Admin role?
(multiple correct ansers are possible)
1. manage_network_plugins
2. delete_plugins
3. manage_categories
4. Setup_network
________________________________________
12. 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?
1. iThemes Security
2. WordFence
3. ModSecurity
4. Shield
________________________________________
13. 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?
1. find /path/to/your/wordpress/install/ -type d -exec chmod 777 {} \;
2. find /path/to/your/wordpress/install/ -type f -exec chmod 755 {} \;
3. locate /path/to/your/wordpress/install/ -type f -exec chmod 644 {} \;
4. find /path/to/your/wordpress/install/ -type f -exec chmod 644 {} \;
________________________________________
14. Which of the following plugins can be used in WordPress 5 for two-step authentication?
1. Duo
2. Google Authenticator
3. WordFence
4. Rublon
· All 1, 2, 3, and 4
· Only 1, 2, and 3
· Only 2, 3, and 4
· Only 1, 3, and 4
________________________________________
15. Which of the following types of permalinks are available in WordPress 5?
1. Default
2. PATHINFO
3. mod_rewrite
________________________________________
16. Which of the following you should avoid while choosing a password?
1. Permutation of your real name, username, or company name.
2. A word from a dictionary, in any language.
3. Any numeric-only or alphabetic-only password.
4. Any password containing numeric, alphabets, and special symbols.
· All 1, 2, 3, and 4
· Only 1, 2, and 3
· Only 1, 2, and 4
· Only 2, 3, and 4
________________________________________
17. What does the “Error 145” in WordPress indicate?
1. it indicates, that the cache on your server is full.
2. it indicates, that a table in your database is corrupted
3. it indicates a missing column in your database
4. none of the above
________________________________________
18. In relation to WordPress, which of the following cookies are stored on the visitors’ computers when they comment on your blog?
1. comment_author_{HASH}
2. wp-settings-{time}-[UID] cookies
3. WordPress_logged_in_[hash]
4. comment_author_email_{HASH}
________________________________________
19. In WordPress, which of the following plugins can be used to limit the number of login attempts?
1. SiteGuard WP Plugin
2. OSSEC
3. Inotify
4. Brute Force Login Protection
________________________________________
20. In relation to caching in WordPress, which of the following levels of authority are provided by Varnish?
1. The command line arguments
2. The CLI interface
3. VCL programs
4. HTTP requests
21. In WordPress, “Revisions” and “Attachments” post types are stored in wp_posts table.
1. True
2. False
________________________________________
22. Which of the following options is a condensed summary of your blog post?
1. Post slug
2. Plugin
3. Permalink
4. Excerpt
________________________________________
23. Which of the following options are the correct requirements for using “Pretty” permalinks?
1. An .htaccess file
2. Apache web server with the mod_rewrite module installed
3. The FollowSymLinks option enabled in the WordPress’s home directory
· All 1, 2, and 3
· Only 1 and 2
· Only 1 and 3
· Only 2 and 3
________________________________________
24. 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
• Only 1, 2, and 3
• Only 2, 3, and 4
• Only 1, 3, and 4
________________________________________
25. Which of the following statements are correct about the W3 Total Cache (W3Tc)plugin?
1. It helps to reduce response time by creating static HTML version of pages and permits
2. web servers to serve them without invoking PHP
3. It helps for caching database queries (objects).
4. It manages the headers such as entity tag, cache-control, expires, etc.
________________________________________
26. It is mandatory for all the WordPress users to add an e-mail address in their respective profiles.
1. True
2. False
________________________________________
27. Which of the following roles has the unfiltered_html capability in a single site WordPress installation?
1. Administrator
2. Editor
3. Author
4. Contributor
28. 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
· Only 1 and 2
· Only 1 and 3
· Only 2 and 3
________________________________________
29. What does the “Error 28” in WordPress indicate?
1. It indicates that the cache on your server is full.
2. It indicates that a table in your database is corrupted.
3. It indicates a missing column in your database.
4. It indicates that you have too many files in /tmp.
________________________________________
30. In relation to the profile screen in WordPress, which of the following personal options are available that can be configured?
1. Visual editor
2. Admin Color Scheme
3. Syntax Highlighting
4. Toolbar
________________________________________
31. Can you import content from a static HTML site to WordPress?
1. Yes
2. NO
________________________________________
32. Which of the following options is a program that can be used to manipulate the databases remotely through a web interface?
1. W3 Total Cache
2. phpMyAdmin
3. MariaDB
4. WP Super Cache
________________________________________
33. In relation to WordPress site, which of the following options is correct about a sitemap?
1. It is an enhancement to your existing URLs that can improve SEO of your website.
2. It is a single page listing of all the posts on your website.
3. It is a collection of all the visited links on a WordPress website.
4. None of the above.
________________________________________
34. WP Super Cache is not a static page caching plugin for WordPress.
1. True
2. False
________________________________________
35. In WordPress, which of the following options are the incorrect capabilities of the Author role?
1. delete_published_posts
2. delete_published_pages
3. edit_posts
4. Manage_links
________________________________________
36. In relation to caching in WordPress, Varnish cache application is supported on which of the following platforms?
1. Windows 7
2. Linux
3. FreeBSD
________________________________________
37. Which of the following options are the valid filters in template hierarchy?
1. singular_template
2. search_template
3. embed_template
4. Author_template
________________________________________
38. Which of the following statements are correct about the posts screen?
1. Categories can be added in bulk to a set of posts.
2. Tags can be added in bulk to a set of posts.
3. Categories can be deleted in bulk from a set of posts.
4. Tags can be deleted in bulk from a set of posts.
________________________________________
39. What is the default value of the SCRIPT_DEBUG constant?
1. true
2. False
________________________________________
40. In WordPress, which of the following statements are correct about the comment administration on your site?
1. You can manually approve the comments of other users.
2. You cannot cut down on the number of comments for approval.
3. You can get a notification when someone posts a comment.
4. None of the above.
________________________________________
41. Which of the following options are the correct cookies that WordPress uses for the users who have registered an account with the WordPress site?
1. wordpress_logged_in_{hash}
2. comment_author_url_{HASH}
3. comment_author_{HASH}
4. wordpress_[hash]
________________________________________
42. In relation to screen options in WordPress, which of the following items/modules is/are hidden by default?
1. Posts
2. Tags
· Only 1
· Only 2
· Both 1 and 2
· Neither 1 nor 2
________________________________________
43. Which of the following options is the purpose of the Piklist plugin in WordPress?
1. It is used to create a list of disabled users in WordPress.
2. It is used to create a key-value pair for authenticating a user.
3. It permits you to create custom meta boxes and fields in WordPress.
4. Both options a and c
________________________________________
44. Which of the following options is the correct order (by priority in use) to display custom taxonomies in template hierarchy?
1. taxonomy.php, taxonomy-{taxonomy).php, taxonomy-{taxonomy}-{term}.php, index.php, archive.php
2. taxonomy-{taxonomy].php, taxonomy-{taxonomy){term}.php, taxonomy.php, archive.php, index.php
3. taxonomy.php, taxonomy-{taxonomy].php, taxonomy-{taxonomy}{term}.php, archive.php, index.php
4. taxonomy-(taxonomy)0(term}.php, taxonomy-{taxonomy].php, taxonomy.php, archive.php, index.php
________________________________________
45. 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?
1. Post Slug
2. Excerpt
3. Plugin
4. Pingback
________________________________________
46. Meta tags in WordPress sites can be added in which of the following ways?
1. By using plugins
2. By adding them to the “header.php” template file in the WordPress theme
3. By updating the database
4. Both options a and b
5. Both options b and c
________________________________________
47. Which of the following roles can edit your username in WordPress?
1. A user itself
2. An administrator
3. An editor
4. A subscriber
5. No one can edit your username
________________________________________
48. In WordPress, which of the following types of items you can add into your menu?
1. Posts
2. Pages
3. Comments
4. Categories
5. Custom taxonomies
· All 1, 2, and 3
· Only 1 and 2
· Only 1 and 3
· Only 2 and 3
________________________________________
49. Which of the following options is the correct order of rendering the date-based archive index pages in template hierarchy?
1. date.php, archive.php, index.php
2. date.php, index.php, archive.php
3. index.php, date.php, archive.php
________________________________________
50. Which of the following options are the correct tables that will always be backed up while taking backups in WordPress?
1. wp_links
2. wp_terms
3. wp_users
4. wp_postmeta
51. Which of the following options is the correct order (by priority in use) to display a single page in template hierarchy?
1. custom template file, page-{slug}.php, page-{id}.php, page.php, singular.php, index.php
2. custom template file, page-{id}.php, page-{slug}.php, page.php, singular.php, index.php
3. singular.php, index.php, page-{id}.php, page-{slug}.php, page.php, custom template file
4. index.php, custom template file, page-{id}.php, page-{slug}.php, page.php, singular.php
________________________________________
52. 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
· Only 1,2,4, and 5
· Only 2,3,4, and 5
· Only 2,4 and 5
· Only 1,2,3 and 4
________________________________________
53. 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
· Only 1 and 2
· Only 1 and 3
· Only 2 and 3
· All 1, 2, and 3
________________________________________
54. By default, which of the following post types are always included within a WordPress installation?
(multiple correct ansers are possible)
1. Attachments
2. Custom css
3. Changesets
4. Posts
________________________________________
55. The plugins Rublon and WordFence cannot be used for two-step authentication.
1. True
2. False
________________________________________
56. Which of the following definitions of the WP_DEBUG constant can be used to trigger the debug mode throughout WordPress?
1. define( ‘WP_DEBUG’, true );
2. define( ‘WP_DEBUG’, ‘true’ );
3. define( ‘WP_DEBUG’, ‘1’ );
4. define( ‘WP_DEBUG’, “true” );
________________________________________
57. You can adjust the length of cookies with the ‘auth_cookie_expiration’ hook.
1. True
2. False
________________________________________
58. By default, meta tags are included in WordPress.
1. True
2. False
________________________________________
59. Which of the following options is a correct example of PATHINFO permalinks?
1. http://example.com/?p=N
2. http://example.com/2012/post-name/
3. http://example.com/2012/12/30/post-name
4. http://example.com/index.php/yyyy/mm/dd/post-name/
________________________________________
60. Which of the following is the correct option that is the default theme of WordPress 5?
1. Gravatar
2. Twenty Nineteen
3. Permalink
4. None of the above.
________________________________________
61. Which of the following options are the correct tables that will always be backed up while taking backups in WordPress?
1. wp_links
2. wp_terms
3. wp_users
4. wp_postmeta
Find Us on Social Media