Wordpress elance Test Answers : Part - 1
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?
b. Install “wp database backup” plug-in.
2. Which of the following actions must be performed before upgrading WordPress?
f. a, b, and c
3. Which of the following files must be deleted after installing WordPress?
d. None of these files.
4. A possible way to install WordPress in your language is to _________________.
a. manually install language package or translate as necessary
5. Which of the following actions must you perform to move your site from “/wordpress” to “/blog/wordpress”?
c. Update the database.
6 .On which of the following databases can WordPress be installed by default?
a. MySQL
7. WordPress’s requirements are modest. At minimum, your server should support:
b. PHP version 4.3 or greater, MySQL version 4.0 or greater
8. Can you Override database values for your site URLs in wp-config.php?
a. Yes
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
10. Is it able to run more than one site/blog from a single installation of WordPress?
a. Yes
11. What is the first action you need to take for enabling WordPress MU feature?
c. Add this code to wp-config.php file: define( ‘WP_ALLOW_MULTISITE’, true );
12. Which of the following actions must be performed before enabling the Network feature?
b. Deactive your plugins
13. Is supper cache a built-in plugin of WordPress?
b. No
14. After how many times did you enter an invalid password, your IP Address would be locked?
e. no limit
15 .Super Cache compression can cause problems if your server is _______
c. already compressing output using mod_deflate (on Apache) or PHP compression (zlib)
16. Can you choose your username during the installation process from which version?
c. 3.0
17. Can you move your wp-config.php file to the parent directory without changing any settings?
b. Yes, provided that you are installing WordPress in your web root directory (such as public_html). Otherwise, it is imposible.
18 .Can you move your wp-content folder elsewhere or rename it to something else without changing any settings?
b. No
19. A possible way to collect real-time statistics about traffic to a WordPress site is to:
b.use a plug-in
20 How can the use of html code in comments be disabled?
c.By changing the theme’s source code.
21. The date/time format of a WordPress site can be changed in __________________.
b.admin settings
22 _________________ is a good way to improve the performance of a WordPress blog.
c.Installing the “wp super cache” plug-in
23. Which of the following blog sites can be imported into WordPress?
d.Opera
24. Which of the following actions must be performed to import data from WordPress.com?
c. Login wordpress.com, then export data by export tool, and import a exported xml file to your site.
25 Which of the following data can you import from Blogger site?
c.Posts, comments, and users
26. Can you import content from joomla or mambo site into wordpress?
a.Yes
27 Can you import content from static HTML files into wordpress?
a.Yes
28 Which of the following actions must be fixed after importing data into wordpress?
d. All of above data
29. How many built-in user roles does WordPress have?
4
Note: they are “Administrator”, “Editor”, “Author”, “Contributer” and “Subscriber”
30. Can users change their avatar on profile setting panel?
b.No
31. Can you add an extra fields to user’s profiles (as birth day, birth year,..)?
a. Yes
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.
Administrator
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.
Editor
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.
Author
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.
Contributor
36 ____________ can manage their own profiles, but can do virtually nothing else in the administration
area.
37. User Level 0 converts to …
Subscriber
38. User Level 1 converts to …
a. Contributor
39.User Level 3 converts to …
Author
40.User Level 7 converts to …
Editor
41. User Level 10 converts to …
Administrator
42. Which of the following role levels has the highest privilege?
b. Level_10
43 .Does author have the ability to create a category?
b. No
44 . A possible way to allow the display of several authors’ names on one post is to ______
d. use a plug-i
45. Which of the following methods can be used to enable posting via e-mail?
b. Configuring the feature in admin settings.
46.Image size limits can be set _______________.
c. in the admin settings
47. A taxonomy is a _______
c. group of terms
48. in which version were custom taxonomies introduced?
a. 2.3
49. Which of the below functions is required to create a new taxonomy?
b. register_taxonomy
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.
51.Can you set individual password for each post?
a. Yes
52.Who of the following persons can read a post locked by password?
c. Anyone who knows a password
53.What is the limitation to the depth of your categories?
c. No limit levels
54. Can you set the same slug for two categories that have different parents?
b. No
55. Can a post belong to more than one category?
a. Yes
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
57. Are categories and tags not available for pages?
a. Yes
58. Which of following action must be performed before using Akismet Plugin?
b. Create an account at wordpress.com.
59. Which of the following tasks should be performed before installing any widget?
c. Verify that your WordPress theme is widget-ready.
60. In order to display a widget, the user must _________________.
b. drag the desired widget to the side bar
61. To manually make the sidebar widget-ready, the user must ______________.
a. modify the sidebar.php file
62. Which of the following methods can be used to eliminate spam?
e. a and b
63. Which of the following tasks must be performed to add a favicon icon to your site?
e. a and b
64. How can a logo be placed on a WordPress header?
a. Manually add the logo to the source code.
65. Which of the following theme files can be used to customize the “page not found error” error page?
b. 404.php
66. Is the functions.php file required in each theme?
b. No
67. Which of the following files are required for completing your theme?
c. Index.php and style.css
68. What is the name of theme file for a page with slug ‘about’?
b. page-about.php
69. What is the name of theme file for a page with id ‘3’?
b. page-3.php
70. ‘Slug’ is higher priority in use than ‘id’ in Template Hierarchy?
a. Yes
71. Can you create a specific theme file for a custom content type?
a. Yes
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
73. What is the right order (by priority in use) to display category in Template Hierarchy?
c. category -{slug}.php, category-{id}.php, category.php, archive.php, index.php
74. What is the right order (by priority in use) to display tag in Template Hierarchy?
c. tag -{slug}.php, tag -{id}.php, tag.php, archive.php, index.php
75. What is the right order (by priority in use) to display taxonomies in Template Hierarchy?
b. taxonomy -{taxonomy}-{term}.php, taxonomy-{taxonomy}.php, taxonomy.php, archive.php, index.php
76. Where can Google Adsense be integrated into a WordPress blog?
c. Anywhere.
77. One way to get posts from a specific day is to ____________________.
b. use the query_posts loop in the source code
78. The “function_exists()” function can be used to check whether a plug-in is activated or not.
a. True
79. Conditional tags can be used to _______________________.
c. change the content to be displayed
80. The WordPress loop can be used ____________________.
b. to display every post
81. Using ____________is a good way to ensure that a WordPress site is indexed by search engines.
a. a sitemap
82. Which of the following statements regarding permalinks on a WordPress site is true?
b. Permalinks are optional but highly recommended.
83. In which of the following ways can a redirect feature be added to a permalink?
e. a and b
84. One way to make a WordPress page title more SEO friendly is to ____________.
c. change the title tag in header.php to something like “blog name »» category »» post name”
85. Meta tags can be added to WordPress pages by ________________.
a. using plug-ins
b. adding them to the header.php file
86. Which of the following methods can be used to make permalinks SEO friendly?
b. Install “wp database backup” plug-in.
2. Which of the following actions must be performed before upgrading WordPress?
f. a, b, and c
3. Which of the following files must be deleted after installing WordPress?
d. None of these files.
4. A possible way to install WordPress in your language is to _________________.
a. manually install language package or translate as necessary
5. Which of the following actions must you perform to move your site from “/wordpress” to “/blog/wordpress”?
c. Update the database.
6 .On which of the following databases can WordPress be installed by default?
a. MySQL
7. WordPress’s requirements are modest. At minimum, your server should support:
b. PHP version 4.3 or greater, MySQL version 4.0 or greater
8. Can you Override database values for your site URLs in wp-config.php?
a. Yes
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
10. Is it able to run more than one site/blog from a single installation of WordPress?
a. Yes
11. What is the first action you need to take for enabling WordPress MU feature?
c. Add this code to wp-config.php file: define( ‘WP_ALLOW_MULTISITE’, true );
12. Which of the following actions must be performed before enabling the Network feature?
b. Deactive your plugins
13. Is supper cache a built-in plugin of WordPress?
b. No
14. After how many times did you enter an invalid password, your IP Address would be locked?
e. no limit
15 .Super Cache compression can cause problems if your server is _______
c. already compressing output using mod_deflate (on Apache) or PHP compression (zlib)
16. Can you choose your username during the installation process from which version?
c. 3.0
17. Can you move your wp-config.php file to the parent directory without changing any settings?
b. Yes, provided that you are installing WordPress in your web root directory (such as public_html). Otherwise, it is imposible.
18 .Can you move your wp-content folder elsewhere or rename it to something else without changing any settings?
b. No
19. A possible way to collect real-time statistics about traffic to a WordPress site is to:
b.use a plug-in
20 How can the use of html code in comments be disabled?
c.By changing the theme’s source code.
21. The date/time format of a WordPress site can be changed in __________________.
b.admin settings
22 _________________ is a good way to improve the performance of a WordPress blog.
c.Installing the “wp super cache” plug-in
23. Which of the following blog sites can be imported into WordPress?
d.Opera
24. Which of the following actions must be performed to import data from WordPress.com?
c. Login wordpress.com, then export data by export tool, and import a exported xml file to your site.
25 Which of the following data can you import from Blogger site?
c.Posts, comments, and users
26. Can you import content from joomla or mambo site into wordpress?
a.Yes
27 Can you import content from static HTML files into wordpress?
a.Yes
28 Which of the following actions must be fixed after importing data into wordpress?
d. All of above data
29. How many built-in user roles does WordPress have?
4
Note: they are “Administrator”, “Editor”, “Author”, “Contributer” and “Subscriber”
30. Can users change their avatar on profile setting panel?
b.No
31. Can you add an extra fields to user’s profiles (as birth day, birth year,..)?
a. Yes
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.
Administrator
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.
Editor
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.
Author
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.
Contributor
36 ____________ can manage their own profiles, but can do virtually nothing else in the administration
area.
37. User Level 0 converts to …
Subscriber
38. User Level 1 converts to …
a. Contributor
39.User Level 3 converts to …
Author
40.User Level 7 converts to …
Editor
41. User Level 10 converts to …
Administrator
42. Which of the following role levels has the highest privilege?
b. Level_10
43 .Does author have the ability to create a category?
b. No
44 . A possible way to allow the display of several authors’ names on one post is to ______
d. use a plug-i
45. Which of the following methods can be used to enable posting via e-mail?
b. Configuring the feature in admin settings.
46.Image size limits can be set _______________.
c. in the admin settings
47. A taxonomy is a _______
c. group of terms
48. in which version were custom taxonomies introduced?
a. 2.3
49. Which of the below functions is required to create a new taxonomy?
b. register_taxonomy
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.
51.Can you set individual password for each post?
a. Yes
52.Who of the following persons can read a post locked by password?
c. Anyone who knows a password
53.What is the limitation to the depth of your categories?
c. No limit levels
54. Can you set the same slug for two categories that have different parents?
b. No
55. Can a post belong to more than one category?
a. Yes
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
57. Are categories and tags not available for pages?
a. Yes
58. Which of following action must be performed before using Akismet Plugin?
b. Create an account at wordpress.com.
59. Which of the following tasks should be performed before installing any widget?
c. Verify that your WordPress theme is widget-ready.
60. In order to display a widget, the user must _________________.
b. drag the desired widget to the side bar
61. To manually make the sidebar widget-ready, the user must ______________.
a. modify the sidebar.php file
62. Which of the following methods can be used to eliminate spam?
e. a and b
63. Which of the following tasks must be performed to add a favicon icon to your site?
e. a and b
64. How can a logo be placed on a WordPress header?
a. Manually add the logo to the source code.
65. Which of the following theme files can be used to customize the “page not found error” error page?
b. 404.php
66. Is the functions.php file required in each theme?
b. No
67. Which of the following files are required for completing your theme?
c. Index.php and style.css
68. What is the name of theme file for a page with slug ‘about’?
b. page-about.php
69. What is the name of theme file for a page with id ‘3’?
b. page-3.php
70. ‘Slug’ is higher priority in use than ‘id’ in Template Hierarchy?
a. Yes
71. Can you create a specific theme file for a custom content type?
a. Yes
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
73. What is the right order (by priority in use) to display category in Template Hierarchy?
c. category -{slug}.php, category-{id}.php, category.php, archive.php, index.php
74. What is the right order (by priority in use) to display tag in Template Hierarchy?
c. tag -{slug}.php, tag -{id}.php, tag.php, archive.php, index.php
75. What is the right order (by priority in use) to display taxonomies in Template Hierarchy?
b. taxonomy -{taxonomy}-{term}.php, taxonomy-{taxonomy}.php, taxonomy.php, archive.php, index.php
76. Where can Google Adsense be integrated into a WordPress blog?
c. Anywhere.
77. One way to get posts from a specific day is to ____________________.
b. use the query_posts loop in the source code
78. The “function_exists()” function can be used to check whether a plug-in is activated or not.
a. True
79. Conditional tags can be used to _______________________.
c. change the content to be displayed
80. The WordPress loop can be used ____________________.
b. to display every post
81. Using ____________is a good way to ensure that a WordPress site is indexed by search engines.
a. a sitemap
82. Which of the following statements regarding permalinks on a WordPress site is true?
b. Permalinks are optional but highly recommended.
83. In which of the following ways can a redirect feature be added to a permalink?
e. a and b
84. One way to make a WordPress page title more SEO friendly is to ____________.
c. change the title tag in header.php to something like “blog name »» category »» post name”
85. Meta tags can be added to WordPress pages by ________________.
a. using plug-ins
b. adding them to the header.php file
86. Which of the following methods can be used to make permalinks SEO friendly?
1. Who of the following persons can
read a post locked by password?
Ans. Anyone who knows a password.
2. A possible way to allow the display of several authors’ names on one post is to _____
Ans. use a plug-in
3. One way to make a wordpress page title more SEO frienly is to _____.
Ans. change the title tag in header.php to something like "blog name >> category >> post name"
4. Which of the following methods can be used to eliminate spam?
Ans. a and b
5. A possible way to install Wordpress in your language is to _____.
Ans. manually install language package or translate as necessary
6. How can the use of html code in comments be disabled?
Ans. By changing the theme's source code.
7. _____ 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.
Ans. Administrator
8. To manually make the sidebar widget-ready, the user must _____
Ans. modify the sidebar.php file
9. Which of the following role levels has the highest privilege?
Ans. Level_10
10. One way to get posts from a specific day is to _____
Ans. use the query_posts loop in the source code
11. What is the right order (by priority in use) to display category in Template Hierarchy?
Ans. category -{slug}.php, category-{id}.php, category.php, archive.php, index.php
12. Which of the following data can you import from Blogger site?
Ans. Posts, comments and users
13. Does author have the ability to create a category?
Ans. No
14. What is the limitation to the depth of your categories?
Ans. No limit levels
15. Which of the following tasks should be performed before installing any widget?
Ans. Verify that your WordPress theme is widget-ready.
16. A taxonomy is a _____.
Ans. group of terms
17. What is the name of theme file for a page with slug 'about'?
Ans. page-about.php
18. Which of the following methods is required to post html code for others to read?
Ans. None of the above: Wordpress auto-replaces special characters with substituted characters.
19. Which of the following actions must be performed to import data from wordpress.com
Ans. Login wordpress.com, then export data by export tool, and import a exported xml file to your site.
20. Can you override database values for your sit URLs in wp-config.php?
Ans. Yes
Ans. Anyone who knows a password.
2. A possible way to allow the display of several authors’ names on one post is to _____
Ans. use a plug-in
3. One way to make a wordpress page title more SEO frienly is to _____.
Ans. change the title tag in header.php to something like "blog name >> category >> post name"
4. Which of the following methods can be used to eliminate spam?
Ans. a and b
5. A possible way to install Wordpress in your language is to _____.
Ans. manually install language package or translate as necessary
6. How can the use of html code in comments be disabled?
Ans. By changing the theme's source code.
7. _____ 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.
Ans. Administrator
8. To manually make the sidebar widget-ready, the user must _____
Ans. modify the sidebar.php file
9. Which of the following role levels has the highest privilege?
Ans. Level_10
10. One way to get posts from a specific day is to _____
Ans. use the query_posts loop in the source code
11. What is the right order (by priority in use) to display category in Template Hierarchy?
Ans. category -{slug}.php, category-{id}.php, category.php, archive.php, index.php
12. Which of the following data can you import from Blogger site?
Ans. Posts, comments and users
13. Does author have the ability to create a category?
Ans. No
14. What is the limitation to the depth of your categories?
Ans. No limit levels
15. Which of the following tasks should be performed before installing any widget?
Ans. Verify that your WordPress theme is widget-ready.
16. A taxonomy is a _____.
Ans. group of terms
17. What is the name of theme file for a page with slug 'about'?
Ans. page-about.php
18. Which of the following methods is required to post html code for others to read?
Ans. None of the above: Wordpress auto-replaces special characters with substituted characters.
19. Which of the following actions must be performed to import data from wordpress.com
Ans. Login wordpress.com, then export data by export tool, and import a exported xml file to your site.
20. Can you override database values for your sit URLs in wp-config.php?
Ans. Yes
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
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
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
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
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
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
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)
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
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
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
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)
A) True
B) False (Answer)
Question: “Shortcodes” can be defined in WordPress.
A) True (Ture)
B) False
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
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
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
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
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)
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
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)
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
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
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
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)
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
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
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
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
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
Wordpress supports all the following:
1. Create new posts
2. Edit Posts
3. Schedule post for future publishing
A) True
B) False
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
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
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
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
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
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)
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
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
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 widge
a)a sitemap
b)robot.txt
c)a widge
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
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
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
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
B) Use custom fields
C) Use a widget
5. State whether True or False
WordPress supports all the following:
WordPress supports all the following:
1. Create new posts
2. Edit Posts
3. Schedule post for future publishing
A) True
B) False
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)
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
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
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
B) Flase
10. “Shortcodes” can be defined in
WordPress.
A) True (Ture)
B) False
B) False
11. Contributor may change the timestamp on
a post?
A) True
B) False (Answer)
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
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
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
b) use a plug-in (Answer)
c) use a widget
d) None of the above
Wordpress Elance test Part- 2
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:
a.
use a built-in tool
b.
use a plug-in
c.
use a widget
d.
None of the above: these statistics cannot be collected.
Ans: b
20 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.
Ans: c
21 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
Ans: b
22 _________________ 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
Ans: c
23 Which of the following blog sites can be imported
into WordPress?
a.
MySpace
b.
Yahoo blog
c.
Bebo
d.
Blogspot
e.
Opera
f.
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?
a.
Posts and Categories
b.
Posts, comments and categories
c.
Posts, comments, and users
d.
Post and tags
e.
Post, comments and tag
Ans: c
26 Can you import content from joomla or mambo site into
wordpress?
a.
Yes
b.
No
Ans: a
27 Can you import content from static HTML files into
wordpress?
a.
Yes
b.
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?
a.
3
b.
4
c.
5
d.
6
Ans: c
Note: they are “Administrator”, “Editor”, “Author”,
“Contributer” and “Subscriber”
30 Can users change their avatar on profile setting
panel?
a.
Yes
b.
No
Ans: b
31 Can you add an extra fields to user’s profiles (as
birth day, birth year,..)?
a.
Yes
b.
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.
a.
Contributor
b.
Author
c.
Editor
d.
Subscriber
e.
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.
a.
Contributor
b.
Author
c.
Editor
d.
Subscriber
e.
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.
a.
Contributor
b.
Author
c.
Editor
d.
Subscriber
e.
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.
a.
Contributor
b.
Author
c.
Editor
d.
Subscriber
e.
Administrator
Ans: a
36
____________ can manage their own profiles, but can do
virtually nothing else in the administration
area.
a.
Contributor
b.
Author
c.
Editor
d.
Subscriber
e.
Administrator
Ans: d
37
User Level 0 converts to …
a.
Contributor
b.
Author
c.
Editor
d.
Subscriber
e.
Administrator
Ans: d
38
User Level 1 converts to …
a.
Contributor
b.
Author
c.
Editor
d.
Subscriber
e.
Administrator
Ans: a
39
User Level 3 converts to …
a.
Contributor
b.
Author
c.
Editor
d.
Subscriber
e.
Administrator
Ans: b
40
User Level 7 converts to …
a.
Contributor
b.
Author
c.
Editor
d.
Subscriber
e.
Administrator
Ans: c
41
User Level 10 converts to …
a.
Contributor
b.
Author
c.
Editor
d.
Subscriber
e.
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
Wordpress Elance Test Part -3
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