최신 IBM-Lotus C2040-951 무료샘플문제:
1. John has an application that contains a form named "Order". His boss has asked him to create an XPage that will be used to create documents similar to the "Order" form. How can he ensure that he includes all of the fields that form contains to the XPage?
A) Define a document data source based on the form and drag the document from the Controls Palette to the XPage
B) Define a document data source based on the form and drag the document from the Data Palette to the XPage
C) Define a document data source based on the form and drag all of the fields from the Data Palette to the XPage
D) Define a document data source based on the form and drag all of the fields from the Control Palette to the XPage
2. Janet uses Domino Designer's Dynamic Help feature to clarify something. What kind of help will she get?
A) A wizard that follows a support tree to narrow down the answer to her question.
B) An animated, talking icon that offers to assist her.
C) A context-sensitive help view that constantly updates a list of possible relevant topics based on what she's doing.
D) A personalized search interface that remembers all of her previous searches and their results.
3. Viktor has been asked to begin modifying the corporate Domino Web sites to adhere to XHTML standards. He has enabled enhanced HTML generation in the application properties. When testing a couple of the page elements in the Web browser and viewing the source, Viktor notices that tags like <br> and <hr> are still not correctly closed, that is, <br />. What could be the problem?
A) The Web server generates valid XML, but there are exceptions. One of the exceptions ispassthrough HTML.
B) This setting only applies to generated HTML, like passthrough HTML on a form.
C) The Web closes tags that have content. Tags that do not have content are ignored.
D) Each page element needs to be opened and saved to incorporate this new application property setting.
4. 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 thedata view. Next select the onclick mouse event, and click "Add Action". Select "Save Data Sources".
B) Click the submit button, then select the properties view. Next select the onclick mouse event, and click"Add Action". Select "Save DataSources".
C) Click the submit button, then select the events view. Next select the onclick mouse event, and click "Add Action". Select "Save Data Sources".
D) Click the submit button, then select the actions view. Next select the onclick mouse event, and click"Add Action". Select "Save DataSources".
5. Percy has written a LotusScript agent that creates a vCard and attaches it to a selected Person record in the Domino directory. His agent runs to completion, but when he opens the document it does not have the vCard attached. Given the following LotusScript code, what is the cause of the problem? Dim session As New NotesSession Dim dbNAB As NotesDatabase Dim docNAB As NotesDocument Dim dcNAB As NotesDocumentCollection Set dbNAB = session.CurrentDatabase Set dcNAB=dbNAB.UnprocessedDocuments Set docNAB = dcNAB.GetFirstDocument Do While Not (docNAB Is Nothing) Call docNAB.AttachVCard(docNAB) Set docNAB = dcNAB.GetNextDocument(docNAB) Loop
A) The AttachVCard method requires an additional parameter, specifically a ForceDocumentSave boolean value.
B) The AttachVCard method can only be used with mail memo documents as the target, so the agent would have to call docNAB.Send to attachthe vCard.
C) The AttachVCard method cannot use the same document object as both source and target documents.
D) The agent doesn't save docNAB after attaching the vCard.
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: C | 질문 # 3 정답: A | 질문 # 4 정답: C | 질문 # 5 정답: D |