OpenSocial Test
Arrange in proper sequence how an application gets live in Orkut using OpenSocial (v0.7).(Starting with the 1st) 1. Submitting the application to orkut 2. Registration at sandbox 3. Adding the appl...
Consider the following code for OpenSocial application (v0.7) for Orkut? http://sandbox.orkut.com/Application.aspx?appId=xxxxxxxxxxxx&appParams=%7B%20%22hello%22%20%3A%20%22hi%22%20%7D If the abo...
If the content is a feed and you want to fetch the number of entries in OpenSocial (v0.7), which object field of class "gadgets.io.RequestParameters" will be used?
If you want to handle the error of maximum usage of "Quotas" in OpenSocial (v0.7), which object field of the class "OpenSocial.ResponseItem.Error" will be used to handle the error?
In OpenSocial API, "OpenSocial.IdSpec.Field" namespace is used _____.
In OpenSocial API, the "gadgets.Prefs" namespace enables the end user to _____.
IN OpenSocial, errors are returned through 'OpenSocial.ResponseItem.Error' namespace. Which of the following is not an error code?
In Persistence API, the data store only accepts strings for storage, which means that you must convert complex data structures to strings before saving them. Which of the following functions is use...
In RESTful Data API, the server interactions are handled by _______ protocol and the Authentication is handled by _____.
In the process of integrating OpenSocial API with Google App Engine, you do not need to maintain any servers.
Persistence API provides a storage mechanism to save and load data. In which form is the data stored?
Some of the classes and methods in the 'gadget.*' namespace are feature-specific. In which of the following tags must the'<Require feature="foo"/>' element be included in order to use them?
Suppose there is an OpenSocial APT named 'Messages' which is integrated with the Google App Engine. Through which of the following API namespaces will OpenSocial app make calls and get data from AP...
Suppose you have an OpenSocial API with the name "message.xml". You have integrated the API with the Google App Engine. The Google App Engine has the configuration file named "app.yaml". Now you wa...
Suppose you have chosen to install an OpenSocial API named "Games" in your orkut profile.Which of the following identities is taken by you by installing the application?
What do you mean by "Activity" in OpenSocial API (v0.7)?
What does <ModulePrefs> section specify in OpenSocial (v0.7)?
What is shown in "Activity Stream" in an Orkut application using OpenSocial (v0.7)?
What is the fuctionallity of the "gadgets.MiniMessage" class in OpenSocial (v0.7)?
What is the function of the "gadgets.pubsub" namespace in OpenSocial API (v0.7)?
What is the function of the "makerequest()" method in OpenSocial API (v0.7)?
What is the functionality of the "getdomain" method in the Environment class in OpenSocial API (v0.7)?
What is the purpose of the "gadgets.util.escapeString" function?
What kind of data can be saved and retrieved in OpenSocial API (v0.7)?
What will happen if "&bpc=1" is appended to an orkut application canvas page url as querystring?
What will the following code fetch for variable "xyz" in OpenSocial for Orkut? Var xyz=gadgets.util.getUrlParameters()["gadgetId"];
When you add an application to orkut sandbox by using OpenSocial (v0.7), which of the following types of users can add the application?
Which of the following elements are present under <ModulePrefs > tag?
Which of the following 'DataRequest' methods will be used in order to read, write and clear data from Persistence API?
Which of the following are authorizations of API supported Gadgets in OpenSocial API (v0.7)?
Which of the following are compulsory for creating an OpenSocial (v0.7) application for Orkut?
Which of the following are the components of the OpenSocial API (v0.7)?
Which of the following are the constant identifiers in OpenSocial API?
Which of the following are the supported keys for the Person.getField() method.?
Which of the following are the supported keys for the Url.getField() method.?
Which of the following are the valid ContentTypes under 'gadgets.io.ContentType' namespace?
Which of the following are the valid RequestParameters under 'gadgets.io. Parameters' namespace?
Which of the following Content Type Requests are handled by the gadgets.io.makeRequest(url, callback, opt_params) method?
Which of the following languages are used for integrating OpenSocial API with Google App Engine?
Which of the following methods are defined under "OpenSocial.Permission" namespace?
Which of the following namespaces are included in OpenSocial JavaScript API (v0.7)?
Which of the following objects are defined in the 'add' method, under 'OpenSocial.DataRequest' namespace?
Which of the following request is sent to the apiserver when an OpenSocial API wants to call the Google App Engine server for data,?
Which of the following Roles are defined in OpenSocial API (v0.7)?
Which of the following type conventions are used in OpenSocial Gadgets API?
Which of the following user general profile fields cannot be accessed in orkut applications for OpenSocial (v0.7)?
Which statements are incorrect with regard to the implementation of OpenSocial (v0.7)?
With the help of the 'gadgets.io.makeRequest()' function in OpenSocial API, you can _____.
You can embed flash objects with OpenSocial (v0.7).
You can not send mails to friends by using OpenSocial (v0.7) for Orkut application?
You have a collection of multiple objects and you want to retrieve the size of that collection. Which of the following methods will you use in order to calculate the collection size?
You have an OpenSocial API. You want to show the same OpenSocial API content in both 'profile' view and 'canvas' view. Which of the following is the correct code?
You have created an OpenSocial API "test.xml" and integrated it into Google App Engine. You don't want just anybody to be able to access your application data through the "test.xml" API. What shou...
You have done a lot of testing in your OpenSocial API and now you want to delete all the "Persistence Data". The following method is used to clear the data: var req = OpenSocial.newDataRequest(); ...
You have made a function named 'getfriends()', which will get the list of friends once the OpenSocial API is loaded. Which of the following event handler will call this function after the API has b...
You want to build an OpenSocial API, and you want to configure the API to be run on version 0.7? Which of the following statements is the correct configuration?