Knowledge of Google Web Toolkit Skills Test
A Compile Report produced during a regular Google Web Toolkit compilation consists of a set of HTML pages which provide a graphical representation of the compilation done. Given below are two expla...
A Google Web Toolkit Ajax web application has two pages "page1" and "page2", and their corresponding history tokens generated are "page1" and "page2". The user is currently on "page2". What is the ...
ClientBundle has the two resource types - TextResource and ExternalTextResource - which provide access to static text content. Which of the following options is correct?
Consider the following statements regarding deployment of a Google Web Toolkit application on a web server. Statement X: The host HTML page and the bootstrap script can reside anywhere on the web ...
Consider the following statements regarding Google Web Toolkit widgets which contain ARIA roles and states. Statement X: A widget can only ever have one role attribute which is set at the time the...
Consider the following statements regarding the content type in Google Gadgets. Statement X: With HTML content type, all of the code typically resides in the gadget spec. This includes the gadget ...
Consider the following statements regarding the Google JavaScript Maps API and the Maps API Library for Google Web Toolkit. Statement X: Google Maps API and Google Web Toolkit prepend all method n...
Consider the following statements regarding the modes in which Google Web Toolkit applications can be run. Statement X: In the Web Mode, the application is run as pure JavaScript and HTML, compile...
Given below are examples of two different syntaxes which are used to deploy a Google Web Toolkit application on Google App Engine. Syntax 1: appengine-java-sdkinappcfg.cmd [options] <action> <w...
Given below is a JSON object of a typical Lightweight Metrics System event. { moduleName : <Module name>, subSystem : <Subsystem name>, evtGroup : <Event group>, millis : <Current ...
Google Web Toolkit deploys the mini-applications created, using the Google Gadgets API. Given below are some standard tags used in a Google gadget. Identify which tag contains information such as i...
In a Google Web Toolkit web application, the corresponding module XML file contains the collection of resources that comprise the web application. Which of the following options represent(s) the co...
In a Google Web Toolkit web application, the following argument is passed to the JUnitShell: -Dgwt.args="-help" What will the output be?
In a Google Web Toolkit widget, there is a form field whose tabIndex is 2. Suppose that you change the tabIndex to -1. Which of the following options are correct with regard to this tabIndex?
In a GWT application, there is an ARIA role region that updates without having keyboard focus. Which of the following ARIA states specifies the priority of such dynamic content updates?
In addition to individual events, the global collector method in the Lightweight Metrics system can also track and compare groups of events.
In order to use internationalized characters, which of the following charsets should be included in the meta tag of the host HTML file?
In order to use the ClientBundle in a Google Web Toolkit application, which of the following inherits tags is required to be included in the gwt.xml file?
In order to use the NumberFormat or DateTimeFormat classes in a Google Web Toolkit application, which of the following inherits lines should be inserted into the Google Web Toolkit application modu...
In which of the following internationalization techniques do the applications look for localized strings in the module's host and do NOT need recompilation when a new locale is added?
Suppose that in a Google Web Toolkit application there is a functionality called "Edit Account" which is not required initially when the application is being downloaded. Which of the following appr...
The appcfg utility is used to deploy a Google Web Toolkit web application. Which of the following appcfg commands uploads files of an application to the application's root directory? Note: The root...
The Google Maps Javascript API has certain events which are classified as UI Events and MVC state change events. Which of the following options are correct with regard to this?
The google.search.SearchControl class reference of the Google AJAX Search API is used to perform a search operation in Google Web Toolkit. Which of the following methods in this class reference act...
The JUnit TestCase base class has two methods: gwtSetUp() and gwtTearDown(), which are used to prepare for and/or clean up after each test method. Given below is a code snippet of the gwtSetUp() me...
The resources in a deployed Google Web Toolkit application are categorized as: 1)resources to never cache (.nocache.js), 2)resources to cache forever (.cache.html), 3)everything else (myapp.css) ...
The Speed Tracer tool uses some JavaScript rule definitions in order to find potential performance problems in a Google Web Toolkit application. One of the rules is "Total Bytes Downloaded" which g...
Using Eclipse IDE, a new Google Web Toolkit application named "MyApp" is created. Now the application directory contain some sub-directories by default. Which of the following sub-directories conta...
What is the data type of the argument used in the GWTTestCase.delayTestFinish method?
What is the purpose of the global collector function used in Lightweight Metrics System?
What is the response type of the Google AJAX Search API?
Which of the following approaches for associating CSS files in a Google Web Toolkit application is INCORRECT?
Which of the following are examples of Class Annotations?
Which of the following browser rendering engines will operate if Google Web Toolkit sets doctype to HTML 4.01 Transitional?
Which of the following ClientBundle resource types can retrieve the contents of a file at runtime using URLs?
Which of the following command line utilities generates the files and folders needed to start a Google Web Toolkit project?
Which of the following components figures out which browser environment the Google Web Toolkit application is running in and determines the appropriate version of the application to load?
Which of the following Google Maps API Web Services provides the facility to convert addresses into their corresponding values in latitudes and longitudes?
Which of the following Google Web Toolkit base classes combines the Google Web Toolkit test cases and reorders them so that all test cases that share a module are run back to back?
Which of the following Google Web Toolkit base classes provides JUnit integration?
Which of the following Google Web Toolkit classes is used to make server calls in a Google Web Toolkit web application?
Which of the following HTML elements does the Label widget map to in Google Web Toolkit?
Which of the following interfaces in "com.google.gwt.gadgets.client" indicates that a Gadget may need to be resized automatically by the container?
Which of the following interfaces includes a method to look up strings by property name and also facilitates dynamic binding to constants by name at runtime?
Which of the following is NOT a feature of Google Web Toolkit?
Which of the following jar files is required to use the Google Chart Tools API in a Google Web Toolkit project?
Which of the following methods is used to add a split point to your code?
Which of the following methods is used to retrieve the serialization policy file in your Google Web Toolkit webapp application directory?
Which of the following options is INCORRECT in relation to the HTML tags and their corresponding CSS selectors in Google Web Toolkit?
Which of the following statements are valid with regard to Google Web Toolkit?
Which of the following statements holds true for the Navigation control present in the Google Maps API?
Which of the following statements is INCORRECT with regard to Google Web Toolkit components?
Which of the following statements regarding Google Web Toolkit ImageResource is INCORRECT?
Which of the following statements regarding Root panel are correct?
Which of the following tags is added to a gwt.xml file in order to add Google Visualization to the Google Web Toolkit module?
Which of the following tools helps optimize a Google Web Toolkit application by allowing the application to start running before all of its code is installed?
Which of the following webAppCreator parameters defines the directory location where Google Web Toolkit web application files will be generated?
While deploying a Google Web Toolkit module on a servlet container using RPC, the servlet in the application, including Google Web Toolkit RPC servlets, will need to be defined in:
While unit testing a Google Web Toolkit application in JUnit, the following line of code is added in JUnitShell: -Dgwt.args="-prod" Which of the following statements are correct with regard to th...