Wednesday, August 28, 2013

Elance and oDesk Wordpress 3.1 Test

1. Using ——— is a good way to ensure that a WordPress site is indexed by search engines.
a) a sitemap
b) robot.txt(Answer)
c) a widge
2.You want to schedule a backup of your site database but do not have enough permission to access your host. of the following choices can help you perform this task?
a)se phpMyAdmin
b)Install “wp database backup” plug-in(Answer)
3)Use cron job to schedule.
4)Cannot schedule
3. A plug-in must be used in order to allow users to post flash of multimedia files.
a)True(Answer)
b)False
4. A possible way to add additional information to a word press blog post is to ____
A) Use the wp-addinfor plug-in
B) Use custom fields
C) Use a widget
5. State whether True or False
WordPress supports all the following:
1. Create new posts
2. Edit Posts
3. Schedule post for future publishing
A) True
B) False
6. A theme’s source code must be changed manually in order to customize the admin login page
A) True
B) False (Answer)
7. To manually make the sidebar widget ready, the user must___
A) modify the sidebar.php file (Or this)
B) Enable it in the admin settings (Answer)
C) Change the index.php
8. The “function_exist()” function can be used to check whether a plug-in activated or not?
A) True (Answer)
B) False
9. A plug-in must be used in order to allow users to post flast or multimedia files.
A) True (Answer)
B) Flase
10. “Shortcodes” can be defined in WordPress.
A) True (Ture)
B) False
11. Contributor may change the timestamp on a post?
A) True
B) False (Answer)
12. Image size can be set __________
a) Directly in the post’s
b) in the wp-imageresize plug-in
c) in the admin settings (Answer)
d) a and b
13. In order to to display a widget, the user must _____
a) Set he “Show Property” of the desired widget to “true”
b) Drag the desired widget of the side bar (answer)
c) Add the Desired widget to the post
d) Change the source code
14. A 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 (Answer)
c) use a widget
d) None of the above
end,,,,,,,,,,,,,,,,,,

 

Wordpress 3.1 Test

1.    Install & Upgrade
2.    Features, Performance and Security
3.    Administration, Dashboard and Settings
4.    Users and Roles
5.    Post, Page, Custom Content Types, Taxonomies, and Fields
6.    Plug-ins & Widgets
7.    Theme
8.    Code
9.    SEO

Install & Upgrade

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?
a.       Use phpMyAdmin.
b.      Install "wp database backup" plug-in.
c.       Use cron job to schedule.
d.      Cannot schedule.
Ans: b
2 Which of the following actions must be performed before upgrading WordPress?
a.       Back up the site.
b.      Ensure that the database user name registered to WordPress has permission to create, modify, and delete database tables.
c.       Deactivate plug-ins.
d.      Enable FTP on the site.
e.       a, c, and d
f.       a, b, and c

Ans: f
3 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 these files.

Ans: d
4 A possible way to install WordPress in your language is to _________________.
a.       manually install language package or translate as necessary
b.      enable the desired language in admin settings
c.       Neither: WordPress cannot be installed in languages other than English.
Ans: a
5 Which of the following actions must 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 in that manner.
Ans: c
6 On which of the following databases can WordPress be installed by default?
a.       MySQL
b.      Oracle
c.       Microsoft SQL Server
d.      Postgres
Ans: a
7 WordPress’s requirements are modest. At minimum, your server should support:
a.       PHP version 4.4.9 or greater, MySQL version 4.0 or greater
b.      PHP version 4.3 or greater, MySQL version 4.0 or greater
c.       PHP version 4.4.9 or greater, MySQL version 5.1 or greater
d.      PHP version 4.3 or greater, MySQL version 5.1 or greater
Ans: b
8 Can you Override database values for your site URLs in wp-config.php?
a.       Yes
b.      No
Ans: a
9 After moving a Wordpress site to a new host. If you changed 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
Ans: a

Features, Performance and Security

10 Is it able to run more than one site/blog from a single installation of WordPress?
a.       Yes
b.      No
Ans: a
11 What is the first action you need to take for enabling Wordpress MU feature?
a.       Enable Wordpress MU feature on admin panel
b.      Enable Network feature
c.       Add this code to wp-config.php file: define( 'WP_ALLOW_MULTISITE', true );
Ans: c
12 Which of the following actions must be performed before enabling the Network feature?
a.       Install the network plugin
b.      Deactive your plugins
c.       Nothing
Ans: b
13 Is supper cache a built-in plugin of Wordpress?
a.       Yes
b.      No
Ans: b
14 After how many times did you enter an invalid password, your IP Address would be locked?
a.       3 times
b.      4 times
c.       5 times
d.      6 times
e.       no limit
Ans: e
15 Super Cache compression can cause problems if your server is _______
a.       Not installed mod_deflate (on Apache)
b.      Not installed zlib
c.       already compressing output using mod_deflate (on Apache) or PHP compression (zlib)
Ans: c
16 Can you choose your username during the installation process from which version?
a.       2.7
b.      2.8
c.       3.0
d.      3.0.1
e.       3.1
Ans: c
17 Can you move your wp-config.php file to the parent directory without changing any settings?
a.       Yes
b.      Yes, provided that you are installing WordPress in your web root directory (such as public_html). Otherwise, it is imposible.
c.       No
Ans: b
18 Can you move your wp-content folder elsewhere or rename it to something else without changing any settings?
a.       Yes
b.      No
Ans: b

Administration, Dashboard and Settings

19 A possible way to collect real-time statistics about traffic to a WordPress site is to:
  1. use a built-in tool
  2. use a plug-in
  3. use a widget
  4. None of the above: these statistics cannot be collected.

Ans: b
20 How can the use of html code in comments be disabled?
  1. By disabling the feature in the config file.
  2. By disabling the feature in admin settings.
  3. By changing the theme's source code.
Ans: c
21 The date/time format of a WordPress site can be changed in __________________.
  1. the theme's source code
  2. admin settings
  3. the database
  4. the config file
Ans: b
22 _________________ is a good way to improve the performance of a WordPress blog.
  1. Disabling image upload
  2. Enabling cache
  3. Installing the "wp super cache" plug-in
Ans: c
23 Which of the following blog sites can be imported into WordPress?

  1. MySpace
  2. Yahoo blog
  3. Bebo
  4. Blogspot
  5. Opera
  6. All of the above.
Ans: d
24 Which of the following actions must be performed to import data from WordPress.com?
a.       Enter the full access to Wordpress.com into the data import form so that it can automatically connect and directly retrieve content.
b.      Import from wordpress.com’ RSS
c.       Login wordpress.com, then export data by export tool, and import a exported xml file to your site.
Ans: c
25 Which of the following data can you import from Blogger site?
  1. Posts and Categories
  2. Posts, comments and categories
  3. Posts, comments, and users
  4. Post and tags
  5. Post, comments and tag
Ans: c
26 Can you import content from joomla or mambo site into wordpress?
  1. Yes
  2. No
Ans: a
27 Can you import content from static HTML files into wordpress?
  1. Yes
  2. No
Ans: a
28 Which of the following actions must be fixed after importing data into wordpress?
a.       Link URLs
b.      Paths to Linked Files
c.       Truncated or Garbled Content
d.      All of above data
Ans: d

Users and Roles

29 How many built-in user roles does Wordpress have?
  1. 3
  2. 4
  3. 5
  4. 6
Ans: c
Note: they are “Administrator”, “Editor”, “Author”, “Contributer” and “Subscriber”
30 Can users change their avatar on profile setting panel?
  1. Yes
  2. No
Ans: b
31 Can you add an extra fields to user’s profiles (as birth day, birth year,..)?
  1. Yes
  2. No
Ans: a
32 ____________ 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.
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: e
33 ____________ can publish, edit, and delete posts and pages written by any user. They can upload some kinds of files, and they can write HTML without restrictions. They can manage links and categories, and they can moderate comments. Editors and administrators are also the only users allowed to read private posts and pages.
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: c
34_____________ 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.
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: b
35 ____________ can write their own posts but may not publish or delete them. Their HTML is limited to the set of allowed tags and they cannot upload media files.
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: a
36
____________ can manage their own profiles, but can do virtually nothing else in the administration
area. 
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: d
37
User Level 0 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: d
38
User Level 1 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: a
39
User Level 3 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: b
40
User Level 7 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: c
41
User Level 10 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: e
42
Which of the following role levels has the highest privilege?
a.       Level_0
b.      Level_10
c.       Depends on your settings.
d.      Every role level has the same privilege.
Ans: b
43 Does author have the ability to create a category?
a.       Yes
b.      No
Ans: b

Post, Page, Custom Content Types, Taxonomies, and Fields

44 A 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

Ans: d
45
Which of the following methods can be used to enable posting via e-mail?

a.       Installing the wp-emailpost plug-in.
b.      Configuring the feature in admin settings.
c.       Using a widget.
d.      This feature is not available in WordPress.
Ans: b
46
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
Ans: c
47
A taxonomy is a _______
a.       category
b.      term
c.       group of terms
Ans: c
48
in which version were custom taxonomies introduced?
a.       2.3
b.      2.7
c.       2.8
d.      3.0
e.       3.1
Ans: a
49
Which of the below functions is required to create a new taxonomy?
a.       add_taxonomy
b.      register_taxonomy
c.       create_taxonomy
Ans: b
50
Which of the following methods is required to post html code for others to read?
a.       Replacing special characters with corresponding html codes or character codes.
b.      Using the <code> tag.
c.       Using the <pre> tag.
d.      None of the above: WordPress auto-replaces special characters with substituted characters.
Ans: a
51
Can you set individual password for each post?
a.       Yes
b.      No
Ans: a
52
Who of the following persons can read a post locked by password?
a.       Only administrators, editors and authors
b.      Registered users who knows a password
c.       Anyone who knows a password
Ans: c
53
What is the limitation to the depth of your categories?
a.       10 levels
b.      20 levels
c.       No limit levels
Ans: c
54
Can you set the same slug for two categories that have different parents?
a.       Yes
b.      No
Ans: b

55
Can a post belong to more than one category?
a.       Yes
b.      No
Ans: a
56
Can you limit the number of revisions WordPress stores by _____
a.       adding the following line to your wp-config.php file: define('WP_POST_REVISIONS', 3);
b.      using a plugin
c.       changing a setting on admin panel
Ans: a,b
57
Are categories and tags not available for pages?
a.       Yes
b.      No
Ans: a

Plug-ins & Widgets

58
Which of following action must be performed before using Akismet Plugin?
a.       Simply install it.
b.      Create an account at wordpress.com.
c.       Create an account for this plug-in on your own site.
Ans: b
59
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 tasks should be performed.
Ans: c
60
In order to display a widget, the user must _________________.
a.       set the "show property" of the desired widget to "true"
b.      drag the desired widget to the side bar
c.       add the desired widget to the post
d.      change the source code
Ans: b
61
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
Ans: a
62
Which of the following methods can be used to eliminate spam?
a.       Using the wp-captcha-free plug-in.
b.      Using the askimet plug-in.
c.       Using a widget.
d.      None of the above.
e.       a and b
Ans: e

Theme

63
Which of the following tasks 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
Ans: e
64
How can a logo be placed on a WordPress header?
a.       Manually add the logo to the source code.
b.      Upload a new logo in admin settings.
c.       Update the logo path in the config file.

Ans: a
65
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
Ans: b
66
Is the functions.php file required in each theme?
a.       Yes
b.      No
Ans: b
67
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
Ans: c
68
What is the name of theme file for a page with slug ‘about’?
a.       page-slug-about.php
b.      page-about.php
c.       about.php
Ans: b
69
What is the name of theme file for a page with id ‘3’?
a.       page-id-3.php
b.      page-3.php
c.       3.php
Ans: b
70
‘Slug’ is higher priority in use than ‘id’ in Template Hierarchy?
a.       Yes
b.      No
Ans: a
71
Can you create a specific theme file for a custom content type?
a.       Yes
b.      No
Ans: a
72
What is the right order (by priority in use) to display page in Template Hierarchy?
a. page-{slug}.php, page-{id}.php, page.php, index.php
b. page-{id}.php, page-{slug}.php, page.php, index.php
c. page-{slug}.php, page-{id}.php, page.php, archive.php, index.php
d. page-{slug}.php, page-{id}.php, page.php, 404.php
Ans: a
73
What is the right order (by priority in use) to display category in Template Hierarchy?
a. category -{slug}.php, category-{id}.php, category.php, index.php
b. category -{id}.php, category-{slug}.php, category.php, index.php
c. category -{slug}.php, category-{id}.php, category.php, archive.php, index.php
d. category -{slug}.php, category-{id}.php, category.php, 404.php
Ans: c
74
What is the right order (by priority in use) to display tag in 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
Ans: c
75
What is the right order (by priority in use) to display taxonomies in 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
Ans: b

Code

76
Where can Google Adsense be integrated into a WordPress blog?
a.       Only in the sidebar.
b.      Only in the header.
c.       Anywhere.
d.      Only in the content.
Ans: c
77
One way to get posts from a specific day is to ____________________.

a.       use the query_day loop in the source code
b.      use the query_posts loop in the source code
c.       Neither: WordPress does not allow this action.
Ans: b
78
The "function_exists()" function can be used to check whether a plug-in is activated or not.
a.       True
b.      False
Ans: a
79
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.
Ans: c
80
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.

Ans: b

SEO

81
Using ____________is a good way to ensure that a WordPress site is indexed by search engines.

a.       a sitemap
b.      robot.txt
c.       a widget
Ans: a
82
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.
Ans: b
83
In which of the following ways can a redirect feature be added to a permalink?
a.       Using a plug-in.
b.      Adding the feature in the admin settings.
c.       Changing the config file.
d.      a and c
e.       a and b
Ans: e
84
One way to make a WordPress page title more SEO friendly is to ____________.

a.       use the wp-changetitle plug-in
b.      use a widget
c.       change the title tag in header.php to something like "blog name »» category »» post name"
Ans: c
85
Meta tags can be added to WordPress pages by ________________.

a.       using plug-ins
b.      adding them to the header.php file
c.       updating the database
d.      None of the above.
Ans: a,b
86
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.
Ans: d

 

Knowledge of Wordpress 3.0 Skills Test

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.
Which of the following functions is required to create a new taxonomy?
a. add_taxonomy
b. register_taxonomy
c. create_taxonomy
____________ 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.
a. Contributors
b. Authors
c. Editors
d. Subscribers
e. Administrators
In order to display a widget, the user must ______________.
a. set the "show property" of the desired widget to "true"
b. drag the desired widget to the side bar
c. add the desired widget to the post
d. change the source code
Can you create a specific theme file for a custom content type?
a. Yes
b. No
Is the functions.php file required in each theme?
a. Yes
b. No
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
Which of the following methods is required to post HTML code for others to read?
a. Replacing special characters with corresponding HTML codes or character codes.
b. Using the tag.
c. Using the
 tag.
d. None of the above: WordPress auto-replaces special characters with substituted characters.
Which of the following categories of persons can read a post locked by password?
a. Only administrators, editors and authors.
b. Registered users who know a password.
c. Anyone who knows a password.
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
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.
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.
Which user level has the highest privilege?
a. Level_0
b. Level_10
c. Depends on your settings.
d. Every user level has the same level of privilege.
Are categories and tags NOT available for pages?
a. Yes
b. No
Is super cache a built-in plugin of WordPress?
a. Yes
b. No
Can a post belong to more than one category?
a. Yes
b. No
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.
One possible way to install WordPress in your language is to _______________.
a. manually install the language package or translate as necessary
b. enable the desired language in admin settings
c. Neither: WordPress cannot be installed in languages other than English.
Can you set individual password for each post?
a. Yes
b. No
Can you move your wp-content folder elsewhere or rename it to something else without changing any settings?
a. Yes
b. No
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) .
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.
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
Which of the following methods can be used to enable posting via e-mail?
a. Installing the wp-emailpost plug-in.
b. Configuring the feature in admin settings.
c. Using a widget.
d. This feature is not available in WordPress.
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
___________ 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
Can you Override database values for your site URLs in wp-config.php?
a. Yes
b. No
What is the limitation to the depth of your categories?
a. 10 levels
b. 20 levels
c. There is no limit to depth.
Can you import content from Joomla or Mambo site into WordPress?
a. Yes
b. No
Is it possible to run more than one site/blog from a single installation of WordPress?
a. Yes
b. No
_________ is a good way to improve the performance of a WordPress blog.
a. Disabling image upload
b. Enabling cache
c. Installing the "wp super cache" plug-in
How many built-in user roles does WordPress have?
a. 3
b. 4
c. 5
d. 6
Which of the following methods can be used to eliminate spam?
a. Using the wp-captcha-free plug-in.
b. Using the askimet plug-in.
c. Using a widget.
d. None of the above.
e. a and b
Which of the following blog sites can be imported into WordPress?
a. MySpace
b. Yahoo blog
c. Bebo
d. Blogspot
e. All of the above.
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
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.
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.
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
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
What is the first action you need to take for enabling the WordPress MU feature?
a. Enable Wordpress MU feature on admin panel.
b. Enable Network feature.
c. Add this code to wp-config.php file: define( 'WP_ALLOW_MULTISITE', true );
Can users change their avatars on the profile settings panel?
a. Yes
b. No
User Level 3 converts to ...
a. Contributor
b. Author
c. Editor
d. Subscriber
e. Administrator
Can you import content from static HTML files into WordPress?
a. Yes
b. No
On which of the following databases can WordPress be installed by default?
a. MySQL
b. Oracle
c. Microsoft SQL Server
d. Postgres
Does an author have the capability to create a category?
a. Yes
b. No
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
Using ____________is a good way to ensure that a WordPress site is indexed by search engines.
a. a sitemap
b. robot.txt
c. a widget
Which of the following actions must be performed to import data from WordPress.com?
a. Enter the full access to Wordpress.com into the data import form so that it can automatically connect and directly retrieve content.
b. Import from wordpress.com' RSS.
c. Login to Wordpress.com, then export data using the export tool, and import an exported XML file to your site.
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.
Which of the following actions must be performed before enabling the Network feature?
a. Install the network plugin.
b. Deactivate your plugins.
c. No action needs to be performed.
Which of the following methods is required to post HTML code for others to read?
a. Replacing special characters with corresponding HTML codes or character codes.
b. Using the <code> tag.
c. Using the <pre> tag.
d. None of the above: WordPress auto-replaces special characters with substituted characters.
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
_________ 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
What is the name of the theme file for a page with id '3'?
a. page-id-3.php
b. page-3.php
c. 3.php
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
Can you add extra fields to user's profiles (such as birthday, birth year,...)?
a. Yes
b. No
You can limit the number of revisions WordPress stores by _________.
a. adding the following line to your wp-config.php file: define('WP_POST_REVISIONS', 3);
b. using a plugin
c. changing a setting on admin panel
In which of the following ways can a redirect feature be added to a permalink?
a. By using a plug-in.
b. By adding the feature in the admin settings.
c. By changing the config file.
d. a and c
e. a and b
'Slug' has a higher priority for use than 'id' in the Template Hierarchy?
a. Yes
b. No
One way to get posts from a specific day is to ____________.
a. use the query_day loop in the source code
b. use the query_posts loop in the source code
c. Neither: WordPress does not allow this action.
What is the correct order of template files (from highest to lowest priority) to display a page according to the Template Hierarchy?
a. page-{slug}.php, page-{id}.php, page.php, index.php
b. page-{id}.php, page-{slug}.php, page.php, index.php
c. page-{slug}.php, page-{id}.php, page.php, archive.php, index.php
d. page-{slug}.php, page-{id}.php, page.php, 404.php
In which version of WordPress were custom taxonomies introduced?
a. 2.3
b. 2.7
c. 2.8
d. 3.0
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
Which of the following actions must be performed before upgrading WordPress?
a. Back up the site.
b. Ensure that the database username registered with WordPress has permission to create, modify, and delete database tables.
c. Deactivate plug-ins.
d. Enable FTP on the site.
e. a, c, and d
f. a, b, and c
Where can Google Adsense be integrated into a WordPress blog?
a. Only in the sidebar.
b. Only in the header.
c. Anywhere.
d. Only in the content.
What is the name of the theme file for a page with slug 'about'?
a. page-slug-about.php
b. page-about.php
c. about.php
User Level 1 converts to ...
a. Contributor
b. Author
c. Editor
d. Subscriber
e. Administrator
__________ can publish, edit, and delete posts and pages written by any user. They can upload some kinds of files, and write HTML without restrictions. They can manage links and categories, and moderate comments. Editors and administrators are also the only users allowed to read private posts and pages.
a. Contributors
b. Authors
c. Editors
d. Subscribers
e. Administrators
__________ can manage their own profiles, but can do virtually nothing else in the administration area.
a. Contributors
b. Authors
c. Editors
d. Subscribers
e. Administrators
Can you move your wp-config.php file to the parent directory without changing any settings?
a. Yes
b. Yes, provided that you are installing WordPress in your web root directory (such as public_html). Otherwise, it is impossible.
c. No
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".
Which of the following actions must be fixed after importing data into WordPress?
a. Link URLs
b. Paths to Linked Files
c. Truncated or Garbled Content
d. All of the above
User Level 10 converts to ...
a. Contributor
b. Author
c. Editor
d. Subscriber
e. Administrator
How can the use of html code in comments be disabled?
a. By disabling the feature in the config file.
b. By disabling the feature in admin settings.
c. By changing the theme's source code.
Can you set the same slug for two categories that have different parents?
a. Yes
b. No
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.
User Level 0 converts to ...
a. Contributor
b. Author
c. Editor
d. Subscriber
e. Administrator
From which version of WordPress can you choose your username during the installation process?
a. 2.7
b. 2.8
c. 2.9
d. 3.0
Meta tags can be added to WordPress pages by ________________.
a. using plug-ins
b. adding them to the header.php file
c. updating the database
d. None of the above.
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.
What is the correct order of template files (from highest to lowest priority) to display a category according to the Template Hierarchy?
a. category -{slug}.php, category-{id}.php, category.php, index.php
b. category -{id}.php, category-{slug}.php, category.php, index.php
c. category -{slug}.php, category-{id}.php, category.php, archive.php, index.php
d. category -{slug}.php, category-{id}.php, category.php, 404.php
One way to make a WordPress page title more SEO friendly is to ____________.
a. use the wp-changetitle plug-in
b. use a widget
c. change the title tag in header.php to something like "blog name »» category »» post name"
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
A taxonomy is a ____________.
a. category
b. term
c. group of terms
The "function_exists()" function can be used to check whether a plug-in is activated or not.
a. True
b. False
The parameter 'Slug' has a higher priority than the parameter 'id' in the Template Hierarchy?
a. Yes
b. No
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

Wordpress 3.0 Test

1.    Install & Upgrade
2.    Features, Performance and Security
3.    Administration, Dashboard and Settings
4.    Users and Roles
5.    Post, Page, Custom Content Types, Taxonomies, and Fields
6.    Plug-ins & Widgets
7.    Theme
8.    Code
9.    SEO

Install & Upgrade

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?
a.    Use phpMyAdmin.
b.    Install "wp database backup" plug-in.
c.    Use cron job to schedule.
d.    Cannot schedule.
Ans: b
2. Which of the following actions must be performed before upgrading WordPress?
a.    Back up the site.
b.    Ensure that the database user name registered to WordPress has permission to create, modify, and delete database tables.
c.    Deactivate plug-ins.
d.    Enable FTP on the site.
e.    a, c, and d
f.     a, b, and c

Ans: f
3. 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 these files.

Ans: d
4. A possible way to install WordPress in your language is to _________________.
a.       manually install language package or translate as necessary
b.      enable the desired language in admin settings
c.       Neither: WordPress cannot be installed in languages other than English.
Ans: a
5. Which of the following actions must 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 in that manner.
Ans: c
6. On which of the following databases can WordPress be installed by default?
a.       MySQL
b.      Oracle
c.       Microsoft SQL Server
d.      Postgres
Ans: a
7. WordPress’s requirements are modest. At minimum, your server should support:
a.       PHP version 4.4.9 or greater, MySQL version 4.0 or greater
b.      PHP version 4.3 or greater, MySQL version 4.0 or greater
c.       PHP version 4.4.9 or greater, MySQL version 5.1 or greater
d.      PHP version 4.3 or greater, MySQL version 5.1 or greater
Ans: b
8. Can you Override database values for your site URLs in wp-config.php?
a.       Yes
b.      No
Ans: a
9. After moving a Wordpress site to a new host. If you changed 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
Ans: a

Features, Performance and Security

10. Is it able to run more than one site/blog from a single installation of WordPress?
a.       Yes
b.      No
Ans: a
11. What is the first action you need to take for enabling Wordpress MU feature?
a.       Enable Wordpress MU feature on admin panel
b.      Enable Network feature
c.       Add this code to wp-config.php file: define( 'WP_ALLOW_MULTISITE', true );
Ans: c
12. Which of the following actions must be performed before enabling the Network feature?
a.       Install the network plugin
b.      Deactive your plugins
c.       Nothing
Ans: b
13. Is supper cache a built-in plugin of Wordpress?
a.       Yes
b.      No
Ans: b
14. After how many times did you enter an invalid password, your IP Address would be locked?
a.       3 times
b.      4 times
c.       5 times
d.      6 times
Ans: a
15. Super Cache compression can cause problems if your server is _______
a.       Not installed mod_deflate (on Apache)
b.      Not installed zlib
c.       already compressing output using mod_deflate (on Apache) or PHP compression (zlib)
Ans: c
16. Can you choose your username during the installation process from which version?
a.       2.7
b.      2.8
c.       3.0
d.      3.0.1
Ans: c
17. Can you move your wp-config.php file to the parent directory without changing any settings?
a.       Yes
b.      Yes, provided that you are installing WordPress in your web root directory (such as public_html). Otherwise, it is imposible.
c.       No
Ans: b
18. Can you move your wp-content folder elsewhere or rename it to something else without changing any settings?
a.       Yes
b.      No
Ans: b

Administration, Dashboard and Settings

19. A possible way to collect real-time statistics about traffic to a WordPress site is to:
  1. use a built-in tool
  2. use a plug-in
  3. use a widget
  4. None of the above: these statistics cannot be collected.

Ans: b
20. How can the use of html code in comments be disabled?
  1. By disabling the feature in the config file.
  2. By disabling the feature in admin settings.
  3. By changing the theme's source code.
Ans: c
21. The date/time format of a WordPress site can be changed in __________________.
  1. the theme's source code
  2. admin settings
  3. the database
  4. the config file
Ans: b
22. _________________ is a good way to improve the performance of a WordPress blog.
  1. Disabling image upload
  2. Enabling cache
  3. Installing the "wp super cache" plug-in
Ans: c
23. Which of the following blog sites can be imported into WordPress?

  1. MySpace
  2. Yahoo blog
  3. Bebo
  4. Blogspot
  5. All of the above.
Ans: d
24. Which of the following actions must be performed to import data from WordPress.com?
a.     Enter the full access to Wordpress.com into the data import form so that it can automatically connect and directly retrieve content.
b.      Import from wordpress.com’ RSS
c.       Login wordpress.com, then export data by export tool, and import a exported xml file to your site.
Ans: c
25. Which of the following data can you import from Blogger site?
  1. Posts and Categories
  2. Posts, comments and categories
  3. Posts and comments
  4. Post and tags
  5. Post, comments and tag
Ans: c
26. Can you import content from joomla or mambo site into wordpress?
  1. Yes
  2. No
Ans: a
27. Can you import content from static HTML files into wordpress?
  1. Yes
  2. No
Ans: a
28. Which of the following actions must be fixed after importing data into wordpress?
a.       Link URLs
b.      Paths to Linked Files
c.       Truncated or Garbled Content
d.      All of above data
Ans: d

Users and Roles

29. How many built-in user roles does Wordpress have?
  1. 3
  2. 4
  3. 5
  4. 6
Ans: c
30. Can users change their avatar on profile setting panel?
  1. Yes
  2. No
Ans: b
31. Can you add an extra fields to user’s profiles (as birth day, birth year,..)?
  1. Yes
  2. No
Ans: a
32. ____________ 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.
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: e
33. ____________ can publish, edit, and delete posts and pages written by any user. They can upload some kinds of files, and they can write HTML without restrictions. They can manage links and categories, and they can moderate comments. Editors and administrators are also the only users allowed to read private posts and pages.
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: c
34._____________ 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.
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: b
35. ____________ can write their own posts but may not publish or delete them. Their HTML is limited to the set of allowed tags and they cannot upload media files.
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: a
36.
____________ can manage their own profiles, but can do virtually nothing else in the administration
area. 
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: d
37.
User Level 0 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: d
38.
User Level 1 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: a
39.
User Level 3 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: b
40.
User Level 7 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: c
41.
User Level 10 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: e
42.
Which of the following role levels has the highest privilege?
a.       Level_0
b.      Level_10
c.       Depends on your settings.
d.      Every role level has the same privilege.
Ans: b
43. Does author have the ability to create a category?
a.       Yes
b.      No
Ans: b

Post, Page, Custom Content Types, Taxonomies, and Fields

44. A 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

Ans: d
45.
Which of the following methods can be used to enable posting via e-mail?

a.       Installing the wp-emailpost plug-in.
b.      Configuring the feature in admin settings.
c.       Using a widget.
d.      This feature is not available in WordPress.
Ans: b
46.
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
Ans: c
47.
A taxonomy is a _______
a.       category
b.      term
c.       group of terms
Ans: c
48.
in which version were custom taxonomies introduced?
a.       2.3
b.      2.7
c.       2.8
d.      3.0
Ans: a
49.
Which of the below functions is required to create a new taxonomy?
a.       add_taxonomy
b.      register_taxonomy
c.       create_taxonomy
Ans: b
50.
Which of the following methods is required to post html code for others to read?
a.       Replacing special characters with corresponding html codes or character codes.
b.      Using the <code> tag.
c.       Using the <pre> tag.
d.      None of the above: WordPress auto-replaces special characters with substituted characters.
Ans: a
51.
Can you set individual password for each post?
a.       Yes
b.      No
Ans: a
52.
Who of the following persons can read a post locked by password?
a.       Only administrators, editors and authors
b.      Registered users who knows a password
c.       Anyone who knows a password
Ans: c
53.
What is the limitation to the depth of your categories?
a.       10 levels
b.      20 levels
c.       No limit levels
Ans: c
54.
Can you set the same slug for two categories that have different parents?
a.       Yes
b.      No
Ans: b

55.
Can a post belong to more than one category?
a.       Yes
b.      No
Ans: a
56.
Can you limit the number of revisions WordPress stores by _____
a.       adding the following line to your wp-config.php file: define('WP_POST_REVISIONS', 3);
b.      using a plugin
c.       changing a setting on admin panel
Ans: a,b
57.
Are categories and tags not available for pages?
a.       Yes
b.      No
Ans: a

Plug-ins & Widgets

58.
Which of following action must be performed before using Akismet Plugin?
a.       Simply install it.
b.      Create an account at wordpress.com.
c.       Create an account for this plug-in on your own site.
Ans: b
59.
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 tasks should be performed.
Ans: c
60.
In order to display a widget, the user must _________________.
a.       set the "show property" of the desired widget to "true"
b.      drag the desired widget to the side bar
c.       add the desired widget to the post
d.      change the source code
Ans: b
61.
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
Ans: a
62.
Which of the following methods can be used to eliminate spam?
a.       Using the wp-captcha-free plug-in.
b.      Using the askimet plug-in.
c.       Using a widget.
d.      None of the above.
e.       a and b
Ans: e

Theme

63.
Which of the following tasks 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
Ans: e
64.
How can a logo be placed on a WordPress header?
a.       Manually add the logo to the source code.
b.      Upload a new logo in admin settings.
c.       Update the logo path in the config file.

Ans: a
65.
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
Ans: b
66.
Is the functions.php file required in each theme?
a.       Yes
b.      No
Ans: b
67.
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
Ans: c
68.
What is the name of theme file for a page with slug ‘about’?
a.       page-slug-about.php
b.      page-about.php
c.       about.php
Ans: b
69.
What is the name of theme file for a page with id ‘3’?
a.       page-id-3.php
b.      page-3.php
c.       3.php
Ans: b
70.
‘Slug’ is higher priority in use than ‘id’ in Template Hierarchy?
a.       Yes
b.      No
Ans: a
71.
Can you create a specific theme file for a custom content type?
a.       Yes
b.      No
Ans: a
72.
What is the right order (by priority in use) to display page in Template Hierarchy?
a. page-{slug}.php, page-{id}.php, page.php, index.php
b. page-{id}.php, page-{slug}.php, page.php, index.php
c. page-{slug}.php, page-{id}.php, page.php, archive.php, index.php
d.      page-{slug}.php, page-{id}.php, page.php, 404.php
Ans: a
73.
What is the right order (by priority in use) to display category in Template Hierarchy?
a. category -{slug}.php, category-{id}.php, category.php, index.php
b. category -{id}.php, category-{slug}.php, category.php, index.php
c. category -{slug}.php, category-{id}.php, category.php, archive.php, index.php
d.      category -{slug}.php, category-{id}.php, category.php, 404.php
Ans: c
74.
What is the right order (by priority in use) to display tag in 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
Ans: c
75.
What is the right order (by priority in use) to display taxonomies in 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
Ans: b

Code

76.
Where can Google Adsense be integrated into a WordPress blog?
a.       Only in the sidebar.
b.      Only in the header.
c.       Anywhere.
d.      Only in the content.
Ans: c
77.
One way to get posts from a specific day is to ____________________.

a.       use the query_day loop in the source code
b.      use the query_posts loop in the source code
c.       Neither: WordPress does not allow this action.
Ans: b
78.
The "function_exists()" function can be used to check whether a plug-in is activated or not.
a.       True
b.      False
Ans: a
79.
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.
Ans: c
80.
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.

Ans: b

SEO

81.
Using ____________is a good way to ensure that a WordPress site is indexed by search engines.

a.       a sitemap
b.      robot.txt
c.       a widget
Ans: a
82.
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.
Ans: b
83.
In which of the following ways can a redirect feature be added to a permalink?
a.       Using a plug-in.
b.      Adding the feature in the admin settings.
c.       Changing the config file.
d.      a and c
e.       a and b
Ans: e
84.
One way to make a WordPress page title more SEO friendly is to ____________.

a.       use the wp-changetitle plug-in
b.      use a widget
c.       change the title tag in header.php to something like "blog name »» category »» post name"
Ans: c
85.
Meta tags can be added to WordPress pages by ________________.

a.       using plug-ins
b.      adding them to the header.php file
c.       updating the database
d.      None of the above.
Ans: a,b
86.
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.
Ans: d

 

 

 

Wordpress 3.1 Test

10.  Install & Upgrade
11.  Features, Performance and Security
12.  Administration, Dashboard and Settings
13.  Users and Roles
14.  Post, Page, Custom Content Types, Taxonomies, and Fields
15.  Plug-ins & Widgets
16.  Theme
17.  Code
18.  SEO

Install & Upgrade

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?
e.       Use phpMyAdmin.
f.       Install "wp database backup" plug-in.
g.      Use cron job to schedule.
h.      Cannot schedule.
Ans: b
2 Which of the following actions must be performed before upgrading WordPress?
g.      Back up the site.
h.      Ensure that the database user name registered to WordPress has permission to create, modify, and delete database tables.
i.        Deactivate plug-ins.
j.        Enable FTP on the site.
k.      a, c, and d
l.        a, b, and c

Ans: f
3 Which of the following files must be deleted after installing WordPress?
e.       wp-admin/install.php
f.       install.php
g.      installation.php
h.      None of these files.

Ans: d
4 A possible way to install WordPress in your language is to _________________.
d.      manually install language package or translate as necessary
e.       enable the desired language in admin settings
f.       Neither: WordPress cannot be installed in languages other than English.
Ans: a
5 Which of the following actions must you perform to move your site from "/wordpress" to "/blog/wordpress"?
e.       Change the source code.
f.       Update the wp-config.php file.
g.      Update the database.
h.      The site cannot be moved in that manner.
Ans: c
6 On which of the following databases can WordPress be installed by default?
e.       MySQL
f.       Oracle
g.      Microsoft SQL Server
h.      Postgres
Ans: a
7 WordPress’s requirements are modest. At minimum, your server should support:
e.       PHP version 4.4.9 or greater, MySQL version 4.0 or greater
f.       PHP version 4.3 or greater, MySQL version 4.0 or greater
g.      PHP version 4.4.9 or greater, MySQL version 5.1 or greater
h.      PHP version 4.3 or greater, MySQL version 5.1 or greater
Ans: b
8 Can you Override database values for your site URLs in wp-config.php?
c.       Yes
d.      No
Ans: a
9 After moving a Wordpress site to a new host. If you changed your site’s URL. Do you have to update your posts and pages to correct paths to your uploaded media files?
c.       Yes
d.      No
Ans: a

Features, Performance and Security

10 Is it able to run more than one site/blog from a single installation of WordPress?
c.       Yes
d.      No
Ans: a
11 What is the first action you need to take for enabling Wordpress MU feature?
d.      Enable Wordpress MU feature on admin panel
e.       Enable Network feature
f.       Add this code to wp-config.php file: define( 'WP_ALLOW_MULTISITE', true );
Ans: c
12 Which of the following actions must be performed before enabling the Network feature?
d.      Install the network plugin
e.       Deactive your plugins
f.       Nothing
Ans: b
13 Is supper cache a built-in plugin of Wordpress?
c.       Yes
d.      No
Ans: b
14 After how many times did you enter an invalid password, your IP Address would be locked?
f.       3 times
g.      4 times
h.      5 times
i.        6 times
j.        no limit
Ans: e
15 Super Cache compression can cause problems if your server is _______
d.      Not installed mod_deflate (on Apache)
e.       Not installed zlib
f.       already compressing output using mod_deflate (on Apache) or PHP compression (zlib)
Ans: c
16 Can you choose your username during the installation process from which version?
f.       2.7
g.      2.8
h.      3.0
i.        3.0.1
j.        3.1
Ans: c
17 Can you move your wp-config.php file to the parent directory without changing any settings?
d.      Yes
e.       Yes, provided that you are installing WordPress in your web root directory (such as public_html). Otherwise, it is imposible.
f.       No
Ans: b
18 Can you move your wp-content folder elsewhere or rename it to something else without changing any settings?
c.       Yes
d.      No
Ans: b

Administration, Dashboard and Settings

19 A possible way to collect real-time statistics about traffic to a WordPress site is to:
  1. use a built-in tool
  2. use a plug-in
  3. use a widget
  4. None of the above: these statistics cannot be collected.

Ans: b
20 How can the use of html code in comments be disabled?
  1. By disabling the feature in the config file.
  2. By disabling the feature in admin settings.
  3. By changing the theme's source code.
Ans: c
21 The date/time format of a WordPress site can be changed in __________________.
  1. the theme's source code
  2. admin settings
  3. the database
  4. the config file
Ans: b
22 _________________ is a good way to improve the performance of a WordPress blog.
  1. Disabling image upload
  2. Enabling cache
  3. Installing the "wp super cache" plug-in
Ans: c
23 Which of the following blog sites can be imported into WordPress?

  1. MySpace
  2. Yahoo blog
  3. Bebo
  4. Blogspot
  5. Opera
  6. All of the above.
Ans: d
24 Which of the following actions must be performed to import data from WordPress.com?
d.      Enter the full access to Wordpress.com into the data import form so that it can automatically connect and directly retrieve content.
e.       Import from wordpress.com’ RSS
f.       Login wordpress.com, then export data by export tool, and import a exported xml file to your site.
Ans: c
25 Which of the following data can you import from Blogger site?
  1. Posts and Categories
  2. Posts, comments and categories
  3. Posts, comments, and users
  4. Post and tags
  5. Post, comments and tag
Ans: c
26 Can you import content from joomla or mambo site into wordpress?
  1. Yes
  2. No
Ans: a
27 Can you import content from static HTML files into wordpress?
  1. Yes
  2. No
Ans: a
28 Which of the following actions must be fixed after importing data into wordpress?
e.       Link URLs
f.       Paths to Linked Files
g.      Truncated or Garbled Content
h.      All of above data
Ans: d

WordPress 2.8 Odesk Test Solutions

Question:A 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 (Answer)
c) use a widget
d) None of the above

Question: In order to to display a widget, the user must _____
a) Set he "Show Property" of the desired widget to "true"
b) Drag the desired widget of the side bar (answer)
c) Add the Desired widget to the post
d) Change the source code

Question: Image size can be set __________
a) Directly in the post's
b) in the wp-imageresize plug-in
c) in the admin settings (Answer)
d) a and b

Question: Which of the following blog site can be imported into wordpress?
a) Joomla (Answer)
B) Yahoo Blog (Answer)
c) Drupal (Answer)
d) Blogspot
e) All of the above

Question: Which of the following methods can be used to display the time in every post?
A) Changing the config file
B) Setting the feature in the admin settings
C) Changing the index.php file (answer)
D) Updating the database

Question : 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 features in the config file
D) Configuring the features in the admin settings (Answer)

Question: Where can Google Adsense be integrated into a WordPress blog?
A) Only in the sidebar (Answer)
B) Only in the header
C) Anywhere
d) Only in the content

Question: Which of the following are true about Template Tags?
A) The template tag comprises of the three tag (PHP code tag, Wordpress function, optional Parameters)
B) A template tag is code that instruct WordPress to do or get somethings (Answer)
C) There are only two types of parameters that are supported by wordpress template tag (String, Boolean)
D) All of the above

Question: Which of the following files are mandatory for a WordPress theme?
A) Index.php (Answer)
B) Style.css (Answer)
C) functions.php
D) page.php

Question: Contributor may change the timestamp on a post?
A) True
B) False (Answer)

Question: "Shortcodes" can be defined in WordPress.
A) True (Ture)
B) False

Question: Which of the following statements are true regarding widgets and plug-in in WordPress?
A) Plug-in is a software used to add function to blog (Answer)
B) Widget is an object derived from a plug-in and can be added to the sidebar (Answer)
C) Widgets are alwasy plugins (Answer)
D) All of the above

Question: A plug-in must be used in order to allow users to post flast or multimedia files.
A) True (Answer)
B) Flase

Question: The "function_exist()" function can be used to check whether a plug-in activated or not?
A) True (Answer)
B) False

Question: To manually make the sidebar widget ready, the user must___
A) modify the sidebar.php file (Or this)
B) Enable it in the admin settings (Answer)
C) Change the index.php

Question: A theme's source code must be changed manually in order to customize the admin login page
A) True
B) False (Answer)

Question: Which of the following tasks must be performed to add a favicon icon to your site?
A) Upload a favicon icon to your side
B) Add a favicon link to the theme's header file or update the exising favicon icon link to the new one (Answer)
C) Change the favicon icon in admin settings
D) The favicon icon can not be changed

Question: How can a WordPress blog theme be used to display content in two coloumns?
A) By changing the theme options to two columns in admin settings
B) By changing the layout in the config file (Answer)
C) WordPress theme cannot be customized to display posts in two columns
D) By using two-columns theme (Answer)

Question: Which of the following method helps you put HTML code into a post, and get it to format the way you expect?
A) Replacing special characters with corresponding html codes or character codes
B) Using the <codegt; <pre="" c)="" tag="" the="" using="">tag
D) None of the above : WordPres auto-replaces special character with substituted characters

Question: Which of the following options are true regarding Plug-ins in WorpPress?
A) Plug-ins can be used to eliminate spam (Answer)
B) Plug-ins can be used to integrate a Wordpress blog with a forum (Answer)
C) Plug-ins can be used to integrate Twitter with a Wordpress blog (Answer)
D) Plug-ins can be used to embed javascript in a Wordpress blog
E) All of the above

Question: How can a logo be placed on a WordPress header?
A) Manually add the logo to the source code (answer)
B) Upload a new logo in admin settings
C) Update the logo path in the config file

Question: Which of the following is a good reason to delete the admin account?
A) Because other users know this admin name (Answer)
B) Because it is not necessary
C) To enhance performance
D) TO enhance security (Answer)

Question: Which of the following keywords can be defined as "Those useful 'one-click' buttons that insert code for you?
A) Quicktags (Answer)
B) Shotcodes
C) Permalinks
D) Excerpts

Question: Which of the following methods can be used to add Pagination to a WordPress site?
A) Using a widget
B) Setting the feature in the admin settings
C) Using a plug-in (Answer)
D) Pagination cannot be added to Wordpress site

Question: Which of the following methods can be used to enable posting via e-mail?
A) Installing the wp-emailpost plug-in
B) Configuring the feature in admin settings (Answer)
C) Using a widget
D) This feature is not available in WordPress

Question: Which of the following are true regarding Pages in Wordpress?
A) Pages are listed in reverse chronological order
B) Pages can be static
C) Pages can be found in Categories
D) Page are not associated with a date/time like post

Question: State whether True or False
Wordpress supports all the following:
1. Create new posts
2. Edit Posts
3. Schedule post for future publishing

A) True
B) False

Question: Which of the following role level has the highest privilege?
A) Level_0
B) Level_10 (Answer)
C) Depends on your settings
D) Every role has the same privilege

Question: A possible way to add additional information to a wordpress blog post is to ____
A) Use the wp-addinfor plug-in
B) Use custom fields
C) Use a widget

Question: Which of the following actions performed before upgrading WordPress?
A) Back up the site (Answer)
B) Disable plugins (Answer)
C) Enable FTP on the site
D) All of the above

Question: Which of the following methods can be used to eliminate spam?
A) Using the "wp-captcha-free" plug-in
B) Using the "askimet" plug-in (Answer)
C) Using a widget
D) None of the above

Question: Which of the following needs to be edited in order to creat the function for the shortcode?
A) Index.php
B) functions.php (Answer)
C) post.php
D) page.php

Question: Which of the following arguments are accepted in shortcodes handler function while using shortcode API?
A) $atts
B) $Content
C) $code
D) All of the above (Answer)

Question:A plug-in must be used in order to allow users to post flash of multimedia files.
a)True(Answer)
 b)False

Question: You want to schedule a backup of your site database but do not have enough permission to access your host. of the following choices can help you perform this task?
a)se phpMyAdmin
b)Install “wp database backup” plug-in(Answer)
3)Use cron job to schedule.
4)Cannot schedule

Question: Using --------- is a good way to ensure that a WordPress site is indexed by search engines.
a)a sitemap
b)robot.txt
c)a widget

Wordpress 2.8 Test Answer-01

1: A 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 (Answer)
c) use a widget
d) None of the above

2:  In order to to display a widget, the user must _____
a) Set he "Show Property" of the desired widget to "true"
b) Drag the desired widget of the side bar (answer)
c) Add the Desired widget to the post
d) Change the source code

3: Image size can be set __________
a) Directly in the post's
b) in the wp-imageresize plug-in
c) in the admin settings (Answer)
d) a and b

4: Which of the following blog site can be imported into wordpress?
a) Joomla
B) Yahoo Blog
c) Drupal
d) Blogspot
e) All of the above

5: Which of the following methods can be used to display the time in every post?
A) Changing the config file
B) Setting the feature in the admin settings
C) Changing the index.php file (answer)
D) Updating the database

6 : 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 features in the config file
D) Configuring the features in the admin settings (Answer)

7: Where can Google Adsense be integrated into a WordPress blog?
A) Only in the sidebar (Answer)
B) Only in the header
C) Anywhere
d) Only in the content

8: Which of the following are true about Template Tags?
A) The template tag comprises of the three tag (PHP code tag, Wordpress function, optional Parameters)
B) A template tag is code that instruct WordPress to do or get somethings (Answer)
C) There are only two types of parameters that are supported by wordpress template tag (String, Boolean)
D) All of the above

9: Which of the following files are mandatory for a WordPress theme?
A) Index.php (Answer)
B) Style.css (Answer)

C) functions.php
D) page.php

10: Contributor may change the timestamp on a post?
A) True
B) False (Answer)

11: "Shortcodes" can be defined in WordPress.
A) True (Ture)
B) False

12: Which of the following statements are true regarding widgets and plug-in in WordPress?
A) Plug-in is a software used to add function to blog (Answer)
B) Widget is an object derived from a plug-in and can be added to the sidebar (Answer)
C) Widgets are alwasy plugins (Answer)
D) All of the above

13: A plug-in must be used in order to allow users to post flash or multimedia files.
A) True (Answer)
B) Flase

14: The "function_exist()" function can be used to check whether a plug-in activated or not?
A) True (Answer)
B) False

15: To manually make the sidebar widget ready, the user must___
A) modify the sidebar.php file (Or this)
B) Enable it in the admin settings (Answer)
C) Change the index.php

Wordpress 2.8 Test Answer-02

16: A theme's source code must be changed manually in order to customize the admin login page
A) True
B) False (Answer)

17: Which of the following tasks must be performed to add a favicon icon to your site?
A) Upload a favicon icon to your side
B) Add a favicon link to the theme's header file or update the exising favicon icon link to the new one
C) Change the favicon icon in admin settings
D) The favicon icon can not be changed

18: How can a WordPress blog theme be used to display content in two coloumns?
A) By changing the theme options to two columns in admin settings
B) By changing the layout in the config file (Answer)
C) WordPress theme cannot be customized to display posts in two columns
D) By using two-columns theme (Answer)

19: Which of the following method helps you put HTML code into a post, and get it to format the way you expect?
A) Replacing special characters with corresponding html codes or character codes.
B) Using the ‘code’                                                                                                                                                        c) Using the ‘pre’ tag.
D) None of the above : WordPres auto-replaces special character with substituted characters

20: Which of the following options are true regarding Plug-ins in WorpPress?
A) Plug-ins can be used to eliminate spam (Answer)
B) Plug-ins can be used to integrate a Wordpress blog with a forum (Answer)
C) Plug-ins can be used to integrate Twitter with a Wordpress blog (Answer)
D) Plug-ins can be used to embed javascript in a Wordpress blog
E) All of the above

21: How can a logo be placed on a WordPress header?
A) Manually add the logo to the source code (answer)
B) Upload a new logo in admin settings
C) Update the logo path in the config file

22: Which of the following is a good reason to delete the admin account?
A) Because other users know this admin name (Answer)
B) Because it is not necessary
C) To enhance performance
D) To enhance security (Answer)

23: Which of the following keywords can be defined as "Those useful 'one-click' buttons that insert code for you?
A) Quicktags (Answer)
B) Shotcodes
C) Permalinks
D) Excerpts

24: Which of the following methods can be used to add Pagination to a WordPress site?
A) Using a widget
B) Setting the feature in the admin settings
C) Using a plug-in (Answer)
D) Pagination cannot be added to Wordpress site

25: Which of the following methods can be used to enable posting via e-mail?
A) Installing the wp-emailpost plug-in
B) Configuring the feature in admin settings (Answer)
C) Using a widget
D) This feature is not available in WordPress

26: Which of the following are true regarding Pages in Wordpress?
A) Pages are listed in reverse chronological order
B) Pages can be static
C) Pages can be found in Categories
D) Page are not associated with a date/time like post

27: Wordpress  supports all the following:  True or False?
1. Create new posts
2. Edit Posts
3. Schedule post for future publishing

A) True
B) False

28: Which of the following role level has the highest privilege?
A) Level_0
B) Level_10 (Answer)
C) Depends on your settings
D) Every role has the same privilege

29: A possible way to add additional information to a wordpress blog post is to ____
A) Use the wp-addinfor plug-in
B) Use custom fields
C) Use a widget

30: Which of the following actions performed before upgrading WordPress?
A) Back up the site (Answer)
B) Disable plugins (Answer)

C) Enable FTP on the site
D) All of the above


31: Which of the following methods can be used to eliminate spam?
A) Using the "wp-captcha-free" plug-in
B) Using the "askimet" plug-in (Answer)
C) Using a widget
D) None of the above

32: Which of the following needs to be edited in order to creat the function for the shortcode?
A) Index.php
B) functions.php (Answer)
C) post.php
D) page.php

33: Which of the following arguments are accepted in shortcodes handler function while using shortcode API?
A) $atts
B) $Content
C) $code
D) All of the above (Answer)

34: A plug-in must be used in order to allow users to post flash of multimedia files.
a)True(Answer)
 b)False

35: You want to schedule a backup of your site database but do not have enough permission to access your host. of the following choices can help you perform this task?
a)se phpMyAdmin
b)Install “wp database backup” plug-in(Answer)
c)Use cron job to schedule.
d)Cannot schedule

36: Using --------- is a good way to ensure that a WordPress site is indexed by search engines.
a)a sitemap
b)robot.txt
c)a widget

37: 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 tasks should be performed.

38: 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

39: A possible way to install WordPress in your language is to ___.
a. Manually install language package or translate as necessary.
b. Enable the desired language in admin settings
c. Neither: WordPress cannot be installed in languages other than English.

40: Which of the following methods can be used to display featured posts?
a. Using a plug-in.
b. Creating your own page.
c. Using a widget.
d. All of the above

41: Once a post is published a WordPress blog , it will always be available for anyone to read.
a. True
b. False
42: 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
43: The wordpress loop can be used
a. Retrieving any data in wordpress
b. Displaying each post
c. Only for calculation
d. All of the above
44: 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
45: Which of the following is not a valid permalink setting in Wordpress?
a. http://example.com/blog/?p=123
b. http://example.com/blog/2010/07/18/sample-post/
c. http://example.com/blog/2010/07/sample-post/
d. http://example.com/blog/archives/123
e. None of the above

46. How to install a plug-in?
  1. Just upload plugin in .zip format.
  2. Upload plugin in .zip format and activate it.
  3. None of the above.
47. How can author information be displayed on post on a multi-author blog?
  1. By enabling the feature in the config file.
  2. By enabling the feature in admin settings.
  3. By changing the theme’s  source code
48.  ________ is a good way to improve the performance of a wordpress blog.
a. Disabling image upload
b. Disable cache
c. Installing the ”wp super cache ” plug-in.
49. Meta tags can be added to wordpress pages by ______
a. using plug-ins
b. adding them to the header.php file
c. updating the database
d. a and b
e. b and c
50. Which of the following features are not supported by WordPress 2.8?
a. A wordpress blog can be used as a Content Management System (CMS)
b. You can manage multiple sites from one wordpress installation.
c. Support for shortlinks.
d. All off the above.
51. One way to get posts from one category is to ____
a. use the query_posts loop in the source code
b. use the query_category loop in the source code
c. Neither of the above

52. In which of the following ways can a user add a dropdown menu to a wordpress site?
a. By changing the config file.
b. By using a plug-in.
c. Dropdown menus cannot be added to WordPress sites.
d. All of the above

53. Which of the following methods can be used to display a static page as the home page?
a.  Using the wp-staticpage plug-in.
b.  Creating a page and then setting it as the home page.
c.  Static pages cannot be displayed in WordPress.

54. Which of the following url is used for wordpress built-in RSS 2.0.feed?
a. .<.?php bloginfo('rss2_url'); ?.>
b. .<.?php bloginfo('atom_url'); ?.>
c. .<.?php bloginfo('rdf_url'); ?.>
d. .<.?php bloginfo('rss_url'); ?.>

 

Users and Roles

29 How many built-in user roles does Wordpress have?
  1. 3
  2. 4
  3. 5
  4. 6
Ans: c
Note: they are “Administrator”, “Editor”, “Author”, “Contributer” and “Subscriber”
30 Can users change their avatar on profile setting panel?
  1. Yes
  2. No
Ans: b
31 Can you add an extra fields to user’s profiles (as birth day, birth year,..)?
  1. Yes
  2. No
Ans: a
32 ____________ 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.
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: e
33 ____________ can publish, edit, and delete posts and pages written by any user. They can upload some kinds of files, and they can write HTML without restrictions. They can manage links and categories, and they can moderate comments. Editors and administrators are also the only users allowed to read private posts and pages.
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: c
34_____________ 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.
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: b
35 ____________ can write their own posts but may not publish or delete them. Their HTML is limited to the set of allowed tags and they cannot upload media files.
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: a
36
____________ can manage their own profiles, but can do virtually nothing else in the administration
area.  
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: d
37
User Level 0 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: d
38
User Level 1 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: a
39
User Level 3 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: b
40
User Level 7 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: c
41
User Level 10 converts to …
  1. Contributor
  2. Author
  3. Editor
  4. Subscriber
  5. Administrator
Ans: e
42
Which of the following role levels has the highest privilege?
e.       Level_0
f.       Level_10
g.      Depends on your settings.
h.      Every role level has the same privilege.
Ans: b
43 Does author have the ability to create a category?
c.       Yes
d.      No
Ans: b

Post, Page, Custom Content Types, Taxonomies, and Fields

44 A possible way to allow the display of several authors' names on one post is to ______
e.       update the database
f.       change the admin settings
g.      change the config files
h.      use a plug-in

Ans: d
45
Which of the following methods can be used to enable posting via e-mail?

e.       Installing the wp-emailpost plug-in.
f.       Configuring the feature in admin settings.
g.      Using a widget.
h.      This feature is not available in WordPress.
Ans: b
46
Image size limits can be set _______________.

e.       directly in the posts
f.       in the wp-imageresize plug-in
g.      in the admin settings
h.      a and b
Ans: c
47
A taxonomy is a _______
d.      category
e.       term
f.       group of terms
Ans: c
48
in which version were custom taxonomies introduced?
f.       2.3
g.      2.7
h.      2.8
i.        3.0
j.        3.1
Ans: a
49
Which of the below functions is required to create a new taxonomy?
d.      add_taxonomy
e.       register_taxonomy
f.       create_taxonomy
Ans: b
50
Which of the following methods is required to post html code for others to read?
e.       Replacing special characters with corresponding html codes or character codes.
f.       Using the <code> tag.
g.      Using the <pre> tag.
h.      None of the above: WordPress auto-replaces special characters with substituted characters.
Ans: a
51
Can you set individual password for each post?
c.       Yes
d.      No
Ans: a
52
Who of the following persons can read a post locked by password?
d.      Only administrators, editors and authors
e.       Registered users who knows a password
f.       Anyone who knows a password
Ans: c
53
What is the limitation to the depth of your categories?
d.      10 levels
e.       20 levels
f.       No limit levels
Ans: c
54
Can you set the same slug for two categories that have different parents?
c.       Yes
d.      No
Ans: b

55
Can a post belong to more than one category?
c.       Yes
d.      No
Ans: a
56
Can you limit the number of revisions WordPress stores by _____
d.      adding the following line to your wp-config.php file: define('WP_POST_REVISIONS', 3);
e.       using a plugin
f.       changing a setting on admin panel
Ans: a,b
57
Are categories and tags not available for pages?
c.       Yes
d.      No
Ans: a

Plug-ins & Widgets

58
Which of following action must be performed before using Akismet Plugin?
d.      Simply install it.
e.       Create an account at wordpress.com.
f.       Create an account for this plug-in on your own site.
Ans: b
59
Which of the following tasks should be performed before installing any widget?
e.       Verify whether the widget directory is in "write mode".
f.       Verify that plug-ins can be installed on your version of WordPress.
g.      Verify that your WordPress theme is widget-ready.
h.      None of the above tasks should be performed.
Ans: c
60
In order to display a widget, the user must _________________.
e.       set the "show property" of the desired widget to "true"
f.       drag the desired widget to the side bar
g.      add the desired widget to the post
h.      change the source code
Ans: b
61
To manually make the sidebar widget-ready, the user must ______________.
d.      modify the sidebar.php file
e.       enable it in the admin settings
f.       change the index.php file
Ans: a
62
Which of the following methods can be used to eliminate spam?
f.       Using the wp-captcha-free plug-in.
g.      Using the askimet plug-in.
h.      Using a widget.
i.        None of the above.
j.        a and b
Ans: e

Theme

63
Which of the following tasks must be performed to add a favicon icon to your site?
g.      Upload a favicon icon to your site.
h.      Add a favicon icon link to the theme's header file or update the existing favicon icon link to the new one.
i.        Change the favicon icon in admin settings.
j.        The favicon icon cannot be changed.
k.      a and b
l.        b and c
Ans: e
64
How can a logo be placed on a WordPress header?
d.      Manually add the logo to the source code.
e.       Upload a new logo in admin settings.
f.       Update the logo path in the config file.

Ans: a
65
Which of the following theme files can be used to customize the "page not found error" error page?
e.       index.php
f.       404.php
g.      functions.php
h.      page.php
Ans: b
66
Is the functions.php file required in each theme?
c.       Yes
d.      No
Ans: b
67
Which of the following files are required for completing your theme?
e.       Index.php
f.       Style.css
g.      Index.php and style.css
h.      Index.php and functions.php
Ans: c
68
What is the name of theme file for a page with slug ‘about’?
d.      page-slug-about.php
e.       page-about.php
f.       about.php
Ans: b
69
What is the name of theme file for a page with id ‘3’?
d.      page-id-3.php
e.       page-3.php
f.       3.php
Ans: b
70
‘Slug’ is higher priority in use than ‘id’ in Template Hierarchy?
c.       Yes
d.      No
Ans: a
71
Can you create a specific theme file for a custom content type?
c.       Yes
d.      No
Ans: a
72
What is the right order (by priority in use) to display page in Template Hierarchy?
e. page-{slug}.php, page-{id}.php, page.php, index.php
f. page-{id}.php, page-{slug}.php, page.php, index.php
g. page-{slug}.php, page-{id}.php, page.php, archive.php, index.php
h. page-{slug}.php, page-{id}.php, page.php, 404.php
Ans: a
73
What is the right order (by priority in use) to display category in Template Hierarchy?
e. category -{slug}.php, category-{id}.php, category.php, index.php
f. category -{id}.php, category-{slug}.php, category.php, index.php
g. category -{slug}.php, category-{id}.php, category.php, archive.php, index.php
h. category -{slug}.php, category-{id}.php, category.php, 404.php
Ans: c
74
What is the right order (by priority in use) to display tag in Template Hierarchy?
e. tag -{slug}.php, tag-{id}.php, tag.php, index.php
f. tag -{id}.php, tag -{slug}.php, tag.php, index.php
g. tag -{slug}.php, tag -{id}.php, tag.php, archive.php, index.php
h. tag -{slug}.php, tag -{id}.php, tag.php, 404.php
Ans: c
75
What is the right order (by priority in use) to display taxonomies in Template Hierarchy?
e. taxonomy -{taxonomy}.php, taxonomy-{id}.php, taxonomy.php, index.php
f. taxonomy -{taxonomy}-{term}.php, taxonomy-{taxonomy}.php, taxonomy.php, archive.php, index.php
g. taxonomy -{ taxonomy}.php, taxonomy.php, archive.php, index.php
h. taxonomy.php, archive.php, index.php
Ans: b

Code

76
Where can Google Adsense be integrated into a WordPress blog?
e.       Only in the sidebar.
f.       Only in the header.
g.      Anywhere.
h.      Only in the content.
Ans: c
77
One way to get posts from a specific day is to ____________________.

d.      use the query_day loop in the source code
e.       use the query_posts loop in the source code
f.       Neither: WordPress does not allow this action.
Ans: b
78
The "function_exists()" function can be used to check whether a plug-in is activated or not.
c.       True
d.      False
Ans: a
79
Conditional tags can be used to _______________________.
e.       get all comments from one post
f.       get all posts from one category
g.      change the content to be displayed
h.      None of the above: conditional tags are not available in WordPress.
Ans: c
80
The WordPress loop can be used ____________________.
e.       to retrieve any data in WordPress
f.       to display every post
g.      only for calculation
h.      WordPress loop cannot be used for any purpose.

Ans: b

SEO

81
Using ____________is a good way to ensure that a WordPress site is indexed by search engines.

d.      a sitemap
e.       robot.txt
f.       a widget
Ans: a
82
Which of the following statements regarding permalinks on a WordPress site is true?
e.       Permalinks are required.
f.       Permalinks are optional but highly recommended.
g.      Permalinks are always available in WordPress.
h.      Permalinks are not available in WordPress.
Ans: b
83
In which of the following ways can a redirect feature be added to a permalink?
f.       Using a plug-in.
g.      Adding the feature in the admin settings.
h.      Changing the config file.
i.        a and c
j.        a and b
Ans: e
84
One way to make a WordPress page title more SEO friendly is to ____________.

d.      use the wp-changetitle plug-in
e.       use a widget
f.       change the title tag in header.php to something like "blog name »» category »» post name"
Ans: c
85
Meta tags can be added to WordPress pages by ________________.

e.       using plug-ins
f.       adding them to the header.php file
g.      updating the database
h.      None of the above.
Ans: a,b
86
Which of the following methods can be used to make permalinks SEO friendly?
e.       Updating the database.
f.       Changing the source code.
g.      Configuring the feature in the config file.
h.      Configuring the feature in the admin settings.
Ans: d


Odesk Wordpress Test Answer 2012
Question : 1
From which of the following blog sites does WordPress provide the feature to import posts?


a)  Blogger
b)  LiveJournal
c)  Technorati
d)  WordPress
Ans : a)  Blogger

Question : 2
In the WordPress.org version 2.5.1, there is a feature known as 'Update Services' which notifies site update services whenever a new post is published or whenever the blog is updated. Which of the following is the default update service in the WordPress.org version 2.5.1?


a)  http://ping.feedburner.com
b)  http://rpc.weblogs.com/RPC2
c)  http://www.blogoole.com/ping/
d)  http://rpc.pingomatic.com/
e)  None of these

Ans : d)  http://rpc.pingomatic.com/
Question : 3
In the case of a free WordPress.com blog, the number of users that can be invited by a registered user is:


a)  30
b)  35
c)  40
d)  45
e)  Unlimited

Ans :  b)  35
Question : 4
Which of the following WordPress.org version 2.5.1 components or modules is not activated by default?


a)  Akismet
b)  Avatar Display
c)  Comments Moderation
d)  All of these are activated by default

Ans :  d)  All of these are activated by default
Question : 5
What kind of information do cookies store in WordPress?


a)  Information about the logged in user
b)  Information about Comments
c)  Information about New Posts
d)  Information about Pages visited recently

Ans :  a)  Information about the logged in user

Question : 6
Suppose you have a WordPress.com blog named 'http://your-username.wordpress.com' and you want to know its RSS feeds details. Which of the following URLs will you use to get details?


a)  http://your-username.wordpress.com/rssfeed
b)  http://your-username.wordpress.com/RSS
c)  http://your-username.wordpress.com/feed
d)  http://your-username.wordpress.com/RSSfeeds

Ans :  c)  http://your-username.wordpress.com/feed
Question : 7
What is Domain Mapping in the case of WordPress.com?


a)  It is a method by which you can increase the domain reach of your free WordPress.com blog by a paid upgrade.
b)  It is a method by which you can apply Domain Maps of your WordPress blog by a paid upgrade.
c)  It is a method by which you can replace the 'WordPress.com' name with your own domain name via paid upgrade.
d)  None of these

Ans :  c)  It is a method by which you can 
Question : 8
Which type of media files can be uploaded to WordPress.com?


a)  .wma
b)  .jpg
c)  .odt
d)  .doc

Ans :  a)  .wma    b)  .jpg
Question : 9
You want to Podcast an mp3 file named 'abc.mp3' on your WordPress.org version 2.5.1 site, having URL 'http://www.xyz.com', through post. What will be the URL to link the audio file?


a)  <a href= "abc.mp3">Podcast File</a>
b)  <a href="http://www.xyz.com/abc.mp3">Podcast File</a>
c)  <a href="http://www.xyz.com/wp-content/uploads/abc.mp3">Podcast File</a>
d)  <a href="http://www.xyz.com/wp-content/abc.mp3">Podcast File</a>

Ans :  c)  <a href="http://www.xyz.com/wp-content/uploads/abc.mp3">Podcast File</a>
Question : 10
You want to change the WordPress.org version 2.5.1 language to thai(th). What change has to be made in the wp-config.php file?


a)  define ('WPLANG', '');
b)  define ('WPLANG', 'th');
c)  define ('WPLANG', 'th',thai');
d)  define ('WPLANG', 'thai',th');
e)  There is no feature to change the language of WordPress

Ans :  b)  define ('WPLANG', 'th');
Question : 11
What is the main purpose of the Password Protect feature in the WordPress.org version 2.5.1?


a)  To protect the style sheet from editing
b)  To protect moderation of posts
c)  To protect insertion of posts
d)  To protect posts from being displayed to users who are not registered

Ans :  d)  To protect posts from being displayed to users who are not registered
Question : 12
You have forgotten your admin password for the WordPress.org version 2.5.1. Which of the following methods can be used to recover/reset the password?


a)  By using the Lost password link on the login page
b)  By using the MySQL Command Line
c)  By entering the WordPress API key
d)  By using the emergency password reset script
e)  By editing the wp-config.php file

Ans : 
Question : 13
Which of the following features is not available in the basic WordPress.org version 2.5.1 for posts?


a)  Tagging
b)  RSS Feed
c)  Rating
d)  Commenting

Ans :  c)  Rating
Question : 14
You want to browse your WordPress.com blog on your mobile or PDA. Which of the following URLs will you use?


a)  mobile.wordpress.com
b)  m.wordpress.com
c)  mobileweb..wordpress.com
d)  mobile.web.wordpress.com
e)  None of these.

Ans :  b)  m.wordpress.com
Question : 15
Which of the following statements is correct with regard to adding the shopping feature in your WordPress.org version 2.5.1 site?


a)  The shopping feature can be added via widget.
b)  The shopping feature can't be embedded to the site.
c)  WordPress charges to enable the shopping feature.
d)  The shopping feature can be added by plugging-in for shopping.
e)  The shopping feature can be added by adding a theme for shopping.

Ans :  e)  The shopping feature can be added by adding a theme for shopping.
Question : 16
Which of the following are the differences between WordPress.org and WordPress.com?


a)  In WordPress.org, you can upload themes and plugins but in WordPress.com, you cannot upload themes and plugins.
b)  In WordPress.com, you can upload themes and plugins but in WordPress.org, you cannot upload themes and plugins.
c)  In WordPress.org, you can alter the code file of the Theme Template but in WordPress.com, you can alter the CSS code file only.
d)  In WordPress.org, you have to manually upgrade the software and take backups whereas in WordPress.com, automatic software upgrades and backups are available.

Ans :  a)  In WordPress.org, you can upload themes and plugins but in WordPress.com, you
cannot upload themes and plugins.
Question : 17
You want to show the number of spam comments that have been caught by the 'Akismet'? Which of the following code is used to display the statistics in the WordPress.org version 2.5.1?


a)  <?php akismet_submit_spam_comment (); ?>
b)  <?php akismet_spam_count (); ?>
c)  <?php akismet_spam_totals(); ?>
d)  <?php akismet_counter(); ?>

Ans :  d)  <?php akismet_counter(); ?>
Question : 18
In the WordPress.org version 2.5.1, the sidebar is used to display _____.


a)  Widgets
b)  Plugins
c)  User Profile
d)  None of these

Ans :  a)  Widgets
Question : 19
In the WordPress.org version 2.5.1, a private post  created by the administrator is  also visible to the:


a)  contributor
b)  author of that post
c)  subscriber
d)  editor

Ans :  d)  editor
Question : 20
In which file do you specify the database name in the WordPress.org version 2.5.1?


a)  wp-config-sample.php
b)  wp-config.php
c)  wp-index.php
d)  wp-index-sample.php
e)  wp-settings.php

Ans :  b)  wp-config.php
Question : 21
What is the amount of free space available in a free WordPress.com blog, for storing uploaded files and images?


a)  2000 Megabytes
b)  3000 Megabytes
c)  1000 Megabytes
d)  Unlimited storage

Ans :  b)  3000 Megabytes
Question : 22
Which of the following statements are correct with reference to the Permalinks Structure?


a)  Structure of Permalinks can be changed by using the admin section.
b)  Structure of Permalinks can't be changed.
c)  Structure of Permalinks can be changed programmatically.
d)  Structure of Permalinks can't be changed programmatically.

Ans :  a)  Structure of Permalinks can be changed by using the admin section.
Question : 23
In the WordPress.org version 2.5.1, you can _____.


a)  add third party 'widgets'
b)  add third party 'plugins'
c)  import Posts from different blog websites
d)  export Posts to different WordPress blogs,

Ans :  c)  import Posts from different blog websites
Question : 24
In WordPress, you can also set the publication date of the post to:


a)  A future date
b)  A past date
c)  Both a and b
d)  You cannot change the publication date

Ans : 
Question : 25
If the WordPress.org version 2.5.1 directory is placed in the root directory, which path is to be visited to install the WordPress.org version 2.5.1 script in the website http://www.example.com?


a)  http://www.example.com/wp-admin/install.php
b)  http://www.example.com/wp-admin/config.php
c)  http://www.example.com/wp-admin/home.php
d)  http://www.example.com/root/wp-admin/install.php
e)  http://www.example.com/root/wp-admin/config.php

Ans :  a)  http://www.example.com/wp-admin/install.php
Question : 26
This question is based upon the figure shown below
Description: https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBMwNWzyNeIdlhVYeeNAMy1cbvvd5B7ISolyMbomOLVcfZSzdbVDNxjvUCErMFpQePnmUoUoS-RSPMVdY5Q35ONaV0MRD4p6dy7a2akiQlpUXnYMGq_NINiAAQ0jnhOp4OUFT1P-Km5h0/s400/wordpress01.jpg

Refer to the given image What does A signify?


a)  It signifies that the given number of comments has been approved by the administrator.
b)  It signifies that the given number of comments has been posted by the user.
c)  It shows the total number of comments posted in a given day.
d)  It signifies that the given number of comments is pending for the administrator's approval.

Ans :  d)  It signifies that the given number of comments is pending for the administrator's approval.
Question : 27
What is the default path for the theme files in the WordPress.org version 2.5.1 deployment kit?


a)  <root directory>/wp_content/themes
b)  <root directory>/themes
c)  <root directory>/wordpress/themes
d)  <root directory>/wp-content/themes

Ans :  d)  <root directory>/wp-content/themes
Question : 28
What is the function of widgets in WordPress?


a)  It is used to display the site in proper design.
b)  It is used to create a sitemap of the site.
c)  It is used to add additional components to the site.
d)  It helps in easy and fast searching.

Ans :  c)  It is used to add additional components to the site.
Question : 29
Which of the following things are required for the installation of the WordPress.org version 2.5.1?


a)  Web Server
b)  Text Editor
c)  Web Browser
d)  Dreamweaver

Ans :  a)  Web Server  b)  Text Editor  c)  Web Browser
Question : 30
You have created a site using WordPress.org version 2.5.1 and given the blog the title 'Fitness'. After the creation, you want to change the blog title. What will be the best solution?


a)  The blog title can't be changed.
b)  Reinstall the Wordpress.org.
c)  Use the admin section to change the blog title.
d)  Upgrade the WordPress.org.

Ans :  c)  Use the admin section to change the blog title.
Question : 31
When are Actions triggered in the WordPress.org version 2.5.1?


a)  When a post is published
b)  When a theme is changed
c)  When a page is displayed
d)  When a new user registers
e)  When a month changes

Ans : a)  When a post is published    b)  When a theme is changed
          c)  When a page is displayed    d)  When a new user registers
Question : 32
Under the Admin Manage Section of the WordPress.org version 2.5.1, you can _____.


a)  manage User Roles
b)  manage Topic Categories and Tags
c)  manage Theme Templates
d)  manage Published and Unpublished post

Ans :  all option (a. b. c. d.)
Question : 33
If you want to upgrade your site http://www.example.com from the older WordPress.org version to a newer one, which URL will have to be used?


a)  http://www.wordpress.org/wp-admin/upgrade.php
b)  http://www.wordpress.com/wp-admin/upgrade.php
c)  http://www.example.com/wp-admin/install.php
d)  http://www.example.com/wp-admin/upgrade.php
e)  http://www.example.com/wp-admin/update.php

Ans :  d)  http://www.example.com/wp-admin/upgrade.php
Question : 34
Which of the following User Roles are defined in the WordPress.org version 2.5.1?


a)  Subscriber
b)  Administrator
c)  Editor
d)  Moderator
e)  Contributor

Ans :  d)  Moderator
Question : 35
You want to apply a new theme to your WordPress.org version 2.5.1 site. What will be the right method?


a)  Click theme editor in the design section and then edit
b)  Click theme in the design section and select the new theme
c)  Click widget in the design section and select the new theme
d)  Delete the old theme in the settings and select the new theme
e)  Select the new theme in Plugins

Ans :  b)  Click theme in the design section and select the new theme
Question : 36
Which of the following constitutes 'Permalinks' structures in the WordPress.org version 2.5.1?


a)  Day and name
b)  Month and name
c)  Numeric
d)  Alphanumeric
e)  Custom Structure

Ans :  c)  Numeric    e)  Custom Structure
Question : 37
From which section in the WordPress Admin can you add a calendar to your WordPress site?


a)  Themes section
b)  Manage section
c)  Plugin section
d)  Widgets section
e)  None of the above

Ans :  c)  Plugin section
Question : 38
Which of the following database systems is supported by the WordPress.org version 2.5.1?


a)  Microsoft sql
b)  MySql
c)  Microsoft access
d)  All of the above

Ans :  b)  MySql
Question : 39
What is the function of Blog Stats in WordPress.com?


a)  It provides the total number of page views of the blog.
b)  It provides the list of the links (referral URLs) from which the people have visited your blog.
c)  It provides the list of posts which have received the most traffic.
d)  It provides the ranking of the posts in terms of page views.

Ans :  c)  It provides the list of posts which have received the most traffic.
Question : 40
How can you "hook" a new function into the WordPress.org version 2.5.1?


a)  add_action ('hook_name', 'your_function_name', [priority], [accepted_args]);
b)  add_action ('your_function_name','hook_name',[priority],[accepted_args]);
c)  New functions can't be hooked
d)  None of the above

Ans :  a)  add_action ('hook_name', 'your_function_name', [priority], [accepted_args]);
oDesk Question-1.  
Which of the following User Roles are defined in the WordPress.org version 2.5.1?

a.Subscriber
b.Administrator
c.Editor
Odesk test answer- d.Moderato  
e.Contributor
oDesk Question-2
Which of the following constitutes 'Permalinks' structures in the WordPress.org version 2.5.1?

a. Day and name
b. Month and name
Odesk test answer -c. Numeric 
d. Alphanumeric
Odesk test answer- e. Custom Structure
oDesk Question-3.  
How can author information be displayed on posts on a multi-author blog?

a. By enabling the feature in the config file.
Odesk test answer- b. By enabling the feature in admin settings.  
c. By changing the theme's source code.
oDesk Question-4.  
What is the purpose of the 'Meta' widget in WordPress?

Odesk test answer -a. To show Meta-Tag information about the website  
b. To show the 'Log In' and 'Logout' menus
c. To show the 'Admin' page link
d. To handle RSS Feeds
oDesk Question-5.  
What are OpenIDs in the case of WordPress.com?

a. These are free ID's given by WordPress as open invitations.
b. These are IDs given for free login to WordPress.
Odesk test answer -c. These are registered users blog names which can be used to login to different sites.  
d. None of these
oDesk Question-6.  
What is the function of Blog Stats in WordPress.com?      

a. It provides the total number of page views of the blog.
b. It provides the list of the links (referral URLs) from which the people have visited your blog.
Odesk test answer -c. It provides the list of posts which have received the most traffic.  
d. It provides the ranking of the posts in terms of page views.
oDesk Question-7.  
What is the main functionality of Akismet plug-in?

a.It is used for spell check.
Odesk test answer -b.It helps in spam control.
c.It creates themes.
d.It is used for generating automated posts.
oDesk Question-8.  
What is Domain Mapping in the case of WordPress.com?

a. It is a method by which you can increase the domain reach of your free WordPress.com blog by a paid upgrade.
b. It is a method by which you can apply Domain Maps of your WordPress blog by a paid upgrade.
Odesk test answer -c. It is a method by which you can replace the 'WordPress.com' name with your own domain name via paid upgrade.  
d. None of these
oDesk Question-9.  
What kind of information do cookies store in WordPress?

Odesk test answer -a. Information about the logged in user  
b. Information about Comments
c. Information about New Posts
d. Information about Pages visited recently
oDesk Question-10.  
What is the amount of free space available in a free WordPress.com blog, for storing uploaded files and images?

a. 2000 Megabytes
Odesk test answer- b. 3000 Megabytes  
c. 1000 Megabytes
d. Unlimited storage
oDesk Question-11.  
What is the function of widgets in WordPress?

a. It is used to display the site in proper design.
b. It is used to create a sitemap of the site.
Odesk test answer -c. It is used to add additional components to the site.  
d. It helps in easy and fast searching.
oDesk Question-12.  
What is Blogroll in WordPress?

a. It is the categorization of blogs according to tags.
Odesk test answer -b. It is a collection of links to various blogs or news sites.  
c. It archives the blogs according to the date of posting.
d. It displays the long blogs using paging to avoid scrolling.
e. None of these 
oDesk Question-13.  
What is the main purpose of the Password Protect feature in the WordPress.org version 2.5.1?

a. To protect the style sheet from editing
b. To protect moderation of posts
c. To protect insertion of posts
Odesk test answer -d. To protect posts from being displayed to users who are not registered
oDesk Question-14.  
What is the default path for the theme files in the WordPress.org version 2.5.1 deployment kit?
    a. <root directory>/wp_content/themes
    b. <root directory>/themes
    c. <root directory>/wordpress/themes
 Odesk test answer  -d. <root directory>/wp-content/themes
oDesk Question-15.  
Question: A possible way to collect real-time statistics about traffic to a WordPress site is to 
a) use a built-in tool
Odesk test answer  b) use a plug-in  
c) use a widget
d) None of the above
oDesk Question-16.  
Question: In order to to display a widget, the user must _____
a) Set he “Show Property” of the desired widget to “true”
Odesk test answer  b) Drag the desired widget of the side bar  
c) Add the Desired widget to the post
d) Change the source code
oDesk Question-17.  
Question: Image size can be set __________
a) Directly in the post’s
b) in the wp-imageresize plug-in
Odesk test answer  c) in the admin settings
d) a and b
oDesk Question-18.  
Question: Which of the following blog site can be imported into wordpress?
a) Joomla
B) Yahoo Blog
c) Drupal
d) Blogspot
Odesk test answer  e) All of the above
oDesk Question-19.  
Question: Which of the following methods can be used to display the time in every post?
A) Changing the config file
B) Setting the feature in the admin settings
Odesk test answer  C) Changing the index.php file
D) Updating the database
oDesk Question-20.  
Question : Which of the following methods can be used to make permalinksSEO friendly?
A) Updating the database
B) Changing the source code
C) Configuring the features in the config file
Odesk test answer  D) Configuring the features in the admin settings
oDesk Question-21.  
Question: Where can Google Adsense be integrated into a WordPress blog?
Odesk test answer  A) Only in the sidebar
B) Only in the header
C) Anywhere
d) Only in the content
oDesk Question-22.  
Question: Which of the following are true about Template Tags?
A) The template tag comprises of the three tag (PHP code tag, WordPress function, optional Parameters)
Odesk test answer  B) A template tag is code that instruct WordPress to do or get somethings
C) There are only two types of parameters that are supported by wordpress template tag (String, Boolean)
D) All of the above
oDesk Question-23.  
Question: Which of the following files are mandatory for a WordPress theme?
Odesk test answer  A) Index.php
B) Style.css
C) functions.php
D) page.php
oDesk Question-24.  
Question: Contributor may change the timestamp on a post?
A) True
Odesk test answer  B) False
oDesk Question-25.  
Question: “Shortcodes” can be defined in WordPress.
Odesk test answer  A) True
B) False
oDesk Question-26.  
Question: Which of the following statements are true regarding widgets and plug-in in WordPress?
A) Plug-in is a software used to add function to blog
B) Widget is an object derived from a plug-in and can be added to the sidebar
C) Widgets are alwasy plugins
Odesk test answer  D) All of the above
oDesk Question-27.  
Question: A plug-in must be used in order to allow users to post flast or multimedia files.
Odesk test answer  A) True
B) Flase
oDesk Question-28.  
Question: The “function_exist()” function can be used to check whether a plug-in activated or not?
Odesk test answer  A) True
B) False
oDesk Question-29.  
Question: To manually make the sidebar widget ready, the user must___
A) modify the sidebar.php file (Or this)
Odesk test answer  B) Enable it in the admin settings
C) Change the index.php
oDesk Question-30.  
Question: A theme’s source code must be changed manually in order to customize the admin login page
A) True
Odesk test answer  B) False
oDesk Question-31.  
Question: Which of the following tasks must be performed to add a favicon icon to your site?
A) Upload a favicon icon to your side
Odesk test answer  B) Add a favicon link to the theme’s header file or update the exising favicon icon link to the new one
C) Change the favicon icon in admin settings
D) The favicon icon can not be changed
oDesk Question-32.  
Question: How can a WordPress blog theme be used to display content in two coloumns?
A) By changing the theme options to two columns in admin settings
Odesk test answer  B) By changing the layout in the config file
C) WordPress theme cannot be customized to display posts in two columns
Odesk test answer  D) By using two-columns theme
oDesk Question-33.  
Question: Which of the following method helps you put HTML code into a post, and get it to format the way you expect?
A) Replacing special characters with corresponding html codes or character codes
B) Using the <codegt; <pre=”” c)=”” tag=”” the=”” using=””>tag
D) None of the above : WordPres auto-replaces special character with substituted characters
oDesk Question-34.  
Question: Which of the following options are true regarding Plug-ins in WorpPress?
A) Plug-ins can be used to eliminate spam
B) Plug-ins can be used to integrate a WordPress blog with a forum
C) Plug-ins can be used to integrate Twitter with a WordPress blog
D) Plug-ins can be used to embed javascript in a WordPress blog
Odesk test answer  E) All of the above
oDesk Question-35.  
Question: How can a logo be placed on a WordPress header?
Odesk test answer  A) Manually add the logo to the source code
B) Upload a new logo in admin settings
C) Update the logo path in the config file
oDesk Question-36.  
Question: Which of the following is a good reason to delete the admin account?
Odesk test answer  A) Because other users know this admin name
B) Because it is not necessary
C) To enhance performance
D) TO enhance security (Answer)
oDesk Question-37.  
Question: Which of the following keywords can be defined as “Those useful ‘one-click‘ buttons that insert code for you?
Odesk test answer  A) Quicktags
B) Shotcodes
C) Permalinks
D) Excerpts
oDesk Question-38.  
Question: Which of the following methods can be used to add Pagination to a WordPress site?
A) Using a widget
B) Setting the feature in the admin settings
Odesk test answer  C) Using a plug-in
D) Pagination cannot be added to WordPress site
oDesk Question-39.  
Question: Which of the following methods can be used to enable posting via e-mail?
A) Installing the wp-emailpost plug-in
Odesk test answer  B) Configuring the feature in admin settings
C) Using a widget
D) This feature is not available in WordPress
oDesk Question-40.  
Question: Which of the following are true regarding Pages in WordPress?
A) Pages are listed in reverse chronological order
B) Pages can be static
C) Pages can be found in Categories
D) Page are not associated with a date/time like post
oDesk Question-41.  
Question: State whether True or False
Wordpress supports all the following:
1. Create new posts
2. Edit Posts
3. Schedule post for future publishing
A) True
B) False
oDesk Question-42.  
Question: Which of the following role level has the highest privilege?
A) Level_0
Odesk test answer  B) Level_10
C) Depends on your settings
D) Every role has the same privilege
oDesk Question-43.  
Question: A possible way to add additional information to a wordpress blog post is to ____
A) Use the wp-addinfor plug-in
B) Use custom fields
C) Use a widget
oDesk Question-44.  
Question: Which of the following actions performed before upgrading WordPress?
A) Back up the site
B) Disable plugins
C) Enable FTP on the site
Odesk test answer  D) All of the above
oDesk Question-45.  
Question: Which of the following methods can be used to eliminate spam?
A) Using the “wp-captcha-free” plug-in
Odesk test answer  B) Using the “askimet” plug-in
C) Using a widget
D) None of the above
oDesk Question-46.  
Question: Which of the following needs to be edited in order to creat the function for the shortcode?
A) Index.php
Odesk test answer  B) functions.php
C) post.php
D) page.php
oDesk Question-47.  
Question: Which of the following arguments are accepted in shortcodes handler function while using shortcode API?
A) $atts
B) $Content
C) $code
Odesk test answer  D) All of the above
oDesk Question-48.  
Question:A plug-in must be used in order to allow users to post flash of multimedia files.
Odesk test answer  a)True
b)False
oDesk Question-49.  
Question: You want to schedule a backup of your site database but do not have enough permission to access your host. of the following choices can help you perform this task?
a)se phpMyAdmin
Odesk test answer  b)Install “wp database backup” plug-in
3)Use cron job to schedule.
4)Cannot schedule
oDesk Question-50.  
Question: Using ——— is a good way to ensure that a WordPress site is indexed by search engines.
Odesk test answer  a)a sitemap
b)robot.txt
c)a widge
Odesk Wordpress Test Answer 2012
Question : 1
From which of the following blog sites does WordPress provide the feature to import posts?


a)  Blogger
b)  LiveJournal
c)  Technorati
d)  WordPress
Ans : a)  Blogger

Question : 2
In the WordPress.org version 2.5.1, there is a feature known as 'Update Services' which notifies site update services whenever a new post is published or whenever the blog is updated. Which of the following is the default update service in the WordPress.org version 2.5.1?


a)  http://ping.feedburner.com
b)  http://rpc.weblogs.com/RPC2
c)  http://www.blogoole.com/ping/
d)  http://rpc.pingomatic.com/
e)  None of these

Ans : d)  http://rpc.pingomatic.com/
Question : 3
In the case of a free WordPress.com blog, the number of users that can be invited by a registered user is:


a)  30
b)  35
c)  40
d)  45
e)  Unlimited

Ans :  b)  35
Question : 4
Which of the following WordPress.org version 2.5.1 components or modules is not activated by default?


a)  Akismet
b)  Avatar Display
c)  Comments Moderation
d)  All of these are activated by default

Ans :  d)  All of these are activated by default
Question : 5
What kind of information do cookies store in WordPress?


a)  Information about the logged in user
b)  Information about Comments
c)  Information about New Posts
d)  Information about Pages visited recently

Ans :  a)  Information about the logged in user

Question : 6
Suppose you have a WordPress.com blog named 'http://your-username.wordpress.com' and you want to know its RSS feeds details. Which of the following URLs will you use to get details?


a)  http://your-username.wordpress.com/rssfeed
b)  http://your-username.wordpress.com/RSS
c)  http://your-username.wordpress.com/feed
d)  http://your-username.wordpress.com/RSSfeeds

Ans :  c)  http://your-username.wordpress.com/feed
Question : 7
What is Domain Mapping in the case of WordPress.com?


a)  It is a method by which you can increase the domain reach of your free WordPress.com blog by a paid upgrade.
b)  It is a method by which you can apply Domain Maps of your WordPress blog by a paid upgrade.
c)  It is a method by which you can replace the 'WordPress.com' name with your own domain name via paid upgrade.
d)  None of these

Ans :  c)  It is a method by which you can 
Question : 8
Which type of media files can be uploaded to WordPress.com?


a)  .wma
b)  .jpg
c)  .odt
d)  .doc

Ans :  a)  .wma    b)  .jpg
Question : 9
You want to Podcast an mp3 file named 'abc.mp3' on your WordPress.org version 2.5.1 site, having URL 'http://www.xyz.com', through post. What will be the URL to link the audio file?


a)  <a href= "abc.mp3">Podcast File</a>
b)  <a href="http://www.xyz.com/abc.mp3">Podcast File</a>
c)  <a href="http://www.xyz.com/wp-content/uploads/abc.mp3">Podcast File</a>
d)  <a href="http://www.xyz.com/wp-content/abc.mp3">Podcast File</a>

Ans :  c)  <a href="http://www.xyz.com/wp-content/uploads/abc.mp3">Podcast File</a>
Question : 10
You want to change the WordPress.org version 2.5.1 language to thai(th). What change has to be made in the wp-config.php file?


a)  define ('WPLANG', '');
b)  define ('WPLANG', 'th');
c)  define ('WPLANG', 'th',thai');
d)  define ('WPLANG', 'thai',th');
e)  There is no feature to change the language of WordPress

Ans :  b)  define ('WPLANG', 'th');
Question : 11
What is the main purpose of the Password Protect feature in the WordPress.org version 2.5.1?


a)  To protect the style sheet from editing
b)  To protect moderation of posts
c)  To protect insertion of posts
d)  To protect posts from being displayed to users who are not registered

Ans :  d)  To protect posts from being displayed to users who are not registered
Question : 12
You have forgotten your admin password for the WordPress.org version 2.5.1. Which of the following methods can be used to recover/reset the password?


a)  By using the Lost password link on the login page
b)  By using the MySQL Command Line
c)  By entering the WordPress API key
d)  By using the emergency password reset script
e)  By editing the wp-config.php file

Ans : 
Question : 13
Which of the following features is not available in the basic WordPress.org version 2.5.1 for posts?


a)  Tagging
b)  RSS Feed
c)  Rating
d)  Commenting

Ans :  c)  Rating
Question : 14
You want to browse your WordPress.com blog on your mobile or PDA. Which of the following URLs will you use?


a)  mobile.wordpress.com
b)  m.wordpress.com
c)  mobileweb..wordpress.com
d)  mobile.web.wordpress.com
e)  None of these.

Ans :  b)  m.wordpress.com
Question : 15
Which of the following statements is correct with regard to adding the shopping feature in your WordPress.org version 2.5.1 site?


a)  The shopping feature can be added via widget.
b)  The shopping feature can't be embedded to the site.
c)  WordPress charges to enable the shopping feature.
d)  The shopping feature can be added by plugging-in for shopping.
e)  The shopping feature can be added by adding a theme for shopping.

Ans :  e)  The shopping feature can be added by adding a theme for shopping.
Question : 16
Which of the following are the differences between WordPress.org and WordPress.com?


a)  In WordPress.org, you can upload themes and plugins but in WordPress.com, you cannot upload themes and plugins.
b)  In WordPress.com, you can upload themes and plugins but in WordPress.org, you cannot upload themes and plugins.
c)  In WordPress.org, you can alter the code file of the Theme Template but in WordPress.com, you can alter the CSS code file only.
d)  In WordPress.org, you have to manually upgrade the software and take backups whereas in WordPress.com, automatic software upgrades and backups are available.

Ans :  a)  In WordPress.org, you can upload themes and plugins but in WordPress.com, you
cannot upload themes and plugins.
Question : 17
You want to show the number of spam comments that have been caught by the 'Akismet'? Which of the following code is used to display the statistics in the WordPress.org version 2.5.1?


a)  <?php akismet_submit_spam_comment (); ?>
b)  <?php akismet_spam_count (); ?>
c)  <?php akismet_spam_totals(); ?>
d)  <?php akismet_counter(); ?>

Ans :  d)  <?php akismet_counter(); ?>
Question : 18
In the WordPress.org version 2.5.1, the sidebar is used to display _____.


a)  Widgets
b)  Plugins
c)  User Profile
d)  None of these

Ans :  a)  Widgets
Question : 19
In the WordPress.org version 2.5.1, a private post  created by the administrator is  also visible to the:


a)  contributor
b)  author of that post
c)  subscriber
d)  editor

Ans :  d)  editor
Question : 20
In which file do you specify the database name in the WordPress.org version 2.5.1?


a)  wp-config-sample.php
b)  wp-config.php
c)  wp-index.php
d)  wp-index-sample.php
e)  wp-settings.php

Ans :  b)  wp-config.php
Question : 21
What is the amount of free space available in a free WordPress.com blog, for storing uploaded files and images?


a)  2000 Megabytes
b)  3000 Megabytes
c)  1000 Megabytes
d)  Unlimited storage

Ans :  b)  3000 Megabytes
Question : 22
Which of the following statements are correct with reference to the Permalinks Structure?


a)  Structure of Permalinks can be changed by using the admin section.
b)  Structure of Permalinks can't be changed.
c)  Structure of Permalinks can be changed programmatically.
d)  Structure of Permalinks can't be changed programmatically.

Ans :  a)  Structure of Permalinks can be changed by using the admin section.
Question : 23
In the WordPress.org version 2.5.1, you can _____.


a)  add third party 'widgets'
b)  add third party 'plugins'
c)  import Posts from different blog websites
d)  export Posts to different WordPress blogs,

Ans :  c)  import Posts from different blog websites
Question : 24
In WordPress, you can also set the publication date of the post to:


a)  A future date
b)  A past date
c)  Both a and b
d)  You cannot change the publication date

Ans : 
Question : 25
If the WordPress.org version 2.5.1 directory is placed in the root directory, which path is to be visited to install the WordPress.org version 2.5.1 script in the website http://www.example.com?


a)  http://www.example.com/wp-admin/install.php
b)  http://www.example.com/wp-admin/config.php
c)  http://www.example.com/wp-admin/home.php
d)  http://www.example.com/root/wp-admin/install.php
e)  http://www.example.com/root/wp-admin/config.php

Ans :  a)  http://www.example.com/wp-admin/install.php
Question : 26
This question is based upon the figure shown below
Description: https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiBMwNWzyNeIdlhVYeeNAMy1cbvvd5B7ISolyMbomOLVcfZSzdbVDNxjvUCErMFpQePnmUoUoS-RSPMVdY5Q35ONaV0MRD4p6dy7a2akiQlpUXnYMGq_NINiAAQ0jnhOp4OUFT1P-Km5h0/s400/wordpress01.jpg

Refer to the given image What does A signify?


a)  It signifies that the given number of comments has been approved by the administrator.
b)  It signifies that the given number of comments has been posted by the user.
c)  It shows the total number of comments posted in a given day.
d)  It signifies that the given number of comments is pending for the administrator's approval.

Ans :  d)  It signifies that the given number of comments is pending for the administrator's approval.
Question : 27
What is the default path for the theme files in the WordPress.org version 2.5.1 deployment kit?


a)  <root directory>/wp_content/themes
b)  <root directory>/themes
c)  <root directory>/wordpress/themes
d)  <root directory>/wp-content/themes

Ans :  d)  <root directory>/wp-content/themes
Question : 28
What is the function of widgets in WordPress?


a)  It is used to display the site in proper design.
b)  It is used to create a sitemap of the site.
c)  It is used to add additional components to the site.
d)  It helps in easy and fast searching.

Ans :  c)  It is used to add additional components to the site.
Question : 29
Which of the following things are required for the installation of the WordPress.org version 2.5.1?


a)  Web Server
b)  Text Editor
c)  Web Browser
d)  Dreamweaver

Ans :  a)  Web Server  b)  Text Editor  c)  Web Browser
Question : 30
You have created a site using WordPress.org version 2.5.1 and given the blog the title 'Fitness'. After the creation, you want to change the blog title. What will be the best solution?


a)  The blog title can't be changed.
b)  Reinstall the Wordpress.org.
c)  Use the admin section to change the blog title.
d)  Upgrade the WordPress.org.

Ans :  c)  Use the admin section to change the blog title.
Question : 31
When are Actions triggered in the WordPress.org version 2.5.1?


a)  When a post is published
b)  When a theme is changed
c)  When a page is displayed
d)  When a new user registers
e)  When a month changes

Ans : a)  When a post is published    b)  When a theme is changed
          c)  When a page is displayed    d)  When a new user registers
Question : 32
Under the Admin Manage Section of the WordPress.org version 2.5.1, you can _____.


a)  manage User Roles
b)  manage Topic Categories and Tags
c)  manage Theme Templates
d)  manage Published and Unpublished post

Ans :  all option (a. b. c. d.)
Question : 33
If you want to upgrade your site http://www.example.com from the older WordPress.org version to a newer one, which URL will have to be used?


a)  http://www.wordpress.org/wp-admin/upgrade.php
b)  http://www.wordpress.com/wp-admin/upgrade.php
c)  http://www.example.com/wp-admin/install.php
d)  http://www.example.com/wp-admin/upgrade.php
e)  http://www.example.com/wp-admin/update.php

Ans :  d)  http://www.example.com/wp-admin/upgrade.php
Question : 34
Which of the following User Roles are defined in the WordPress.org version 2.5.1?


a)  Subscriber
b)  Administrator
c)  Editor
d)  Moderator
e)  Contributor

Ans :  d)  Moderator
Question : 35
You want to apply a new theme to your WordPress.org version 2.5.1 site. What will be the right method?


a)  Click theme editor in the design section and then edit
b)  Click theme in the design section and select the new theme
c)  Click widget in the design section and select the new theme
d)  Delete the old theme in the settings and select the new theme
e)  Select the new theme in Plugins

Ans :  b)  Click theme in the design section and select the new theme
Question : 36
Which of the following constitutes 'Permalinks' structures in the WordPress.org version 2.5.1?


a)  Day and name
b)  Month and name
c)  Numeric
d)  Alphanumeric
e)  Custom Structure

Ans :  c)  Numeric    e)  Custom Structure
Question : 37
From which section in the WordPress Admin can you add a calendar to your WordPress site?


a)  Themes section
b)  Manage section
c)  Plugin section
d)  Widgets section
e)  None of the above

Ans :  c)  Plugin section
Question : 38
Which of the following database systems is supported by the WordPress.org version 2.5.1?


a)  Microsoft sql
b)  MySql
c)  Microsoft access
d)  All of the above

Ans :  b)  MySql
Question : 39
What is the function of Blog Stats in WordPress.com?


a)  It provides the total number of page views of the blog.
b)  It provides the list of the links (referral URLs) from which the people have visited your blog.
c)  It provides the list of posts which have received the most traffic.
d)  It provides the ranking of the posts in terms of page views.

Ans :  c)  It provides the list of posts which have received the most traffic.
Question : 40
How can you "hook" a new function into the WordPress.org version 2.5.1?


a)  add_action ('hook_name', 'your_function_name', [priority], [accepted_args]);
b)  add_action ('your_function_name','hook_name',[priority],[accepted_args]);
c)  New functions can't be hooked
d)  None of the above

Ans :  a)  add_action ('hook_name', 'your_function_name', [priority], [accepted_args]);
Question start with WAHT
1.       What is the default path for the theme files in the WordPress.org version 2.5.1 deployment kit?
    a. <root directory>/wp_content/themes
    b. <root directory>/themes
    c. <root directory>/wordpress/themes
 Odesk test answer  d. <root directory>/wp-content/themes


What is the difference between include_once and require_once with regard to handling failure?

Odesk test answer a. include_once just produces a warning and require_once produces a fatal error  
b.include_once produces a fatal error and require_once just  produces a warning include_once and require_once cannot handle failure

What is the main purpose of the Password Protect feature in the WordPress.org version 2.5.1?

a. To protect the style sheet from editing
b. To protect moderation of posts
c. To protect insertion of posts
Odesk test answer d. To protect posts from being displayed to users who are not registered

What is Blogroll in WordPress?

a. It is the categorization of blogs according to tags.
Odesk test answer b. It is a collection of links to various blogs or news sites
c. It archives the blogs according to the date of posting.
d. It displays the long blogs using paging to avoid scrolling.
e. None of these


What is the function of widgets in WordPress?

a. It is used to display the site in proper design.
b. It is used to create a sitemap of the site.
Odesk test answer c. It is used to add additional components to the site. 
d. It helps in easy and fast searching.

What is the amount of free space available in a free WordPress.com blog, for storing uploaded files and images?

a. 2000 Megabytes
Odesk test answer b. 3000 Megabytes 
c. 1000 Megabytes
d. Unlimited storage

What kind of information do cookies store in WordPress?

Odesk test answer a. Information about the logged in user 
b. Information about Comments
c. Information about New Posts
d. Information about Pages visited recently

What is Domain Mapping in the case of WordPress.com?

a. It is a method by which you can increase the domain reach of your free WordPress.com blog by a paid upgrade.
b. It is a method by which you can apply Domain Maps of your WordPress blog by a paid upgrade.
Odesk test answer c. It is a method by which you can replace the 'WordPress.com' name with your own domain name via paid upgrade. 
d. None of these




 What is the main functionality of Akismet plug-in?

a.It is used for spell check.
Odesk test answer b.It helps in spam control.
c.It creates themes.
d.It is used for generating automated posts.

What is the function of Blog Stats in WordPress.com?

a. It provides the total number of page views of the blog.
b. It provides the list of the links (referral URLs) from which the people have visited your blog.
Odesk test answer c. It provides the list of posts which have received the most traffic. 
d. It provides the ranking of the posts in terms of page views.

What are OpenIDs in the case of WordPress.com?

a. These are free ID's given by WordPress as open invitations.
b. These are IDs given for free login to WordPress.
Odesk test answer c. These are registered users blog names which can be used to login to different sites. 
d. None of these

What is the purpose of the 'Meta' widget in WordPress?

Odesk test answer a. To show Meta-Tag information about the website 
b. To show the 'Log In' and 'Logout' menus
c. To show the 'Admin' page link
d. To handle RSS Feeds


Question Start With   where, when, how

Where can Google Adsensebe integrated into a WordPress blog?

a. Only in the sidebar.
b. Only in the header
Odesk test answer c. Anywhere. 
d. Only in the content.

When are Actions triggered in the WordPress.org version 2.5.1?

Odesk test answer a. When a post is published 
Odesk test answer b. When a theme is changed
Odesk test answer c. When a page is displayed 
Odesk test answer d. When a new user registers 
e. When a month changes

How can notices be turned on in the WordPress.org version 2.5.1 index.php page, programmatically?

a. define('WP_NOTICE', true);
b. define('WP_DEBUG', false);
c. define('WP_NOTICE', false);
Odesk test answer d. define('WP_DEBUG', true); 


How can the font be changed on a WordPress theme?

Odesk test answer a. By changing the CSS files. 
b. By changing to a theme that already has the desired font.
c. A theme's font cannot be changed.

How can a logo be placed on a WordPress header?

Odesk test answer a.Manually add the logo to the source code. 
b.Upload a new logo in admin settings.
c.Update the logo path in the config file


How can author information be displayed on posts on a multi-author blog?

a. By enabling the feature in the config file.
Odesk test answer b. By enabling the feature in admin settings. 
c. By changing the theme's source code.


How can you "hook" a new function into the WordPress.org version 2.5.1?

Odesk test answer a. add_action ('hook_name', 'your_function_name', [priority], [accepted_args]); 
b. add_action ('your_function_name','hook_name',[priority],[accepted_args]);
c. New functions can't be hooked
d. None of the above

Question start with
Which 

.Which of the following constitutes 'Permalinks' structures in the WordPress.org version 2.5.1?

a. Day and name
b. Month and name
Odesk test answer c. Numeric
d. Alphanumeric
Odesk test answer e. Custom Structure

Which of the following WordPress.org version 2.5.1 components or modules is not activated by default?

a. Akismet
b. Avatar Display
c. Comments Moderation
Odesk test answer d. All of these are activated by default

Which of the following User Roles are defined in the WordPress.org version 2.5.1?

a.Subscriber
b.Administrator
c.Editor
Odesk test answer d.Moderato 
e.Contributor

Which of the following are the differences between WordPress.org and WordPress.com?

Odesk test answer a. In WordPress.org, you can upload themes and plugins but in WordPress.com, you cannot upload themes and plugins. 
b. In WordPress.com, you can upload themes and plugins but in WordPress.org, you cannot upload themes and plugins.
c. In WordPress.org, you can alter the code file of the Theme Template but in WordPress.com, you can alter the CSS code file only.
Odesk test answer d. In WordPress.org, you have to manually upgrade the software and take backups whereas in WordPress.com, automatic software upgrades and backups are available.

Which type of media files can be uploaded to WordPress.com?

Odesk test answer a. .wma  
Odesk test answer b. .jpg  
c. odt
d. doc
Question:
What is the function of Widgets in Wordpress?
a.         It is used to display the site in proper design
b.         It is used to create a sitemap of the sit e
c.         It is used to add additional components to the site
d.         It helps in easy and fast searching
Question:
You want to show the number of spam comments that have been caught by the akismet ? . Which of the following code is used to display the statistics in the wordpress.org version 2.5.1?
                        
Question
From Which section in the Wordpress admin can you add a calendar to your website /
a.         Themes sections
b.         Manage sections
c.         Plug-in sections
d.         Widgets section
e.         None of the above
Question
How can you hook a new function into the wordpress.org version 2.5.1?
a.         Add_action(“hook_name’,your_funtion’,[priority,][accepted-args]);
b.         Add_action(“your_funtion_name’,hook_name’[priority],[accepted_args];
c.         New functions can’t be hooked
d.         None of the above
Question
From which of the following blog sites does Wordpress provide the feature to import posts?
a.         Blogger
b.         Live journal
c.         Technorati
d.         Wordpress
Question
Under the admin manage section of the wordpresss.org version 2.5.1, you can ___?
a.         Manage user roles
b.         Manage topic categories and tags
c.         Manage theme templates
d.         Manage published and unpublished post
Question
What is the purpose of the meta Widget in Wordpress?
a.         To show meta –tag information about the website
b.         To show the log in and logout menus
c.         To show the admin page link
d.         To handle Rss Feeds
Questions
Which type of media files can be uploaded to wordpress.com
a.         .Wma
b.         .jpg
c.         .odt
d.         .doc
Question
In which file do you specify the database name in the wordpress.org version 2.5.1?
a.         Wp-config-sample.php
b.         Wp-config.php
c.         Wp-index.php
d.         Wp-index-sample.php
e.         Wp-setting.php
Question
In wordpress.com you can add third party plugins to your blogs.
a.         True
b.         False
Questions
In wordpess akismet falls under the category of ___?
a.         Themes
b.         Widgets
c.         Plugins
d.         Permalinks
e.         None of the above
Question
In wordpeess.org 2.5.1 the sidebar is under to display __
a.         Widgets
b.         Plugins
c.         User profiles
d.         None of the above

1.Question:A 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 (Answer)

c) use a widget

d) None of the above


2.Question: In order to to display a widget, the user must _____

a) Set he “Show Property” of the desired widget to “true”

b) Drag the desired widget of the side bar (answer)

c) Add the Desired widget to the post

d) Change the source code


3.Question: Image size can be set __________

a) Directly in the post’s

b) in the wp-imageresize plug-in

c) in the admin settings (Answer)

d) a and b


4.Question: Which of the following blog site can be imported into wordpress?

a) Joomla (Answer)

B) Yahoo Blog (Answer)

c) Drupal (Answer)


d) Blogspot

e) All of the above


5.Question: Which of the following methods can be used to display the time in every post?

A) Changing the config file

B) Setting the feature in the admin settings

C) Changing the index.php file (answer)

D) Updating the database


6.Question : 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 features in the config file

D) Configuring the features in the admin settings (Answer)


7.Question: Where can Google Adsense be integrated into a WordPress blog?

A) Only in the sidebar (Answer)

B) Only in the header


C) Anywhere

d) Only in the content


8.Question: Which of the following are true about Template Tags?

A) The template tag comprises of the three tag (PHP code tag, WordPress function, optional Parameters)

B) A template tag is code that instruct WordPress to do or get somethings (Answer)

C) There are only two types of parameters that are supported by wordpress template tag (String, Boolean)

D) All of the above


9.Question: Which of the following files are mandatory for a WordPress theme?

A) Index.php (Answer)

B) Style.css (Answer)


C) functions.php

D) page.php


10.Question: Contributor may change the timestamp on a post?

A) True

B) False (Answer)


11.Question: “Shortcodes” can be defined in WordPress.

A) True (Ture)

B) False


12.Question: Which of the following statements are true regarding widgets and plug-in in WordPress?

A) Plug-in is a software used to add function to blog (Answer)

B) Widget is an object derived from a plug-in and can be added to the sidebar (Answer)

C) Widgets are alwasy plugins (Answer)


D) All of the above


13.Question: A plug-in must be used in order to allow users to post flast or multimedia files.

A) True (Answer)

B) Flase


14.Question: The “function_exist()” function can be used to check whether a plug-in activated or not?

A) True (Answer)

B) False


15.Question: To manually make the sidebar widget ready, the user must___

A) modify the sidebar.php file (Or this)

B) Enable it in the admin settings (Answer)

C) Change the index.php


16.Question: A theme’s source code must be changed manually in order to customize the admin login page

A) True

B) False (Answer)


17.Question: Which of the following tasks must be performed to add a favicon icon to your site?

A) Upload a favicon icon to your side

B) Add a favicon link to the theme’s header file or update the exising favicon icon link to the new one (Answer)

C) Change the favicon icon in admin settings

D) The favicon icon can not be changed


18.Question: How can a WordPress blog theme be used to display content in two coloumns?

A) By changing the theme options to two columns in admin settings

B) By changing the layout in the config file (Answer)

C) WordPress theme cannot be customized to display posts in two columns

D) By using two-columns theme (Answer)


19.Question: Which of the following method helps you put HTML code into a post, and get it to format the way you expect?

A) Replacing special characters with corresponding html codes or character codes

B) Using the <codegt; <pre=”" c)=”" tag=”" the=”" using=”">tag

D) None of the above : WordPres auto-replaces special character with substituted characters


20.Question: Which of the following options are true regarding Plug-ins in WorpPress?

A) Plug-ins can be used to eliminate spam (Answer)

B) Plug-ins can be used to integrate a WordPress blog with a forum (Answer)

C) Plug-ins can be used to integrate Twitter with a WordPress blog (Answer)


D) Plug-ins can be used to embed javascript in a WordPress blog

E) All of the above


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

A) Manually add the logo to the source code (answer)

B) Upload a new logo in admin settings

C) Update the logo path in the config file


22.Question: Which of the following is a good reason to delete the admin account?

A) Because other users know this admin name (Answer)

B) Because it is not necessary

C) To enhance performance

D) TO enhance security (Answer)

oDesk Wordpress 2.8 Test Answers 2013

oDesk Wordpress 2.8 Test Answers 2013

1.Question:A 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 (Answer)

c) use a widget

d) None of the above


2.Question: In order to to display a widget, the user must _____

a) Set he “Show Property” of the desired widget to “true”

b) Drag the desired widget of the side bar (answer)

c) Add the Desired widget to the post

d) Change the source code


3.Question: Image size can be set __________

a) Directly in the post’s

b) in the wp-imageresize plug-in

c) in the admin settings (Answer)

d) a and b


4.Question: Which of the following blog site can be imported into wordpress?

a) Joomla (Answer)

B) Yahoo Blog (Answer)

c) Drupal (Answer)


d) Blogspot

e) All of the above


5.Question: Which of the following methods can be used to display the time in every post?

A) Changing the config file

B) Setting the feature in the admin settings

C) Changing the index.php file (answer)

D) Updating the database


6.Question : 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 features in the config file

D) Configuring the features in the admin settings (Answer)


7.Question: Where can Google Adsense be integrated into a WordPress blog?

A) Only in the sidebar (Answer)

B) Only in the header


C) Anywhere

d) Only in the content


8.Question: Which of the following are true about Template Tags?

A) The template tag comprises of the three tag (PHP code tag, WordPress function, optional Parameters)

B) A template tag is code that instruct WordPress to do or get somethings (Answer)

C) There are only two types of parameters that are supported by wordpress template tag (String, Boolean)

D) All of the above


9.Question: Which of the following files are mandatory for a WordPress theme?

A) Index.php (Answer)

B) Style.css (Answer)


C) functions.php

D) page.php


10.Question: Contributor may change the timestamp on a post?

A) True

B) False (Answer)


11.Question: “Shortcodes” can be defined in WordPress.

A) True (Ture)

B) False


12.Question: Which of the following statements are true regarding widgets and plug-in in WordPress?

A) Plug-in is a software used to add function to blog (Answer)

B) Widget is an object derived from a plug-in and can be added to the sidebar (Answer)

C) Widgets are alwasy plugins (Answer)


D) All of the above


13.Question: A plug-in must be used in order to allow users to post flast or multimedia files.

A) True (Answer)

B) Flase


14.Question: The “function_exist()” function can be used to check whether a plug-in activated or not?

A) True (Answer)

B) False


15.Question: To manually make the sidebar widget ready, the user must___

A) modify the sidebar.php file (Or this)

B) Enable it in the admin settings (Answer)

C) Change the index.php


16.Question: A theme’s source code must be changed manually in order to customize the admin login page

A) True

B) False (Answer)


17.Question: Which of the following tasks must be performed to add a favicon icon to your site?

A) Upload a favicon icon to your side

B) Add a favicon link to the theme’s header file or update the exising favicon icon link to the new one (Answer)

C) Change the favicon icon in admin settings

D) The favicon icon can not be changed


18.Question: How can a WordPress blog theme be used to display content in two coloumns?

A) By changing the theme options to two columns in admin settings

B) By changing the layout in the config file (Answer)

C) WordPress theme cannot be customized to display posts in two columns

D) By using two-columns theme (Answer)


19.Question: Which of the following method helps you put HTML code into a post, and get it to format the way you expect?

A) Replacing special characters with corresponding html codes or character codes

B) Using the <codegt; <pre=”" c)=”" tag=”" the=”" using=”">tag

D) None of the above : WordPres auto-replaces special character with substituted characters


20.Question: Which of the following options are true regarding Plug-ins in WorpPress?

A) Plug-ins can be used to eliminate spam (Answer)

B) Plug-ins can be used to integrate a WordPress blog with a forum (Answer)

C) Plug-ins can be used to integrate Twitter with a WordPress blog (Answer)


D) Plug-ins can be used to embed javascript in a WordPress blog

E) All of the above


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

A) Manually add the logo to the source code (answer)

B) Upload a new logo in admin settings

C) Update the logo path in the config file


22.Question: Which of the following is a good reason to delete the admin account?

A) Because other users know this admin name (Answer)

B) Because it is not necessary

C) To enhance performance

D) TO enhance security (Answer)


23.Question: Which of the following keywords can be defined as “Those useful ‘one-click’ buttons that insert code for you?

A) Quicktags (Answer)

B) Shotcodes

C) Permalinks

D) Excerpts


24.Question: Which of the following methods can be used to add Pagination to a WordPress site?

A) Using a widget

B) Setting the feature in the admin settings

C) Using a plug-in (Answer)

D) Pagination cannot be added to WordPress site


25.Question: Which of the following methods can be used to enable posting via e-mail?

A) Installing the wp-emailpost plug-in

B) Configuring the feature in admin settings (Answer)

C) Using a widget

D) This feature is not available in WordPress


26.Question: Which of the following are true regarding Pages in WordPress?

A) Pages are listed in reverse chronological order

B) Pages can be static

C) Pages can be found in Categories

D) Page are not associated with a date/time like post


27.Question: State whether True or False

Wordpress supports all the following:

1. Create new posts

2. Edit Posts

3. Schedule post for future publishing

A) True

B) False


28.Question: Which of the following role level has the highest privilege?

A) Level_0

B) Level_10 (Answer)

C) Depends on your settings

D) Every role has the same privilege


29.Question: A possible way to add additional information to a wordpress blog post is to ____

A) Use the wp-addinfor plug-in

B) Use custom fields

C) Use a widget


30.Question: Which of the following actions performed before upgrading WordPress?

A) Back up the site (Answer)

B) Disable plugins (Answer)


C) Enable FTP on the site

D) All of the above


31.Question: Which of the following methods can be used to eliminate spam?

A) Using the “wp-captcha-free” plug-in

B) Using the “askimet” plug-in (Answer)

C) Using a widget

D) None of the above


32.Question: Which of the following needs to be edited in order to creat the function for the shortcode?

A) Index.php

B) functions.php (Answer)

C) post.php

D) page.php


33.Question: Which of the following arguments are accepted in shortcodes handler function while using shortcode API?

A) $atts

B) $Content

C) $code

D) All of the above (Answer)


34.Question:A plug-in must be used in order to allow users to post flash of multimedia files.

a)True(Answer)

b)False


35.Question: You want to schedule a backup of your site database but do not have enough permission to access your host. of the following choices can help you perform this task?

a)se phpMyAdmin

b)Install “wp database backup” plug-in(Answer)

3)Use cron job to schedule.

4)Cannot schedule


36.Question: Using ——— is a good way to ensure that a WordPress site is indexed by search engines.

a)a sitemap(Answer)

b)robot.txt

c)a widget
01. Which of the following are the differences between WordPress.org and WordPress.com?
a. In WordPress.org, you can upload themes and plugins but in WordPress.com, you cannot upload themes and plugins. ( answer)
d. In WordPress.org, you have to manually upgrade the software and take backups whereas in WordPress.com, automatic software upgrades and backups are available.(answer)
02. Which type of media files can be uploaded to WordPress.com?
answer a. .wma
answer b. .jpg
03. Which of the following methods can be used to add Pagination to a WordPress site?
A) Using a widget
B) Setting the feature in the admin settings
C) Using a plug-in (Answer)
D) Pagination cannot be added to WordPress site
04. Which of the following constitutes ‘Permalinks’ structures in the WordPress.org version 2.5.1?
c. Numeric ( answer)
e. Custom Structure( answer)
05. Which of the following methods can be used to enable posting via e-mail?
A) Installing the wp-emailpost plug-in
B) Configuring the feature in admin settings (Answer)
C) Using a widget
D) This feature is not available in WordPress
06. Which of the following blog site can be imported into wordpress?
a) Joomla (Answer)
B) Yahoo Blog (Answer)
c) Drupal (Answer)
d) Blogspot
e) All of the above
07. Which of the following methods can be used to display the time in every post?
A) Changing the config file
B) Setting the feature in the admin settings
C) Changing the index.php file (answer)
D) Updating the database
08. Which of the following methods can be used to make permalinksSEO friendly?
A) Updating the database
B) Changing the source code
C) Configuring the features in the config file
D) Configuring the features in the admin settings (Answer)
09. Which of the following are true about Template Tags?
A) The template tag comprises of the three tag (PHP code tag, WordPress function, optional Parameters)
B) A template tag is code that instruct WordPress to do or get somethings (Answer)
C) There are only two types of parameters that are supported by wordpress template tag (String, Boolean)
D) All of the above
10. Which of the following constitutes ‘Permalinks’ structures in the WordPress.org version 2.5.1?
a. Day and name
b. Month and name
Odesk test answer c. Numeric
d. Alphanumeric
Odesk test answer e. Custom Structure
11. Which of the following WordPress.org version 2.5.1 components or modules is not activated by default?
a. Akismet
b. Avatar Display
c. Comments Moderation
Odesk test answer d. All of these are activated by default
12. Which of the following User Roles are defined in the WordPress.org version 2.5.1?
a.Subscriber
b.Administrator
c.Editor
Odesk test answer d.Moderato
e.Contributor
13. Which of the following are the differences between WordPress.org and WordPress.com?
a. In WordPress.org, you can upload themes and plugins but in WordPress.com, you cannot upload themes and plugins. ( answer)
b. In WordPress.com, you can upload themes and plugins but in WordPress.org, you cannot upload themes and plugins.
c. In WordPress.org, you can alter the code file of the Theme Template but in WordPress.com, you can alter the CSS code file only.
d. In WordPress.org, you have to manually upgrade the software and take backups whereas in WordPress.com, automatic software upgrades and backups are available.( answer)
14. Which type of media files can be uploaded to WordPress.com?
Odesk test answer a. .wma
Odesk test answer b. .jpg
c. odt
d. doc
15. Which of the following tasks must be performed to add a favicon icon to your site?
A) Upload a favicon icon to your side
B) Add a favicon link to the theme’s header file or update the exising favicon icon link to the new one (Answer)
C) Change the favicon icon in admin settings
D) The favicon icon cannot be changed
16. Which of the following statements are true regarding widgets and plug-in in WordPress?
A) Plug-in is a software used to add function to blog (Answer)
B) Widget is an object derived from a plug-in and can be added to the sidebar (Answer)
C) Widgets are alwasy plugins (Answer)
D) All of the above

17. Which of the following actions performed before upgrading WordPress?

A) Back up the site (Answer)
B) Disable plugins (Answer)
C) Enable FTP on the site
D) All of the above
18. Which of the following methods can be used to eliminate spam?
A) Using the “wp-captcha-free” plug-in
B) Using the “askimet” plug-in (Answer)
C) Using a widget
D) None of the above

19. Which of the following needs to be edited in order to creat the function for the shortcode?
A) Index.php
B) functions.php (Answer)
C) post.php
D) page.php
20. Which of the following arguments are accepted in shortcodes handler function while using shortcode API?

A) $atts
B) $Content
C) $code
D) All of the above (Answer)
21. Which of the following is a good reason to delete the admin account?
A) Because other users know this admin name (Answer)
B) Because it is not necessary
C) To enhance performance
D) TO enhance security (Answer)
22. Which of the following method helps you put HTML code into a post, and get it to format the way you expect?
A) Replacing special characters with corresponding html codes or character codes
B) Using the <codegt;

23.Question: Which of the following keywords can be defined as “Those useful ‘one-click’ buttons that insert code for you?

A) Quicktags (Answer)

B) Shotcodes

C) Permalinks

D) Excerpts


24.Question: Which of the following methods can be used to add Pagination to a WordPress site?

A) Using a widget

B) Setting the feature in the admin settings

C) Using a plug-in (Answer)

D) Pagination cannot be added to WordPress site


25.Question: Which of the following methods can be used to enable posting via e-mail?

A) Installing the wp-emailpost plug-in

B) Configuring the feature in admin settings (Answer)

C) Using a widget

D) This feature is not available in WordPress


26.Question: Which of the following are true regarding Pages in WordPress?

A) Pages are listed in reverse chronological order

B) Pages can be static

C) Pages can be found in Categories

D) Page are not associated with a date/time like post


27.Question: State whether True or False

Wordpress supports all the following:

1. Create new posts

2. Edit Posts

3. Schedule post for future publishing

A) True

B) False


28.Question: Which of the following role level has the highest privilege?

A) Level_0

B) Level_10 (Answer)

C) Depends on your settings

D) Every role has the same privilege


29.Question: A possible way to add additional information to a wordpress blog post is to ____

A) Use the wp-addinfor plug-in

B) Use custom fields

C) Use a widget


30.Question: Which of the following actions performed before upgrading WordPress?

A) Back up the site (Answer)

B) Disable plugins (Answer)


C) Enable FTP on the site

D) All of the above


31.Question: Which of the following methods can be used to eliminate spam?

A) Using the “wp-captcha-free” plug-in

B) Using the “askimet” plug-in (Answer)

C) Using a widget

D) None of the above


32.Question: Which of the following needs to be edited in order to creat the function for the shortcode?

A) Index.php

B) functions.php (Answer)

C) post.php

D) page.php


33.Question: Which of the following arguments are accepted in shortcodes handler function while using shortcode API?

A) $atts

B) $Content

C) $code

D) All of the above (Answer)


34.Question:A plug-in must be used in order to allow users to post flash of multimedia files.

a)True(Answer)

b)False


35.Question: You want to schedule a backup of your site database but do not have enough permission to access your host. of the following choices can help you perform this task?

a)se phpMyAdmin

b)Install “wp database backup” plug-in(Answer)

3)Use cron job to schedule.

4)Cannot schedule


36.Question: Using ——— is a good way to ensure that a WordPress site is indexed by search engines.

a)a sitemap(Answer)

b)robot.txt

c)a widget

No comments:

Post a Comment