Close Menu
Developers ZoneDevelopers Zone
  • WordPress Themes
  • WordPress Plugins
  • Woocommerce plugin
  • Shopify Theme
Latest Contents

InBio Personal Portfolio Resume Theme

June 4, 2025

Oshine Multipurpose Creative WordPress Theme

June 2, 2025

happy addons pro free download

June 1, 2025
Facebook X (Twitter) YouTube LinkedIn
Facebook X (Twitter) YouTube LinkedIn
Developers ZoneDevelopers Zone
  • WordPress Themes

    InBio Personal Portfolio Resume Theme

    June 4, 2025

    Oshine Multipurpose Creative WordPress Theme

    June 2, 2025

    happy addons pro free download

    June 1, 2025

    Soledad Blog Magazine WordPress Theme free download

    May 29, 2025

    ListingPro WordPress Directory Theme Free Download

    May 25, 2025
  • WordPress Plugins

    InBio Personal Portfolio Resume Theme

    June 4, 2025

    Oshine Multipurpose Creative WordPress Theme

    June 2, 2025

    happy addons pro free download

    June 1, 2025

    Soledad Blog Magazine WordPress Theme free download

    May 29, 2025

    ListingPro WordPress Directory Theme Free Download

    May 25, 2025
  • Woocommerce plugin

    InBio Personal Portfolio Resume Theme

    June 4, 2025

    Oshine Multipurpose Creative WordPress Theme

    June 2, 2025

    happy addons pro free download

    June 1, 2025

    Soledad Blog Magazine WordPress Theme free download

    May 29, 2025

    ListingPro WordPress Directory Theme Free Download

    May 25, 2025
  • Shopify Theme

    InBio Personal Portfolio Resume Theme

    June 4, 2025

    Oshine Multipurpose Creative WordPress Theme

    June 2, 2025

    happy addons pro free download

    June 1, 2025

    Soledad Blog Magazine WordPress Theme free download

    May 29, 2025

    ListingPro WordPress Directory Theme Free Download

    May 25, 2025
Developers ZoneDevelopers Zone
Home»Web design»Fiverr WordPress 5.1 test answers : WordPress 5.1 Test Answers Fiverr 2021
Web design

Fiverr WordPress 5.1 test answers : WordPress 5.1 Test Answers Fiverr 2021

developerszone.netBy developerszone.netJuly 12, 2020Updated:February 2, 2021No Comments8 Mins Read
fiverr wordpress 5.1 test answers WordPress 5.1 Test Answers Fiverr - 9.1 score
Share
Facebook Twitter LinkedIn Pinterest Email

Fiverr WordPress 5.1 test answers : WordPress 5.1 Test Answers Fiverr 


  1. Which of the following capabilities are only available in the Super Admin role? (multiple correct ansers are possible)
  • manage_network_plugins
  • delete_plugins
  • manage_categories
  • Setup_network

2. 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?

  • iThemes Security
  • WordFence
  • ModSecurity
  • Shield

3. 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?

  • find /path/to/your/wordpress/install/ -type d -exec chmod 777 {} \;
  • find /path/to/your/wordpress/install/ -type f -exec chmod 755 {} \;
  • locate /path/to/your/wordpress/install/ -type f -exec chmod 644 {} \;
  • find /path/to/your/wordpress/install/ -type f -exec chmod 644 {} \;

4. 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

5. Which of the following types of permalinks are available in WordPress 5?

  • Default
  • PATHINFO
  • mod_rewrite

6. 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

Fiverr WordPress 5.1 test answers : WordPress 5.1 Test Answers Fiverr 2021


  1. What does the “Error 145” in WordPress indicate?
  • it indicates, that the cache on your server is full.
  • it indicates, that a table in your database is corrupted
  • it indicates a missing column in your database
  • none of the above

  1. In relation to WordPress, which of the following cookies are stored on the visitors’ computers when they comment on your blog?
  • comment_author_{HASH}
  • wp-settings-{time}-[UID] cookies
  • WordPress_logged_in_[hash]
  • comment_author_email_{HASH}

  1. In WordPress, which of the following plugins can be used to limit the number of login attempts?
  • SiteGuard WP Plugin
  • OSSEC
  • Inotify
  • Brute Force Login Protection

10. In relation to caching in WordPress, which of the following levels of authority are provided by Varnish?

  • The command line arguments
  • The CLI interface
  • VCL programs
  • HTTP requests

Fiverr WordPress 5.1 test answers : WordPress 5.1 Test Answers Fiverr 2021


  1. Which of the following options is the correct order (by priority in use) to display a single page in template hierarchy?
  • custom template file, page-{slug}.php, page-{id}.php, page.php, singular.php, index.php
  • custom template file, page-{id}.php, page-{slug}.php, page.php, singular.php, index.php
  • singular.php, index.php, page-{id}.php, page-{slug}.php, page.php, custom template file
  • index.php, custom template file, page-{id}.php, page-{slug}.php, page.php, singular.php

Fiverr WordPress 5.1 test answers 2021


  1. 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

13. 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

  1. By default, which of the following post types are always included within a WordPress installation? (multiple correct ansers are possible)
  • Attachments
  • Custom css
  • Changesets
  • Posts

15. The plugins Rublon and WordFence cannot be used for two-step authentication.

  • True
  • False

16. Which of the following definitions of the WP_DEBUG constant can be used to trigger the debug mode throughout WordPress?

  • define( ‘WP_DEBUG’, true );
  • define( ‘WP_DEBUG’, ‘true’ );
  • define( ‘WP_DEBUG’, ‘1’ );
  • define( ‘WP_DEBUG’, “true” );

 

Fiverr WordPress 5.1 test answers : WordPress 5.1 Test Answers Fiverr 2021


17. You can adjust the length of cookies with the ‘auth_cookie_expiration’ hook.

  • True
  • False

18. By default, meta tags are included in WordPress.

  • True
  • False

  1. Which of the following options is a correct example of PATHINFO permalinks?
  • http://example.com/?p=N
  • http://example.com/2012/post-name/
  • http://example.com/2012/12/30/post-name
  • http://example.com/index.php/yyyy/mm/dd/post-name/

  1. Which of the following is the correct option that is the default theme of WordPress 5?
  • Gravatar
  • Twenty Nineteen
  • Permalink
  • None of the above.

  1. Which of the following options are the correct tables that will always be backed up while taking backups in WordPress?
  • wp_links
  • wp_terms
  • wp_users
  • wp_postmeta

  1. In WordPress, “Revisions” and “Attachments” post types are stored in wp_posts table.
  • True
  • False

  1. Which of the following options is a condensed summary of your blog post?
  • Post slug
  • Plugin
  • Permalink
  • Excerpt

  1. 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

Fiverr WordPress 5.1 test answers : WordPress 5.1 Test Answers Fiverr 2021


  1. 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

  1. Which of the following statements are correct about the W3 Total Cache (W3Tc)plugin?
  • It helps to reduce response time by creating static HTML version of pages and permits
  • It helps for caching database queries (objects).
  • It manages the headers such as entity tag, cache-control, expires, etc.

Fiverr WordPress 5.1 test answers


  1. It is mandatory for all the WordPress users to add an e-mail address in their respective profiles.
  • True
  • False

  1. Which of the following roles has the unfiltered_html capability in a single site WordPress installation?
  • Administrator
  • Editor
  • Author
  • Contributor

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

  1. What does the “Error 28” in WordPress indicate?
  • It indicates that the cache on your server is full.
  • It indicates that a table in your database is corrupted.
  • It indicates a missing column in your database.
  • It indicates that you have too many files in /tmp.

  1. In relation to the profile screen in WordPress, which of the following personal options are available that can be configured?
  • Visual editor
  • Admin Color Scheme
  • Syntax Highlighting
  • Toolbar

Fiverr WordPress 5.1 test answers : WordPress 5.1 Test Answers Fiverr 2021


31. Can you import content from a static HTML site to WordPress?

  • Yes
  •  NO

Fiverr WordPress 5.1 test answers : WordPress 5.1 Test Answers Fiverr 2021


  1. Which of the following options is a program that can be used to manipulate the databases remotely through a web interface?
  • W3 Total Cache
  • phpMyAdmin
  • MariaDB
  • WP Super Cache

  1. In relation to WordPress site, which of the following options is correct about a sitemap?
  • It is an enhancement to your existing URLs that can improve SEO of your website.
  • It is a single page listing of all the posts on your website.
  • It is a collection of all the visited links on a WordPress website.
  • None of the above.

  1. WP Super Cache is not a static page caching plugin for WordPress.
  • True
  • False

Fiverr WordPress 5.1 test answers : WordPress 5.1 Test Answers Fiverr 2021


  1. In WordPress, which of the following options are the incorrect capabilities of the Author role?
  • delete_published_posts
  • delete_published_pages
  • edit_posts
  • Manage_links

  1. In relation to caching in WordPress, Varnish cache application is supported on which of the following platforms?
  • Windows 7
  • Linux
  • FreeBSD

37. Which of the following options are the valid filters in template hierarchy?

  • singular_template
  • search_template
  • embed_template
  • Author_template

fiverr wordpress 5.1 test answers


  1. Which of the following statements are correct about the posts screen?
  • Categories can be added in bulk to a set of posts.
  • Tags can be added in bulk to a set of posts.
  • Categories can be deleted in bulk from a set of posts.
  • Tags can be deleted in bulk from a set of posts.

  1. What is the default value of the SCRIPT_DEBUG constant?
  • true
  • False

Fiverr WordPress 5.1 test answers : WordPress 5.1 Test Answers Fiverr 2021


  1. 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.
  • You cannot cut down on the number of comments for approval.
  • You can get a notification when someone posts a comment.
  • None of the above.

 

Hope you enjoyed our Fiverr WordPress 5.1 test answers

You will also get fiverr html5 test answers 2020

Hope you will also like fiverr english test answers 2021 here ?

 



THANKS
Minhazul Asif
Founder & CEO, Developerszone

Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Email
developerszone.net
  • Website
  • Facebook

Related Posts

Neeon WordPress News Magazine Theme

March 9, 2025

Backin Bags And Backpack Modern Shopify Theme

October 11, 2021

Envy Shopify Theme Free Download

October 9, 2021
RECENT CONTENTS
  • InBio Personal Portfolio Resume Theme June 4, 2025
  • Oshine Multipurpose Creative WordPress Theme June 2, 2025
  • happy addons pro free download June 1, 2025
  • Soledad Blog Magazine WordPress Theme free download May 29, 2025
  • ListingPro WordPress Directory Theme Free Download May 25, 2025
  • Astra Premium Sites Plugin + Agency Demos May 20, 2025
  • Elements Kit All In One Addons for Elementor Page Builder May 20, 2025
  • Martfury WooCommerce WordPress theme Free Download v3.3.1 May 18, 2025
  • Essential Addon For Elementor May 15, 2025
  • XStore WordPress WooCommerce Theme Free download May 9, 2025
Stay In Touch
  • Facebook
  • Twitter
  • Pinterest
  • Instagram
  • YouTube
  • Vimeo
Categories
  • Shopify Themes (201)
  • Web design (47)
  • Woocommerce Plugin (369)
  • WordPress Plugins (1,053)
  • WordPress Themes (686)
About DevelopersZone
About DevelopersZone

DevelopersZone is a sister concern of CodemanBD. We provide premium contents on WordPress Themes, Plugins, Shopify Themes & Woocommerce Addons.

Facebook X (Twitter) YouTube LinkedIn
Recent Content

InBio Personal Portfolio Resume Theme

June 4, 2025

Oshine Multipurpose Creative WordPress Theme

June 2, 2025
Our Content Categories
  • Shopify Themes
  • Web design
  • Woocommerce Plugin
  • WordPress Plugins
  • WordPress Themes
© 2025 Developerszone.net. Designed by WebBattalion.

Type above and press Enter to search. Press Esc to cancel.