Header Ads

test

Fiverr WordPress 4.1 Test 2024

Fiverr WordPress 4.1 Test 2020

1) You want to schedule a backup of your site database but do not have enough permissions to access your host. Which of the following choices can help you perform this task?
  • Use phpMyAdmin.
  • Install “wp database backup” plug-in.
  • Use cron job to schedule.
  • Cannot schedule.

2) Which of the following actions must be performed before upgrading WordPress? 
  • Back up the site.
  • Ensure that the database user name registered to WordPress has permission to create, modify, and delete database tables.
  • Deactivate plug-ins.
  • Enable FTP on the site.
  • a, c, and d
  • a, b, and c

3) On which of the following databases can WordPress 4.1 be installed by default? 
  • MySQL
  • Oracle
  • Microsoft SQL Server
  • Postgres

4) In WordPress 4.1, you can override database values for your site URLs in wp-config.php. 
  • True
  • False

5) After moving a WordPress 4.1 site to a new host, if you change your site's URL, you have to update your posts and pages to correct paths to the uploaded media files. 
  • True
  • False

6) Is it possible to run more than one site/blog from a single installation of WordPress 4.1? 
  • Yes
  • No

7) What is the first action you need to take for enabling WordPress 4.1 MU feature? 
  • Enable WordPress MU feature on admin panel
  • Enable Network feature
  • Add this code to wp-config.php file: define( ‘WP_ALLOW_MULTISITE’, true );

8) Is super cache a built-in plugin of WordPress 4.1?
  • Yes
  • No
9) From which version of WordPress can you choose your username during the installation process? 
  • 2.7
  • 2.8
  • 3.0
  • 4.0.1
  • 4.1

10) Can you move your wp-config.php file to the parent directory without changing any settings? 
  • Yes
  • Yes, provided that you are installing WordPress in your web root directory (such as public_html). Otherwise, it is impossible.
  • No

11) Can you move your wp-content folder elsewhere or rename it to something else without changing any settings? 
  • Yes
  • No

12) A possible way to collect real-time statistics about traffic to a WordPress site is to: 
  • use a built-in tool
  • use a plug-in
  • use a widget
  • None of the above: these statistics cannot be collected.

13) The date/time format of a WordPress site can be changed in ___________. 
  • the theme’s source code
  • admin settings
  • the database
  • the config file

14) Which of the following blog sites can be imported into WordPress? 
  • MySpace
  • Yahoo blog
  • Bebo
  • Blogspot
  • Opera
  • All of the above.

15) Can you import content from Joomla or mambo site into WordPress? 
  • Yes
  • No

16) Can you import content from static HTML files into WordPress? 
  • Yes
  • No

17) User Level 0 converts to … 
  • Contributor
  • Author
  • Editor
  • Subscriber
  • Administrator

18) User Level 10 converts to … 
  • Contributor
  • Author
  • Editor
  • Subscriber
  • Administrator

19) A taxonomy is a _______. 
  • category
  • term
  • group of terms

20) Who of the following persons can read a post locked by password? 
  • Only administrators, editors and authors
  • Registered users who knows a password
  • Anyone who knows a password

21) What is the limitation to the depth of your categories? 
  • 10 levels
  • 20 levels
  • No limit levels

22) Which of the following action must be performed before using Akismet Plugin? 
  • Simply install it.
  • Create an account at wordpress.com.
  • Create an account for this plug-in on your own site.

23) In order to display a widget, the user must ______________
  • set the “show property” of the desired widget to “true”
  • drag the desired widget to the side bar
  • add the desired widget to the post
  • change the source code

24) Which of the following methods can be used to eliminate spam? 
  • Using the wp-captcha-free plug-in.
  • Using the askimet plug-in.
  • Using a widget.
  • None of the above.
  • a and b

25) In WordPress 4.1, which of the following theme files can be used to customize the "page not found error" error page? 
  • index.php
  • 404.php
  • functions.php
  • page.php

26) Is the functions.php file required in each theme in the WordPress 4.1 website? 
  • Yes
  • No

27) What is the name of theme file for a page with slug ‘about’? 
  • page-slug-about.php
  • page-about.php
  • about.php


28) What is the name of theme file for a page with id ‘3’? 
  • page-id-3.php
  • page-3.php
  • 3.php

29) What is the right order (by priority in use) to display page in Template Hierarchy? 
  • page-{slug}.php, page-{id}.php, page.php, index.php
  • page-{id}.php, page-{slug}.php, page.php, index.php
  • page-{slug}.php, page-{id}.php, page.php, archive.php, index.php
  • page-{slug}.php, page-{id}.php, page.php, 404.php

30) What is the right order (by priority in use) to display category in Template Hierarchy? 
  • category -{slug}.php, category-{id}.php, category.php, index.php
  • category -{id}.php, category-{slug}.php, category.php, index.php
  • category -{slug}.php, category-{id}.php, category.php, archive.php, index.php
  • category -{slug}.php, category-{id}.php, category.php, 404.php

31) What is the right order (by priority in use) to display tag in Template Hierarchy? 
  • tag -{slug}.php, tag-{id}.php, tag.php, index.php
  • tag -{id}.php, tag -{slug}.php, tag.php, index.php
  • tag -{slug}.php, tag -{id}.php, tag.php, archive.php, index.php
  • tag -{slug}.php, tag -{id}.php, tag.php, 404.php

32) What is the right order (by priority in use) to display taxonomies in Template Hierarchy? 
  • taxonomy -{taxonomy}.php, taxonomy-{id}.php, taxonomy.php, index.php
  • taxonomy -{taxonomy}-{term}.php, taxonomy-{taxonomy}.php, taxonomy.php, archive.php, index.php
  • taxonomy -{ taxonomy}.php, taxonomy.php, archive.php, index.php
  • taxonomy.php, archive.php, index.php

33) The “function_exists()” function can be used to check whether a plug-in is activated or not. 
  • True
  • False

34) The WordPress loop can be used _______________. 
  • to retrieve any data in WordPress
  • to display every post
  • only for calculation
  • WordPress loop cannot be used for any purpose.

35) Using ____________is a good way to ensure that a WordPress site is indexed by search engines. 
  • a sitemap
  • robot.txt
  • a widget

36) One way to make a WordPress 4.1 page title more SEO friendly is to________ 
  • use the wp-change title plug-in
  • use a widget
  • change the title tag in header.php to something like “blog name »» category »» post name”

37) Meta tags can be added to WordPress 4.1 pages by ______________. 
  • using plug-ins
  • adding them to the header.php file
  • updating the database
  • a and b
  • b and c

38) Which of the following methods can be used to make permalinks SEO friendly? 
  • Updating the database.
  • Changing the source code.
  • Configuring the feature in the config file.
  • Configuring the feature in the admin settings.

39) Which role is not for Contributor: 
  • read
  • edit_posts
  • edit_published_posts
  • delete_posts

40) Which of the following are the minimum standards that your server should support for WordPress 4.1 
  • PHP version 4.4.9 or greater and MySQL version 4.0 or greater
  • PHP version 5.2.4 or greater and MySQL version 5.0.15 or greater
  • PHP version 4.4.9 or greater and MySQL version 5.1 or greater
  • PHP version 5.0 or greater and MySQL version 5.1 or greater

41) Where can Google Adsense be integrated into a WordPress blog?
  • Only in the sidebar
  • Only in the header
  • Anywhere
  • Only in the content

42) _________ can manage their own profiles, but can do virtually nothing else in the administration area. 
  • Contributor
  • Author
  • Editor
  • Subscriber
  • Administrator

43) Conditional tags can be used to ________. 
  • get all comments from one post
  • get all posts from one category
  • Change the content to be displayed
  • None of the above: conditional tags are not available in WordPress.

44) Which of the following actions must be performed before enabling the Network feature?
  • Install the network plugin
  • Deactivate your plugins
  • None of the above

45) Can you set an individual password for each post?
  • Yes
  • No

46) Which of the following actions must be fixed after importing data into WordPress?
  • Link URLs
  • Paths to Linked Files
  • Truncated or Garbled Content
  • All of the above

47) Can you import content from static HTML files into WordPress?
  • Yes
  • No

48) Can you create a specific theme for a custom content page?
  • Yes
  • No

49) You can limit the number of revisions WordPress stores by _________
  • adding the following line to your wp-config.php file: define('WP_POST_REVISIONS', 3);
  • using a plugin
  • changing a setting on admin panel

50) Which of the following tasks must be performed to add a favicon icon to your site?
  • Upload a favicon to your site.
  • Add a favicon link to the theme's header file or update the existing favicon icon link to the new one.
  • Change the favicon in admin settings.
  • The favicon cannot be changed.
  • a and b
  • b and c

51) Which of the following tasks should be performed before installing any plugin?
  • Verify whether the plugin directory is in "write mode".
  • Verify that plugin can be installed on your version of WordPress & is compatible with the current time.
  • None of the above tasks should be performed.

52) _______________ can write their own posts but may not publish or delete them. Their HTML is limited to the set of the allowed tags and they cannot upload media files.
  • Contributor
  • Author
  • Editor
  • Subscriber
  • Administrator

53) ____________ can do anything in the WordPress administration area: write, edit, and delete posts, pages, links, and comments; upload media files of any type; import content; manage the Dashboard; create, edit, and delete other users; enable and configure plugins and themes; change the site's theme, and manage all the available options.
  • Contributor
  • Author
  • Editor
  • Subscriber
  • Administrator

54) Which of the following files are required for completing your theme? 
  • index.php
  • style.css
  • index.php and style.css
  • index.php and functions,php

55) Which of the following files must be deleted after installing WordPress 4.1? 
  • wp-admin/install.php
  • install.php
  • installation.php
  • None of these files

56) To manually make the sidebar widget-ready, the user must __________. 
  • modify the sidebar.php file
  • enable it in the admin settings
  • change the index.php file

57) _____________ can publish, edit, and delete their own posts. They cannot write pages. They can upload some kinds of media files, and they are allowed to use only the limited set of HTML tags. 
  • Contributor
  • Author
  • Editor
  • Subscriber
  • Administrator

4 comments:

  1. I will do organic youtube video promotion. Our service is always excellent and very fast delivery. My audience 100% permanent and real organic people. I am waiting for your order at fiverr. https://www.fiverr.com/share/odzb7A
    Thanks
    SHUJON SEO

    ReplyDelete
    Replies
    1. Fiverr Wordpress 4.1 Test 2022 - Fiverr Tests 2022 >>>>> Download Now

      >>>>> Download Full

      Fiverr Wordpress 4.1 Test 2022 - Fiverr Tests 2022 >>>>> Download LINK

      >>>>> Download Now

      Fiverr Wordpress 4.1 Test 2022 - Fiverr Tests 2022 >>>>> Download Full

      >>>>> Download LINK HX

      Delete
  2. "There are two primary advantages to staying up with the latest:

    Your site will be quicker as the most recent form of PHP is more productive. Refreshing to the most recent upheld form (at present 7.4) can convey a colossal presentation increment; up to 3 or 4x quicker for more established adaptations.

    Your site will be safer. PHP, as WordPress, is kept up by its local area. Since PHP is so mainstream, it is an objective for programmers – yet the furthest down the line form will have the most recent security highlights. More seasoned variants of PHP don't have this, so refreshing is vital for keep your WordPress site secure.

    And afterward there are various auxiliary advantages:

    A quicker WordPress site will be remunerated via web crawlers, so you'll rank higher in search!

    A quicker site will hold guests better (they'll leave in the event that it takes too long to even consider stacking), making your site more compelling.

    A safer site is better secured against programmers, and the expense and reputational harm related with a hacked site.
    for more information click here: HOW TO UPDATE PHP IN WORDPRESS

    ReplyDelete
  3. Fiverr Wordpress 4.1 Test 2022 - Fiverr Tests 2022 >>>>> Download Now

    >>>>> Download Full

    Fiverr Wordpress 4.1 Test 2022 - Fiverr Tests 2022 >>>>> Download LINK

    >>>>> Download Now

    Fiverr Wordpress 4.1 Test 2022 - Fiverr Tests 2022 >>>>> Download Full

    >>>>> Download LINK

    ReplyDelete

Powered by Blogger.