What feature must an OpenSocial API Server support to be compliant?
A. the REST protocol
B. Java 1.6 and above
C. the File Transfer Protocol (FTP)
D. internationalization via properties files
Which is a URL Embedded Experience?
A. Using HTML
B. Using XML
C. Using HTML
D. Using XML
Which is a valid JSON object?
A. "nameVMarko"
B. "name":"Marko"
C. ,["name":"Nikola"."deptM:"project management"]
D. [Mname^"Olivera^,,dept,,:7rontdeskl,[Mname^"Milan^,,dept^,,"Mechanican"]
Which two items are stored in the Credential Store database?
A. firewall settings to Domino server cluster
B. passwords to all internal company websites
C. OAuth information keys and secret information
D. information about OpenSocial gadget capabilities
E. performance optimization settings to access popular social apps
Merchele is working on a gadget and would like it to render locally. She understands that the OpenSocial Component will read data from the local replica of the widget catalog. However, she is finding that it is not rendering locally.
Which might be a reason for this?
A. The ACL is not set properly on the local replica.
B. The gadget is using OAuth and needs to run remotely.
C. The IBM Notes client is not capable of handling trust management.
D. An instance of the IBM Domino server with Shindig is installed locally.
In which feature of IBM iNotes are OpenSocial gadgets available?
A. Views
B. Pages
C. Sidebar
D. Documents
Which can a gadget developer use to add or contribute additional functionality to the context menu and the top-level menu in the IBM Notes client?
A. Actions
B. Content
C. Templates
D. URL embedded experiences
During the gadget registration for use by IBM Notes and IBM iNotes, the command NotesRegistrar.registerGadgets is used to register the gadget with IBM Connections.
Which command argument is used to indicate whether the gadget URLs should be generated with the HTTP or HTTPS protocol?
A. secure
B. protocol
C. registersecure
D. registerprotocol
IBM Connections supports automatic authorization of trusted clients. What must be performed to register an arbitrary client?
A. Register the client using basic authentication through an OpenSocial stream.
B. Obtain the client secret and update the opensocial-config.xml with the provided code.
C. Edit the opensocial-config.xml and add the new authorized client within the trusted clients.
D. Register the client using the wsadmin tool and execute OAuthApplicationRegistrationService.addApplication command with all required parameters.
IBM Connections portlets use the REST Service Call Builder for HTTP requests to the Connections REST API.
When might a user see the error message "HTTP Status 403"?
A. when there is a timeout
B. when the Connections server is unavailable
C. when the proxy is not allowing access to the URL
D. when the REST Service call builder is unavailable