upwork test
Upwork exam test including seo test, html5 test, English skill test, basic English test, computer skill test,css test, javascript test, photoshop test, graphics designing test, php test, squel test, web designing test is included in this site. All online outsourcing test is free for freelancers.
January 01, 2016
December 15, 2015
English Spelling Test ( US Version)
1. Identify the misspelling word in the list below
- Cachet
- Connoisseur
- Characteristic (Ans:)
- Catastrophe
- Yacht
- Youthful
- Yeilding (Ans:)
- Yesterday
- Wierd
- Wired
- Whined
- Willful
- Accomodate (Ans:)
- Acknowledgement
- Asterik (Ans:)
- Analyze
- Perpetual (Ans:)
- Perpechtual
- Purpatual
- Perpetual
- illumenate
- iluminate
- illuminate (Ans:)
- Eluminate
- liasion
- liaison (Ans:)
- liasone
- leason
- Pneumonia (Ans:)
- Numonia
- Pnimonia
- Pniumonia
- Persue
- Parsue
- Persou
- Pursue (Ans:)
- Vacuum (Ans:)
- Vaccumm
- Vacumm
- Vaccum
December 13, 2015
HTML5 test for upwork
1. Which of the following is not a valid attribute for the <video> element in HTML5?
a. control
b. auto play
c. disabled (Ans.)
d. preload
2. Which HTML5 doctype declarations are correct ?
a. <doctype html>
b. <DOCTYPE html>
c. <DOCTYPE HTML>
d. <!DOCTYPE html> (Ans.)
3. Which of the following HTML5 feature is capable of taking a screenshot of a webpage ?
Ans: Canvas
4.Which of the following are the valid values of the <a> element's target attribute in HTML5 ?
a. _blank
b. _self
c._top
d._bottom (Ans.)
4. The following are valid use cases of client file/directory access in HTML5, except:
a. Drag and drop files from the desktop
b. Full file system access
c. Use of the HTML5 file API (Ans:)
d. Use of files as HTML5 input type
5. Which method of HTML CanvasElement is used to represent image of Canvas Element ?
a. toData URL() (Ans:)
b. savAsimage()
c. saveFiles()
d. exportimage()
6. Can we store JavaScript objects directly into local storage ?
Ans: No
7. Which of the following video file formats are currently supported by the <video> element of HTML5?
a. CCTV
b. MPEG 4 (Ans:)
c. Ogg (Ans:)
d. 3GPP
8. Which of the following video tag attributes are invalid in HTML5 ?
a. Play
b. loop
c. mute
d. pause (Ans:)
9. HTML5 Canvas can be used to create images?
a. False
b. True (Ans:)
10. What is the limit to the length of HTML attributes ?
Ans: There is no limit
11. Which of the following is a possible way to get fullscreen video played from the browser using HTML5?
Ans: <video height="100%" width="100">
12. What is the internal/wire format of input type="date" in HTML5 ?
Ans: YYYY-MM-DD
13. Which is the standard method for clearing a canvas?
Ans: context.clearRect (x, y, w, h);
14. Which of the following<link> attributes are not supported in HTML5?
a. sizes
b. rev (Ans:)
c. rel
d. charset (Ans:)
15. Which element is fired when an element loses it's focus in an HTML document ?
Ans: onblur
16. Which of the following tags is not supported by HTML5 ?
a. <image>
b.<menu>
c.<i>
d.<frame> (Ans:)
17. The......attributes specifies the element text directionality
auto
ltr
dir (Ans:)
rtl
18. The element <font> is currently used in HTML5
a. False (Ans:)
b. True
19. <nav> is an HTML5
Ans: element
20. HTML5 was partially created by WHATWG and
Ans: W3C
21. What is the role of the <dfn> element in HTML 5.0 ?
Ans: It is used to define a definition term.
22. How will you return a reference to the parent of the current window or subframe in an HTML 5.0 web application ?
Ans: window.parent
23. What is the default background color for the canvas element in HTML 5.0?
Ans: Transparent
24. What is a <b> tag used for ?
Ans: To define bold text
25. Which of the following video file format are currently supported by the <video> element of HTML 5.0 ?
a. MPEG 4 ( Ans:)
b. CCTV
c. 3 GPP
d. Ogg
26. Blockquote tags are:
Ans: valid HTML 5 mark-up
a. control
b. auto play
c. disabled (Ans.)
d. preload
2. Which HTML5 doctype declarations are correct ?
a. <doctype html>
b. <DOCTYPE html>
c. <DOCTYPE HTML>
d. <!DOCTYPE html> (Ans.)
3. Which of the following HTML5 feature is capable of taking a screenshot of a webpage ?
Ans: Canvas
4.Which of the following are the valid values of the <a> element's target attribute in HTML5 ?
a. _blank
b. _self
c._top
d._bottom (Ans.)
4. The following are valid use cases of client file/directory access in HTML5, except:
a. Drag and drop files from the desktop
b. Full file system access
c. Use of the HTML5 file API (Ans:)
d. Use of files as HTML5 input type
5. Which method of HTML CanvasElement is used to represent image of Canvas Element ?
a. toData URL() (Ans:)
b. savAsimage()
c. saveFiles()
d. exportimage()
6. Can we store JavaScript objects directly into local storage ?
Ans: No
7. Which of the following video file formats are currently supported by the <video> element of HTML5?
a. CCTV
b. MPEG 4 (Ans:)
c. Ogg (Ans:)
d. 3GPP
8. Which of the following video tag attributes are invalid in HTML5 ?
a. Play
b. loop
c. mute
d. pause (Ans:)
9. HTML5 Canvas can be used to create images?
a. False
b. True (Ans:)
10. What is the limit to the length of HTML attributes ?
Ans: There is no limit
11. Which of the following is a possible way to get fullscreen video played from the browser using HTML5?
Ans: <video height="100%" width="100">
12. What is the internal/wire format of input type="date" in HTML5 ?
Ans: YYYY-MM-DD
13. Which is the standard method for clearing a canvas?
Ans: context.clearRect (x, y, w, h);
14. Which of the following<link> attributes are not supported in HTML5?
a. sizes
b. rev (Ans:)
c. rel
d. charset (Ans:)
15. Which element is fired when an element loses it's focus in an HTML document ?
Ans: onblur
16. Which of the following tags is not supported by HTML5 ?
a. <image>
b.<menu>
c.<i>
d.<frame> (Ans:)
17. The......attributes specifies the element text directionality
auto
ltr
dir (Ans:)
rtl
18. The element <font> is currently used in HTML5
a. False (Ans:)
b. True
19. <nav> is an HTML5
Ans: element
20. HTML5 was partially created by WHATWG and
Ans: W3C
21. What is the role of the <dfn> element in HTML 5.0 ?
Ans: It is used to define a definition term.
22. How will you return a reference to the parent of the current window or subframe in an HTML 5.0 web application ?
Ans: window.parent
23. What is the default background color for the canvas element in HTML 5.0?
Ans: Transparent
24. What is a <b> tag used for ?
Ans: To define bold text
25. Which of the following video file format are currently supported by the <video> element of HTML 5.0 ?
a. MPEG 4 ( Ans:)
b. CCTV
c. 3 GPP
d. Ogg
26. Blockquote tags are:
Ans: valid HTML 5 mark-up
December 09, 2015
SEO exam test for upwork
1. Google display up to...........characters of a webpages title tag.
Ans:66
2. Which black hat SEO technique is characterized by a method to deceive search engines, by detecting the search engine boot and "feeding" it with a different HTML actually served to users?
Ans: Cloaking
3. All major search engines are case sensitive.
Ans: False
4.What is the term for optimization strategies that are in an unknown area of reputability/validity?
Ans: Silver hat techniques.
5. What does the term keyword prominence refer to?
Ans: It refers to the fact that the keywords placed in important parts of a webpage are given priority by the search engines.
6. What is the illegal act of copying of a page by unauthorized parties in order to filter off traffic to another site called?
Ans: Page Jacking
7. What is the most likely time period required for getting a google page ranking?
Ans: More than 3 months
8. Which of the following can be termed as a good keyword selection and placement strategies?
Ans: Optimizing 5 or more keywords per page(check)
9. What is keyword density?
Ans: The number of times the keyword is used/(divided by) the total word count on the page.
10.Which of the following statement about FFA pages are true?
Ans: They are also called Link Farms.
11. Which of the following statements about the RSS are correct?
Ans: It is a form of XML
12. If a websites search engine saturation withe respect to a particular search engine is 20%. What does it mean?
Ans: only 20% of the pages of the website will be indexed by the search engine.
13. What is anchor text?
Ans: It is the visible text that is hyper linked to another page
14. Which of the following can be termed as a good keyword selection and placement strategies?
Ans: targeting synonyms of the main keyword and optimizing 5 or more keywords per page.
15. What's the most important on-page SEO element?
Ans: The Title Tag
16. Which of the following statements is correct with regared to the images within a webpage?
Ans: Important keywords related to the image should be placed in the ALT text
17. What is the function of "indexer" part of the Google search engine?
Ans: It helps to generate meaningful results based upon the user's search term
18. Do search engines such as Google detect unnatural linking patterns by checking the Class CIP address of the page where the link to the website originates?
Ans: Yes
19. What does the 302 server response code signify?
Ans: The page has temporarily moved.
20.While optimizing your website it is important to generate the right type of traffic,
how does the Bounce Rate information help in this regard?
Ans: By letting you know the percentage of users who entered the website and then left without viewing any
other page
21. Which of the following free tools/websites could help you identity which city in the world has the largest search for the keyword "six sigma"?
Ans: Google trends
22. While optimizing your website it is important to generate the right type of traffic, how does the bounce rate information help in this regard ?
Ans: By letting you know the percentage of users who entered the website and then left without viewing any other page.
23. Which of the following facts about alexa are correct?
Ans: Alexa provides free data on relatives website visitor traffic
24.What is the name of the search engine technology due to which a query for the word "actor" will also show surch result for related word such as actress, acting or act?
Ans: Steamming
25. What is the main reason for the effectiveness of optimizing a webpage towards a long tail keyword search?
Ans: There are more long tail searches than shorter keyword queries.
26. What is the terms for optimization strategies that are in an unknown area of a reputability/validity?
Ans: Grey hat techniques
27. Which of the following search engines or directory provides the directory search results for yahoo?
Ans: Yahoo Directory
28. A sitemap provides a list of internal link to users accessible pages on a website.
Ans: True
29. Which of the following does Google uses to display characters of a webpage's title tag ?
Ans: Title tag character count
30. Which is the meaning of the term "H1" tag ?
Ans: Heading level 1
31. What is the sitemap .xml ?
Ans: Sitemap helps in easy crawling off all the pages of a website.
32. What is a 404 page ?
Ans: A page that shows up when the selected page is not available.
33. Which of the following is a SEO best practice ?
Ans: Choose a title that effectively communicates the topic of the page's content.
34. How do you submit an xml sitemap to google?
Ans: Via Google Webmaster tools
35. Does Google use social metrix to influence search rankings ?
Ans: Yes
36.-------- is the name for the google search filter designed to penalize over SEO'd site.
Ans: Penguin
37. Creating descriptive categories and file name for the documents on your website can not only help you keep your site better organized, but it could also lead to better crawling of your documents by search engine.
Ans: True
38. What is a white Hat seo ?
Ans: Following guidelines and ensuring content has followed the terms and conditions.
39. If you find that people are accessing the same content through multiple url--
Ans: setting up a 301 redirect for non-preferred urls to the dominant url is a good solution
40.Which is a best practice for creating url name?
Ans: Use real words in the url name
41. Are RSS/Atom feeds returned in Google's search results?
Ans: No
42. Which of the following factors does Google take into account while assessing whether or not a website is an authority website?
Ans: The number of in-bound natural links related to the website's theme or keywords.
43. What is the best choice for a server response code if a page no longer exits on your website ?
Ans: 404
44. What is the correct way to redirect visiting browsers and bots from a page that is permanently gone to a replacement page?
Ans: 301
45. Which of the following can be termed as good keyword selection and placement strategies?
Ans: a) Targeting senonyms of the main keywords
b) Optimizing five or more keywords per page
46. Which of the following statement about FFA pages are true?
Ans: They are also called link farms.
47. Search engines do not index some common word : and, but, or, in, such as, when; they are called-
Ans: stop words
48. The following robot texts direct the search engine bots:
<meta name="robots" content="noindex,nofollow">
Ans: Not to index the page and not to follow the links in the page
49. What is the terms for optimization strategies that are in an unknown area of reputability/validity?
Ans: Grey hat techniques
49. Which of the following website design guideline have been recommended by google?
Ans: Having a clear hierarchy and text links
50. Implementing 301 permanent redirect on the old pages to redirect to the new pages is a good idea for the SEO perspective.
Ans: True
51. 10 people do a web search. In response, they see links to a variety of web pages. Three of the 10 people choose one particular link. That link then has a ................. click through rate.
Ans: more than 30%
52. Most important onpage seo element is -
Ans: The title tag
45. Which of the following can be termed as good keyword selection and placement strategies?
Ans: a) Targeting senonyms of the main keywords
b) Optimizing five or more keywords per page
46. Which of the following statement about FFA pages are true?
Ans: They are also called link farms.
47. Search engines do not index some common word : and, but, or, in, such as, when; they are called-
Ans: stop words
48. The following robot texts direct the search engine bots:
<meta name="robots" content="noindex,nofollow">
Ans: Not to index the page and not to follow the links in the page
49. What is the terms for optimization strategies that are in an unknown area of reputability/validity?
Ans: Grey hat techniques
49. Which of the following website design guideline have been recommended by google?
Ans: Having a clear hierarchy and text links
50. Implementing 301 permanent redirect on the old pages to redirect to the new pages is a good idea for the SEO perspective.
Ans: True
51. 10 people do a web search. In response, they see links to a variety of web pages. Three of the 10 people choose one particular link. That link then has a ................. click through rate.
Ans: more than 30%
52. Most important onpage seo element is -
Ans: The title tag
Subscribe to:
Posts (Atom)