Twitter Developer Test Questions

By // No comments:

oDesk Twitter Developer Test

Question: 1

Which HTTP Status code  will be returned by the Twitter API if the client exceeds the rate limit of sending requests?
a. 400
b. 401
c. 402
d. 403

Question: 2

State whether the following statement is true or false
Twitter applications are not allowed to be hosted on sites having personal data or blogs.
a. True
b. False

 

Question: 3

Which of the following request headers can be used for making the Status API calls?
a. X-Twitter-Client
b. X-Twitter-Client-type
c. X-Twitter-Client-Version
d. X-Twitter-Client-URL

 

Question: 4

Twitter requests return data in the following formats:
a. xml
b. json
c. rss
d. atom
e. JsonML

 

Question: 4

What will be the output of the following API call?
http://twitter.com/account/rate_limit_status.xml
a. It will return the number of remaining API requests allowed before exceeding the rate limit.
b. It will reset your request count to zero.
c. It will add you to the whitelist for an enhanced rate limit.
d. It will return the number of API requests posted in the last one hour.

 

Question: 6

What is the data type of the favorited data element?
a. Integer
b. Character
c. Boolean
d. Varchar

 

Question: 7

Suppose you want to use the Search API for returning results pertaining to the keyword 'French'. The results should be returned in German and there should be 50 results per page.
Which API call will you use?
a. http://search.twitter.com/search.atom?lang=en&q=French&rpp=50
b. http://search.twitter.com/search.atom?lang=fr&q=French&rpp=50
c. http://search.twitter.com/search.atom?lang=de&q=French&rpp=50
d. http://search.twitter.com/search.atom?lang=gr&q=French&rpp=50
e. http://search.twitter.com/search.atom?lang=fr&q=German&rpp=50

 

Question: 8

The Notification Methods require the authenticated user to already be friends with the specified user otherwise the error "there was a problem following the specified user" will be returned?
a. True
b. False

 

Question: 9

What will the following API  call return?

a. It will return the 10 most recent statuses posted by the authenticating user and that user's friends.
b. It will return the 20 most recent statuses posted by the authenticating user and that user's friends.
c. It will return the 30 most recent statuses posted by the authenticating user and that user's friends.
d. It will return the 40 most recent statuses posted by the authenticating user and that user's friends.

 

Question: 10

What will the test function of the help method return?
a. It will return the string "No Content" in the requested format with a 200 No Content HTTP status code.
b. It will return the string "ok" in the requested format with a 200 OK HTTP status code.
c. It will return the string "ok" in the requested format with a 202 OK HTTP status code.
d. It will return the string "No Content" in the requested format with a 202 No Content HTTP status code.

 

Question: 11

What will be returned by the following  API call?
http://twitter.com/direct_messages.xml
a. It will return the detailed information about the authenticated user and the user's friend
b. It will return a list of the 20 most recent direct messages sent to the authenticating user.
c. It will return a list of all the recent direct messages sent to the authenticating user.

 

Question: 12

What functions will the following API call perform?
a. It will send a request for the authenticating user to follow karl.
b. It will enable notifications in addition to becoming friend.
c. It will add karl. to the favorite list in addition to becoming friend.
d. It will give access to karl to view direct messages in addition to becoming friend.

 

Question: 13

What will the search API call return if the search parameter "q" is provided with the keyword "movie:("?
a. It will search tweets containing "movie:("
b. It will search tweets containing "movie:(" and with a negative attitude
c. It will search tweets containing "movie:(" and with a positive attitude
d. It will search tweets containing "movie:(" and asking a question

 

Question: 14

Supposing that in your direct message box, you have 25 messages, and you want to display the messages after the twentieth message.
What will be the requesting API call?
a. http://twitter.com/direct_messages.xml?page=1
b. http://twitter.com/direct_messages.xml?page=2
c. http://twitter.com/direct_messages.xml?page=3
d. http://twitter.com/direct_messages.xml

 

Question: 15

By default, how many API requests can a client send per hour?
a. 50
b. 100
c. 150
d. 200

 

Question: 16

What is the maximum number of results per page that can be displayed by the Search API?
a. 20
b. 50
c. 100
d. There is no limit

 

Question: 17

What will be the API call to return the IDs of the authenticating user's followers?
a. http://api.twitter.com/1/friends/ids.format
b. http://api.twitter.com/1/followers/ids.format
c. http://api.twitter.com/1/friendships /ids.format
d. http://api.twitter.com/1/statuses/friends_timeline/ids.format

 

Question: 18

Which API call will you use to return the authenticating user's friends in the order by which the user followed them ,most recently followed first?
a. statuses/friends
b. statuses/followers
c. statuses/show
d. statuses/friends_line

 

Question: 19

What will the following API call return?
a. It will return the id of john.
b. It will return the ids of all the friends of john.
c. It will return the ids of the mutual friends of john and the authenticating user.
d. It will return an error notification.

 

Question: 20

Does the Twitter API provide a method for the authenticating user to get a notification from a specified user?
a. Yes
b. No

 

Question: 21

What will the Search API call return if the search parameter "q" is provided with the keyword Air Bus?
a. It will search tweets containing both "Air" and "Bus".
b. It will search tweets containing the exact phrase "Air Bus".
c. It will search tweets containing "Air" but not "Bus".
d. It will search tweets containing either "Air" or "Bus" or both.

 

Question: 22

Which function you will use to mark a status as un-favorite?
a. favorites
b. unfavorites
c. destroy
d. follow

 

Question: 23

What will the following API call return?
http://twitter.com/blocks/destroy/john.xml
a. It will block john from the authenticating user.
b. It will un-block john for the authenticating user.
c. It will display all of john's blocked users.
d. It will display all of john's un-blocked users.

 

Question: 24

What is the purpose of requesting whitelisting?
a. To approve the API created by the developer
b. To increase the rate limit
c. To send requests for adding a friend
d. To approve of the requests of friends

 

Question: 25

Which of the following are necessary to make a request for whitelist?
a. You should have a Twitter account
b. You must be signed in
c. Your Twitter account should be 6 months older
d. You must be a developer

 

Question: 26

Which of the following is not a parameter of the update_profile account method?
a. name
b. location
c. id
d. url
e. description

 

Question: 27

Which method will you use to enable notifications for updates from the specified user to the authenticating user?
a. notifications/follow
b. notifications/leave
c. notifications/notify

 

Question: 28

You can update the status of the authenticated users using the update status method. What is the maximum length allowed for the text for your status update?
a. It should not be more than 100 characters.
b. It should not be more than 140 characters. (Answer)
c. It should not be more than 200 characters.
d. It depends upon the text. There is no such character limit.

 

Question: 29

What is the data type of the recipient_id data element?
a. Varchar
b. Character
c. Boolean
d. None of the above

 

Question: 30

What does the friends_count element describe?
a. The number of users following a user's updates
b. A Boolean value indicating if a user is following a given user (Answer)

c. The number of users a user is following

Odesk MySQL Test Answers

By // No comments:

MySQL Test 

Question: 1
What privilege do you need to create a function?
a. UPDATE
b. CREATE ROUTINE (Answer)
c. SELECT
d. CREATE FUNCTION

Question: 2
What is NDB?
a. An in-memory storage engine offering high-availability and data-persistence features
b. A filesystem
c. An SQL superset
d. MySQL scripting language
e. None of the above

Question: 3
What is the name of the utility used to extract NDB configuration information?
a. ndb_config
b. cluster_config
c. ndb --config
d. configNd
e. None of the above

Question: 4
Examine the data in the employees table given below:
last_name    department_id            salary
ALLEN           10                                3000
MILLER          20                                1500
King                20                                2200
Davis              30                                5000
Which of the following Subqueries will execute well?
Note: There may be more than one right answer.
a. SELECT * FROM employees where salary > (SELECT MIN(salary) FROM employees GROUP BY department_id);
b. SELECT * FROM employees WHERE salary = (SELECT AVG(salary) FROM employees GROUP BY department_id);
c. SELECT distinct department_id FROM employees Where salary > ANY (SELECT AVG(salary) FROM employees GROUP BY department_id); (Answer)
d. SELECT department_id FROM employees WHERE SALARY > ALL (SELECT AVG(salary) FROM employees GROUP BY department_id); (Answer)
e. SELECT department_id FROM employees WHERE salary > ALL (SELECT AVG(salary) FROM employees GROUP BY AVG(SALARY));

Question: 5
Which of the following are true in case of Indexes for MYISAM Tables?
Note: There may be more than one right answer.
a. Indexes can have NULL values (Answer)
b. BLOB and TEXT columns can be indexed (Answer)
c. Indexes per table cannot be more than 16
d. Columns per index cannot be more than 16

Question: 6
Consider the following queries:
create table foo (id int primary key auto_increment, name int);
create table foo2 (id int auto_increment primary key, foo_id int references foo(id) on delete cascade);
Which of the following statements is true?
Note: There may be more than one right answer.
a. Two tables are created (Answer)
b. If a row in table foo2, with a foo_id of 2 is deleted, then the row with id = 2 in table foo is automatically deleted
c. Those queries are invalid
d. If a row with id = 2 in table foo is deleted, all rows with foo_id = 2 in table foo2 are deleted (Answer)

Question: 7
What kind of joins does MySQL support?
Note: There may be more than one right answer.
a. dual join
b. right join (Answer)
c. natural join (Answer)
d. middle join
e. STRAIGHT_JOIN (Answer)

Question: 8
Examine the query:-
         select (2/2/4) from tab1;
Where tab1 is a table with one row. This would give a result of:
a. 4
b. 2
c. 1
d. .5
e. .25 (Answer)
f. 8
g. 24

Question: 9
Which of the following relational database management systems is simple to embed in a larger program?
a. MySQL
b. SQLite (Answer)
c. Both
d. None

Question: 10
Which of the following statements are true?
Note: There may be more than one right answer.
a. Names of databases, tables and columns can be up to 64 characters in length (Answer)
b. Alias names can be up to 255 characters in length (Answer)
c. Names of databases, tables and columns can be up to 256 characters in length
d. Alias names can be up to 64 characters in length

Question: 11
Consider the following table definition:
CREATE TABLE table1 (
        column1 INT,
        column2 INT,
        column3 INT,
        column4 INT

Which one of the following is the correct syntax for adding the column, "column2a" after column2, to the table shown above?
a. ALTER TABLE table1 ADD column2a INT AFTER column2 (Answer)
b. MODIFY TABLE table1 ADD column2a AFTER column2
c. INSERT INTO table1 column2a AS INT AFTER column2
d. ALTER TABLE table1 INSERT column2a INT AFTER column2
e. CHANGE TABLE table1 INSERT column2a BEFORE column3
f. Columns are always added after the last column

Question: 12
Consider the following tables:
books
------
bookid
bookname
authorid
subjectid
popularityrating (the popularity of the book on a scale of 1 to 10)
language (such as French, English, German etc)
Subjects
---------
subjectid
subject (such as History, Geography, Mathematics etc)

authors
--------
authorid
authorname
country
Which is the query to determine the Authors who have written at least 1 book with a popularity rating of less than 5?
a. select authorname from authors where authorid in (select authorid from books where popularityrating<5) (Answer)
b. select authorname from authors where authorid in (select authorid from books where popularityrating<=5)
c. select authorname from authors where authorid in (select bookid from books where popularityrating<5)
d. select authorname from authors where authorid in (select authorid from books where popularityrating in (0,5))

Question: 13
Which of the following statements is correct in regards to the syntax of the code below?
SELECT
    table1.this, table2.that, table2.somethingelse
FROM
    table1 INNER JOIN table2
    ON table1.foreignkey = table2.primarykey
WHERE
    (some other conditions)
a. Using the older syntax is more subject to error. If use inner joins without an ON clause, will get a syntax error.
b. INNER JOIN is ANSI syntax. It is generally considered more readable, especially when joining lots of tables. It can also be easily replaced with an OUTER JOIN whenever a need arises.
c. (INNER JOIN) ON will filter the data before applying WHERE clause. The subsequent join conditions will be executed with filtered data which makes better performance. After that only WHERE condition will apply filter conditions.
d. All of the Above (Answer)

Question: 14
What does DETERMINISTIC mean in the creation of a function?
a. The function returns no value
b. The function always returns the same value for the same input (Answer)
c. The function returns the input value
d. None of the above

Question: 15
What does the term "overhead" mean in MySQL?
a. Temporary diskspace that the database uses to run some of the queries (Answer)
b. The size of a table
c. A tablespace name
d. None of the above

Question: 16
Consider the query:
SELECT name
FROM Students
WHERE name LIKE '_a%';
a. Which names will be displayed?
b. Names starting with "a"
c. Names containing "a" as the second lette (Answer)
d. Names starting with "a" or "A"
e. Names containing "a" as any letter except the first

Question: 17
What is the correct SQL syntax for returning all the columns from a table named "Persons" sorted REVERSE alphabetically by "FirstName"?
a. SELECT * FROM Persons WHERE FirstName ORDER BY FirstName DESC
b. SELECT * FROM Persons SORT REVERSE 'FirstName'
c. SELECT * FROM Persons ORDER BY -'FirstName' (Answer)
d. SELECT * FROM Persons ORDER BY FirstName DESC (Answer)

Question: 18
You want to display the titles of books that meet the following criteria:
1. Purchased before November 11, 2002
2. Price is less than $500 or greater than $900
You want to sort the result by the date of purchase, starting with the most recently bought book.
Which of the following statements should you use?
a. SELECT book_title FROM books WHERE price between 500 and 900 AND purchase_date < '2002-11-11' ORDER BY purchase_date;
b. SELECT book_title FROM books WHERE price IN (500, 900) AND purchase_date< '2002-11-11' ORDER BY purchase date ASC;
c. SELECT book_title FROM books WHERE price < 500 OR>900 AND purchase_date DESC;
d. SELECT book_title FROM books WHERE (price < 500 OR price > 900) AND purchase_date < '2002-11-11' ORDER BY purchase_date DESC; (Answer)

Question: 19
What are MySQL Spatial Data Types in the following list?
Note: There may be more than one right answer.
a. GEOMETRY (Answer)
b. CIRCLE
c. SQUARE
d. POINT (Answer)
e. POLYGON (Answer)

Question: 20
What is the maximum size of a row in a MyISAM table?
a. No limit
b. OS specific
c. 65,534 (Answer)
d. 2'147'483'648
e. 128

Question: 21
Which of the following statements is used to change the structure of a table once it has been created?
a. CHANGE TABLE
b. MODIFY TABLE
c. ALTER TABLE (Answer)
d. UPDATE TABLE

Question: 22
Which of the following commands will list the tables of the current database?
a. SHOW TABLES (Answer)
b. DESCRIBE TABLES
c. SHOW ALL TABLES
d. LIST TABLES

Question: 23
SELECT employee_id FROM employees WHERE commission_pct=.5 OR salary > 23000;
Which of the following statement is correct with regard to this code?
a. It returns employees whose salary is 50% more than $23,000
b. It returns employees who have 50% commission rate or salary greater than $23,000 (Answer)
c. It returns employees who salary is 50% less than $23,000
d. None of the above

Question: 24
Which of the following statement will results in 0 (false)?
a. SELECT “EXPERTRATING” LIKE “EXP%”
b. SELECT “EXPERTRATING” LIKE “Exp%”
c. SELECT BINARY “EXPERTRATING” LIKE “Exp%”
d. SELECT BINARY “EXPERTRATING” LIKE “Exp%” (Answer)

Question: 25
Examine the two SQL statements given below:
1. SELECT last_name, salary, hire_date FROM EMPLOYEES ORDER BY salary DESC;
2. SELECT last_name, salary, hire_date FROM EMPLOYEES ORDER BY 2 DESC;
What is true about them?
a. The two statements produce identical results (Answer)
b. The second statement returns an error
c. There is no need to specify DESC because the results are sorted in descending order by default.
d. None of the above statement is correct

Question: 26
Which query will display data from the Pers table relating to Analyst, Clerk and Salesman who joined between 1/1/2005 and 1/2/2005 ?
a. select * from Pers where joining_date from #1/1/2005# to #1/2/2005#, job=Analyst or clerk or salesman
b. select * from Pers where joining_date between #1/1/2005# to #1/2/2005#, job=Analyst or job=clerk or job=salesman
c. select * from Pers where joining_date between #1/1/2005# and #1/2/2005# and (job=Analyst or clerk or salesman)
d. None of the above  (Answer)

Question: 27
The REPLACE statement is
a. Same as the INSERT statement
b. Like INSERT, except that if an old row in the table has the same value as a new row for a PRIMARY KEY or a UNIQUE index, the old row is deleted before the new row is inserted (Answer)
c. There is no such statement as REPLACE

Question: 28
What is wrong with the following query:
select * from Orders where OrderID = (select OrderID from OrderItems where ItemQty > 50)
a. In the sub query, '*' should be used instead of 'OrderID'
b. The sub query can return more than one row, so, '=' should be replaced with 'in (Answer)
c. The sub query should not be in parenthesis
d. None of the above 

Question: 29
Which of the following is not a valid Bit operator?
a. &
b. && (Answer)
c. <<
d. !
e. >>

Question: 30
Which of the following is not a string column types?
a. BLOB
b. ENUM
c. SET
d. TEXT
e. LONGCHAR (Answer)

Question: 31
What will happen if some of the columns in a table are of char datatype and others are of varchar datatype?
a. Nothing will happen (Answer)
b. MySQL will generate an error
c. MySQL will convert all varchar datatypes into char
d. MySQL will convert all char datatypes into varchar

Question: 32
If you insert (00) as the value of the year in a date column, what will be stored in the database?
a. 0000
b. 1900
c. 2000 (Answer)
d. Ambiguous, cannot be determined

Question: 33
Which of the following statements is true is regards to whether the schema integration problem between development, test, and production servers can be solved?
a. True, only can create migration solution in .NET programming language.
b. True, it can be solve by migration solution. These solutions vary by programming language.
c. Both A and B (Answer)
d. None of the above

Question: 34
Which of the following is not a valid Logical operator?
a. & (Answer)
b. &&
c. AND
d. !
e. NOT

Question: 35
Which of the following is not a SQL operator?
a. between..and..
b. Like
c. In
d. Is null
e. Not in
f. All of the above are SQL operators (Answer)

Question: 36
Which of the following is not a valid Comparison operator?
a. == (Answer)
b. <=>
c. !=
d. <>
e. REGEXP

Question: 37
The Flush statement cannot be used for:
a. Closing any open tables in the table cache
b. Closing open connections (Answer)
c. Flushing the log file
d. Flushing the lost cache

Question: 38
What is true regarding the SET data type?
a. A SET can have zero or more values (Answer)
b. A SET value may contain a comma
c. A SET can have a maximum of 64 different numbers (Answer)
d. MySQL stores SET values as strings (Answer)
e. None of the above is true

Question: 39
MySQL supports 5 different int types. Which one takes 3 bytes?
a. TINYINT
b . MEDIUMNT (Answer)
c. SMALLINT
d. INT
e. BIGINT

Question: 40
Which of the following formats does the date field accept by default?
a. DD-MM-YYYY
b. YYYY-DD-MM
c. YYYY-MM-DD (Answer)
d. MM-DD-YY
e. MMDDYYYY

Question: 41
Which of the following are aggregate functions in MySQL?
a. Avg
b. Select
c. Order By
d. Sum (Answer)
e. Union
f. Group by
g. Having

Question: 42
What is true about the ENUM data type?
a. An enum value may be user variable
b. An enum may contain number enclosed in quotes (Answer)
c. An enum cannot contain any empty string
d. An enum value may be NULL
e. None of the above is true

Question: 43
Which of the following operators has the highest precedence?
a. BINARY (Answer)
b. NOT
c. <<
d. %

Question: 44
Which of the following is not a MySQL statement?
a. ENUMERATE (Answer)
b. EXPLAIN
c. KILL
d. LOAD DATA
e. SET

Question: 45
Which operator will be evaluated first in the following statement:
Select (age + 3 * 4 / 2 ? 8) from emp
a. +
b. –
c. /
d. * (Answer)

Question: 46
What privilege do you need to create a function?
a. UPDATE
b. CREATE ROUTINE (Answer)
c. SELECT
d. CREATE FUNCTION
e. No specific privilege

Question: 47
Which of the following operators has the lowest precedence?
a. BINARY
b. NOT (Answer)
c. <<
d. %


Question: 48
Is it possible to insert several rows into a table with a single INSERT statement?
a. No
b. Yes (Answer)

Question: 49
Considering table foo has been created with: create foo (id int primary key auto_increment, name varchar(100)); Is the following query syntactically valid?
delete from foo where id = id-1;
a. Yes
b. No (Answer)

Question: 50
Can you run multiple MySQL servers on a single machine?
a. No
b. Yes (Answer)

Question: 51
State whether true or false:
Transactions and commit/rollback are supported by MySQL using the MyISAM engine
a. True
b. False (Answer)

Question: 52
Can you run multiple MySQL servers on a single machine?
a. No
b. Yes (Answer)

Question: 53
In the ‘where clause’ of a select statement, the AND operator displays a row if any of the conditions listed are true. The OR operator displays a row if all of the conditions listed are true.
a. True
b. False (Answer)

Question: 54
State whether true or false:
Transactions and commit/rollback are supported by MySQL using the MyISAM engine
a. True

b. False (Answer)

Knowledge of Google AdSense Test

By // No comments:

Knowledge of Google AdSense Test Questions and Answers

Expert
This test is about 40 multiple choice questions and should take less than 40 minutes to complete

Knowledge of Google AdSense Test Contents

AdSense Reports

AdSense for Content
AdSense for Search
Managing AdSense Ads
Managing AdSense Channels
Google AdSense Payments
Adsense for Mobile Content

Knowledge of google adsense test answers 2014-2015


Question: 1
How many AdSense channels are available for each publisher?
b. 50 (Answer)

Question: 2
If your AdSense account balance reaches the payment threshold during November, your payment will be sent to you (there are no holds on your account):
c. at the end of December, the same year. (Answer)
  
Question: 3
The appearance of an Earnings line on your Payment History page for any month ______.
c. means that Google has verified the earnings that were generated for your account during that month (Answer)
   
Question: 4
In an AdSense for Content Unit, which of the following parts is not clickable?
a. background (Answer)
d. Text (Answer)


Question: 5
Choose the incorrect statement.
a. eCPM is not a reporting feature. (Answer)

Question: 6
which of the following features can not be customized for AdSense for Search units?
e. cost per click value (Answer)

Question: 7
AdSense for search results pages show ______.
c. both CPC and CPM ads (Answer)
   
Question: 8
which of the following units is not the correct Google AdSense Mobile Ad formats?
d. Image Ads (Sky scrapper 500x300) (Answer)

Question: 9
What are active Ad Sense Units?
b. AdSense Units that were created, or received impressions within the last 7 days (Answer)

Question: 10
After applying AdSense Ads on his webpages, John wants to block the above two ads, as both of them belong to his competitor's websites. What should he do?
d. Right Click on the Title of both the Ads and find out the URLs, and then add them to the Competitive Ad Filter list. (Answer)

Question: 11
Choose the incorrect statement.
d. If you rename an ad placement in your AdSense account, you will lose any existing advertiser bids for that placement. (Answer)

Question: 12
Which of the following messages indicates that your domain has just been added and is waiting for approval?
a. Verifying Domain and Checking Policy Compliance (Answer)
   
Question: 13
The data shown in the channel reports is not displayed in near-real-time
 a. True (Answer)

Question: 14
Which of the following markup languages can not be used for AdSense for Mobile content?
c. TeX (Answer)
   
Question: 15
choose the incorrect statement.
c. It is not possible to view AdSense for mobile ads from a standard computer; mobile ads will appear only on mobile web pages. (Answer)

Question: 16
For cost per click ads, you generate earnings when:
a. users click on an ad. (Answer)
  
Question: 17
choose the correct sequence of steps for obtaining the code for an "AdSense for Search" unit.
b. Choose Search Box Options > Choose Search Type > Search Results Style > Get Search Code (Answer)
   
Question: 18
Contextual targeting, which determines what a webpage is about, does NOT use _____ in order to precisely match Google ads to each page.
c. font size (Answer)
  
Question: 19
Choose the incorrect statement.
a. It is not possible to filter the AdSense for Mobile content Ads on your mobile website pages. (Answer)
   
Question: 20
choose the incorrect statement.
b. CPM AdSense ads appear on a webpage only if an advertiser has bid to run ads on your site through placement targeting. (Answer)

Question: 21
For CPM ads, you will generate earnings in your account every time:
b. the ad appears on your site. (Answer)

Question: 22
If a publisher earns $360 from 90,000 impressions, the eCPM would be ___.
d. $4.00 (Answer)
  
Question: 23
Choose the incorrect statement.
a. It is possible to delete an ad unit from within your AdSense account. (Answer)

Question: 24
A website is jointly managed by two companies each having an individual AdSense publisher account - Account A, and Account B. How can the AdSense units be placed on a single page without violating the AdSense Policy Guidelines?
e. None of the above (Answer)

Question: 25
What will be the effect of adding the following code in your robots.txt file?
User-agent: Mediapartners-Google
c. It will provide you with the most relevant Google ads for the content on your webpage. (Answer)

Question: 26
which of the following font faces is not available for customizing AdSense text Ads?
c. Comic Sans (Answer)
  
Question: 27
An "AdSense for search" query is counted______.
d. each time a user clicks on the links in the search results page (Answer)

Question: 28
If you have assigned more than one custom channel to an ad unit, clicks and impressions from that ad unit will be recorded for:
c. only one of the custom channels which has been marked as the preferred channel. (Answer)

Question: 29
When clicks occur on a framed page, they will ______.
c. not be counted in your channel reports (Answer)

Question: 30
If the total unpaid earnings of your Google AdSense account have not yet reached the payment threshold,
d. they will roll over to the next month and remain accrued until they meet the threshold. (Answer)

Question: 31
AdSense for Mobile Content requires
b. server-side scripting (Answer)

Question: 32
Setting a self-hold on your Google AdSense account payment will______________.
a. stop Google from sending you payments, but your earnings will continue to accrue. (Answer)
   
Question: 33
Choose the correct statement.
b. A PIN is sent to you for the verification of your AdSense Account as soon as your account balance reaches the verification threshold. (Answer)
   
Question: 34
What is the correct sequence of steps for generating an "AdSense for Content" code?
b. Choose Ad Type > Choose Ad Channels > Choose Ad Format and Colors > Save and Get Ad Code (Answer)
   
Question: 35
Google AdSense program policies allow you to place up to _____ "AdSense for search" units on any page.
b. Two (Answer)
   
Question: 36
If you make changes to the look and feel of an already published AdSense for Search Unit, ______.
a. the changes made to the search unit will automatically reflect after 48 hours without updating the code for the unit (Answer)

Question: 37
Clicking on your own AdSense Ads is ______.
c. not allowed for any reason (Answer)

Question: 38
State whether true or false.
Google AdSense Program is free for anybody to join.
a. True (Answer)
 
Question: 39
Identify the correct sequence of steps for obtaining the code for an AdSense for mobile content Ad unit.
d. Choose Ad Type > Choose Ad Style > Choose Ad Channels > Get Ad Code (Answer)

Question: 40
The Reports overview does not show the______.

c. estimated earnings for the last year (Answer)