IBM Assessment: IBM Lotus Notes Domino 8.5 Application Development Update 認定 A2040-951 試験問題:
1. Sheldon has created an XPage for a grocery application that once submitted will redirect the user to the confirmation XPage. Which method of the context object can Sheldon use to perform the redirect?
A) redirectToXPage(page:string)
B) setXPageRedirect(page:string)
C) setRedirect(page:string)
D) redirectToPage(page:string)
2. Lisa wants a confirmation before the document, which was edited in an XPage, is submitted and saved. How can she accomplish this task?
A) She puts a Button Control on the XPage and selects Confirmation Action from the Add Action dialog box.
B) She puts a Button Control on the XPage, adds a Confirmation Action through "Add Action ...", and adds the "Save Document" simple action.
C) She puts a Confirmation Button Control on the XPage.
D) She puts a Button Control on the XPage, adds a group to the Simple Action panel, opens the group, addsa Confirm Action to the group,enters the text for the prompt, and then adds the Simple Action "Conditional Save Document" to the group.
3. Elizabeth is modifying the Customers composite application. She needs to add code to determine if the RecentOrders component can be repositioned. What is a function she could use for this purpose?
A) @IsMoveable("RecentOrders")
B) @GetComponentViewPreference(com.ibm.rcp.moveable)
C) @ComponentProperty("RecentOrders"; MOVEABLE)
D) @GetComponentProperty(MOVEABLE)
4. Abigail has added a computed field control to her Person XPage. For that field, she chose to use JavaScript? For binding data to that field How will she add code to that control to get the data to display?
A) Right-click the Computed Field control and select Open Script Editor.
B) Click the Computed Field control and then click the Open Script Dialog button on the Properties > Value tab.
C) Click the Computed Field control and enter the code into the correct Events tab area.
D) Right-click the Computed Field control and select the Source option for the control.
5. Zach needs to ensure that every XPage in the Products application includes a copyright line. This text should display identically at the bottom of every XPage. How can Zach accomplish this task?
A) Right-click Custom Controls from the application navigator and select New Custom Control. Supply the text and formatting. Drag this controlfrom the controls palette onto the bottom of each XPage.
B) Create a page to hold the content. Right-click Custom Controls from the application navigator and select New Custom Control. Supply thename of the page for the Source property. Drag this control from the controls palette onto the bottom of each XPage.
C) Create a subform to hold the content. Right-click Custom Controls from the application navigator and select New Custom Control. Supply thename of the subform for the Source property. Drag this control from the controls palette onto the bottom of each XPage.
D) Double-click Applications properties from the application navigator. In the Header and Footer area of the XPages tab, enter the text in theFooter Text field. Select the options for font, color, and justification.
質問と回答:
質問 # 1 正解: D | 質問 # 2 正解: B | 質問 # 3 正解: B | 質問 # 4 正解: B | 質問 # 5 正解: A |