Showing posts with label oDesk. Show all posts
Showing posts with label oDesk. Show all posts

oDesk Sample Cover Letter For Website Data Entry

1 Comments
 oDesk sample cover letter for Website Data Entry

SAMPLE # Website Data Entry

Dear Sir,

I have experience in website data entry other task easily and having ability to give back to you fine results. I am a student of MBA (Banking & Finance).

I always prefer part time jobs. I have good history on oDesk. Hope so you will hire me for this position for better results.

Looking forward to work with you.

Thanks,
Your Name goes here

TIPS & TRICKS:

* Make sure that each cover letter you send on oDesk, is personalize and specific, to each job, that you are applying for.

* Never copy and paste your cover letters contents, as every project is different, and needs, to be
tailored, to it’s own requirements.

* Never Provide Email ID / Skype ID or any other Contact Info (This is Against oDesk Policy)

* Keep your cover letter short in length; four short paragraphs, are more than enough to get your message across.

* Avoid boring them to death with an essay, this will turn them off, from hiring you.

* Every single line in your oDesk cover letter should be written in a way, that will provide the employer an incentive to hire you.

* Show a high level of enthusiasm that you are accessible, prepared, and ready, to start working with them.

Wish You All The Success At oDesk.
Read more

ODesk HTML 5 Test Answer 2014

1 Comments

ODesk HTML 5 Test Answer 2014

Question no.1: Which media event is triggered when there is an error in fetching media data in HTML 5.0?

Ans: on stalled.

Question no.2: which of the following video file formats are currently supported by the <video> element of HTML 5.0?

Ans: MPEG 4


Question no.3:   which of the following is an invalid  value for the type attribute of command tag?

Ans: command

Question no.4: which of the following is NOT a valid value for the <i frame> sand box attribute in HTML 5.0?

Ans: url

Question no.5: what is the function of the history traversal task source in HTML 5.0?

Ans: it is used to queue calls to history . back () and similar APIs

Question no.6: what will be the result if you use the following code to your HTML 5.0 document?
  <p>I use <del> MAC </del><ins>Microsoft </ins>!</p>

Ans: i use MAC microsoft

Question no.7: you want to create a link for your website allowing users to email the webmaster. how will you implement this if the webmaster 's email address is webmaeter@xcompany.com?

Ans: <a href = "mailto.webmaster@xcompany.com">webmaster</a>

Question no.8: in HTML 5.0 how will the script be executed  if you use the script element shown below?
  <script src="script.js"type="text/java script"defer="defer"></script>

Ans: b. the script will be the executed when the page has finished parsing.

Question no.9: what is the output when you use the HTML 5.0 code snippet shown below?
<body on load=" alert (this)">

Ans: it will be alert saying "[object window]" when the document is loaded.

Question no.10: a computer programming book has to go online. what of the following tags is ideal for displaying the program snippet?

Ans:<code>

Question no.11: how will you bind the details option (shown below) with an <input> element, whose type attribute is set to url to get the result shown in the image?

 Ans: user should define a list attribute to the input element whose type is url.

Question no.12: which of the following are valid a html 5.0 element?

Ans: (check ALL)

Question no.13: how does a button created by the <button> tag differ from the one created by an <input > tag?

Ans: an input tag button can be a reset button too.

Question no.14: which of the following attributes comes in handy when borders have to be put between group of columns instead of every column?

Ans: col group

Question no.15: which of the following is correct with regard to the on can play through event fired by media recourse in the HTML 5.0 document?

Ans: the script will run when the media is played to the end, without stopping for buffering.

Question no.16: what does the icon attribute of the HTML 5.0 command tag define?
<command icon="?">click me!</command>

 Ans:it is used to define the url of an image to display as the command.

Question no.17: while rendering your HTML 5.0 web page, which of the following <link> element files will get skipped by a compliant user agent if you include the link element shown belowin your document?
<link rel ="stylesheet"href="A"type = "text/plain">
<link rel=stylesheet"href="B"type="text/css">

Ans: a link element whose href  is= "A"

Question no.18: which <body> tag event is find when the user leaves the document?

Ans: on unload

Question no.19: how will you change the value of the cookies and items in the storage objects of the local storage attribute in HTML 5.0?

Ans: by invoking the window . navigator. yield For Storage updates()Api mathod

Question no.20: what is the role of the < dfn> element in HTML 5.0?

Ans: it is used to define a definition term.

Question no.21: which of the following is NOT a valid syntax for the <h1>element in HTML 5.0?

Ans: <h1 align="center">this is header 1</h1>

Question no.22: which from event is fired on the click of a button using a button tag with its type attributes value equal to submit?

Ans: on submit

Question no.23: how will you return a reference to the parent of the current window or subframe in an HTML5.0 web application    ?

ans: window parent.

 Question no.24: in HTML 5.0,which of the following is NOT a valid value for the type attribute when used the when  used with the<command>tag shown below?
<command type="?">Click me!</command>

Ans: button.

Question no.25: what is the default background color for the canvas element in HTML 5.0?

 Ans: Transparent

Question no.26: which of the following are valid mouse events in HTML 5.0?

Ans: (check ALL)



Question no.27: which of the following language will you use to print the graphic designed using the HTML 5.0 <canvas> tag?

Ans: java script

Question no.28: consider the following item s 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 a selecting item 2 from the list?

Ans: 90

Question no.29: when is the window on stored event triggered in the HTML document?

Ans: it is triggered when a document perform an undo function.

Question no.30: which of the following is NOT a value attributes for the <video> element in HTML 5.0?

Ans: disabled

Question no.31: which of the following represents INVALID syntax for defining as attribute value in a HTML 5.0 document?

Ans: <input name= be evil/>

question no.32: consider the above code. what will be the impact upon the contents element if both the style sheets define the same class?
 the question is based upon the figure shown below:

Ans: the content of the element will be of blue color and will inherit all the effects of style1.css

Question no.33: which of the following is NOT a valid attribute for the <link> element in HTML 5.0?

 Ans: href lang

Question no.34: which of the following is an INVALID keyword value for http equiv attribute when used with the <meta> element in HTML 5.0?

Ans: expires , set cookies , keyword, author

  Question no.35: which of the following statements is correct if you allow the user to select only one radio button from a group of the radio buttons?

Ans: the name of the input tag must be the same for all the radio buttons.

Question no.36: which of the following <iframe> attribute are NOT supported in HTML 5.0?

Ans: margin height, srolling

question no.37: in HTML 5.0 ,what is the function of the sandbox attribute when used with <iframe> as shown below?
<iframe src= " aaa"sandbox=?></iframe>

Ans: it is used to define the restriction to the frame content.

Question no.38: which of the following is NOT a supported attribute of the <ol> element in HTML 5.0?

Ans: compact

Question no.39:which of the following   would give a yellow background to the web page?
 note: the  code used in the "correct" answer below was deprecated in HTML 4.01! use style instead for new code.

 Ans: <body bgcolor= "yellow">

Question no.40: what is the function of on obsolete ,an application cache API method in HTML 5.0?

Ans: it triggers an event when the cache content has been marked as obsolute.

  Question no.41: suppose you add the input code given about your HTML web page. what result will be returned by the java script function when you click the button marked as A in the image?

Ans: text

question no.42: how does a button created by the <button> tag differ from one created by an <input>tag?

Ans: an input tag button can include images as well.

Question no.43: which of the following HTML 5.0 elements is used to embed java applets into your HTML 5.0 web page?

Ans: <object>

Question no.44: which of the following is NOT a valid attribute for the element in HTML 5.0?

  Ans: http equie.

Question no.45: which of the following are valid values for the content editable attribute of three element in HTML 5.0?

Ans: true,false

Question no.46: you want to display a table listing out customer names and their content information . the heading of the table is shown in the figure . what is the code for creating the first line of the table heading?

  Ans: b <tr>
<th>customer Name</th>
<th col span=3 contact </th>
</tr>

question no.47: which of the following <section> elements have the correct attributes assignment as per HTML 5.0?

 ans: c.<section id="EXAMPLE">...</section>
d. <section id="EXAMPLE">...</section>
<section id="EXAMPLE">...</section>

question no.48: which of the following statements is correct if you invoke the window prompt (message,default) web application API method in HTML 5.0?

Ans: both b and c

Question no.49:which of the following is NOT an attribute of the <meta> element in HTML 5.0?

Ans: scheme

 Question no.50: which media event will be fired when a media resource element suddenly becomes empty?

 Ans: on emptied

Question no.51: what is the purpose of the <keygen> element in HTML 5.0?

Ans: it is used to generate a public private key pair in an HTML 5.0web page.

Question no.52: which event is fired when an element loses its focus in HTML 5.0 document?

Ans : on blur

Question no.53: a piece of text contains many blank space within it. which of the following tags would be suitable to display the text as it was originally formatted?

Ans: pre

Question no.54: which HTML 5.0 element will you use to group the related options in a drop down list?

 Ans: opt group

Question no.55: you are writing the code for an HTML form and you want the browser to retain the form's input values. that is , if a user submits the form and presses the browser's back button , the fully populated form is displayed instead of a blank form. which of the following HTML 5.0 attributes will you use?

Ans: form target.

Question no.56: which of the following tags would assist in creating named groups within a select list?

Ans: opt group.

   Question no.57: how will you cancel the timeouts that are set with the set Interval() API method identified by the handlers in HTML 5.0?

Ans:a. window. clear Interval(handle)
b. <tr>
<th> customer Name</th>
<th col span= 3> contact</th>
</tr>

Question no.58: what is the default background color for the canvas element in HTML 5.0?

Ans: transparent.

Question no.59: which of the following are valid values for the content editable attribute of the <figure > element in HTML 5.0?

Ans: false

Question no.60: which media event is triggered when there is triggered when there is an error in fetching media data in HTML 5.0?

Ans: on suspend.

Question no.61: which of the following is NOT a valid attribute for the <link> element in HTML 5.0?

Ans: http equiv.

Question no.62: which of the following HTML 5.0 elements is used to embed java applets into your HTML 5.0 web page?

Ans: <object>

Question no.64: how does a button created by the <button> tag differ from the one created by an <input> tag?

Ans: an input tag button can include images as well.

Question no.65: how will you return a reference to the parent of the current window or sub frame in an HTML 5.0 wed application?

Ans: window.parent

Question no.66: suppose you add the input code given above to your HTML web page. what result will be returned  by the Java script function when you click the button market as A in the image?

ans: text.

Question no.67: which of the following statement is correct if you allow the user to select only one radio button from a group of radio buttons?

Ans: the name of the input tag must be the same for all the radio buttons.

Question no.68: what will be the result if you use the code to your HTML 5.0 document?
 <bdo dir="rtl">
here is the some text that should be written to your document.
</bdo>

Ans: tnemucod ruoy ot enttirw eb dluohs taht txet emos si ereh.

Question no.69: which of the following would give a yellow background to the webpage?
note : the  code used in the "correct" answer below was deprecated in HTML 4.01! use styles instead  for new code.

Ans: <body bgcolor = "Yellow">

Question no.70: how will you change the value of the cookies and items in the storage object  the local Storage attributes in HTML 5.0?

Ans: by invoking the window . navigator .yieldForStorageUpdates() API method.




Question no.71: how will the target URL open when you define the <a> element in your HTML 5.0 document as shown below?

Ans: the target URL will open in the same document in which it was clicked.


Question no.72: what will be the browsing context if the browsing context if the browsing context name is _ top when the HTML 5.0 web page is loading?

Ans: it will load the linked document in the topmost frame.

Question no.73: which of the following is an INVALID value for the type attribute of command tag?

Ans: text


Question no.74: the following link is placed on an HTML webpage.

Ans: it will open the site msdn.com in a new window.


Question no.75: you have the following directory structure.
webroot->products->ordered->delivered
the product directory has a page called Product. HTML. and the delivered directory has a page called Delivered.html. you want to provide a link to the products page on Delivered.html.the idea code should be:

Ans: <a href= "/..product.html">all product</a>

Question no.76: what will be result if you use the following code to your HTML 5.0 document?
<p>I use<del>MAC</del><ins>Microsoft</ins>!</p>

Ans:i use MAC Microsoft

Question no.77: which of the following is the correct syntax to define  charset in the html 5 <meta> element?

Ans: <meta char set=ISO-8859-1">

Question no.78: which of the following is the correct method to load another web page or reload the seme page in HTML 5.0?

Ans: all of the above

Question no.79: which <body> tag event fired when the user leaves the document?

Ans: on unload.

Question no.80: which event is fired when the history of the browser window changes?

Ans: on pop state. 

 

Previously Posted My Another Site: http://www.odeskskilltestanswer.us 

Read more

Adobe Photoshop CS3 Test when Answer

0 Comments
Adobe Photoshop CS3 Test when Answer

 1.Changing units once suggestion to the subject of the Info Palette automatically changes the units roughly Rulers.

TRUE
 2.Which of the along in the midst of Filters cannot be applied to a Smart Object?

Pattern Maker
 3.With which of the unmodified options does the Signal Strength Meter appear?

It appears taking into account you pick 'join to hdr command'
4.Which along between the when Modes does not preserve layers?
All of the above
5.Which of the associated to is not genuine approximately Filters?
None of the above
 6.Which of the back is not legitimate approximately the Curves dialog crate?

The Curves dialog crate lets you explain yourself occurring to 14 oscillate points throughout an image's tonal range
 7.Which of the when Slices is created once the Slice Tool?

User slices
8.Which of the furthermore features is supported by the EPS file format?
It supports the Grayscale and Bitmap color modes
9.Which together in the midst of the like blending modes is easily reached lonely for the Apply Image and Calculations commands?
Both a and b
10.What is the use of the Make Work Path command in the Paths palette ?
It can fine-manner the have emotional impact of a selection
11.Which type of have the funds for an opinion is not displayed by the Info Palette?
It does not display the opacity of the current tally together together
12.Which together in the midst of the taking into account is not a right option for selecting a web-safe color from the Color Palette?

Choose Current Color from the Color Palette Menu

13. Which keyboard shortcut (windows) will you pick to unventilated a Path?

None of the above

14. Anti-aliasing substitute is handy for which of the all-powerful Tools?

All of the above

15. Which of the by now options displays the Spot Channels in the Channels palette?

B

16. What happens behind Use Legacy is fixed as shown in the resolution describe?

It is used to apply proportionate (nonlinear) adjustments to image pixels

17. Which substitute will you choose to get into the Levels dialog box?

Choose Image > Adjustments > Levels

18. Which type of images are real-dependent?

Vector images

19.Which Liquify Tool is used to reconstruct a share of a misrepresented image?

A

20. In which Format will you save your file to retain the Alpha channels?

All of the above

21.Which of the in imitation of is not a approachable of text type?

Line type

22. Which out of the unspecified will you pick to convert Types to Shapes?

Both b and c

23. The mask created by the Replace Color command is long-lasting.

FALSE

 24. Which of the furthermore Layer properties can be enthusiastic?

All of the above

 25. Which View will you choose to display a Histogram subsequently than no controls or statistics?

All of the above

 26. Which of the unchangeable options displays left indent in the Paragraph palette?

B

27. Which keyboard shortcut (windows) will you select to society Layers?

Control + G

28. The Rotate Canvas command does not pretense concerning which of the behind

All of the above

29. Which of the Saving commands is reachable for an image that is managed by a Version Cue Workspace?

Check In

30. When will the Dynamic shortcuts dispute the Character Palette Menu as shown in the describe?

All of the above

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

TRUE

32.  Which unconventional will you choose to pick all layers of a similar type?

All of the above

  33.Which of the taking into account is not a Color Adjustment command?

Adjustment command

34.  By default, Masks applied to Smart objects are associated to Smart strive for layers. .

FALSE

 35. A responsive space is an intermediate color look used to define and admission color in Adobe applications.

FALSE

 36. Which choice will you choose to sever the existing profile from the document in the unmodified image?

C

37. You cannot move the order of the Vector masks or full of beans paths in the Paths palette.

FALSE

38  The Color Replacement Tool does not take steps in which of the bearing in mind Image modes?

All of the above

 39. In which of the gone Modes can you pull even though operating taking into account the Shape or Pen tools?

All of the above

40.  The Out Of Gamut substitute works isolated upon RGB and Lab images

TRUE

41. Which together along together along with the once QuickTime Video formats is supported by Photoshop outstretched?

MOV

42. Channels can not be subsidiary to which of the subsequently than image modes?

Bitmap
 
 
Previously Posted My Another Site: http://www.odeskskilltestanswer.us
Read more

How To Bid For A Job At ODesk

0 Comments



You have to know how to bid for a job at odesk to get job and to start making money.

You will now find the new look of oDesk Home Screen as below:

After complete your user info and contractor profile you must have to give some Test in oDesk.



There are huge collections of skill test in oDesk.

At first you must give the oDesk Readiness Test because without giving this test you will not be able to get jobs on oDesk.
After passing any Test make them public so that the Employer can see your skills and make them to give you a chance to do a job for them. 

In "Home" Tab you will see your profile completeness.

Don’t be worry if the percent not reach the 100% landmark.

Go ahead. Bid for the job which describe you better and you would be able to finish them.

Remember one thing strictly, understand the job clearly before you accept any invitation, otherwise it will make harm to your future in oDesk.

When you are ready to bid for any job, go to “Find Contractors & Jobs menu and then click on “Find Jobs”.

You would browse the jobs in “Browse Jobs By Category” or “Browse by Skill”. 




While browsing the jobs you find too many jobs there but only bid for those you will be able to finish.

Click on the yellow “Apply” button.

When you roll over your mouse pointer to any job from the list the "Apply" button will appear.



Then should right click on the “view job posting” link and open it in the new tab to view the full story of the job as well as the Employer.



Here you will find the full description both of the job and of the Employer to make yourself free from any doubt.

Please don’t apply for any Employer who is new & not verified for his payment method.




There are two type of work in oDesk.

One is for Fixed Price and the another one is for Hourly Rate.

* Hourly-Rate Contracts
Employers agree that there is no guarantee of the perceived or real quality of work for Hourly-Rate Contracts. The Employer is paying for the hours worked associated with the Contract, and not for any specific deliverable(s) or results-based compensation plan. If the Employer wishes to only pay for performance based on milestones or deliverables, he should hire Contractors via a Fixed-Price Contract. Employers have the right to dispute time worked in accordance with the Dispute Resolution Policy 

* Fixed-Price Contracts
Contractors agree that there is no guarantee of payment for Fixed-Price Contracts. Employers have complete and sole discretion on the satisfactory completion of a Fixed-Price Contract and are under no obligation to pay unless the terms of the Contract are met by the Contractor.

oDesk always guaranteed you for the hourly jobs and warn you about the fixed price jobs.

So very carefully bid for a job.

Must know more about the employer and must be understand the job description before you bid for any job.

To be continued…….




Read more

How To Find Work At ODesk Website

0 Comments



Once you filled all up your information as a freelancer on oDesk website to build up a good looking (smart) profile which will be attracted the buyer or employer you will be hired by them easily.


Give a good overview and more more skills test to increase your chance to be hired.

To be hired by the employer you must apply for a job regarding employer which is called a "bid".



Read more

How To Become A Freelancer At ODesk

0 Comments



To start with oDesk you must have an account at oDesk. And for this you have to 
signup or register yourself with oDesk and for this

At first you must have to click the link given below

https://www.odesk.com/referrals/track/arifimagine



When you redirect to the page click on the top right yellow button “
Createan Account”.


Select the 2nd option for

  • Freelance Contractor - I want to earn money as an independent contractor.


After that a form will appear.



Fill up the form with your actual/real information such as your name, email address, password etc.

Confirm your email address for the follow-up. Then log-in to your account with your username and password you provide while filling up the sign up form.
Congratulation. That’s it. You have done this.
Isn’t it easy?



Read more

oDESK First to Last in Bangla

2 Comments
আউটসোর্সিং:
\

ইন্টারনেটের মাধ্যমে বিভিন্ন প্রতিষ্ঠান বিভিন্ন ধরনের কাজ করিয়ে নেয়। নিজ প্রতিষ্ঠানের বাইরে অন্য কাউকে দিয়ে এসব কাজ করানোকে আউটসোর্সিং বলে। যাঁরা আউটসোর্সিংয়ের কাজ করে দেন, তাঁদের ফ্রিল্যান্সার বলে। ফ্রিল্যান্সার মানে হলো মুক্ত বা স্বাধীন পেশাজীবী। আউটসোর্সিংয়ের কাজের খোঁজ থাকে, এমন সাইটে যিনি কাজটা করে দেন, তাঁকে বলা হয় কনট্রাকটর (তিনি কনট্রাক্টে কাজ করেন)। আর যিনি কাজ দেন, তাঁকে বলে বায়ার/এমপ্লয়ার (তিনি কনট্রাক্টে কাজ দেন)। 
যে ধরনের কাজ পাওয়া যায়: আউটসোর্সিং সাইট বা অনলাইন মার্কেট প্লেসে কাজগুলো বিভিন্ন ভাগে ভাগ করা থাকে। যেমন: ওয়েব ডেভেলপমেন্ট, সফটওয়্যার ডেভেলপমেন্ট, নেটওয়ার্কিং ও তথ্যব্যবস্থা (ইনফরমেশন সিস্টেম), লেখা ও অনুবাদ, প্রশাসনিক সহায়তা, ডিজাইন ও মাল্টিমিডিয়া, গ্রাহকসেবা (Customer Service), বিক্রয় ও বিপণন, ব্যবসাসেবা ইত্যাদি।

ওয়েব ডেভেলপমেন্ট:
এই বিভাগের মধ্যে আছে আবার ওয়েবসাইট ডিজাইন, ওয়েব প্রোগ্রামিং, -কমার্স, ইউজার ইন্টারফেস ডিজাইন, ওয়েবসাইট টেস্টিং, ওয়েবসাইট প্রজেক্ট ম্যানেজমেন্ট ইত্যাদি।

সফটওয়্যার ডেভেলপমেন্ট:
সফটওয়্যার ডেভেলপমেন্টর মধ্যে আছে ডেস্কটপ অ্যাপ্লিকেশন, গেম ডেভেলপমেন্ট, স্ক্রিপ্ট ও ইউটিলিটি, সফটওয়্যার প্লাগ-ইনস, মোবাইল অ্যাপ্লিকেশন, ইন্টারফেস ডিজাইন, সফটওয়্যার প্রকল্প-ব্যবস্থাপনা, সফটরয়্যার টেস্টিং, ভিওআইপি ইত্যাদি।

নেটওয়ার্কিং ও ইনফরমেশন সিস্টেম:
এর মধ্যে আছে নেটওয়ার্ক অ্যাডমিনিস্ট্রেশন, ডিবিএ-ডাটাবেজ অ্যাডমিনিস্ট্রেশন, সার্ভার অ্যাডমিনিস্ট্রেশন, ইআরপি/সিআরএম ইমপ্লিমেনটেশন ইত্যাদি।

রাইটিং ও ট্রান্সলেশন:
এর মধ্যে আছে কারিগরি নিবন্ধ লেখা (টেকনিক্যাল রাইটিং), ওয়েবসাইট কনটেন্ট, ব্লগ ও আর্টিকেল রাইটিং, কপি রাইটিং, অনুবাদ, ক্রিয়েটিভ রাইটিং ইত্যাদি।

অ্যাডমিনিস্ট্রেটিভ সাপোর্ট:
এর মধ্যে আছে ডেটা এন্ট্রি, পারসোনাল অ্যাসিসট্যান্ট, ওয়েব রিসার্চ, -মেইল রেসপন্স হ্যান্ডলিং, ট্রান্সক্রিপশন ইত্যাদি।
ডিজাইন ও মাল্টিমিডিয়া: এই বিভাগের মধ্যে আছে গ্রাফিক ডিজাইন, লোগো ডিজাইন, ইলাস্ট্রেশন, প্রিন্ট ডিজাইন, থ্রিডি মডেলিং, ক্যাড, অডিও ও ভিডিও প্রোডাকশন, ভয়েস ট্যালেন্ট, অ্যানিমেশন, প্রেজেন্টেশন, প্রকৌশল ও কারিগরি ডিজাইন ইত্যাদি।

কাস্টমার সার্ভিস:

এর মধ্যে আছে কাস্টমার সার্ভিস ও সাপোর্ট, টেকনিক্যাল সাপোর্ট, ফোন সাপোর্ট, অর্ডার প্রসেসিং ইত্যাদি।
বিক্রয় ও বিপণন: এর মধ্যে আছে বিজ্ঞাপন, -মেইল বিপণন, এসইও (সার্চ ইঞ্জিন অপ্টিমাইজেশন), এসইএম (সার্চ ইঞ্জিন মার্কেটিং), এসএমএম (সোস্যাল মিডিয়া মার্কেটিং), জনসংযোগ, টেলিমার্কেটিং ও টেলিসেল্স, বিজনেস প্ল্যানিং ও মার্কেটিং, মার্কেট রিসার্চ ও সার্ভেস, সেলস ও লিড জেনারেশন ইত্যাদি।
বিজনেস সার্ভিসেস: এর মধ্যে আছে অ্যাকাউন্টিং, বুককিপিং, এইচআর/পে-রোল, ফাইনানসিয়াল সার্ভিসেস অ্যান্ড প্ল্যানিং, পেমেন্ট প্রসেসিং, লিগ্যাল, প্রজেক্ট ম্যানেজমেন্ট, বিজনেস কনসাল্টিং, রিক্রুটিং, পরিসংখ্যান বিশ্লেষণ ইত্যাদি। এগুলো সম্পর্কে পরে বিস্তারিত আলোচনা করা হবে।

কাজ পাবেন যেখানে:
আউটসোর্সিংয়ের কাজ পাওয়া যায় এমন অনেক ওয়েবসাইট আছে। আবার ভুয়া সাইটও বের হয়েছে। ফলে সতর্ক হয়েই কাজ শুরু করতে হবে। আন্তর্জাতিকভাবে পরিচিত এবং নির্ভরযোগ্য কয়েকটি সাইটের ঠিকানা দেওয়া হলো—http://www.odesk.com, http://www.freelancer.com, http://www.elance.com,http://www.getacoder.com, http://www.guru.com, http://www.vworker.com,http://www.scriptlance.com ইত্যাদি। সবগুলো মোটামুটি একই রকম। বাংলাদেশের মধ্যে সবচেয়ে জনপ্রিয় হলো ওডেস্ক (odesk)। গত বছর (২০১১) সারা বিশ্বের মধ্যে আউটসোর্সিং কাজ করার ভিত্তিতে ওডেস্কে বাংলাদেশের অবস্থান ছিল চতুর্থ। তার আগের বছর (২০১০) ওডেস্কে ঢাকা শহরের অবস্থান ছিল সারা বিশ্বের মধ্যে তৃতীয়। 
কোন কাজের কী যোগ্যতা: সাধারণত অনলাইনে কী ধরনের কাজ পাওয়া যায়, তা বলা হয়েছে। এখন জেনে নেওয়া যাক কোন কাজের জন্য কী ধরনের যোগ্যতা লাগে। 

ওয়েব ডেভেলপমেন্ট:
এই কাজে ওয়েবসাইট তৈরি করা জানতে হবে। বিভিন্ন প্রোগ্রামিং ভাষা যেমন∏এইচটিএমএল, পিএইচপি, জাভা স্ক্রিপ্ট, সিএসএস, মাইএসকিউএল ইত্যাদি সম্পর্কে ভালো ধারণা থাকতে হবে। এই ভাষাগুলোর ওপর দু-একটা পরীক্ষা দেওয়া থাকলে কাজ পেতে সুবিধা হবে।
সফটওয়্যার ডেভেলপমেন্ট: সফটওয়্যার তৈরি করা জানতে হবে। বিভিন্ন প্রোগ্রামিং ভাষা যেমন জাভা, সি শার্প, ভিজু্যয়াল বেসিক, মাইএসকিউএল, ওরাকল, এসকিউএল সার্ভার ইত্যাদি সম্পর্কে ভালো ধারণা থাকতে হবে। 

নেটওয়ার্কিং ও ইনফরমেশন সিস্টেম:
ডেটাবেইস, নেটওয়ার্কিং ইত্যাদি সম্পর্কে ভালো ধারণা থাকতে হবে। তবেই নেটওয়ার্কিং ও ইনফরমেশন সিস্টেম বিষয়ক নানা কাজ পাবেন। 
লেখা ও অনুবাদ: এ ধরনের কাজের জন্য ইংরেজিতে দক্ষ হতে হবে, কারিগরি জ্ঞান থাকতে হবে, ওয়েবসাইট, ব্লগ, ইন্টারনেট সম্পর্কে ভালো ধারণা থাকতে হবে। লেখালেখির অভ্যাস থাকলে ভালো হয়।

অ্যাডমিনিস্ট্রেটিভ সাপোর্ট:
এই বিভাগের কাজগুলো তুলনামূলকভাবে অনেক সহজ। মূলত কপি পেস্টের কাজ। কম্পিউটার, ইন্টারনেট, ওয়েবসাইট, ব্লগ, -মেইল, ফেসবুক, টুইটার∏এসব ওয়েবসাইট সম্পর্কে ভালো ধারণা থাকতে হবে।

ডিজাইন ও মাল্টিমিডিয়া:
আপনাকে গ্রাফিক্সের কাজ জানতে হবে। ফটোশপ, ইলাস্ট্রেটর, ইন-ডিজাইন, ফ্ল্যাশ ইত্যাদি জানা থাকলে লোগো ডিজাইন, গ্রাফিক ডিজাইনের কাজ খুব সহজেই করা যায়।

গ্রাহকসেবা:
এই বিভাগের কাজের জন্য আপনাকে ইংরেজিতে দক্ষ হতে হবে। দ্রুত ইংরেজি লেখা ও বলা∏দুটোতেই দক্ষ হতে হবে। 
বিক্রয় ও বিপণন: -কমার্স সাইটগুলো সম্পর্কে ভালো ধারণা থাকতে হবে। ই-কমার্স ওয়েবসাইট, ব্লগ, -মেইল, সামাজিক যোগাযোগ (ফেসবুক, টুইটার), বিপণন, এসইও (সার্চ ইঞ্জিন অপটিমাইজেশন) ইত্যাদি সম্পর্কে ভালো ধারণা থাকতে হবে।

বিজনেস সার্ভিসেস:
এই বিভাগের কাজের জন্য আপনার ব্যবসায়িক জ্ঞান থাকতে হবে। লেনদেনের বিভিন্ন মাধ্যম (পেমেন্ট মেথড) সম্পর্কে ভালো ধারণা থাকতে হবে।
 
কীভাবে ওডেস্কে অ্যাকাউন্ট খুলবেন:
প্রথমে http://www.odesk.com ঠিকানায় গিয়ে ওপরে ডান পাশ থেকে Sign up-এ ক্লিক করুন বা সরাসরি http://www.odesk.com/w/signup.php? ঠিকানায় যান। এখন Freelance Contractor সিলেক্ট করুন (ইন্টারনেট ব্রাউজারের বিভিন্ন ভার্সনের কারণে নানা রকম ইন্টারফেস আসতে পারে। আমি গুগল ক্রোম ব্রাউজার ব্যবহার করেছি। আপনি Contractor সিলেক্ট করে Sign up-এ ক্লিক করবেন)। নিচের ফরমটি পূরণ করে continue-তে ক্লিক করুন। নতুন পেজ এলে 1. Verify your email address-তে ক্লিক করুন। এখন আপনার ই-মেইল আইডিতে গিয়ে দেখবেন, একটি মেইল এসেছে। সেখানে একটি লিংক আছে, সেটাতে ক্লিক করুন। নতুন পেজ এলে Click here to continue-তে ক্লিক করুন। এখন 2. Fill out contact information-এ ক্লিক করুন। একটি ফরম আসবে। ফরমটি পূরণ করে Save and continue-তে ক্লিক করুন। এখন 3. Complete your oDesk Profile-এ ক্লিক করুন। নতুন পেজ এলে Job Category-তে আপনি যা যা পারবেন, তা সিলেক্ট করে দেন। যাঁরা একেবারেই নতুন, তাঁরা Blog & Article Writing, Data Entry, Personal Assistant, Email Response Handling, Other - Administrative Support, Customer Service & Support, Other - Customer Service, Advertising, Email Marketing, SMM - Social Media Marketing ইত্যাদি সিলেক্ট করে দিতে পারেন। নিচে Primary Role থেকে Data Entry Professional সিলেক্ট করে দিতে পারেন। Desired Hourly Rate-1 অথবা 2 দিতে পারেন। Availability-তে আপনি সপ্তাহে কত ঘণ্টা সময় দিতে পারবেন, তা নির্বাচন করে দিন। 

এখন Title-Internet, Facebook, twitter, google plus, data entry, email, ms word, blog ইত্যাদি লিখে Save and continue-এ ক্লিক করুন। এখন 4. Accept the oDesk User Agreement-এ ক্লিক করুন। নতুন পেইজ এলে I agree to the terms and conditions বক্সে টিক চিহ্ন দিয়ে Save and continue-এ ক্লিক করুন। এখন Post my profile বাটনে ক্লিক করুন। My Contractor Profile-এর My Account Summary-তে দেখবেন Title, Portrait, Personal Email ইত্যাদি লেখা আছে। Portrait-এর ডান পাশে Upload portrait-এ ক্লিক করে আপনার ছবি যোগ করতে পারেন। ছবি যোগ করলে দেখবেন, আপনার প্রোফাইল ২০ শতাংশ সম্পন্ন হয়েছে লেখা আসবে। প্রোফাইল কমপ্লিটনেস যত বেশি হবে, প্রতি সপ্তাহে তত বেশি জবে অ্যাপ্লাই করতে পারবেন; এবং আপনার জব পাওয়ার সম্ভাবনাও তত বেশি হবে। (আপনি যদি অন্য পেজে চলে গিয়ে থাকেন, তাহলে বাঁ পাশ থেকে My Contractor Profile-এ ক্লিক করুন, তাহলে দেখতে পাবেন।) এখন oDesk Ready-এর ডান পাশে Take the oDesk Readiness Test-এ ক্লিক করুন। oDesk Readiness Test-এর নিচের লেখাগুলো পড়ুন, তারপর Ready to take the test বাটনে ক্লিক করুন। oDesk সাইটের নিয়মকানুনের ওপর আপনাকে ৪০ মিনিটের মধ্যে ১১টি প্রশ্নের একটি টেস্ট দিতে হবে। উত্তরগুলো প্রশ্নের নিচের লিংকে ক্লিক করলেই পাবেন। টেস্ট দেওয়ার জন্য Start test বাটনে ক্লিক করুন। এখন নিচে continue-তে ক্লিক করে নতুন পেজ এলে Click here to start the test বাটনে ক্লিক করুন, টেস্ট শুরু হয়ে যাবে। প্রতিটি প্রশ্নের উত্তর পাবেন ওই প্রশ্নের নিচের লিংকে ক্লিক করলে। ১১টি প্রশ্নের উত্তরই সঠিক হলে এ টেস্টে পাস করবেন। ফেল করলে আপনার পাবলিক প্রোফাইলে এটি লেখা থাকবে না। পাস করলেই কেবল লেখা থাকবে। পাস না করলে আবার টেস্ট দেন। যতবার খুশি এই টেস্টটি দিতে পারবেন। 

পরীক্ষায় পাস করার পর প্রতি সপ্তাহে আপনি ১০টি করে জবে অ্যাপ্লাই করতে পারবেন। এখন আপনার My Contractor Profile পেজে যান। এখন Add a Skill-এ ক্লিক করে স্কিল যোগ করুন। নতুনেরা internet, facebook, twitter, google plus, data entry, email, ms word, blog ইত্যাদি যোগ করতে পারেন। এগুলোর এক-দুটি বর্ণ লিখলেই অটো সাজেশন চলে আসবে। সেখান থেকে সিলেক্ট করে Save করতে হবে। এখন দেখবেন প্রোফাইল ৩০ শতাংশ সম্পন্ন হয়েছে, লেখা আসবে। তারপর Add Employment Historyতে ক্লিক করে আপনি কোনো জব করে থাকলে এখানে যোগ করতে পারেন। তাহলে আপনার প্রোফাইল কমপ্লিটনেস আরও ১০ শতাংশ বাড়বে। জব অনলাইনেরই হতে হবে এমন কোনো কথা নেই। কোনো একটা হলেই হলো। মোটকথা, ওই ঘরটা পূরণ করা আছে কি না, এটাই দেখার বিষয়। কারও জব এক্সপেরিয়েন্স না থাকলেও সমস্যা নেই। এখন নিচে My Public Profile-এর নিচে Edit বাটনে ক্লিক করে নতুন পেজ এলে অনেকগুলো অপশনের মধ্যে Years of Experience-এ আপনি যত দিন ধরে ফেসবুক, ইন্টারনেট, কম্পিউটার ইত্যাদি ব্যবহার করেন, তত বছর সিলেক্ট করে দিতে পারেন। English অপশনে আপনি ইংরেজি কেমন জানেন তা সিলেক্ট করে দিতে পারেন। তবে ৫ দিতে পারেন। Objective-এ অবজেকটিভ লিখবেন। কীভাবে লিখবেন তা অবজেকটিভ বক্সের নিচে Example দেওয়া আছে। Example-এ ক্লিক করলেই দেখতে পাবেন। এখানে কম্পিউটারের বিভিন্ন প্রোগ্রামিং ভাষার উদাহরণ দেওয়া হয়েছে। এসব প্রোগ্রামিং ভাষা আপনার জানা না থাকলে আপনি নিজের মতো করে ইন্টারনেট, ফেসবুক, -মেইল ইত্যাদি শব্দ ব্যবহার করে লিখতে পারেন যে আমি গত দু-তিন বছর ধরে ফেসবুক, ইন্টারনেট ব্যবহার করি, ফেসবুকের নিয়মকানুন জানি, দ্রুত গুগল সার্চ করতে পারি, দ্রুত টাইপ করতে পারি, এম এস ওয়ার্ড ভালো জানি, ইত্যাদি ইংরেজিতে লিখতে পারেন। তারপর সেভ করুন। দেখবেন আপনার প্রোফাইল কমপ্লিটনেস আরও ১০ শতাংশ বাড়বে। এখন Education-এ ক্লিক করে আপনার শিক্ষাগত যোগ্যতা যোগ করতে পারেন। তারপর Portfolio Projects-এ আপনি আগে কোনো প্রজেক্ট করে থাকলে সেটি যোগ করুন। কোনো প্রজেক্ট না করে থাকলে http://www.blogger.com ঠিকানায় গিয়ে একটি অ্যাকাউন্ট খুলে একটি লেখা পোস্ট করলেই আপনার একটি ব্লগ বা ওয়েবসাইট তৈরি হয়ে যাবে। সেটির লিংকটা দিতে পারেন। তাহলে আপনার জব পাওয়ার সম্ভাবনা অনেক বেড়ে যাবে। Other Experiences-এ কোনো কিছু থাকলে দিতে পারেন, না দিলেও সমস্যা নেই।
 
সার্টিফিকেশনসে কোনো কিছু না দিলে সমস্যা নেই। এখন দেখবেন, আপনার প্রোফাইল কমপ্লিটনেস অনেক বেড়ে গেছে। যদি আরও বাড়াতে চান, তাহলে http://www.odesk.com/tests ঠিকানা থেকে দু-তিনটি টেস্ট দিতে পারেন। তিন-চারটি টেস্ট দিলে প্রতি সপ্তাহে আপনি ২০টি কাজের (জব) জন্য আবেদন করতে পারবেন। Basic English test, English spelling test, MS word test, Windows xp test ইত্যাদি টেস্ট অনেক সহজ। ইচ্ছে হলে দিতে পারেন, না দিলেও সমস্যা নেই। ওপরের প্রতিটি সেটিংস যতবার খুশি ততবার পরিবর্তন করতে পারবেন। কাজেই কোনো কিছু ভুল হলে সমস্যা নেই, তা যেকোনো সময় আবার ঠিক করে নিতে পারবেন। আগের সেটিংস পরিবর্তন করার জন্য এই সাইটে লগইন করলেই ডান পাশে দেখবেন আপনার নাম এবং ছবির নিচে Edit Profile লেখা আছে। না থাকলে ওপর থেকে Find Work-এ ক্লিক করলে ডান পাশে পেয়ে যাবেন। সেখানে ক্লিক করলেই সবকিছু আবার পরিবর্তন করতে পারবেন। আপনার প্রোফাইলটি অন্যরা, মানে যাঁরা (বায়ার) আপনাকে জব দেবেন, তাঁরা কেমন দেখতে পাবেন সেটি দেখার জন্য Find Work-এ ক্লিক করে নিচে ডান পাশে দেখবেন Your Profile Completeness-এর নিচে লেখা আছে View your public profile। এখানে ক্লিক করলেই দেখতে পাবেন, আপনার পাবলিক প্রোফাইলটি কেমন।

কীভাবে জব খুঁজবেন:
এ সাইটে লগইন করে Find Work-এ ক্লিক করুন। এখন সার্চ বক্সে আপনি যা যা পারেন, তা লিখে সার্চ দিন। আপনি যদি Facebook লিখে সার্চ বাটনে ক্লিক করেন, তাহলে ফেসবুক-সম্পর্কিত অনেকগুলো জবের তালিকা আসবে। একটি একটি করে পড়ে যেগুলো পারবেন, সেগুলোতে অ্যাপ্লাই করুন। আরেকটু কাস্টমাইজ করে সার্চ দিতে চাইলে সার্চ বাটনের পাশে দেখবেন Advanced লেখা আছে, সেখানে ক্লিক করুন। এখন আপনার পছন্দমতো সার্চ অপশনগুলোতে লিখে এবং চেক বক্সগুলোতে টিক চিহ্ন দিয়ে সার্চ দিতে পারেন। এভাবে ফেসবুকের বাইরেও, যেমন: Internet, twitter, php, sql, c#, mysql, wordpress, joomla, google plus, data entry, email, ms word, blog ইত্যাদি লিখে সার্চ দিতে পারেন। অর্থাৎ, আপনি যা যা পারেন, তা লিখে সার্চ দিতে পারেন।

কাজের জন্য যেভাবে আবেদন:
ওয়েব বা পত্রিকায় কোনো চাকরি বা কাজের বিজ্ঞাপন পছন্দ হলে অনেকেই সেখানে জীবনবৃত্তান্ত (সিভি) পাঠান। কোনো একটা পদে এক বা দুজনকে হয়তো নিয়োগ দেওয়া হবে, কিন্তু সেখানে অনেকেই সিভি পাঠান। চাকরিদাতা সেই প্রতিষ্ঠান কিছু সিভি বাছাই করে তাঁদের সাক্ষাৎকারের জন্য ডাকে। তারপর সেখান থেকে এক বা দুজনকে নিয়োগ দেয়। তেমনি আউটসোর্সিং সাইটেও যখন কোনো কাজের ঘোষণা (জব পোস্ট) দেওয়া হয়, তখন অনেকেই আবেদন করেন। তাঁদের মধ্য থেকে গ্রাহক বা বায়ার কয়েকজনের সাক্ষাৎকার নেন। তারপর এক বা দুজনকে কাজটি করতে দেন। এ প্রক্রিয়াকেই বলে বিডিং বা বিড করা।

সাক্ষাৎকার নেয় কীভাবে?
আপনাকে ওই সাইটেই বার্তা পাঠানো হবে—আপনি কাজটি কত দিনে করতে পারবেন, আগে কখনো এ ধরনের কাজ করেছেন কি না, কত ডলারের বিনিময়ে করে দেবেন ইত্যাদি। আপনিও ফিরতি বার্তায় এ প্রশ্নগুলোর উত্তর দেবেন। তারপর আপনাকে পছন্দ হলে বায়ার আপনাকে কাজটি করতে দেবে। কোনো কোনো বায়ার স্কাইপ সফটওয়্যারে চ্যাট করতে চায়। তাই স্কাইপিতে (http://www.skype.com) একটা অ্যাকাউন্ট থাকা ভালো। 
কেউ কেউ আছেন, যাঁরা চার-পাঁচটি কাজের জন্য আবেদন করেই কাজ পেয়ে যান। আবার কেউ কেউ আছেন, যাঁরা ১০০টি কাজের আবেদন করেও কাজ পান না। এটা অনেকটা নির্ভর করে আপনি কাজটি করে দেওয়ার জন্য কত কম ডলার চাচ্ছেন তার ওপর। কোনো একটা কাজ ওই সাইটে প্রকাশ করার পর যত তাড়াতাড়ি সেটিতে আবেদন করা যায়, ততই ভালো। আপনি যত বেশি সময় অনলাইনে থাকবেন, ততই আপনার কাজ পাওয়ার সম্ভাবনা বেশি থাকবে। কারণ কিছু কিছু কাজ আছে, যেগুলো ওয়েবে ছাড়ার সঙ্গে সঙ্গেই (এক-দুই ঘণ্টার মধ্যে) জমা দিতে হয়। যেমন ফেসবুকে বা অন্য কোনো সাইটে ভোট দেওয়া এবং কিছু ভোট সংগ্রহ করে দেওয়া ইত্যাদি। কাজেই শুরুতে বেশি সময় অনলাইনে মানে ওডেস্ক অ্যাকাউন্টে থাকার চেষ্টা করবেন। প্রতি মিনিটে দেখবেন নতুন নতুন কাজের বিজ্ঞপ্তি দেখা যাচ্ছে। 
কোনো একটা কাজের (জব) বিজ্ঞপ্তি খুলে এর ডানপাশে পাবেন বায়ারের তথ্য। যেসব বায়ারের Payment Method Verified লেখা আছে, সেসব বায়ারের জবে আবেদন করবেন। কোনো একটি জবের বিজ্ঞাপন ভালোভাবে পড়ার পর এর নিচে দেখবেন Apply to this job নামের একটি বাটন আছে, সেখানে ক্লিক করুন। 
নতুন একটি পেজ আসবে। এ পৃষ্ঠার ওপরে Paid to You-এর ডান পাশের বক্সে ডলারের পরিমাণ লিখুন, মানে কত ডলারে আপনি কাজটি করতে চাচ্ছেন। ঘণ্টাভিত্তিক (আওয়ারলি) কাজ হলে প্রতি ঘণ্টায় কত ডলার হারে কাজটি করতে চাচ্ছেন, তা লিখুন। তারপর CoveLetter বক্সে একটি কভার লেটার লিখুন। ফেসবুক-সম্পর্কিত জব হলে অর্থাৎ জবটি যদি হয় ফেসবুকের কোনো পেজে লাইক কালেক্ট করে দেওয়া, তাহলে লিখতে পারেন—

Hi,
I am interested to do your project. I can provide/collect you more than 000 face book likes within 0 days. I have more than 0000 face book fiends and also have many face book groups, page etc. So I think, I can do your project properly.

Thanks
AR
অর্থাৎ জবের বিজ্ঞাপনে যা যা চাওয়া হয়, তার উত্তর দিয়ে কভার লেটারটি লেখার চেষ্টা করুন। এ-সম্পর্কিত কোনো কাজ আগে করে থাকলে তা উল্লেখ করতে পারেন। Attachment: এ কিছু লাগবে না। এখন Agree to Tems: বক্সে টিক চিহ্ন দিয়ে Apply to this job বাটনে ক্লিক করুন। নতুন পেজ এলে Yes, I Understand বক্সে টিক চিহ্ন দিয়ে Continue to Apply বাটনে ক্লিক করুন।

কোনো কাজ যদি নির্দিষ্ট পারিশ্রমিক অর্থাৎ ফিক্সড প্রাইসের হয়, তাহলে ওপরে Paid to You-এর ডান পাশের বক্সে কত ডলারের বিনিময়ে কাজটি করতে চান, তা লিখুন। Estimated Duration-এ কাজটি কত দিনের, তা নির্বাচন করে দিন। Cover Letter বক্সে আগের মতো করে একটি কভার লেটার লিখুন। এখন Agree to Terms বক্সে টিক চিহ্ন দিয়ে Apply to this job বাটনে ক্লিক করুন। Upfront payment (optional) এবং Attachment লাগবে না। নতুন পেজ এলে Yes, I Understand বক্সে টিক চিহ্ন দিয়ে Continue to Apply বাটনে ক্লিক করুন। জবে অ্যাপ্লাই করা হয়ে গেছে।
তারপর বায়ার আপনার ইন্টারভিউ (মেসেজ দেওয়া-নেওয়া) নেওয়ার পর আপনি সিলেক্ট হলে আপনাকে কাজটি করতে দেবে, মানে জবটিতে আপনাকে হায়ার্ড করা হবে। জবটি সক্রিয় হবে। তখন আপনার কাছে নোটিফিকেশন আসবে Your contract “Face book” started। ওই নোটিফিকেশনে ক্লিক করলে পাশের ছবিটির মতো দেখতে পাবেন।




কীভাবে একটি ভালো কভার লেটার লিখতে হয়, তা জানতে পারবেন http://kb.odesk.com/questions/136/What+is+a+good+cover+letter?
ঠিকানা থেকে। আর কোনো প্রশ্ন থাকলে Click This Link ঠিকানায় যেতে পারেন। 

কীভাবে কাজ করবেন:
ওডেস্কে দুই ধরনের কাজ আছে। একটা হলো—ঘণ্টাভিত্তিক (আওয়ারলি), আরেকটা হলো নির্দিষ্ট পারিশ্রমিকে (ফিক্সড প্রাইস)। ফিক্সড প্রাইসের কাজগুলো ইচ্ছামতো করে নির্দিষ্ট সময়ের মধ্যে জমা দেওয়ার পর বায়ার কাজগুলো যাচাই করবেন। এরা আপনাকে পারিশ্রমিকের অর্থ (পেমেন্ট) দেবেন। আর ঘণ্টাভিত্তিক কাজের ক্ষেত্রেhttp://www.odesk.com/downloads ঠিকানা থেকে ওডেস্ক টিম সফটওয়্যারটি নামিয়ে নিতে হবে। এটি ইনস্টল করার পর সফটওয়্যারটি চালু করে সাইন-ইন করতে হবে। এরপর যে কাজটি করতে চান অর্থাত্ যে জবটি পেতে চান, সেটি নির্বাচন করে Start-এ ক্লিক করবেন। তাহলে ওই সফটওয়্যারটির মাধ্যমে আপনার কাজের সময় গণনা শুরু হবে। ওই সফটওয়্যারটি কিছুক্ষণ পরপর আপনার কম্পিউটারের স্ক্রিনশট নেবে। প্রতি ঘণ্টায় ছয়টি করে। সময় গণনা শুরু হওয়ার সঙ্গে সঙ্গে আপনার অ্যাকাউন্টে ডলার জমা হতে থাকবে। কাজ শেষ হওয়ার পর বায়ার স্ক্রিনশটগুলো দেখে বুঝতে পারবে আপনি কাজ করেছেন কি না। স্ক্রিনশট নেওয়ার সময় আপনি ইচ্ছা করলে ডিলিটে ক্লিক করে এক-দুইটা স্ক্রিনশট মুছেও দিতে পারবেন। 

কাজ শেষ হওয়ার পর বায়ার যখন আপনাকে পেমেন্ট দিয়ে চুক্তি শেষ করবেন, তখন আপনার কাছে একটি নোটিফিকেশন আসবে BuyerName ended your contract Facebook। তখন বায়ার আপনার কাজের মূল্যায়ন বা ফিডব্যাক জানাবেন। আপনিও বায়ারকে একটি ফিডব্যাক দেবেন। পূর্ণমান ৫-এর মধ্যে আপনি বায়ারকে নম্বর দেবেন এবং বায়ারও আপনাকে নম্বর দেবে। কেউ কারওটা আগে দেখতে পাবেন না। উভয় পক্ষ ফিডব্যাক দিলেই কেবল একজন অপরেরটা দেখতে পাবেন। সাধারণত ৫-এর নিচে কেউ ফিডব্যাক দেয় না। আপনি বায়ারের সঙ্গে কাজ করার সময়ই বুঝতে পারবেন, তাঁর সঙ্গে আপনার সম্পর্ক কেমন এবং তিনি আপনাকে কেমন ফিডব্যাক দিতে পারেন। ফিডব্যাক নিয়ে আপনি যতটুকু টেনশনে থাকবেন, বায়ারও ততটুকু টেনশনে থাকবেন। কারণ, আপনিও বায়ারকে বাজে ফিডব্যাক দিতে পারেন। ফিডব্যাক আপনার ও বায়ার উভয়েরই প্রোফাইলে যুক্ত থাকবে—যা সবাই দেখতে পাবে। ভালো ফিডব্যাক পেলে পরবর্তীকালে বেশি কাজ পেতে সুবিধা হয়। বাজে ফিডব্যাক পেলে সেটি মুছে ফেলতে পারবেন। আপনি যদি বায়ারের পেমেন্ট ফেরত দিয়ে দেন, তাহলে আপনার প্রোফাইলে ওই বাজে ফিডব্যাক আর দেখা যাবে না। নোটিফিকেশন পেইজে Give refund-এ ক্লিক করে আপনি বায়ারকে পেমেন্ট ফেরত দিয়ে দিতে পারবেন। বায়ার আপনাকে পেমেন্ট দেওয়ার পর সেই পেমেন্ট এক সপ্তাহের মতো পেন্ডিং থেকে তারপর আপনার ওডেস্ক অ্যাকাউন্টে জমা হবে। আপনার বর্তমানে ব্যালান্স কত আছে এবং পেনডিং-এ কত আছে, সেটি জানার জন্য ওপরে ডধষষবঃ-এ ক্লিক করে Transaction History-এ ক্লিক করুন।

কীভাবে টাকা তুলবেন:
ওডেস্কে কাজ করেছেন, আপনার ওডেস্ক অ্যাকাউন্টে ডলার জমা হয়েছে। এখন সেগুলো তুলে নিজের কাছে আনবেন কীভাবে? এর জন্য প্রথমে ওপরের Wallet-এ ক্লিক করে তারপর Payment Methods-এ ক্লিক করুন। নতুন পৃষ্ঠা খুললে দেখবেন অনেকগুলো লেনদেনের পদ্ধতি আছে। এসবের মধ্যে যেকোনো একটি নির্বাচন করতে পারেন। এর একটি পদ্ধতি হলো, পাইওনিয়ার ডেবিট কার্ড। পাইওনিয়ার ডেবিট কার্ডের ডান পাশে Sign Up Now-এ ক্লিক করুন। নতুন পেইজ এলে সবার নিচে Get your prepaid MasterCard card now বাটনে ক্লিক করুন। এরপর Order Card-এর নিচে তিনটি বাটনের প্রথমটি Start Here-এ ক্লিক করুন। একটি ফরম আসবে সেটি পূরণ করে বাকি দুটি বাটনে ক্লিক করে সেগুলোও পূরণ করে Finish-এ ক্লিক করুন। এখন এক মাসের মধ্যে আপনার বাসার ঠিকানায় (ফরম পূরণের সময় যে ঠিকানা দিয়েছেন) যুক্তরাষ্ট্র থেকে একটি প্রিপেইড মাস্টার কার্ড আসবে। এর জন্য কোনো টাকা-পয়সা দিতে হবে না। তবে আপনি যখন ওডেস্ক থেকে বা অন্য কোনো মাধ্যম থেকে প্রথমবার এই মাস্টার কার্ডে ডলার লোড করবেন তখন শুরুতে ১০-১৫ ডলার এই কার্ডের সার্ভিস চার্জ বাবদ কেটে নেবে। প্রতি মাসে তিন ডলার করে আপনার মাস্টার কার্ড অ্যাকাউন্ট থেকে কেটে নেবে। কাজেই প্রথমবার ওডেস্ক থেকে মাস্টার কার্ডের মাধ্যমে অর্থ উত্তোলন করতে ১৫ ডলারের মতো খরচ হবে। ওডেস্ক থেকে মাস্টার কার্ডের মাধ্যমে বা অন্য কোনো মাধ্যমে অর্থ (ডলার) উত্তোলন করতে প্রথমে ওপরে Wallet-এ ক্লিক করে তারপর Withdraw-তে ক্লিক করুন। নতুন পেইজ এলে Withdrawal Method থেকে কোনো মেথড সিলেক্ট করে Amount থেকে কত ডলার তুলতে চান, তার পরিমাণ লিখে Withdraw বাটনে ক্লিক করুন। দুই দিন পর আপনার অ্যাকাউন্টে ডলার চলে আসবে। প্রতিবার ওডেস্ক থেকে ডলার ট্রান্সফার করতে দুই ডলার খরচ হয়। মাস্টার কার্ডের সুবিধা হলো, এটি দিয়ে বিশ্বের প্রায় সব দেশের সব এটিএম বুথ থেকে ডলার তুলতে পারবেন। বাংলাদেশের যেকোনো এটিএম বুথ থেকে তুললে ডলার অটো টাকায় কনভার্ট হয়ে সমপরিমাণ টাকা বেরিয়ে আসবে।



Read more