Question: 01
Is the functions.php file required in each theme?

a.    Yes
b.    No


Question: 02
Which of the following files must be deleted after installing WordPress?

a.    wp-admin/install.php
b.    install.php
c.    installation.php
d.    None of the above


Question: 03
Which of the following files are required for completing your theme?

a.    Index.php
b.    Style.css
c.    Index.php and style.css
d.    Index.php and functions.php


Question: 04
Can users change their avatars on the profile settings panel?

a.    Yes
b.    No


Question: 05
Which task must be performed to add a favicon icon to your site?

a.    Upload a favicon icon to your site.
b.    Add a favicon icon link to the theme’s header file or update the existing favicon icon link to the new one.
c.    Change the favicon icon in admin settings.
d.    The favicon icon cannot be changed.
e.    a and b
f.    b and c


Question: 06
A taxonomy is a _______?

a.    category
b.    term
c.    group of terms


Question: 07
The date/time format of a WordPress site can be changed in __________________?

a.    the theme’s source code
b.    admin settings
c.    the database
d.    the config file


Question: 08
After moving a WordPress site to a new host, you change your site’s URL. Do you have to update your posts and pages to correct paths to your uploaded media files?

a.    Yes
b.    No


Question: 09
Image size limits can be set _______________?

a.    directly in the posts
b.    in the wp-imageresize plug-in
c.    in the admin settings
d.    a and b


Question: 10
Can you Override database values for your site URLs in wp-config.php?

a.    Yes
b.    No


Question: 11
Which of the following theme files can be used to customize the “page not found error” error page?

a.    index.php
b.    404.php
c.    functions.php
d.    page.php


Question: 12
Super Cache compression can cause problems if your server _______?

a.    does not have mod_deflate installed (in Apache).
b.    does not have zlib installed.
c.    is already compressing output using mod_deflate (in Apache) or PHP compression (zlib) .


Question: 13
How can a logo be placed on a WordPress header?

a.    By manually adding the logo to the source code.
b.    By uploading a new logo in admin settings.
c.    By updating the logo path in the config file.


Question: 14
What is the correct order of template files (from highest to lowest priority) to display taxonomies according to the Template Hierarchy?

a.    taxonomy -{taxonomy}.php, taxonomy-{id}.php, taxonomy.php, index.php
b.    taxonomy -{taxonomy}-{term}.php, taxonomy-{taxonomy}.php, taxonomy.php, archive.php, index.php
c.    taxonomy -{ taxonomy}.php, taxonomy.php, archive.php, index.php
d.    taxonomy.php, archive.php, index.php


Question: 15
Can you set the same slug for two categories that have different parents?

a.    Yes
b.    No


Question: 16
How many built-in user roles does WordPress have?

a.    3
b.    4
c.    5
d.    6


Question: 17
Conditional tags can be used to _______________________?

a.    get all comments from one post
b.    get all posts from one category
c.    change the content to be displayed
d.    None of the above: Conditional tags are not available in WordPress.


Question: 18
Which of the following tasks should be performed before installing any widget?

a.    Verify whether the widget directory is in “write mode”.
b.    Verify that plug-ins can be installed on your version of WordPress.
c.    Verify that your WordPress theme is widget-ready.
d.    None of the above.


Question: 19
Which of the following actions should you perform to move your site from “/wordpress” to “/blog/wordpress”?

a.    Change the source code.
b.    Update the wp-config.php file.
c.    Update the database.
d.    The site cannot be moved from “/wordpress” to “/blog/wordpress”.


Question: 20
Which of the following statements regarding permalinks on a WordPress site is true?

a.    Permalinks are required.
b.    Permalinks are optional but highly recommended.
c.    Permalinks are always available in WordPress.
d.    Permalinks are not available in WordPress.


Question: 21
One possible way to allow the display of several authors’ names on one post is to ______?

a.    update the database
b.    change the admin settings
c.    change the config files
d.    use a plug-in


Question: 22
Which of the following methods can be used to make permalinks SEO friendly?

a.    Updating the database.
b.    Changing the source code.
c.    Configuring the feature in the config file.
d.    Configuring the feature in the admin settings.


Question: 23
‘Slug’ has a higher priority for use than ‘id’ in the Template Hierarchy?

a.    Yes
b.    No


Question: 24
One possible way to collect real-time statistics about traffic to a WordPress site is to:

a.    use a built-in tool.
b.    use a plug-in.
c.    use a widget.
d.    None of the above: such statistics cannot be collected.


Question: 25
Which of the following actions must be performed before enabling the Network feature?

a.    Install the network plugin.
b.    Deactive your plugins.
c.    No action needs to be performed.


Question: 26
____________ can write their own posts but cannot publish or delete them. Their HTML is limited to the set of allowed tags and they cannot upload media files?

a.    Contributors
b.    Authors
c.    Editors
d.    Subscribers
e.    Administrators


Question: 27
The WordPress Loop can be used ____________________?

a.    to retrieve any data in WordPress
b.    to display every post
c.    only for calculation
d.    WordPress loop cannot be used for any purpose.


Question: 28
_____________ can publish, edit, and delete their own posts. They cannot write pages. They can upload some kinds of media files, and are allowed to use only the limited set of HTML tags?

a.    Contributors
b.    Authors
c.    Editors
d.    Subscribers
e.    Administrators


Question: 29
To manually make the sidebar widget-ready, the user must ______________?

a.    modify the sidebar.php file
b.    enable it in the admin settings
c.    change the index.php file


Question: 30
Can you add extra fields user’s profiles such as birthday, birth year ….?

a.    Yes
b.    No


Question: 31
Which of the following data can you import from a Blogger site?

a.    Posts and categories
b.    Posts, comments and categories
c.    Posts and comments
d.    Post and tags
e.    Post, comments and tags


Question: 32
What is the correct order of template files (from highest to lowest priority) to display a tag according to the Template Hierarchy?

a.    tag -{slug}.php, tag-{id}.php, tag.php, index.php
b.    tag -{id}.php, tag -{slug}.php, tag.php, index.php
c.    tag -{slug}.php, tag -{id}.php, tag.php, archive.php, index.php
d.    tag -{slug}.php, tag -{id}.php, tag.php, 404.php


Question: 33
From which version of WordPress can you choose your username during the installation process?

a.    2.7
b.    2.8
c.    3.0
d.    3.0.1


Question: 34
User Level 3 converts to …?

a.    Contributor
b.    Author
c.    Editor
d.    Subscriber
e.    Administrator


Question: 35
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?

a.    Use phpMyAdmin.
b.    Install “wp database backup” plug-in.
c.    Use cron job to schedule.
d.    There is no way to schedule a backup.


Question: 36
Which of following action must be performed before using Akismet Plugin?

a.    Simply install it.
b.    Create an account on WordPress.com.
c.    Create an account for this plug-in on your own site.


Question: 37
Can you create a specific theme file for a custom content type?

a.    Yes
b.    No


Question: 38
Is super cache a built-in plugin of WordPress?

a.    Yes
b.    No

Don't Miss A Single Updates

Remember to check your email account to confirm your subscription.

Blogger
Disqus
Post a comment ➜

No Comment