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.
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
On which of the following databases can WordPress 4.1 be installed by default?
MySQL
Oracle
Microsoft SQL Server
Postgres



In WordPress 4.1, you can override database values for your site URLs in wp-config.php.
True
False
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
Is it possible to run more than one site/blog from a single installation of WordPress 4.1 ?
Yes
No
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 );
Is super cache a built-in plugin of WordPress 4.1 ?
Yes
No
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
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
Can you move your wp-content folder elsewhere or rename it to something else without changing any settings?
Yes
No
A possible way to collect real-time statistics about traffic to a WordPress site is to:
One 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.

The date/time format of a WordPress site can be changed in __________________.
the theme’s source code
admin settings
the database
the config file
Which of the following blog sites can be imported into WordPress?
MySpace
Yahoo blog
Bebo
Blogspot
Opera
All of the above.
Can you import content from Joomla or mambo site into WordPress?
Yes
No
Can you import content from static HTML files into WordPress?
Yes
No
User Level 0 converts to …
Contributor 
Author
Editor
Subscriber
Administrator
User Level 10 converts to …
Contributor 
Author
Editor
Subscriber
Administrator
A taxonomy is a _______.
category
term
group of terms
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
What is the limitation to the depth of your categories?
10 levels
20 levels
No limit levels
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.
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
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
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
Is the functions.php file required in each theme in the WordPress 4.1 website?
Yes
No
What is the name of theme file for a page with slug ‘about’?
page-slug-about.php
page-about.php
about.php
What is the name of theme file for a page with id ‘3’?
page-id-3.php
page-3.php
3.php
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  
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
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
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
The “function_exists()” function can be used to check whether a plug-in is activated or not.
True
False
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.
Using ____________is a good way to ensure that a WordPress site is indexed by search engines.
a sitemap
robot.txt
a widget
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”
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
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.
Which role is not for Contributor:
read
edit_posts
edit_published_posts
delete_posts
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
Where can Google Adsense be integrated into a WordPress blog?
Only in the sidebar
Only in the header
Anywhere
Only in the content

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

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.

Which of the following actions must be performed before enabling the Network feature?
Install the network plugin
Deactivate your plugins
None of the above
Can you set an individual password for each post?
Yes
No

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

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

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

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

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

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.

_______________ 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

_______________ 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

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

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

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

_____________ 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