Wednesday, November 20, 2013

Wordpress 3.1 Test 100% correct answer part-1


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

No comments: