Odesk test Answer লেবেলটি সহ পোস্টগুলি দেখানো হচ্ছে৷ সকল পোস্ট দেখান
Odesk test Answer লেবেলটি সহ পোস্টগুলি দেখানো হচ্ছে৷ সকল পোস্ট দেখান

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

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 Programming C++ Test Solution

Odesk Programming C++ Test Solution 
Odesk Programming C++ Test Solution
 00000000000-----Question

   000000000---Answers

Base class members are made accessible to a derived class and inaccessible to rest of the program by _____. 
protected access specifier
Which of the following is a function that returns a non zero value to indicate an I/O stream error?
a. bad

b. good

c. fail

d. eof

e. err

f. error

g. filerror

h. None of the above

h. None of the above
Consider the sample code given below and answer the question that follows.
class Shape
{
public:
virtual void draw() = 0;
};

class Rectangle: public Shape
{
public:
void draw()
{
// Code to draw rectangle
}
//Some more member functions.....
};
class Circle : public Shape
{
public:
void draw()
{
// Code to draw circle
}
//Some more member functions.....
};

int main()
{
Shape objShape;
objShape.draw();
}

What happens if the above program is compiled and executed?
 
e. None of the above
Which of the following techniques should you use to handle a constructor that fails?
a. Return an error code from the constructor

b. Throw an exception from the constructor

c. Write the error to a log file

d. Use "delete this;" in the constructor

e. None of the above
 
b. Throw an exception from the constructor

Odesk Dreamweaver CS3 Test Answers

Odesk Dreamweaver CS3 Test Answers










































Popular Posts

অনুসরণকারী

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