Actualtests offers free demo for C2040-415 exam. "Developing OpenSocial Applications", also known as C2040-415 exam, is a IBM Certification. This set of posts, Passing the IBM C2040-415 exam, will help you answer those questions. The C2040-415 Questions & Answers covers all the knowledge points of the real exam. 100% real IBM C2040-415 exams and revised by experts!
♥♥ 2021 NEW RECOMMEND ♥♥
Free VCE & PDF File for IBM C2040-415 Real Exam (Full Version!)
★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW C2040-415 Exam Dumps (PDF & VCE):
Available on:
http://www.surepassexam.com/C2040-415-exam-dumps.html
Q21. Which is a URL Embedded Experience?
A. Using HTML
<embed>
<url>http://www.facebook.com/gadgets.html</url> </embed>
B. Using XML
<embed>
<url>http://www. facebook.com/gadgets.htm</url> </embed>
C. Using HTML
<embed>
<gadget>http://www.facebook.com/gadgets.xml</gadget> </embed>
D. Using XML
<embed>
<gadget>http://www.facebook.com/gadgets.xml</gadget> </embed>
Answer: B
Explanation:
Reference: https://opensocial.atlassian.net/wiki/display/OSREF/Embedded+Experiences+Tutorial
Q22. OAuth does not require a specific interaction pattern which makes it ideal for which reason?
A. For cases where OpenID is required and available to the consumer.
B. For cases where OpenID is not required but is available to the consumer.
C. For cases where authentication credentials are unavailable to the consumer.
D. For cases where authentication credentials are always available to the consumer.
Answer: A
Q23. 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
Answer: C,D
Q24. What is provided by OpenSocial support in IBM Connections?
A. OpenSocial only provides support for embedded experiences when used with IBM Notes.
B. OpenSocial integration with IBM Connections provides the Activities application user interface.
C. OpenSocial support in IBM Connections provides the reference implementation for other vendors to evaluate specification compliance against.
D. OpenSocial provides support for activity streams, embedded experiences, and OAuth allowing standards-based integration with in-house or third-party applications.
Answer: D
Q25. Jason configured Apache Shindig to host social applications.
What functionality does the OpenSocial Container JavaScript provide?
A. UI layout
B. feature extensions
C. security management
D. profiles, friends, activities, datastore
Answer: D
Explanation:
Reference: https://shindig.apache.org/
Q26. John wishes to install OpenSocial to his workstation to develop an OpenSocial feature in his application-How should John update his IBM Notes client to have this feature?
A. The OpenSocial toolkit is a separate download from the IBM Passport site. John should download the setup file, execute it and follow the steps in the wizard.
B. In Notes, John should go to the Tools menu and select the Notes Smart Upgrade menu option and choose OpenSocial from the server's Smart Upgrade database.
C. John should open his widget catalog and enable the IBM Notes & Domino OpenSocial widget there. After Notes has been restarted, the feature should be available.
D. John should install Notes 9.0 Social Edition. When installing, he should ensure the "OpenSocial Component" option on the Custom Setup page of the installer is enabled.
Answer: D
Q27. Which service must an OpenSocial container support?
A. Group
B. Social
C. People
D. Common
Answer: A
Q28. How would this markup be corrected?
<script type="text/html">
<div style="font-size: 20px">Hello ${viewer.Name}!</div> </script>
A. There is no flaw with the markup as shown.
B. The expression should be referenced {$viewer.Name}.
C. The script type must be <script type="text/os-template">.
D. The variable viewer. Name must be tested for null prior to use in an expression.
Answer: C
Q29. Jason configured Apache Shindig to host social applications.
What functionality does the OpenSocial Container JavaScript provide?
A. UI layout
B. feature extensions
C. security management
D. profiles, friends, activities, datastore
Answer: D
Explanation:
Reference: https://shindig.apache.org/
Q30. Which two features enable a gadget developer to programmatically address sizing limitations in an IFrame allowing content to shrink or grow as needed?
A. css
B. views
C. resize
D. dynamic-width
E. dynamic-height
Answer: D,E
Explanation:
Reference: ftp://public.dhe.ibm.com/software/dw/lotus/OS_gadget_IC4_final.pdf (page 6)