Consider the following XML document: <doc> <a>val1</a> <b><c><d>val2</d></c></b> </doc> Which of the following options will return the values: val1 and val2?
doc.a = val1 doc.b.c.d = val2 0%
doc.a = val1 doc.d = val2 0%
doc.a = val1 doc.c.d = val2 0%
doc.a = val1 doc.b = val2 0%
How many sources can be merged together using the Union Module in Yahoo! Pipes?
In Yahoo! YUI, which module is YAHOO.util.Attribute class a part of?
event 0%
element 0%
layout 0%
stylesheet 0%
State whether the following statement is True or False. Custom rulesets can be created in YSlow.
State whether the following statement is True or False. XPath expressions can be used in YQL queries.
The Split module in Yahoo! Pipes can split a feed into:
two identical copies. 0%
three identical copies. 0%
four identical copies. 0%
five identical copies. 0%
What is the function of the YAHOO.widget.Record class?
It provides functionality for the inline editing DataTable cell data with a TEXTAREA element. 0%
It defines and manages the attributes of DataTable Columns. 0%
It defines a DataTable record. 0%
It defines and manages a set of Records. 0%
What is the purpose of the show() method in the LogReader class of the Yahoo! YUI Logger module?
It shows the UI of the LogReader. 0%
It shows the log messages associated with the given category. 0%
It shows the log messages associated with the given source. 0%
What is the timezone format for the datetime data type in Yahoo! Pipes?
UTC 0%
PST 0%
EST 0%
BST 0%
What is the use of gallery.xsd in a Yahoo! Blueprint application?
It is used to contain application metadata. 0%
It is used to control the presentation and availability of the application. 0%
It is used for the validation of the application XML. 0%
When performing a YQL Query, which of the following parameters is mandatory to be passed to the http://query.yahooapis.com/v1/yql?[query params] YQL web service URL?
q 0%
format 0%
callback 0%
diagnostics 0%
Which HTTP response code is returned by YQL when there is a syntax error or a query execution error?
200 0%
400 0%
401 0%
500 0%
Which of the following are optional tags of the config.xml file in a Yahoo! Blueprint application?
title 0%
version 0%
description 0%
license 0%
Which of the following are the events in Yahoo! Blueprint?
load-page 0%
goto 0%
activate 0%
page-ready 0%
Which of the following classes is used to add and remove event listeners and also perform event cleansing?
YAHOO.util.Event 0%
YAHOO.util.KeyListener 0%
YAHOO.util.Subscriber 0%
YAHOO.util.CustomEvent 0%
Which of the following Data Input Controls is used to create checkboxes in Yahoo! Blueprint?
input 0%
select 0%
secret 0%
trigger 0%
Which of the following files is not associated with the YUI Uploader Module?
KeyListener.js 0%
FlashAdapter.js 0%
swfobject.js 0%
Uploader.js 0%
Which of the following HTTP headers are used to control caching in Yahoo! Blueprint pages?
Cache-Control 0%
Content-Length 0%
ETag 0%
If-None-Match 0%
Which of the following is a container element in Yahoo! Blueprint?
span 0%
module 0%
trigger 0%
select 0%
Which of the following is the top container element in a standard Yahoo! Blueprint page?
page 0%
page-header 0%
content 0%
module 0%
Which of the following modules is used to get the author's name of each item in an input feed of a Yahoo! Pipe?
Sort 0%
Sub-element 0%
Unique 0%
Filter 0%
Which of the following objects contains the URL on which YQL would normally perform a GET request?
y 0%
request 0%
response 0%
Which of the following operators are included in YQL filtering?
Which of the following output formats are available in Yahoo! Pipes?
RSS 2.0 0%
RSS 1.0 (RDF) 0%
JSON 0%
All of the above 0%
Which of the following parameters are used in YAHOO.widget.DualSlider class?
range 0%
initVals 0%
sGroup 0%
sType 0%
Which of the following statements are correct regarding Execution Rate Limits in YQL?
Total Units of Execution are limited to 60 million. 0%
Total Time for Execution is limited to 50 seconds. 0%
Total Stack Depth is limited to 100 levels. 0%
Total Number of Concurrent YQL Queries is limited to 5 concurrent queries. 0%
Which of the following statements regarding Yahoo! Blueprint is/are correct? Statement X: The gallery.xml file contains the application metadata of a Yahoo! Blueprint application. Statement Y: The...
Statement X is correct 0%
Statement Y is correct 0%
Both the statements are correct 0%
Both the statements are incorrect 0%
Which of the following sub-elements of an Open Data Table describes the information needed for YQL to call an API?
KEY 0%
TABLES 0%
META 0%
SELECT 0%
Which of the following tags of gallery.xml is used to limit the visibility of a Yahoo! Blueprint application?
title 0%
description 0%
languages 0%
restrictions 0%
Which of the following techniques can be used for image optimization?
Arranging images in the CSS sprite vertically 0%
Avoiding the scaling of images in HTML 0%
Making favicon.ico small and cacheable 0%
Which of the following two statements regarding Yahoo! Pipes is/are correct? Statement X: Feed Auto-Discovery Module detects all feed URLs. Statement Y: Fetch Site Feed Module returns the content ...
Statement X is correct and Statement Y is incorrect. 0%
Statement X is incorrect and Statement Y is correct. 0%
Both the statements are correct. 0%
Both the statements are incorrect. 0%
Which of the following user inputs is not defined in a Yahoo! Pipe?
Location Input 0%
Date Input 0%
Image Input 0%
URL Input 0%
Which of the following verbs are supported by YQL?
SELECT 0%
UPDATE 0%
DESC 0%
ALTER 0%
Which of the following Yahoo! headers provides information like the memory and supported markup of the client browser?
X-Client-Info 0%
X-Client-Accept 0%
X-Client-Misc 0%
Which of the following Yahoo! Pipes modules is used to join multiple strings together?
String Regex 0%
String Builder 0%
String Replace 0%
String Tokenizer 0%
Which of the following Yahoo! YUI Button Control types is used to execute a user-specified command?
push 0%
submit 0%
checkbox 0%
split 0%
Which of the following Yahoo! YUI dragdrop classes is used to define the interface and base operation of items that can be dragged?
DDTarget 0%
DragDropMgr 0%
DragDrop 0%
DD 0%
Which of the following YSlow tools is used for the optimization of the image components of a page?
ALL JS 0%
ALL CSS 0%
JSLINT 0%
ALL SMUSH.IT 0%
Which of the following YSlow tools is used to collect all external and inline JavaScript from the page and is used to remove comments and white space from the scripts?
JSLINT 0%
ALL JS 0%
ALL JS BEAUTIFIED 0%
ALL JS MINIFIED 0%
Which of the following YSlow tools is used to find style convention and structural problems in the JavaScript of a web page?
JSLINT 0%
ALL JS 0%
ALL CSS 0%
ALL JS BEAUTIFIED 0%
Which of the following YSlow views gives the information regarding the HTTP requests and the total weight of the page?
Grade View 0%
Components View 0%
Statistics View 0%
Which of the following YSlow views gives the information such as the page type, size, headers associated with the given page?
Grade 0%
Components 0%
Statistics 0%
Which type of authorization is used for accessing data using the YQL Web Service?
OpenID 0%
OAuth 0%
BBAuth 0%
With which of the following Firefox web development add-on tools is YSlow integrated?
Flagfox 0%
Firebug 0%
Web Developer 0%
Measureit 0%
Yahoo! has defined 34 rules for web page performance. Which of the following YSlow rulesets contains 13 rules for web page performance?
YSlow(V2) 0%
Classic(V1) 0%
Small Site or Blog 0%