IBM C2040-411 - XPages Mobile Advanced Topics Exam
Page: 3 / 10
Total 49 questions
Question #11 (Topic: )
Rachel is developing a mobile XPage application. She would like to send users to a
specific XPage based on the request header.
Which XPage control can she utilize to accomplish this task?
specific XPage based on the request header.
Which XPage control can she utilize to accomplish this task?
A. Redirect or <xe:redirect>
B. Navigator or <xe:navigator>
C. Redirect Page or <xe: redirectToPage>
D. Navigate Page or <xe: navigateToPage>
Answer: D
Question #12 (Topic: )
Marco 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.
During testing Marco noticed that the each time he touched a customer document on the
viewMobilePage it would open in edit mode on the documentMobilePage.
What can Marco do to have the customer documents open in read mode on the
documentMobilePage when they are touched on the viewMobilePage?
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.
During testing Marco noticed that the each time he touched a customer document on the
viewMobilePage it would open in edit mode on the documentMobilePage.
What can Marco do to have the customer documents open in read mode on the
documentMobilePage when they are touched on the viewMobilePage?
A. Add the following properly and value to the <xe: appPage> control for the viewMobilePage: openMode="readonly" .
B. Add the following property and value to the <xe:apppage> control for the documentMobilePage: dispiayMode="read".
C. Add the following property and value to the <xe: dataview> control for the viewMobilePage: openDocAsReadonly="true".
D. Add the following property and value to the <xp:dominoDocument> data source for the documentMobilePage: action="openDocument".
Answer: C
Question #13 (Topic: )
Charles would like to allow users onhis XPages Mobile application to send an SMS
message to the user associated with the document being displayed while using the device.
He added a link control next to the bottom of the document page.
Which computed value for the link will return the proper value and create the SMS text
message?
message to the user associated with the document being displayed while using the device.
He added a link control next to the bottom of the document page.
Which computed value for the link will return the proper value and create the SMS text
message?
A. var phone = documentMain.getltemValue("phoneNumber''); return "href:"+ phone;
B. var phone = documentMain.getltemValue("phoneNumber"); return "href\sms:" + phone;
C. var phone = documentMain.getltemValue ("phoneNumber"); return "sms:"+ phone;
D. var phone = documentMain.getltemValueStringC'phoneNumber"); return "sms:"+ phone;
Answer: C
Question #14 (Topic: )
Which container control can have a data source defined for it?
A. Table control
B. Panel control
C. Document View control
D. Application Page control
Answer: A
Question #15 (Topic: )
Mary is developing a mobile application using XPages Mobile controls.
Which is a necessary step in developing the mobile application that displays properly on
mobile devices?
Which is a necessary step in developing the mobile application that displays properly on
mobile devices?
A. Set the isMobile property to "True" in the All Properties tab of the XPage.
B. Mary should drag and drop any control from the Mobile palette to any XPage.
C. Mary should enable "Allow Mobile applications" on the HTTP tab of the Internet Protocols tab of the Server document that the application resides on.
D. Mary should drag and drop a control from the Mobile palette to any XPage that has a name that starts with the same prefix that is listed in the xsp.theme.mobile.pagePrefix property.
Answer: B