Tuesday, May 5, 2015

ODesk - Elance WordPress 3.1 Test Answers – 2015

ODesk - Elance WordPress 3.1 
Test Answers – 2015




Question:- 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?
Answer:- b. Install “wp database backup” plug-in.

Question:- Which of the following actions must be performed before upgrading WordPress?
Answer:- f. a, b, and c

Question:- Which of the following files must be deleted after installing WordPress?
Answer:- d. None of these files.

Question:- A possible way to install WordPress in your language is to _________________.
Answer:- a. manually install language package or translate as necessary

Question:- Which of the following actions must you perform to move your site from “/wordpress” to “/blog/wordpress”?
Answer:- c. Update the database.

Question:- On which of the following databases can WordPress be installed by default?
Answer:- a. MySQL

Question:- WordPress’s requirements are modest. At minimum, your server should support:
Answer:- b. PHP version 4.3 or greater, MySQL version 4.0 or greater

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

Question:- 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?
Answer:- a. Yes

Question:- Is it able to run more than one site/blog from a single installation of WordPress?
Answer:- a. Yes

Question:- What is the first action you need to take for enabling WordPress MU feature?
Answer:- c. Add this code to wp-config.php file: define( ‘WP_ALLOW_MULTISITE’, true );

Question:- Which of the following actions must be performed before enabling the Network feature?
Answer:- b. Deactive your plugins

Question:- Is supper cache a built-in plugin of WordPress?
Answer:- b. No

Question:- After how many times did you enter an invalid password, your IP Address would be locked?
Answer:- e. no limit

Question:- Super Cache compression can cause problems if your server is _______
Answer:- c. already compressing output using mod_deflate (on Apache) or PHP compression (zlib)

Question:- Can you choose your username during the installation process from which version?
Answer:- c. 3.0

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

Question:- Can you move your wp-content folder elsewhere or rename it to something else without changing any settings?
Answer:- b. No

Question:- A possible way to collect real-time statistics about traffic to a WordPress site is to:
Answer:- b.use a plug-in

Question:- How can the use of html code in comments be disabled?
Answer:- c.By changing the theme’s source code.

Question:- The date/time format of a WordPress site can be changed in __________________.
Answer:- b.admin settings

Question:- _________________ is a good way to improve the performance of a WordPress blog.
Answer:- c.Installing the “wp super cache” plug-in

Question:- Which of the following blog sites can be imported into WordPress?
Answer:- d.Opera

Question:- Which of the following actions must be performed to import data from WordPress.com?
Answer:- c. Login wordpress.com, then export data by export tool, and import a exported xml file to your site.

Question:- Which of the following data can you import from Blogger site?
Answer:- c.Posts, comments, and users

Question:- Can you import content from joomla or mambo site into wordpress?
Answer:- a.Yes

Question:- Can you import content from static HTML files into wordpress?
Answer:- a.Yes

Question:- Which of the following actions must be fixed after importing data into wordpress?
Answer:- d. All of above data

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

Note: they are “Administrator”, “Editor”, “Author”, “Contributer” and “Subscriber”
Question:- Can users change their avatar on profile setting panel?
Answer:- b.No

Question:- Can you add an extra fields to user’s profiles (as birth day, birth year,..)?
Answer:- a. Yes

Question:- ____________ 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.
Answer:- Administrator

Question:- ____________ 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.
Answer:- Editor

Question:- _____________ 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.
Answer:- Author

Question:- ____________ 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.
Answer:- Contributor

Question:- ____________ can manage their own profiles, but can do virtually nothing else in the administration
Answer:- area.

Question:- User Level 0 converts to …
Answer:- Subscriber

Question:- User Level 1 converts to …
Answer:- a. Contributor

Question:- User Level 3 converts to …
Answer:- Author

Question:- User Level 7 converts to …
Answer:- Editor

Question:- User Level 10 converts to …
Answer:- Administrator

Question:- Which of the following role levels has the highest privilege?
Answer:- b. Level_10

Question:- Does author have the ability to create a category?
Answer:- b. No

Question:- A possible way to allow the display of several authors’ names on one post is to ______
Answer:- d. use a plug-i

Question:- Which of the following methods can be used to enable posting via e-mail?
Answer:- b. Configuring the feature in admin settings.

Question:- Image size limits can be set _______________.
Answer:- c. in the admin settings

Question:- A taxonomy is a _______
Answer:- c. group of terms

Question:- in which version were custom taxonomies introduced?
Answer:- a. 2.3

49. Which of the below functions is required to create a new taxonomy?
Answer:- b. register_taxonomy

Question:- Which of the following methods is required to post html code for others to read?
Answer:- a. Replacing special characters with corresponding html codes or character codes.

Question:- Can you set individual password for each post?
Answer:- a. Yes

Question:- Who of the following persons can read a post locked by password?
Answer:- c. Anyone who knows a password

Question:- What is the limitation to the depth of your categories?
Answer:- c. No limit levels

Question:- Can you set the same slug for two categories that have different parents?
Answer:- b. No

Question:- Can a post belong to more than one category?
Answer:- a. Yes

Question:- Can you limit the number of revisions WordPress stores by _____
Answer:- a. adding the following line to your wp-config.php file: define(‘WP_POST_REVISIONS’, 3);
b. using a plugin

Question:- Are categories and tags not available for pages?
Answer:- a. Yes

Question:- Which of following action must be performed before using Akismet Plugin?
Answer:- b. Create an account at wordpress.com.

Question:- Which of the following tasks should be performed before installing any widget?
Answer:- c. Verify that your WordPress theme is widget-ready.

Question:- In order to display a widget, the user must _________________.
Answer:- b. drag the desired widget to the side bar

Question:- To manually make the sidebar widget-ready, the user must ______________.
Answer:- a. modify the sidebar.php file

Question:- Which of the following methods can be used to eliminate spam?
Answer:- e. a and b

Question:- Which of the following tasks must be performed to add a favicon icon to your site?
Answer:- e. a and b

Question:- How can a logo be placed on a WordPress header?
Answer:- a. Manually add the logo to the source code.

Question:- Which of the following theme files can be used to customize the “page not found error” error page?
Answer:- b. 404.php

Question:- Is the functions.php file required in each theme?
Answer:- b. No

Question:- Which of the following files are required for completing your theme?
Answer:- c. Index.php and style.css

Question:- What is the name of theme file for a page with slug ‘about’?
Answer:- b. page-about.php

Question:- What is the name of theme file for a page with id ‘3’?
Answer:- b. page-3.php

Question:- ‘Slug’ is higher priority in use than ‘id’ in Template Hierarchy?
Answer:- a. Yes

Question:- Can you create a specific theme file for a custom content type?
Answer:- a. Yes

Question:- What is the right order (by priority in use) to display page in Template Hierarchy?
Answer:- a. page-{slug}.php, page-{id}.php, page.php, index.php

Question:- What is the right order (by priority in use) to display category in Template Hierarchy?
Answer:- c. category -{slug}.php, category-{id}.php, category.php, archive.php, index.php

Question:- What is the right order (by priority in use) to display tag in Template Hierarchy?
Answer:- c. tag -{slug}.php, tag -{id}.php, tag.php, archive.php, index.php

Question:- What is the right order (by priority in use) to display taxonomies in Template Hierarchy?
Answer:- b. taxonomy -{taxonomy}-{term}.php, taxonomy-{taxonomy}.php, taxonomy.php, archive.php, index.php

Question:- Where can Google Adsense be integrated into a WordPress blog?
Answer:- c. Anywhere.

Question:- One way to get posts from a specific day is to ____________________.
Answer:- b. use the query_posts loop in the source code

Question:- The “function_exists()” function can be used to check whether a plug-in is activated or not.
Answer:- a. True

Question:- Conditional tags can be used to _______________________.
Answer:- c. change the content to be displayed

Question:- The WordPress loop can be used ____________________.
Answer:- b. to display every post

Question:- Using ____________is a good way to ensure that a WordPress site is indexed by search engines.
Answer:- a. a sitemap

Question:- Which of the following statements regarding permalinks on a WordPress site is true?
Answer:- b. Permalinks are optional but highly recommended.

Question:- In which of the following ways can a redirect feature be added to a permalink?
Answer:- e. a and b

Question:- One way to make a WordPress page title more SEO friendly is to ____________.
Answer:- c. change the title tag in header.php to something like “blog name »» category »» post name”

Question:- Meta tags can be added to WordPress pages by ________________.
Answer:- a. using plug-ins
b. adding them to the header.php file

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

No comments:

Post a Comment