최신 IBM Certified Application Developer LOT-408 무료샘플문제:
1. In IBM Domino Designer 9.0, in the XPages perspective, in which design element category would a developer find the faces-config?
A) Resources
B) Package Explorer
C) XPages
D) Application Configuration
2. Which Navigator node allows a developer to choose the page to be linked to from a drop-down list of all the XPages within an application?
A) pageTreeNode
B) basicLeafNode
C) pageNode
D) basicLinkNode
3. Donna would like to give certain users the ability to delete documents from SupportWiki.nsf's portal application interface. Using the Domino Access Services, which request URL can she use to accomplish this?
A) DELETE http://{server_host}/{database}/api/data/documents/unid/{document_unid}
B) DELETE http://{server_host}/{database}/api/documents/unid/{document_unid}
C) POST http://{server_host}/{database}/api/data/documents/unid/{document_unid}?Delete
D) POST http://{server_host}/{database}/api/documents/unid/{document_unid}?Delete
4. The Notes Calendar APIs allow what type of operations?
A) only create, read and update
B) only create, read, update and delete
C) only read and update
D) only read, update and delete
5. Which option will provide a formatted table with two columns, three rows, a title, description, and footer area?
A) Add a computed field to the custom control, change the content type to HTML, and enter the following code: <table><tr><td></td><td></td></tr><tr> <td></td><td></td></tr><tr> <td></td><td></td></tr></table>.
B) Add a form table control to the custom control. Enter a title and description to the form title and form description form options. Drop a formlayout row onto the table. Drop two layout column controls onto the row. Repeat twice for the additional rows.
C) Add a form table control to the custom control. Enter a title and description to the form title and form description form options. Drag a formlayout column onto the table. Drop three form layout row controls onto the column. Repeat for the second column.
D) Add a computed field to the custom control, change the content type to HTML, and enter the following code: <table><td><tr></tr><tr></tr><tr></tr></td> <td> <tr></tr><tr></tr><tr></tr></td> </table>
질문과 대답:
질문 # 1 정답: D | 질문 # 2 정답: A | 질문 # 3 정답: A | 질문 # 4 정답: B | 질문 # 5 정답: C |