Tuesday, November 13, 2012

oDesk Answer Test (WordPress 2.8 Test)



oDesk Answer Test (WordPress 2.8 Test)



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 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)

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 widge

Thanks

11 comments:

  1. Thank you for sharing your thoughts. I truly appreciate your efforts and I will be waiting for your next
    post thank you once again.

    Feel free to surf to my web site; frontier communications

    ReplyDelete
  2. Ηеy thеre! I simply want tο gіѵe yоu a huge thumbs up for your excellent informаtion you have got right here on this post.
    Ι will bе coming back to yοur website
    for morе soon.

    Ϻy page :: raspberry ketone

    ReplyDelete
  3. The best way to score points is to clear multiple lines with one block placement.
    The world is making efforts to make development in the field of science and technology.
    It is commonly available at many gaming sites or one can simply download this
    game from internet instead of buying CD's for this game. It's gained a lot of
    honours and also multiple nominations like "The Greatest Recreation of All Time throughout 2007 along with 2nd "100
    Online video Online games ever. Sweet and simple
    are two words that make Tetris so appealing to players initially.


    My web page PacmaaAdvanced

    ReplyDelete
  4. Don t hurt your ranking bу builԁing tгustworthy links and mаke ѕeo
    campаіgn а whole lot of iѕѕues
    nonethelеsѕ when it агriѵes
    to Search engine marketing stratеgіеs.
    Thе busіеr the Web геcеives
    аs well as end uρ with a multіplе keywοгԁ сombіnatiоn that will contain several οtheг
    keywогd combіnations аs
    well.

    Also visit mу web sіte: paleo Diet Diet

    ReplyDelete
  5. Most commercial power bars contain items not allowed on the paleo diet.
    Do short, higher-intensity workouts -- Several times a week, otherwise no
    junk food.

    Check out my web-site - paleo plan

    ReplyDelete
  6. Fantastic blog! Do you have any hints for aspiring writers?
    I'm hoping to start my own blog soon but I'm a little lost on
    everything. Would you advise starting with a free platform like Wordpress or go for a paid option?
    There are so many choices out there that I'm completely confused .. Any suggestions? Cheers!

    Review my weblog :: Check Out Our Site

    ReplyDelete
    Replies
    1. Welcome to our web blog. We already have several post on your asking pls find.

      Delete
  7. Terrific post but I was wondering if you could write a litte
    more on this topic? I'd be very thankful if you could elaborate a little bit further. Many thanks!

    Feel free to visit my web site - click the next internet page

    ReplyDelete
  8. Hey there excellent blog! Does running a blog like this require a large amount of work?
    I have very little understanding of programming however I was hoping to start
    my own blog in the near future. Anyhow, should you have any
    recommendations or techniques for new blog owners
    please share. I know this is off topic nevertheless I
    just needed to ask. Many thanks!

    Look at my web blog; professional link building

    ReplyDelete
  9. This design is steller! You obviously know how to keep a reader amused.

    Between your wit and your videos, I was almost moved to start my own
    blog (well, almost...HaHa!) Great job. I really enjoyed what you had to say,
    and more than that, how you presented it. Too cool!

    Check out my blog post - Go At this site

    ReplyDelete