Chad has built a Photo Album XPage that allows people to select image files to transfer to their own computer. What Core control can Chad use in the XPage to accomplish this design feature?
A. File Upload
B. Image Download
C. File Download
D. Image Upload
正解:C
質問 2:
Kyle has been asked to add a agent in his Customer Management application that will create a contact file for the current user in the vCard format. The information for the vCard is contained in the Domino directory. Kyle writes the following agent: Dim session As New NotesSession Dim dbThis As NotesDatabase Dim dbNAB As NotesDatabase Dim docThis As NotesDocument Dim docNAB As NotesDocument Dim dcThis As NotesDocumentCollection Dim viewNAB As NotesView Set dbThis = session.CurrentDatabase Set dbNAB = session.GetDatabase("SVR01/ACME", "names.nsf", False) Set viewNAB = dbNAB.GetView("($Users)") Set dcThis = dbThis.UnprocessedDocuments() Set docNAB = viewNAB.GetDocumentByKey(session.CommonUserName, True) Set docThis = dcThis.GetFirstDocument Do While Not (docThis Is Nothing) *** Missing Line Of Code *** Call docThis.Save(True, False) Set docThis = dcThis.GetNextDocument(docThis) Loop What missing line of code accomplishes this task?
A. Call dbNAB.AttachVCard(docNAB)
B. Call docThis.AttachVCard(docNAB)
C. Call docThis.AttachVCard(dbNAB)
D. Call docNAB.AttachVCard(docThis)
正解:B
質問 3:
Rebecca has a Rental XPage that updates an underlying document in the database. As the user leaves each field on the XPage, Rebecca wants the underlying document fields to be updated.
What can she use to accomplish this task?
A. Add a Modify Field simple action to the Rental XPage QuerySave event.
B. Add an Update Data simple action to the Rental XPage onModify event.
C. Add a Modify Field simple action to the Edit Box core control onBlur event.
D. Add an Update Field simple action to the Field core control onExit event.
正解:C
質問 4:
Marsee is writing client-side JavaScript code to access a text box on her XPage. What function should she use to get the exact name of the text box after the server renders the component on the browser?
A. getJSElementID
B. getElement
C. getComponent
D. getClientID
正解:D
質問 5:
Zachary is creating a new theme for his XPage. How is the theme file formatted in the Resources area of the application?
A. XML
B. HTML
C. JavaScript
D. CSS
正解:A
質問 6:
Aidan has a number of databases listed in the Application navigator. He wants to sort his applications based on the server where they reside. How can Aidan accomplish this?
A. Right click in the Application view and select Sort > By Server
B. Click on Window > Application navigator > Sort > By Server
C. Click on the Menu icon in the Application navigator and click Sort > By Server
D. IT can not be done. Once you add a database to the Application navigator that is the orderit appears.
正解:C
質問 7:
Barb is the lead developer for the Sales application and the Travel application. Each application consists of multiple databases. Within the application navigator, Barb would like to be able to list the databases of the Sales application together, and then, separate from the Sales application, to list the databases of the Travel application together. How can she do this?
A. For each application, create a subfolder under the Data folder. Move each set of databases to the appropriate subfolder. Drag each folderonto the application navigator.
B. Edit the application properties of each database that comprises the Sales application. On the Design tab, specify "Sales" for theWorking Setoption. Repeat for each database of the Sales application. Perform a similar procedure for the Travel application.
C. From Domino Designer select Create > Working Set. Specify "Sales" for the name. From the application properties of each database of the Sales application, select "Sales" from the Working Set drop-down list. Perform a similar procedure for the Travel application.
D. Click the folders icon within the application navigator. Select the option to Create a new Working Set. Name the Working Set "Sales" andselect the databases that comprise the Sales application. Perform a similar procedure for the Travel application.
正解:D
質問 8:
Eric is using Peter's Lotus Domino Designer. He is developing an XPage component. When launching the Lotus Domino Designer help through Help/Help - Contents, anything he is searching on XPages is not found by the Eclipse help system. Which option has Peter set that does not find any XPage help information?
A. XPage help is available only from the main topic or directly from an XPage element.
B. For XPage help Eric needs to open an XPage component directly in Lotus Domino Designer. If not, the option will not be available.
C. Peter search scope is limited to the LotusScript languagePeter? search scope is limited to the LotusScript language
D. The HTTP proxy parameters that Peter has defined are incorrectly set; Eric needs to correct them.
正解:C
質問 9:
Which of the following statements is wrong regarding the simple action "Modify Field"?
A. Modify Field directly edits the notes field inside the document.
B. Not only the field name, but also the new value for the field can be calculated.
C. The field name can be calculated.
D. If you need to find out which name a specific field on your XPage has, you can use GetElementById.
正解:A
1162 お客様のコメント
クリック」





石井** -
万全を期すのなら。
力作だと思いますので、使い込みたいと思います。自分でペースを考えて勉強した方が効率的。