Thursday, 21 August 2014

Odesk WordPress 3.10 Test Answer 2014

 Odesk WordPress 3.10 Test Answer 2014

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
best-free-wordpress-themes
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.  Deactivate 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 _______
b.      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 impossible.
18 .Can you move your wp-content folder elsewhere or rename it to something else without changing any settings?
c.       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?
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 ______
e.       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

Odesk U.S. English Basic Skills Test Answer Latest 2014

Odesk U.S. English Basic Skills Test Answer 2014

Q: Choose the series of prepositions that best completes the following sentence.
Charlotte knew________the secret investigation_________her past, but she closed her eyes to it and pretended it wasn’t happening.
Answer: a. of, about

Q: Choose the series of adjectives and adverbs that best completes the following sentence.
I think Pamela deserves to be punished for her________stupid and________behavior.
Answer: b. totally, irresponsible

Q:  Which of the following sentences punctuated correctly?
a. Tracy bought three suits; seven scarves; and ten pairs of shoes.
Answer: b. We are expecting a hurricane this afternoon, therefore we have closed the school early.
 
Q: Choose the series of adjectives and adverbs that best completes the following sentence.
While_________of our relatives live on the__________hill in the county, _________of our friends live in the _________areas of the valley.
Answer: c. many, windiest, most, more, protected
 
Q: Complete the following sentence by choosing the phrase with the best word order from the options given.
Those who are not wise_____________.
Answer: d. does not need to be necessarily stupid.
 
Q:  Choose the series of pronouns that best completes the following sentence.
Don’t _________think Larry should call__________wife if______________is going to be late for dinner?
Answer: a. you, his, he
 
Q: Rearrange the following words to create most logical and grammatically correct sentence.
days for last has good weather few The been the not
Answer:d. The weather has not been good for the last few days
 
Q: Choose the series of adjectives and adverbs that best completes the following sentence.
Knowing that February was the___________month of the year, Cheryl planned her vacation____________.
Answer: b. shortest, accordingly
 
Q: Rearrange the following words to create most logical and grammatically correct sentence.
Answer: e. Whenever I can’t spend time with my friend, I always speak to him on the phone.
 
Q: Read the following question and choose the response that uses the correct corresponding verb tense.
Does Jack wear that furry hat often?
Answer: d. No, he only wears it when his ears are cold.
 
Q: Which of the following sentence illustrates correct pronoun usage?
a. is those the set of plates the bride wanted, or did she want this set?
d.Whose book is that-his or our?
Answer: e. None of the above
 
Q: Which of the sentence illustrates proper sentence structure?
a. Everyone knows that a mango is much sweeter to an orange
Answer: d. The queen had hardly finished her speech when the people began to disperse.
 
Q: Change the following sentence from a quotation to indirect speech.
“It may snow tomorrow.” he said.
Answer: d. He said it might snow tomorrow.
 
Q: Which of the following sentence punctuated correctly?
Answer: d. “Come here.” she said, “and let me get a good look at you.”
 
Q: Change the following sentence from a quotation to indirect speech.
“Sharon must go to the bank today.” said Albert.
Answer: d. Albert said Sharon had to go to the bank today.
 
Q: Choose the option that correctly changes original sentence from active to passive.
ORIGINAL SENTENCE:
That tall man is carrying a lot of lumber.
REWRITTEN SENTENCES:
Answer: d. A lot of lumber is being carried by that tall man.
 
Q: Choose the series of prepositions that best completes the following sentence.
I placed my notes__________my desk and referred to them____________ the meeting.
Answer: b. beside, during
 
Q: Rearrange the following words to create most logical and grammatically correct sentence.
Sleeping likes the . midday Katie until on weekends
Answers: Katie likes sleeping until midday on the weekends.
 
Q: Choose the series of verbs that best completes  the following sentence.
Everyone ____________too busy cooking and __________ the campsite ____________ the family _________ from the woods.
Answers: d. was, setting up, to notice, watching
 
Q: Choose the series of verbs that best completes  the following sentence.
I find it very hard to remember ______________ letters that are entrusted to me. In fact, I remember_____________to do so dozens of times!
Answer: d. mailing, forgetting
 
Q:  Choose the series of articles and conjunctions that best completes  the following sentence.
Lilacs ___________ violets are usually purple, I have seen some _________ are white.
Answer: c. and, although, that
 
Q: Complete the following sentence by choosing the phrase with the best word order from the options given.
Only after they had an exhaustive study__________ how to adapt the technology to the needs of our company.
Answer: c. they did begin to understand
 
Q: Which of the following sentence illustrates proper use of comma?
Answer: f. All of the above
 
Q: Which of the following sentence does NOT illustrates correct verb and tense usage?
Answer: b. Clarabelle’s mother absolutely hated nicknames and always calls her daughter by her full name.
 
Q: Choose the series of prepositions that best completes the following sentence.
Victor, who stole ____________ ideas and used them  to make _________ a millionaire, never once offered ______________ a world of thanks.
Answer: d. our, himself, us
 
Q: Choose the series of prepositions that best completes the following sentence.
______________ is the name of the opera, and ___________ role did you say Maria would play?
Answer: c. What, which
 
Q: Choose the verbs and phrases that best completes the following sentence.
This dish _____________ too spicy. Why ___________ so pepper?
Answer: e. a and c
 
Q: Change the following sentence from a quotation to indirect speech.
Carol has said, “I am responsible for this project.”
Answer: a. Carol has said that she is responsible for this.
 
Q: Choose the series of prepositions that best completes the following sentence.
Although Marvin said he had the keys___________ the flower pot, we were unable to find them___________ the dark. In the end, we waited for him at the coffee shop ____________the corner.
Answer: a. under, in. around
 
Q: Complete the following sentence by choosing the phrase with the best word order from the options given.
The excited children who had run toward the loud _______________.
Answer:d. music, told the others about the ice cream truck outside.

 Q: Rearrange the following words to create most logical and grammatically correct sentence.
your company name? of what the is
Answer: c. What is the name of your company?
 
Q: Which of the following sentences NOT punctuated correctly?
a. All of the apple’s at the grocers were rotten so I bought oranges instead.
Answer: b. “Seven canteens full of water should enough for the hike,” said Tabitha.

Q: Choose the series of prepositions that best completes the following sentence.
After realizing that our hosts hadn’t actually invested _________ to ____________ party. ____________ excused ____________ from the table and slipped out the back door.
Answer: a. us, their, we, ourselves.
 
Q: Which of the following sentences illustrates the proper use of parallel construction?
Answer: b. We painted the conference room yellow, hung a poster on the wall, and are rearranging the chairs.

Q: Which of the following sentence uses correct pronoun usage?
Answer: e. All of the above
 
Q: Choose the series of adjectives and adverbs that best completes the following sentence.
The archeologists were_____________ to discover such a __________ and__________ ____________ artifact at that mostly uncovered site.
Answer: b. amazed, rare, incredibly, beautiful

Q: Change the following sentence from a quotation to indirect speech.
“I’m not feeling well,” Agatha said.
Answer:  a. Agatha has said that she doesn’t feel well.

Q: Change the following sentence from a quotation to indirect speech.
Rhonda says, “I get to work early every day.”
    a.     Rhonda says she gets to work early every day.

  
Q: Choose the series of adjectives and adverbs that best completes the following sentence.
While __________ of our relatives live on the __________ hill in the county, __________ of our friends live in the __________ __________ areas of the valley.
b.     most, windier, more, most, protective

Q: Choose the series of prepositions that best completes the following sentence.
Although the issue was very serious, the committee disposed ______ it in a few minutes and moved _______ to other business.
b.     of, away

Q: Change the following sentence from a quotation to indirect speech.
“I will be moving soon,” said Alma.
c.     Alma says she’ll be moving soon.

Q: Read the original sentence below and then choose the rewritten sentence that illustrates proper sentence structure.
It is easy to carry solid objects, but the same cannot be said of liquids.
b.     Unlike liquids, we can easily carry solid objects.

Q: Which of the following sentences does NOT illustrate correct verb and verb tense usage?
d.     Have you ever wondered how many jelly beans there are in the world?

Q: Choose the series of verbs and phrases that best completes the following passage.
This dish _________ too spicy. Why __________ so much pepper?
d.     was, the chef used   
Q: Rearrange the following words to create the most logical and grammatically correct sentence.
your company name ? of What the is
c.     What is the name of your company?

Q: Choose the series of verbs that best completes the following sentence.
If Harry __________ to the party too early, don’t let him in; he __________ outside like everyone else.
a.     gets, will have to wait

Q: Choose the series of adjectives and adverbs that best completes the following sentence.
The archaeologists were ________ to discover such a __________ and __________ _________ artifact at that mostly uncovered site.
c.     beautiful, rarity, amazingly, incredible

Q: Choose the series of adjectives and adverbs that best completes the following sentence.
The archaeologists were ________ to discover such a __________ and __________ _________ artifact at that mostly uncovered site.
c.     beautiful, rarity, amazingly, incredible

Q: Choose the phrase that best completes the sentence below without creating a run-on sentence.
Mr. Peach has sent his four children to Ivy League colleges __________ he has sacrificed his health working day and night in that dusty factory.
b.     ; however,

Q: Change the following sentence from a quotation to indirect speech.
Jerry said, “I saw my cousin at the fair.”
d.     Jerry says he saw his cousin at the fair.

Q: Which of the following sentences illustrates correct usage of articles and conjunctions?
c.     For my birthday, I would like a book, an hourglass, and the keys to a new boat.

Q: Rearrange the following words to create the most logical and grammatically correct sentence.
work . is always to brother willing not My
a.     My brother is not willing to work always.

Q: Choose the series of articles and conjunctions that best completes the following sentence.
I think Fran could be ______ great public speaker, _______ she is still too shy to try it.
b.     a, but

Q: Rearrange the following words to create the most logical and grammatically correct sentence.
days . for last has good weather few The been the not
d.     The weather has not been good for the last few days.

Q: Choose the series of articles and conjunctions that best completes the following sentence.
_______ she was feeling ill, Teresa wanted to eat only _____ apple _____ some soup.
b.     After, an, and

Q: Choose the series of pronouns that best completes the following sentence.
That house used to be ______ , but ______ have given it to ______.
c.     mine, I, her

Q: Choose the series of articles and conjunctions that best completes the following sentence.
Neither we ________ Sal, our neighbor, could understand ________ it had been our dog Rover or Sal’s cat’s kittens _________ had destroyed all the flower beds in the middle of _______ night.
b.     or, if, who, the
 
Q: Choose the series of pronouns that best completes the following sentence.
After realizing that our hosts hadn’t actually invited ______ to ______ party, ______  excused ______  from the table and slipped out the back door.
 c.     them, our, they, themselves

Q: Change the following sentence from a quotation to indirect speech.
“I’m not feeling well,” Agatha said. 
 d.     Agatha says she isn’t feeling well.

Q: Complete the following sentence by choosing the phrase with the best word order from the options given.
Those who are not wise ____________  .
a.     do not need be necessarily stupid

Q: Choose the series of pronouns that best completes the following sentence.
Don’t ________ think Larry should call ________ wife if ________ is going to be late for dinner?
a.     you, his, he

Q: Which of the following sentences illustrates the proper use of parallel construction? 
  b.     We painted the conference room yellow, hung a poster on the wall, and are rearranging the chairs.

Q: Which of the following sentences is punctuated correctly?
b.     Come here she said, and let me get a good look at you.

Q: Choose the option that correctly changes the original sentence from active voice to passive voice.
ORIGINAL SENTENCE:
That tall man is carrying a lot of lumber.
REWRITTEN SENTENCES:
c.     The lumber is carried by the tall man.

Q: Choose the series of prepositions that best completes the following sentence.
Jack, leaning casually ________ the tree, watched as Sally walked slowly ________ him.
c.   upon, past

Q: Change the following sentence from a quotation to indirect speech.
“Sharon must go to the bank today,” said Albert.
c.     Albert says Sharon must go to the bank today.

Q: Which of the following sentences does NOT illustrate correct pronoun usage?

c.     You should wear that jacket to their wedding because it’s the nicest one you have.

Q: Choose the series of prepositions that best completes the following passage.
Although Marvin said he had hidden the keys _______ the flower pot, we were unable to find them  _______ the dark. In the end, we waited for him at the coffee shop ___________ the corner.
a.  under, in, around

Q: Choose the series of verbs that best completes the following passage.
I find it very hard to remember _________ letters that are entrusted to me. In fact, I remember _________ to do so dozens of times!
d.     mailing, forgetting

Q: Which of the following sentences illustrates proper sentence structure?
c.     The man in the black cape mounted his powerful stallion and it galloped away.

Q: Which of the following sentences illustrates the proper use of parallel construction
d.     Tatiana declared that the people in her office are smarter than the people who work in Tad’s office. 
Q: Choose the series of prepositions that best completes the following sentence.
The deer ran quickly _______  the trees, its hooves pounding _______  the forest floor.
a.     amid, from

Q: Choose the series of pronouns that best completes the following sentence.
_______  is the name of the opera, and _______ role did you say Maria would play?

 c.     What, which

Q: Complete the following sentence by choosing the phrase with the best word order from the options given.
The excited children, who had run toward the loud _____________ .
d.     music, told the others about the ice cream truck outside

Q: Choose the series of adjectives and adverbs that best completes the following sentence.
Knowing that February was the _________ month of the year, Cheryl planned her vacation ___________.
c.     shorter, according

Q: Which of the following sentences is NOT punctuated correctly?
a.  We expect only three things from our dog: loyalty, affection, and tail wagging.

Q: Choose the series of pronouns that best completes the following sentence.
_______ is the name of the opera, and ______ role did you say Maria would pay?
Answer: c (what, which)
Q: Read the following question and choose the response that uses the correct corresponding verb tense.
Answer: a (No, because by the time I got there all the tickets had already been sold.)

Q: Choose the phrase that best completes the sentence below without creating a run-on sentence.
It’s never too late to learn how to swim ______ you may fall off a boat!
Answer: b (you never know when)

Q: Choose the series of verbs and phrases that best completes the following passage.
This dish ______ too spicy. Why _______ so much pepper?
Answer: e (a and c)

Q: Rearrange the following words to create the most logical and grammatically correct sentence.
With can’t phone, on whenever always to the time spend I speak I my friend, him
Answer: e (Whenever I can’t spend time with my friend. I always speak to him on the phone.

Q: Read the following question and choose the response that uses the correct corresponding verb tense.
Did you hear the weather report for tomorrow?
Answer: b (No, I wasn’t listening to the radio.)

Q: Choose the series of pronouns that best completes the following sentence.
Victor, who stole ______ ideas and used them to make ______ a millionaire, never once offered ______ a word of thanks.
Answer: d (our, himself, us)

Q: Which of the following sentences illustrates correct verb and verb tense usage?
Answer: e (All of the above)

Q: Choose the series of adjectives and adverbs that best completes the following sentences.
While ______ of our relatives live on the _______ hill in the country, ______of our friends live in the ________ area of the valley.
Answer: c (many, windiest, most, protected)

Q: Choose the series of adjectives and adverbs that best completes the following sentence.
Knowing that February was the ______ month of the year, Cheryl planned her vacation ________.
Answer: b (shortest, accordingly)

Q: Choose the phrase that best completes the sentence below without creating a run-on sentence.
Mr. Peach has sent his four children to lvy league colleges _______ he has sacrificed his health working day and night dusty factory.
Answer: b (; however)

Q: Choose the series of adjectives and adverbs that best completes the following sentences.
I think Pamela deserves to be punished for her _______ stupid and ______ behavior.
Answer: b (total, irresponsible)

Q: Choose the series of verbs that best completes the following sentences.
If Harry ________ to the party too early, don’t let him in; he ________ outside like everyone else.
Answer: a (gets, will have to wait)

Tags: odesk Test Question, odesk readiness question, seo question, odesk U.S based question.

ODESK READINESS TEST 2014

oDeskLogoOnGreen1200

 ODESK READINESS TEST 2014


Question no.1: the oDesk team application time tracker records which of the following:

Ans: all of the above

Question no.2: can i start my own agency on oDesk?

Ans: yes!you can create an agency and earn money by selling the services of your agency contractor

Question no.3: which of the following are NOT  permitted on oDesk?

Ans: all of the above. 

Question no.4: which of the following actions are NOT allowed when applying to job posting?

Ans: all of the above.

Question no.5: what happens when a contract ends?

Ans: all of the above.

Question no.6: which of the following is FALSE about weekly limits on hourly contracts?

Ans: the weekly limit can be changed by the contractor.

Question no.7: which of the following is TRUE about fixed contracts?

Ans: how much to pay and when to pay is at the employer’s discretion.

Question no.9: which of the following are TRUE about the oDesk Work Dairy ?

Ans: all of the above.

Question no.10: which of the following are TRUE about the oDesk dispute process?

Ans: all of the above.

Question no.11: which of the following are required to qualified for guaranteed payment?

Ans: all of the above.

Question no.12: which of the following statements about oDesk fees is FALSE?

Ans: the Odesk fee is $2/hour for hourly contracts  .