1.
Which is a valid Form Table control property?
2.
Gabe is using the Calendar classes to create a repeat meeting. How does Gabe use the NotesCalendar class to create a repeating event?
3.
Jessica wants to resize a text field from its default size. What should she enter in the HTML attributes for the field?
4.
Which server notes.ini property will set the maximum Java Heap size used by the HTTP process?
5.
Charles needs to create a button with a link that will open an attachment that is in a document in his Domino application. What is the proper syntax to use for the URL in the button ?
6.
Lynn would like to obtain the current date and time from the server hosting the database where his Formula code is executing. Which line of code could he use to do that?
7.
What value does this formula return? FIELD Items := 10; FIELD Values := 5; rate := 0.10; subtotal := Items * Values; subtotal * (1 + rate)
8.
Akane is trying to decide between using @Command([RefreshWindow]) and @Command(ReloadWindow]) in a view action. What is the significant difference between the two?
9.
Charles has created an agent which uses the Send method of the NotesDocument class. He has added a button to the document and it should be included when the message is sent. Which code snippet below would correctly send the message and include the button?
10.
If a document contains rich content in native IBM Notes (CD) format, what could be used to access that data as MIME content?