IBM C2040-408 - IBM Notes and Domino 9.0 Social Edition Application Development Update Exam
Page: 3 / 11
Total 51 questions
Question #11 (Topic: Topic 2)
What type of content is stored in the faces-config file?
A. Java
B. XML
C. XSP
D. HTML
Answer: B
Question #12 (Topic: Topic 2)
What does the @Formula @FullUrl("blink.gif") return?
A. the full URL path for the "blink.gif" resource, relative to the server
B. the full URL path for the "blink.gif" resource, relative to the database
C. the full URL path for the "blink.gif" resource, including the protocol and server host name
D. @FullUrl is not a valid @Formula. The only @Formula introduced in IBM Notes 9.0 for URLs is@AbsoluteUrl(name:string).
Answer: A
Question #13 (Topic: Topic 2)
Keegan is workingon adding XPages to his company's document sharing application. The
database is made up of dozens of views. Which control would allow Keegan to switch
which view is displayed without using multiple view or Data View controls?
database is made up of dozens of views. Which control would allow Keegan to switch
which view is displayed without using multiple view or Data View controls?
A. View
B. Dynamic Content
C. Dynamic View Panel
D. Dynamic Dojo View Panel
Answer: C
Question #14 (Topic: Topic 2)
Theo wants to use the Data View control to display a view that has a two-level
categorization. How can he achieve this?
categorization. How can he achieve this?
A. Theo must use a repeat control instead.
B. Theo should add two viewCategoryColumn objects to the categoryColumn property of the Data View control.
C. Theo must change the design of the underlying view so there is only one level of categorization. The Data View control does not support multi-level categorization.
D. Theo must use the categoryRow facet and build the two-level categorization because the Data View control's categoryColumn property can only accept one column.
Answer: B
Question #15 (Topic: Topic 2)
Luis is planning on moving his IBM Notes applications to the internet using XPages and
removing the Notes client fromsome of his users. However, until all the applications are
converted to XPages, users will still need to access the Notes applications. What can Luis
do to provide access to the Notes applications that have not been converted yet for those
users who willnot have the Notes client?
removing the Notes client fromsome of his users. However, until all the applications are
converted to XPages, users will still need to access the Notes applications. What can Luis
do to provide access to the Notes applications that have not been converted yet for those
users who willnot have the Notes client?
A. Install the Notes 9.0 Browser Plug-in and allow users to access old applications via a web browser.
B. Enable Web Access on the IBM Domino server.
C. Applications cannot run via the Internet without XPages.
D. Use the IBM XPages Converter Tool to add all required XPages components for the application to run in web browsers.
Answer: A