Janet uses Domino Designer's Dynamic Help feature to clarify something. What kind of help will she get?
A. An animated, talking icon that offers to assist her.
B. A wizard that follows a support tree to narrow down the answer to her question.
C. A personalized search interface that remembers all of her previous searches and their results.
D. A context-sensitive help view that constantly updates a list of possible relevant topics based on what she's doing.
Carlos added an edit box control to his registration XPage. He wants to make the field a required field with a message displaying to the user if the field is left blank. Where would he add these additional features to the edit box control?
A. Editor
B. Events view
C. Properties view
D. Controls palette
Cade is building an XPage for the Sales application. What are the options from which he can select when defining a data source from the data palette?
A. @DbLookup and @DbColumn
B. Domino view and Domino document
C. Data connections and DB2?access views
D. Data connections, DB2 access views, and file resources
What is the difference between the global objects header and headerValues?
A. Both represent the same object.
B. headerValues is not a global object.
C. header contains a RequestHeaderMap, which returns the first value of each header only, whereas headerValues provides all values of eachheader in an array.
D. header contains the header values of the servlet request, whereas headerValues is an object, containing all the properties of the actualXPage in an string array.
Priscilla has used the Set Value simple action to define the value of the Author field on her XPage. Which of the following is a valid binding in the Expression Language?
A. [dominoDocument1.Author]
B. "dominoDocument1.Author"
C. {dominoDocument1.Author}
D. #{dominoDocument1.Author}
Emma is writing code to validate the input of various fields on her Courses Xpage. In her JavaScript code, she needs to access the actual field object to examine it for content. What function should she use to get the field?
A. getElement
B. bindElement
C. getComponent
D. bindComponent
Tom added a button to an XPage and a Simple Action. Tom chose "Basic" as the category, so he can select "Execute Script" to execute a script. What are the options that Tom will find under the "Language" section?
A. JavaScript(server side), LotusScript
B. JavaScript(server side), Expression Language(EL)
C. JavaScript(server side), Expression Language(EL), Custom
D. JavaScript(server side), Expression Language(EL), LotusScript
Hannah wants to change her font type on her invoices XPage. What view in the Domino Designer allows her to do that?
A. Page view
B. Themes view
C. Events view
D. Properties view
Manesh is developing the ActivityPlanner XPage. He now needs to add check boxes that allow a user to select one or more of the activities of Monthly Volunteering, New Hire Orientation, and Quality Circle.
How can Manesh create the needed check boxes?
A. Drag a check box control onto the XPage canvas. In the Options area of the Properties tab, enter the following values on separate lines: Monthly Volunteering New Hire Orientation Quality Circle
B. Create a check box group control on the XPage canvas. In the Options area of the Properties tab, enter the following values on separatelines: Monthly Volunteering New Hire Orientation Quality Circle
C. From the controls palette, drag "Check Box" onto the XPage canvas. Open the Source tab, and within the xp:checkBox tag, enter these lines:
D. From the controls palette, drag "Other" onto the XPage and select Other Controls > Checkbox group. Open the Source tab, and within the xp:checkBoxGroup tag, enter these lines:
Michael is creating an XPage for his company's satellite tracking application. The XPage is bound to the satinfo form as a data source that contains basic information about the requested satellite. There is also a custom control on the XPage that is bound to the maintenance form as a data source, which displays information about the satellite's maintenance history. When Michael adds a submit button to the XPage, he wants the data entered into either section to be saved to the appropriate form.
What does Michael need to do to accomplish this?
A. Click the submit button, then select the events view. Next select the onclick mouse event, and click "Add Action". Select "Save Data Sources".
B. Click the submit button, then select the actions view. Next select the onclick mouse event, and click"Add Action". Select "Save DataSources".
C. Click the submit button, then select thedata view. Next select the onclick mouse event, and click "Add Action". Select "Save Data Sources".
D. Click the submit button, then select the properties view. Next select the onclick mouse event, and click"Add Action". Select "Save DataSources".