IBM Notes AppDev A

Is this your test? Login to manage it. If not, you can create an exam just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
Which statement is correct when using a theme in an XPage application?
2.
1 point
What functionality does LSXLC provide?
3.
1 point
Lauren is creating a new form in a database and wants to add an action to that form for her users. How does Lauren add the action to her form?
4.
1 point
In which file are XPages application runtime configuration settings saved?
5.
1 point
What data does the Remote Debugger Utility window include?
6.
1 point
Running compact -F on the IBM Domino server only checks the tables associated with the form specified in selection criteria instead of every table in the application. What database property is available that does the same thing as this server task?
7.
1 point
James has been asked to create an IBM LotusScript agent that will open and modify the Microsoft Windows operating system initialization file. In order to complete the task, where would the agent signer's name need to be listed in the IBM Domino Server document?
8.
1 point
Kenneth is using a Computed for display Text field on his form. He would like for new documents created with the form to display the data from that field in a column in a view. What is one of the things that he could to do to be able to do that?
9.
1 point
Which statement is true with regards to the usage of WebQuerySave event?
10.
1 point
Alex is using an IBM LotusScript Web service consumer in her agent. When trying to access an array of items returned by the Web service provider, the agent fails with the error: "Attempt to access uninitialized dynamic array". Why might this occur?
11.
1 point
Which shared design element gives a developer the ability to control many aspects of the page layout, including headers, links, text, fonts, styles, color, and margins?
12.
1 point
What does the Eclipse Search functionality in the IBM Domino Designer client allow a developer to do?
13.
1 point
Mary has written an IBM Domino XPage application called myxsp in myDb.nsf on myServer. The end users are reporting performance issues on first use after the server starts. What two things could Mary do to improve performance of the application? (Choose two.)
14.
1 point
James has been asked to write an agent using IBM Domino Component Object Model (COM). Which statement describes COM?
15.
1 point
Which statement describes the embedded navigators?
16.
1 point
Heather is developing a new form in her application. Which steps will allow Heather to insert an existing subform into her new form?
17.
1 point
What database property prevents searches against database when it is not desirable to create new views or a full text index?
18.
1 point
What is the primary purpose of a master template?
19.
1 point
The IBM Domino Data Services (REST API) can be accessed from which type of program natively?
20.
1 point
Mary created an agent in a new database that does the same thing as an existing agent in another one of her databases. When Mary copies the agent from the existing database to the new database, she sees the error "Error loading Use or UseLSX module TimeUtilities" on this line in her agent - Use "TimeUtilities". What must Mary do to get this agent working in her new database?
21.
1 point
What does the notes.ini parameter javaenabledebug=1 do?
22.
1 point
What does the com.ibm.notes.branding/enable.update.ui=true enable?
23.
1 point
Eclipse-based source control clients work on physical files. As such they can not directly work with IBM Domino Designer projects that contain virtual files mapping to NSF-based design elements. Which statement defines these design elements?
24.
1 point
Brian wants to manage his Java resources, but he is unable to find the tool to do this. What could be the issue?
25.
1 point
James has a large number of image resources and he knows that the name of the image resource will change when it is updated. How can he add an alias name to the image resource?
26.
1 point
Felix is creating an application where a user will type extensive data into a text field. What is the maximum amount of data IBM Domino can store in a text field?
27.
1 point
Daniel wants to programmatically use the full text indexing features of IBM Domino. Which fields can be indexed by default?
28.
1 point
Which two options are required when developing a server-side agent which connects to IBM DB2 via JDBC? (Choose two.)
29.
1 point
What type of code is allowed in the WebQueryOpen event of a form?
30.
1 point
Charles is designing a database agent with IBM LotusScript that will display the name(s) of the folder(s) that a specific document is in, if it is in one or more folders. He is using the FolderReferencesEnabled property of the NotesDatabase Class. Which statement is true regarding the FolderReferencesEnabled property?
31.
1 point
What is the function of the class com.ibm.xsp.exception.XSPExceptionInfo?
32.
1 point
What benefit does using a working set in the IBM Domino Designer client allow?
33.
1 point
Chloe would like to add an alias for one of her forms. What is one way she could do that?
34.
1 point
An IBM Domino application performs certain operations, such as DDE-related functions, that are not available in all platform versions of IBM Notes and Domino. What function can be used to determine the underlying operating system?
35.
1 point
The plugin_customization.ini file supplied in the IBM Notes installation kit deploy directory can be used to control aspects of Notes installation and usage. Where is this file located in the directory once installed?
36.
1 point
James will need to use IBM LotusScript in order to modify the Calendar Profile stored in his mail. Given the following snippet of code, what would be the correct line for instantiating the Calendar Profile?

Dim session As New NotesSession
Dim db As NotesDatabase
Dim doc As
NotesDocument Set db=session.CurrentDatabase
37.
1 point
Mary has written an IBM Domino XPages application. What must Mary do to make XPages in her application available to users with only public access to the database?
38.
1 point
Which three options are available to use for the content of a column? (Choose three.)
39.
1 point
Which three practices will help improve database performance? (Choose three.)
40.
1 point
Mary has written an XPage application which has one call to a view and will not refer to the view again. She can alter the view property dataCache to reduce memory usage in the XPage application by setting the value to which of the following?
41.
1 point
Caroline is programmatically using the UniversalID property of a document. Which option will return the same value as the UniversalID property?
42.
1 point
The "Show Online Status" option has been enabled in a view column of an IBM Notes application. How can users see the online status icons for names that have been enabled for awareness?
43.
1 point
Which three field types allow multiple values? (Choose three.)
44.
1 point
In IBM LotusScript, which NotesDocument class property can be used to find the owner of a lock on a document?
45.
1 point
Mary wants to attach the IBM Domino Designer JavaScript remote debugger to her server, and finds the parameter JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8000
already set in the server's notes.ini. What does the address=8000 mean?
46.
1 point
Which three are design options available for specifying how views will behave when displayed in an Eclipse-based user interface? (Choose three.)
47.
1 point
The Debug_AMGR notes.ini parameter can be used to debug IBM Domino agents running in which context?
48.
1 point
Julianna wants to add a calendar view to her application to display the completion dates of the documents in her application. What must Julianna do, in addition to setting the view type to calendar, to accomplish this?
49.
1 point
Grayson created an application that is deployed on servers and with local replicas on individual user workstations. What feature of IBM Notes can limit the data deployed to local replicas?
50.
1 point
Charles is creating an XPages application for his company. He will use data binding in his application. Which statement describes data binding in an XPage?