IBM C2040-410 Exam Practice Questions (P. 3)
- Full Access (116 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
Davis is concerned that the Extension Library REST Service is not secure. Which is a true statement?
- AThe Extension Library REST service does not honor IBM Notes Domino Readers fields.
- BAccess to an Extension Library REST service cannot be accessed without authentication.
- CAn Extension Library REST service control honors all native IBM Notes and Domino security features.
- DAn Extension Library REST service can be accessed without authentication regardless of the database's access control list.
Correct Answer:
C
C
send
light_mode
delete
Question #12
Which navigator control only works with data within the same database?
send
light_mode
delete
Question #13
Which statement is true regarding the Extension Library Dialog control?
- AThe Dialog is based on dijit.Dialog.
- BThe Dialog can be launched by IBM LotusScript
- CThe Dialog cannot be launched by client-side JavaScript.
- DThe Dialog can be launched by server-side @Formula language.
Correct Answer:
A
A
send
light_mode
delete
Question #14
Mark has designed a mobile application with two mobile pages. For the first mobile page he set the pageName property to "viewMobilePage" and for the second mobile page he set the pageName property to "documentMobilePage". He designed the viewMobilePage to display a listing of customer names from the
CustomersByName view. He designed the documentMobilePage to display the document details for the customer touched on the viewMobilePage. He specified
"customerDoc" as the name for the Domino Document data source and the field with the customer phone number is named "phone". What can Mark do to add a touch control to send an SMS message to the customer currently displayed on the documentMobilePage?
CustomersByName view. He designed the documentMobilePage to display the document details for the customer touched on the viewMobilePage. He specified
"customerDoc" as the name for the Domino Document data source and the field with the customer phone number is named "phone". What can Mark do to add a touch control to send an SMS message to the customer currently displayed on the documentMobilePage?
- AFor the Edit Box control bound to the phone field add the property and value of type="sms".
- BNothing, access to the SMS function of the mobile device is not supported for mobile applications developed using the Mobile controls inDomino Designer.
- CAdd a Tool Bar Button control and compute its href property using this server-side JavaScript:return "sms:" + customerDoc.getItemValueString("phone");
- DAdd a Rounded List Item control and compute its sms property using this server-side JavaScript:return customerDoc.getItemValueString("phone");
Correct Answer:
C
C
send
light_mode
delete
Question #15
Jason added a Data View control to an XPage and defined as its data source the "CustomersByNameView" in the Customers application. He specified the
CustomerName column as the column to open the selected customer document when clicked. Into which property of the Data View control should Jason add columns to display the values from the City, Contact and Phone columns in the data source?
CustomerName column as the column to open the selected customer document when clicked. Into which property of the Data View control should Jason add columns to display the values from the City, Contact and Phone columns in the data source?
send
light_mode
delete
All Pages