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.

Odesk Test Answers Adobe Photoshop CS3

v Changing units on the Info Palette automatically changes the units on Rulers. 
v TRUE 

v Which of the following Filters cannot be applied to a Smart Object? 
v Pattern Maker 

v With which of the given options does the Signal Strength Meter appear? 
v It appears when you choose 'merge to hdr command' 

v Channels can not be added to which of the following image modes? 
v Bitmap 

v Which among the following Modes does not support layers? 
v All of the above 

v Which of the following is not true about Filters? 
v None of the above 

v Which of the following is not true about the Curves dialog box? 
v The Curves dialog box lets you adjust up to 14 different points throughout an image's tonal range 

v Which of the following Slices is created with the Slice Tool? 
v User slices 

v Which of the following features is supported by the EPS file format? 
v It supports the Grayscale and Bitmap color modes 

v Which among the following blending modes is available only for the Apply Image and Calculations commands? 
v Both a and b

v What is the use of the Make Work Path command in the Paths palette ? 
v It can alter the shape of a selection 

v Which type of information is not displayed by the Info Palette? 
v It does not display the opacity of the current layer 

v Which among the following is not a right option for selecting a web-safe color from the Color Palette? 
v Choose Current Color from the Color Palette Menu

v Which keyboard shortcut (windows) will you choose to close a Path? 
v None of the above 

v Anti-aliasing option is available for which of the given Tools? 
v All of the above 

v Which of the following options displays the Spot Channels in the Channels palette? 
v B 

v What happens when Use Legacy is selected as shown in the given picture? 
v It is used to apply proportionate (nonlinear) adjustments to image pixels 

v Which option will you select to open the Levels dialog box? 
v Choose Image > Adjustments > Levels 

v Which type of images are resolution-dependent? 
v Vector images 

v Which Liquify Tool is used to reconstruct a part of a distorted image? 
v A 

v In which Format will you save your file to preserve the Alpha channels? 
v All of the above 

v Which of the following is not a kind of text type? 
v Line type

v Which option will you select to convert Types to Shapes?
v Both b and c

v The mask created by the Replace Color command is permanent.
v FALSE

v Which of the following Layer properties can be animated?
v All of the above

v Which View will you choose to display a Histogram with no controls or statistics?
v All of the above

v Which of the given options displays left indent in the Paragraph palette?
v B

v Which keyboard shortcut (windows) will you choose to group Layers?
v Control + G

v The Rotate Canvas command does not work on which of the following
v All of the above

v Which of the Saving commands is available for an image that is managed by a Version Cue Workspace?
v Check In

v When will the Dynamic shortcuts appear in the Character Palette Menu as shown in the picture?
v All of the above

v Hanging Punctuation controls the alignment of the punctuation marks for a specific paragraph.
v TRUE

v Which option will you choose to select all layers of a similar type?
v All of the above

v Which of the following is not a Color Adjustment command?
v Adjustment command

v By default, Masks applied to Smart objects are linked to Smart object layers. .
v FALSE

v A working space is an intermediate color space used to define and edit color in Adobe applications.
v FALSE

v Which option will you select to remove the existing profile from the document in the given image?
v C

v You cannot change the order of the Vector masks or working paths in the Paths palette.
v FALSE

v The Color Replacement Tool does not work in which of the following Image modes?
v All of the above

v In which of the following Modes can you draw while working with the Shape or Pen tools?
v All of the above

v The Out Of Gamut option works only on RGB and Lab images
v TRUE

v Which among the following QuickTime Video formats is supported by Photoshop extended?
v MOV

Odesk Test Answers MSWORD 2007

To find the answer press CTRL+F in your keyboard and type the word(s) you want to find.

Which feature(s) should be selected in order to find and remove hidden data and personal information in Office documents?
Ans: Document Inspector

Which keyboard shortcut is used to make the text size smaller?
Ans: CTRL+SHIFT+<

Which among the following options will you use to add a command to the Quick Access Toolbar?
Ans: All of the above

Which option(s) should you select to remove a chart or axis title from a chart?
Ans: To remove an axis title, select the Layout tab. In the Labels group, click on Axis Titles, click the type of axis title, and then click None.

Which of the following two paragraphs is/are true for Word 2007?
(1)To show or hide formatting marks in your editing markup — on the Home ribbon, in the Paragraph group, click the Show/Hide button.
(2) The Show/Hide button will not hide all the formatting marks in the document if you selected those marks that are to be displayed at all times (such as paragraph marks, tab characters, hidden text, optional hyphens, object anchors, or spaces). To turn off any or all of these selected formatting marks, follow this procedure: Click the Microsoft Office Button and then click Word Options. Then Click Display. Under "Always show these formatting marks on the screen," clear the check boxes for any formatting marks that you do not want to show at all times in your documents.
Ans: Both (1) and (2) 

This question is based upon the figure shown below

 In the given picture, the "Washout" option has been selected. What purpose does it serve?
Ans: It lightens the picture so that it does not interfere with the text.

The default installation of Word 2007 includes several built-in character styles. Which of the following is NOT one of the default, built-in character styles:
Ans: Special Emphasis

This question is based upon the figure shown below
In some cases, when lists are combined into one "List," the formatting is not updated. Refer to the picture given above. Which among the following options should be used to update this formatting? 
Ans: D

Which among the following charts do not have axes?
Ans: Doughnut charts

Microsoft named two styles that work in Word 2007 as both character and paragraph types as being ______ styles:
Ans: Linked

To enter a symbol or special character into your document (to where the cursor is located), which of the following methods could you employ in Word 2007?
Ans: Open the Insert ribbon. Click Symbol in the Symbols group. A menu will appear with a small selection of symbols. If you don't see the symbol or character you'd like to insert, click More Symbols. Choose the special character (or symbol) that you want and then click Insert and click Close.

You are editing a figure using the Drawing Tools > Format options. Which among the following Shape Fill options in the Shape Styles group adds a solid color and transparency to a shape?
Ans: More Fill Colors...

State whether true or false:
When you save a document as a Web page, the textures and gradients are saved as JPEG files and the patterns are saved as GIF files.
Ans: True

How will you set the default font so that every time you open Microsoft Word it will use the settings that you had selected?
Ans: Select the Home tab, and then click the Font Dialog Box Launcher. Select the font style and size. Click on Default... and then click Yes.

Which of the following line-spacing options sets fixed line spacing that Word does not adjust?
Ans: Doubled

How will you change the author name in an existing document?
Ans: All of the above

State whether true or false:
Microsoft Office programs store some additional information within the digital signature automatically that might not be visible in the current view document.
Ans: True

What does the command "Winword.exe /f MyDocument.docx" mean?
Ans: This command instructs Word to start and immediately open a file named MyDocument.docx.

Which among the following is an invalid character to include in a file name?
Ans: All of the above

State whether true or false:
Gridlines do not print when a document is printed.
Ans: True

Which keyboard shortcut inserts a hyperlink?
Ans: CTRL+K

Which among the following methods would you select when you want to add protection to parts of a template?
Ans:  Go to the Developer tab, click on Properties in the Controls group and then click any of the Locking options in the Content Control Properties dialog box.

Which of the following is/are true about phishing?
Ans: All if the above

With the help of which view will the Watermark not be seen?
Ans: Web Layout view

Which of the following types of charts are not supported by either Lines or Bars, as shown in the picture?
Ans: Area charts

Which among the following features could be used to create a connection to a Shared Network folder?
Ans: Map Network Drive

Edit tracking changes are typically formatted in the following manner: (1) deletions—red strikethroughs, (2) additions—green and underlined, and (3) formatting changes are made bold in almost any other desired color. Where in Word 2007 could you set your own custom formatting options for tracking changes?
Ans: Select the Review ribbon and then select the triangle by Track Changes. In the drop-down menu, select "Change Tracking Options" and then set your formatting options in the Track Changes Options dialog box.

This question is based upon the figure shown below:

Refer to the given picture. Which of the following Line Numbers should be used when each page has to begin with the number 1?
Ans: Restart Each Page

Which keyboard shortcut could be used to switch to Draft View?
Ans: ALT+CTRL+N

State whether true or false:

The "Add Assistant" shape option in a SmartArt graphic is available only if an organization chart layout is chosen.
Ans: True

Which view(s) could be used to view the Equation placeholders in the Document Views group?
Ans: All of the above

This question is based upon the figure shown below

 Refer to the given image. Which option should be selected to convert a professionally formatted equation into an equation on one line?
Ans: C

Which of the following is not a Content Control?
Ans: Chart

This question is based upon the figure shown below
Ans: Numbering

Which among the following options should be used to number the cells in a table?
Ans: Select the table cells that need to be numbered. On the Home tab, in the Paragraph group, click on Numbering.

Which of the following options repeats a table heading on subsequent pages?
Ans: Repeat Header Rows

Which keyboard shortcut could be used to check the spelling of a text file?
Ans: F7

Which among the following is not true regarding the use of a pie chart?
Ans: A pie chart should be used when there are more than seven categories.

This question is based upon the figure shown below

What is the maximum number of columns that can be created in the Columns dialog box as shown in the picture?
Ans: 13

This question is based upon the figure shown below

Refer to the given image. In Picture1, axes appear on the left side. Which setting should you use to make them appear on the right side, as shown in Picture2?
Ans: Select the Axis Options tab in the Format Axis dialog box. Set the Axis labels: field to High.

Which among the following macro settings is meant for developers only?
Ans: Trust access to the VBA project object model.

State whether true or false:
A building block can be added to as many galleries as you want.
Ans: True

Which of the following is/are true about phishing?
Ans: It is an online fraud technique used by criminals to lure users into disclosing their personal information.

Which among the following options is the reason of text deletion at the insertion point when you type a document?
Ans: The "overtype mode" is turned on in Word options.

What is meant by Enhanced ScreenTips?
Ans:  Enhanced ScreenTips are larger windows that display more descriptive text than a ScreenTip and can have a link to a Help topic.

State whether true or false:
Any changes that are saved to "Normal.dotm" will be applied to the documents that you create in the future.
Ans: True

State whether true or false:
Changing the Author property in the Document Information Panel of an existing document has no effect on the User name setting in the Word Options dialog box.
Ans: True

This question is based upon the figure shown below

How will the Message Bar alerts be enabled as shown in the given picture?
Ans: Select Word Options from the Microsoft Office Button. Click on Trust Center, then click Trust Center Settings, and then click Message Bar.

Which among the following is not a Bookmark option to sort the list of bookmarks in the document?
Ans: Author

This question is based upon the figure shown below

 Why is the "Different First Page" option used in the Page Setup dialog box as shown in the given picture?
Ans: This option allows you to remove the Page Number from the first page.

Which among the following is a correct way to make your file "Read-only?"
Ans: Click "Save As" from the Microsoft Office Button. Click on Tools and then click General Options. Select the Read-only recommended check box. Click OK. Click on Save.

Which among the following options should be used to start a bulleted list automatically?
Ans: Type * (asterisk) and then press spacebar or the Tab key.                                                                            
Which of the following can be the reason for the appearance of the red X, as shown in the picture?
Ans: All of the above

predefined list styles are available when you first create a document in Word 2007.
Ans: False

What steps should be followed to replace a shape with other shape?
Ans: Select the shape to be changed. Select the Format tab; use the "Change Shape" button in the Shape Styles group.

Just as in Word 2003 or prior Word versions, the default standard view for Word 2007 is the Draft view (and is still also called the Normal view in Word 2007):
Ans: False

Which among the following options could be used to turn off the Office Clipboard?
Ans: All of the above

State whether true or false:
ASCII-formatted text contains no formatting information such as bold, italic, or fonts.
Ans: True

State whether true or false:
New text animation effects can be applied in Microsoft Word 2007.
Ans: False

State whether true or false:
Once a bullet is removed from the "Bullet Library" and it is no longer available in the "Document Bullets" area, the bullet cannot be added back to the Bullet Library.
Ans: False

This question is based upon the figure shown below

How will you insert text boxes for a printed form?
Ans: Select the Insert tab, in the Text group, click on Text Box and then select Draw Text Box.

This question is based upon the figure shown below
Refer to the given picture. Which of the following options turns off Enhanced ScreenTips but keeps the ScreenTips still visible?
Ans: B

This question is based upon the figure shown below

 What is the purpose of the "Demote" button as shown in the diagram?
Ans: It increases the level of a selected bullet or a shape.