মঙ্গলবার, ১৯ মার্চ, ২০১৩

Odesk Graphics Design Cover Letter 25.03.2013



A sample cover letter for Graphic Design position.
Dear Hiring Manager,

Today I have discovered this job in oDesk, and I’m very interested in your job posting. I have excellent encounter in graphics designing, logo designing and banner designing. I have excellent command over Adobe Photoshop, Corel Draw, Adobe Illustrator, and other related applications. I believe my abilities would be perfect for you. I can finish this job within the necessary time frame.

I am available 30 hours/week for your job, and my everyday time are flexible. I’m very energized to provide my solutions for your job. You can get in touch with me immediately to talk about this place further.

I am mostly on GTalk or Skype. We can talk about there in a fast way, if you are fascinated.

Regards,
Your Name Here

Odesk Test Answar for Search Engine Optimization


Search Engine Optimization
What are your thoughts on the direction of Web 2.0 technologies with regards to SEO?
Can you write HTML code by hand?
Could you briefly explain the PageRank algorithm?
How you created any SEO tools either from scratch or pieced together from others?
What do you think of PageRank?
What do you think of using XML sitemaps?
Give me a description of your general SEO experience.
What SEO tools do you regularly use?
Under what circumstances would you look to exclude pages from search engines using robots.txt vs meta robots tag?
What areas do you think are currently the most important in organically ranking a site?
Do you have experience in copywriting and can you provide some writing samples?
Have you ever had something you've written reach the front-page of Digg? Sphinn? Or be Stumbled?
Explain to me what META tags matter in today's world.
Explain various steps that you would take to optimize a website?
If the company whose site you've been working for has decided to move all of its content to a new domain, what steps would you take?
Rate from 1 to 10, tell me the most important "on page" elements
Review the code of past clients/company websites where SEO was performed.
What do you think about link buying?
What is Latent Semantic Analysis (LSI Indexing)?
What is Phrase Based Indexing and Retrieval and what roles does it play?
What is the difference between SEO and SEM?
What kind of strategies do you normally implement for back links?
What role does social media play in an SEO strategy?
What things wouldn't you to do increase rankings because the risk of penalty is too high?
What's the difference between PageRank and Toolbar PageRank?
Why might you want to use nofollow on an internal link?

oDesk PHP Test And solutions 25.03.2013


PHP Test And solutions
Question.11.

which of the following are used for code reuse?

a. Loops
b. functions
c. Database
d. include files


Solution:

B,D

Question.13.

which of the following is the corect way of specifying default value?

a. Function GetDiscount($Type = "Special") {.........}
b. Function GetDiscount(Type := "Special") {.........}
c. Function GetDiscount($Type: = "Special") {.........}
d. Function GetDiscount($Type : "Special") {.........}

Solution:

Question.14.

Which of the following are ''magic constant'?

a. __LINE__
b. __FILE__
c __PRETTY_FUNCTION__
d __CLASS__
e. __METHOD__

Solution:

Question.15.

you have defined three variables $to, $subject, and $body to send an email. Which of the following methods would you use for sending an email?

a. mail($to, $subject,$body)
b. sendmail($to, $subject,$body)
c. mail(to, subject,body)
d. sendmail(to, subject,body)

Solution:

Question.16.

Which one of the following is turnary operator?

a. &
b. =
c. :?
d. ?:
e. +=
f. &&

Solution

D

Question.17.

What is the result of the following Exprssion?
5+2*4+6

a. 70
b. 19
c. 34
d. 21

Solution:
B

Question.18.

The default value of register global in PHP is:

a. Off
b. On

Solution:

A

Question.19.


What would b the outpur of the following code?

$string = 'good day';
$string = ucword($string);
echo $string;
?>

a. good day
b. GOOD DAY
c. Good Day
d. non of the above

Solution:

C

Question.20.

If you want to pass a value to a function by reference, the correct way is:

a. function ModifyReport(&$Rptfile){}
b. function ModifyReport($Rptfile){}
c. function ModifyReport(ByRef $Rptfile){}
d. function ModifyReport(&Rptfile){}

Solution:

D
Question.21.

What will be the output of the following code?

$a = 10;
echo "Value of a = $a";

a. value of a = 10
b. Value of a = $a
c. Undefind
d. Syntax Error

Solution:

A

Question.22.

Which of the following regualr expressions can be used to check the validity of an email address?

a. ^[^@]+@[^@]+\[^@]+$
b. ^[^@]+@[^@]+[^@]+$
c. $[^@]+@[^@]+\[^@]+^
d. $[^@]+@[^@]+.[^@]+^

Solution:

Question.23.

Which of the following is not represent logical AND operator in PHP?
a. &
b. &&
c. And
d. AND

Solution:
A

Question.24.

Which of the following are file PHP file Upload Related function?

a. upload_file()
b. is_upload_file()
c. move_upload_file()
d. Non of the above

Solution:

D

Question.25.

Does PHP support exceptions?

a. Yes
b. No

Solution:

A

Question.26.

Which of the following functions do you need to implement HTTP Basic Authentication?

a. Authenticate()
b. header()
c. basic_auth()
d. Non of the above

Solution:

D

Question.27.

What will be the output of the following code?

for ($i = 0; $i <>
{if($i == 2)
continoue;
print "$i\n";
}
?>

a. 0
1
2
3
4
5
b. 0
1
2
3
4
c. 2
d. 0
1
2
4
e. non of the above

Solution:

B

Question.28.

What will be the output of the following code?

echo 12 . 6;

a. 12 . 6
b. 126
c. 12.6
d. Error: You cannot add integers through the concatienation operator(.)

Solution:

Question.29.

Which of the following is not supported in PHP5?

a. Type Hinting
b. Reflection
c. Magic Methods
d. Object Cloning

Solution:

Question.30.

Which of the following are valid PHPdata types?

a. resource
b. null
c. boolean
d. string
e. Both a and c
f. b, c and d
g. All of the above

Solution:

Popular Posts

অনুসরণকারী

এই ব্লগটি সন্ধান করুন