Thursday 15 August 2013

Odesk Test Answers Readiness Test

Question: The oDesk Team application Time Tracker records which of the following

a.  Screenshot of the active screen once per billing segment
b. Number of keystrokes
c.  Number of mouse clicks
d.  Memo entered by the contractor
e.  All of the above 

Question: Which of the following statements about oDesk fees is FALSE?

a.  The oDesk fee is 10% of the employer’s payment to oDesk
b.  oDesk is free to join
c.  oDesk is free for contractors to apply and work on jobs
d.  The oDesk fee is $2/hour for hourly contracts 
e.  All of the above

Question: Which of the following is TRUE about fixed-price contracts?

a. Employer billed automatically each week
b.  How much to pay and when to pay is at the employer’s discretion
c.  Hours worked will show on your profile
d.  Time-tracking required
e.  Qualify for the oDesk payment guarantee

Question: Which of the following are NOT permitted on oDesk?

a.  Sharing a single account between multiple people
b. Opening more than one account on oDesk
c. Using a logo or clip art as your profile portrait
d.  Using a fake name
e.  All of the above 

Question: Which of the following actions are NOT allowed when applying to job postings?
a. Misrepresenting your skills, experiences, portfolio, etc.
b. Submitting boilerplate, placeholder or generic bids or other spam
c. Disclosing direct contact information
d. Applying when you are not truly qualified
e.  All of the above

Question: Can I start my own agency on oDesk?


a.     Yes! You can create an agency and earn money by selling the services
of your agency contractors. 
b.     No, oDesk is for independent contractors only

Question: Which of the following are required to qualify for guaranteed payment?

a. An hourly contract
b. Tracking your time with the oDesk Team application
c. Entering relevant memos
d. An employer with a verified payment method
e. All of the above

Question: Which of the following are TRUE about your oDesk Work Diary?

a.  Allows employers to see when and what their contractors are working on
b. Enables automatic billing for hourly contracts
c.The oDesk Team application auto-tracks time which can be reviewed in the Work Diary
d. Manual time can be added, but isn’t guaranteed payment
e.     All of the above 


Question: What happens when a contract ends?

a. You lose access to the Work Diary
b. Both users can leave feedback
c. The feedback system is double blind, so your employer cannot see the feedback you
left them until after they have left feedback for you
d.  Hours will be billed (and disputes may be filed) according to the usual weekly payment schedule
e.   All of the above 

Question: Which of the following is FALSE about weekly limits on hourly contracts?

a.Hours in excess of the weekly limit will not be billed to the employer
b.You should discuss any need to work beyond your limit with your employer
c. The weekly limit can be changed by the contractor
 d.The weekly limit can be changed by the employer
e. Hours in excess of the weekly limit are not guaranteedpayment

Question: Which of the following are TRUE about the oDesk dispute process?

a.The dispute process only applies to Hourly contracts
b. If you fail to respond, oDesk will refund the employer and suspend your account
c. If you reject the dispute, oDesk specialists will review your Work Diary and
evaluate it against the criteria of the payment guarantee
d.  Disputed hours ruled in the employers favor are refunded
e.  All of the above

Odesk Test Answers HTML 4.01

Which of the following tags can be used in place of a button tag?
c. input

Which of the following is not a valid input type of the form tag?
e. All are valid

It is not necessary to give the coordinates for an image or object defined within an area tag, if the value of its shape attribute is:
c.default

Which of the following is/are a valid value for the type attribute of the input tag?
a. text
c. reset
d. password

Which of the following is not correct for an action attribute for a form tag?
d. None of the above

Which of the following values is/are valid for the align attribute of a tag?
a.left
b.right
c.center

The following link is placed on an HTML webpage.
<a href="http://msdn.com/" target="_blank"> MSDN </a>
What do you infer from it?
b. It will open the site msdn.com in a new window.

Is the following code valid in HTML 4.01 Strict?
<ul><li><ol><li>A</li><li>B</li><ul><li>Item1</li><li>Item 2</li></ul><li>C</li></ol></li></ul>
a. Perfectly valid.

Which of the following values for the scrolling attribute for the frame tag is not valid?
d. no

Which of the following set of coordinate values refers to an image defined by the area tag with the value of poly for its shape attribute?
b.coords="150,190,150,110"

What is meant by the cellspacing attribute?
c. It specifies the space between two cells.

Which of the following attributes comes in handy when borders have to be put between groups of columns instead of every column?
b. colgroup

A few lines in an HTML paragraph are to be formatted differently from the rest of the lines. Which tag will assist in this?
b. p

You want to display a table listing out customer names and their contact information. The heading of the table is shown in the figure. What is the code for creating the first line of the table heading?
b. <tr>
<th>Customer Name</th>
<th cellpadding=3>Contact</th>
</tr>

What would you infer from the following code in an HTML 4.01 Web site? <body topmargin=2 leftmargin=2>
a. The top margin and left margin of the webpage is 2 pixels.

You specified a base tag and anchors as follows:
1. <base target="_blank">
2. <a href="http://www.yahoo.com">Yahoo</a>
3. <a href="http://www.google.com" target="_top">Google</a>
Which of the following is true for the above code?
c. Both links will open in a new window.

On one of your Web pages named Listing.html, you specified a target like this:
<a name="target4">Old Listing</a>
How will you make a link to the above target?
b. <a href="#target4">Check Old Listing as well</a>

Which attribute specifies the submit URL in a form tag?
b. action

How will you specify a comment in an HTML document
c. <!-- Here is a comment.. -->

Which of the following is correct regarding the frame attribute in the <table> tag?
b. A hsides value for the frame attribute will show the border lines for horizontal sides only.

What is meant by cellpadding?
b. It specifies the space between the cell wall and the contents of the cell.

For the following items of a <select> list:
<option value="89">Item 1</option>
<option value="90">Item 2</option>
Which of the following values would be passed on by clicking the submit button on selecting Item 2 from the list?
b. 90

You have to add a list of products in a drop-down list. What will you use to group the identical products under a category name?
a. optgroup

Which of the following shows the basic tag structure of an HTML document?
c. <html><head></head><body></body></html>

Within a table cell <td>:
e. All the above tags could be used.

A developer wrote this image tag:
<img src ="states.gif" width ="330" height ="406" alt="States"
usemap ="#statemap" />
What code should follow this?
a. <map id ="statemap" name="statemap">
<area shape ="rect" coords ="0,0,82,126" href="state1.htm"
alt="State1" />
</map>

The tag which is used to show monospaced text is:
b. <th>

The tag that is used to pass the parameters to anapplet is:
c. param

Which of the following attributes is/are valid for a select tag contained within a form tag?
d. All of the above

You want to provide a form field to the users for writing lengthy comments on the quality of the services provided by you. Which of the following tags will you use?
d. <input type="text" maxlength="100"/>

You are creating several web pages for a website that contain several rather large data tables, many of which are somewhat similar in the number of columns, rows, and in other common table formatting. In addition, CSS will be employed for formatting the tables. Which one of the following types of CSS has the highest priority over the others and typically requires the greatest total amount of code space for the entire website forformatting the various <td> table cells?
a.External style sheet

Which of the following attributes is/are related to the <img> tag?
d. All of the above

Which of the following is/are not correct for a <meta> tag in HTML 4.01?
d. It is mandatory to specify its name or scheme attributes.

Which of the following statements is correct for a blockquote?
b. It defines the start of a long quote.

Which of the following is incorrect about the relation between HTML and XHTML?
b. XHTML is almost identical to HTML 4.01.

Which of the following statements is correct for the tag?
d. It places an empty line after the text.

Which of the following is/are not true for a paragraph tag in HTML 4.01?
b. It creates an empty line above its starting line.
c. It cannot be used within a <td> tag.

A piece of text contains many blank spaces within it. Which of the following tags would be suitable to display the text as it was originally formatted?
d. pre

Choose the incorrect statement(s):
b. HTML is case sensitive.