Which navigator control only works with data within the same database?
A.
B.
C.
D.
Which server notes.ini property will set the maximum Java Heap size used by the HTTP process?
A. JavaMaxHeapSize
B. Runtime.maxMemory()
C. HTTPJVMMaxHeapSize
D. JVM command option -Xms
The "Run server-based XPages applications directly on Domino server" property setting is selected for an xPage application. When launched by an IBM Notes client user, what will happen?
A. The application will run using the local Notes web container.
B. The application will run on the IBM Domino server over HTTP.
C. The application is requested to run on the remote Domino server using DIIOP.
D. The application will run in local Notes XPD web container and fetch design elements from Domino server.
There is a requirement in a XPage to display a dialog box to gather data from the user without losing the context of the underlying XPage. After the user enters FirstName, LastName, and MiddleInitial, the underlying XPage should be updated with the "Full Name". Which control should be used?
A. @DialogBox
B. Name Picker
C. Dialog control
D. Value Picker control
Jessica wants to design a Page that passes all data directly to the browser and treat the entire Page as HTML. How would she do this?
A. Save all data in a HTML file and click on Import > File.
B. Select all text on the Page and choose Edit > Convert to HTML.
C. Click on "Render pass through HTML in Notes" in the Page properties.
D. Select all the text on the Page and choose Text > Pass through HTML.
What format does the NotesCalendar class use for the data in the calendar entries?
A. DXL
B. HTML
C. MIME
D. iCalendar
James has created an IBM Domino application that users will access over the web. He needs to create a link to open the application's "Using This Application" page. What URL string will he use?
A. http://Host/Database?OpenAbout
B. http://Host/Database/$help?OpenHelp
C. http://Host/Database/$about?OpenHelp
D. http://Host/Database/$about?OpenAbout
Charles wants to be able to add a collapsible area to his XPage. Which control would allow him to do that?
A. Panel
B. Repeat
C. Section
D. Tabbed Panel
Which server-side Global Function is available through the XPages runtime?
A. save()
B. context()
C. getItem()
D. getPageFor()
Julia wants to display the contents from a column in an IBM Domino view on a mobile page. Which control should Julia add to her mobile XPage to be the container for the Domino view?
A. View
B. Data View
C. Mobile View
D. Dynamic View