In JSON, the slashes (/) appearing in a URL string value are escaped with _________.
In the Yahoo! Web Services URI, which of the following combinations is used to get the JSON response in parentheses and a user-defined function name containing that response?
output=json&callback=[function_name] 0%
format=json&return=[function_name] 0%
show=json&capture=[function_name] 0%
response=json&function=[function_name] 0%
Is the following statement true or false? The JavaScript eval() function performs a sanity check while compiling JSON output text.
Read the following statements regarding BBAuth Authorization and then choose the appropriate option from the list below. Statement X: The appid is passed as a REST parameter. Statement Y: The WSSI...
Statements X and Y are correct and Statement Z is incorrect. 0%
Statements X and Y are incorrect and Statement Z is correct. 0%
Statements X and Z are correct and Statement Y is incorrect. 0%
Statements Y and Z are correct and Statement X is incorrect. 0%
Read the following statements regarding JSON and then choose the appropriate option from the list below. Statement X: In JSON, an object is an ordered set of name/value pairs. Statement Y: IN JSON...
Statement X is correct and Statement Y is incorrect. 0%
Statement Y is correct and Statement X is incorrect. 0%
Both statements are correct. 0%
Both statements are incorrect. 0%
Read the following statements regarding OAuth and then choose the appropriate option from the list below. Statement X: OAuth unreserved characters are not encoded. Statement Y: OAuth parameter nam...
Statement X is correct and Statement Y is incorrect. 0%
Statement X is incorrect and Statement Y is correct. 0%
Both statements are correct. 0%
Both statements are incorrect. 0%
Read the following statements regarding Yahoo! Updates API and then choose the appropriate option from the list below. Statement X: For HTTP GET Method, Read/Write permissions are required for Yah...
Statement X is correct and Statement Y is incorrect. 0%
Statement Y is correct and Statement X is incorrect. 0%
Both statements are correct. 0%
Both statements are incorrect. 0%
Regarding the Yahoo! Updates API, which of the following HTTP request headers is mandatory?
Authorization 0%
Accept-Encoding 0%
Host 0%
Accept-Language 0%
Study the following XML document and then choose the option that correctly represents the given XML in JSON. <?xml version="1.0" ?> <employees> <employee id="1"> <name>Shawn</name> </employee> ...
{"employees": {"employee": [ {"id": "1"}, {"name": "Shawn"}, {"id": "2"} , {"name": "Vin"} ] } } 0%
{"employees": {"employee": { {"id": "1", "name": "Shawn"},{"id": "2", "name": "Vin"} } } } 0%
{"employees": {"employee": [ {"id": "1", "name": "Shawn"},{"id": "2", "name": "Vin"} ] } } 0%
The list below represents the steps involved in the OAuth Authorization Flow. Choose the option that puts these steps in the correct sequence. i) Sign up and get a Consumer Key ii) Get User Author...
i, ii, iv, v, iii 0%
i, ii, iii, iv, v 0%
i, v, ii, iii, iv 0%
i, v, iv, iii, ii 0%
The only Yahoo! GeoPlanet API filter supported by the /placetypes collection is _______________.
What do the curly brackets {} signify in JSON format?
Objects 0%
Object members 0%
Arrays 0%
Values 0%
What does the BBAuth Authentication Error Code 1000 signify?
The user token has expired. 0%
The authentication call has been made using HTTP. 0%
The application ID (appid) is invalid. 0%
The user token is invalid. 0%
What is the XML schema data type of the count element in a Yahoo! Contact API object?
anyURI 0%
string 0%
dateTime 0%
Contact Object 0%
When performing a Yahoo! BOSS API image search, which response XML field gives the information regarding the URL of the image itself?
thumbnail_url 0%
url 0%
refererclickurl 0%
refererurl 0%
When using the Yahoo! Placemaker API, which of the following parameters is ignored when the documentContent parameter is provided in the query string of the URI?
documentType 0%
inputLanguage 0%
documentTitle 0%
documentURL 0%
When using Yahoo! Placemaker API, which of the following query parameters is used to define the results return format?
documentType 0%
outputType 0%
focusWoeid 0%
autoDisambiguate 0%
Which BBAuth response parameter can be used to validate whether the authorization response actually came from Yahoo! login servers?
appdata 0%
token 0%
sig 0%
ts 0%
Which of the following are examples of Yahoo! GeoPlanet API collections?
place 0%
children 0%
ancestors 0%
Which of the following are optional Yahoo! BOSS API arguments?
Format 0%
Style 0%
Abstract 0%
Type 0%
Which of the following BBAuth error codes is returned when the length of the appdata exceeds 300 bytes?
2001 0%
2002 0%
2003 0%
2004 0%
2005 0%
Which of the following BBAuth login parameters contains a hexadecimal md5 hash of a particular relative URL?
appdata 0%
ts 0%
send_userhash 0%
sig 0%
Which of the following built-in PHP functions are used to handle Serialized PHP text format?
serialize 0%
unserialize 0%
serializable 0%
wddx_deserialize 0%
Which of the following different types of OAuth Request URLs is used to obtain user authorization for consumer access?
Request Token 0%
User Authorization 0%
Access Token 0%
Which of the following elements are contained under the channel element of the RSS response of the Yahoo! Placemaker API?
title 0%
contentlocation 0%
rss 0%
link 0%
Which of the following identifiers are provided by the Contact object of the Yahoo! Contact API?
cid 0%
fid 0%
collectionID 0%
suid 0%
Which of the following is a common feature in both BBAuth and OAuth authorization methods?
Token-based authorization 0%
Support for multiple providers 0%
Support for Desktop applications 0%
Which of the following is an invalid format for using a Yahoo! GeoPlanet API filter?
$and(.q(NewYork),.type(suburb)) 0%
$and(.q(NewYork,Miami),.type(suburb)) 0%
$and(.q('NewYork,Miami'),.type(suburb)) 0%
Which of the following is not a valid value for the age argument in a Yahoo! BOSS API News Search query?
age=25d 0%
age=2w-30d 0%
age=2000d 0%
age=6d-10d 0%
Which of the following is the root element of the XML response obtained from the Yahoo! Placemaker API /document resource?
contentlocation 0%
processingTime 0%
placeDetails 0%
referenceList 0%
Which of the following logic operators are used when working with the Yahoo! Updates API?
ne 0%
suid 0%
or 0%
contains 0%
source 0%
Which of the following parameters is used to get output from Yahoo! Web Services in Serialized PHP format?
response=php 0%
output=php 0%
format=php 0%
outputparam=php 0%
Which of the following query parameters are supported by the Yahoo! Placemaker API?
format 0%
focusWoeid 0%
callback 0%
documentURL 0%
Which of the following query parameters is not supported by the Yahoo! GeoPlanet API?
appid 0%
select 0%
count 0%
callback 0%
Which of the following response formats are supported by the Yahoo! GeoPlanet API?
XML 0%
JSON 0%
GeoJSON 0%
Serialized PHP 0%
Which of the following responses are supported by the Yahoo!BOSS API?
XML 0%
YML 0%
Serialized PHP 0%
JSON 0%
Which of the following Search Services are provided by Yahoo! BOSS API?
News Search 0%
Music Search 0%
Image Search 0%
Travel Search 0%
Which of the following statements regarding XML is incorrect?
XML attribute values must be quoted. 0%
XML tags are not case sensitive. 0%
XML is platform independent. 0%
XML is extensible. 0%
Which of the following transform query argument filters from the Yahoo! Updates API is used to get the updates belonging to each of the specified transforms?
all 0%
intersection 0%
limit 0%
union 0%
Which of the following URIs from the Yahoo! Updates API is used to handle updates for a specified user?
http://social.yahooapis.com/v1/user/{guid}/updates/{source}/{suid} 0%
http://social.yahooapis.com/v1/user/{guid}/updates 0%
http://social.yahooapis.com/v1/user/{guid}/updates/connections 0%
Which of the following URLs is used to get User Authorization in the OAuth Authorization process?
https://api.login.yahoo.com/oauth/v2/get_request_token 0%
https://api.login.yahoo.com/oauth/v2/request_auth 0%
https://api.login.yahoo.com/WSLogin/V1/wslogin 0%
https://api.login.yahoo.com/oauth/v2/get_token 0%
Which of the following XML attributes are correct?
<employee name=Sam>Engineer</employee> 0%
<employee name='Sam'>Engineer</employee> 0%
<employee name='Sam "Shelton" Ziegler' /> 0%
<employee name="Sam">Engineer</employee> 0%
Which of the following Yahoo! BOSS API arguments is used to remove bold tags around the search result titles?
format 0%
strictlang 0%
view 0%
style 0%
Which of the following Yahoo! BOSS API arguments is used to retrieve related words and phrases for each search result?
view=language 0%
type=html 0%
view=keyterms 0%
abstract=long 0%
Which of the following Yahoo! BOSS API response fields gives the number of total documents matching the search terms, including duplicate results?
totalhits 0%
deephits 0%
count 0%
Which of the following Yahoo! BOSS API Services is used to display a list of all pages belonging to a domain in the Yahoo! index?
inlink 0%
pagedata 0%
news 0%
image 0%
With regard to the Yahoo! Contact API, which of the following plural fields can be assigned to the Contacts plural field type?
emails 0%
notes 0%
links 0%