Exam Code: C2040-411 (Practice Exam Latest Test Questions VCE PDF)
Exam Name: XPages Mobile Advanced Topics
Certification Provider: IBM
Free Today! Guaranteed Training- Pass C2040-411 Exam.

2021 Apr C2040-411 Study Guide Questions:

Q21. Julia wants to design a mobile page for creating, updating and reading IBM Domino documents. She added a panel to the mobile page and specified the Domino document data source on the panel. 

Which control should Julia add into this panel as the container control (or the fields in the Domino document)? 

A. Form control 

B. Form Table control 

C. Mobile Form control 

D. Mobile Document control 

Answer: C 


Q22. Ash designed an XPage to display on a smart phone. However, the users of his application have complained that the rows in the data table being displayed on the XPage are too hard to read. 

How might he address this? 

A. Apply the mobilePhone Theme to the XPage. 

B. Set the mobilesizeAdjust property of the XPage. 

C. Adjust the font type and size properties and the row height in the table. 

D. Use the Mobile Data Table control instead of the regular Data Table control. 

Answer: A 


Q23. Sarah wants to make sure the keyboard with an @ symbol is displayed to her users when they enter an email address on their mobile application. How can she achieve that? 

A. <input type=*email"> 

B. <input type="special"> 

C. <input type=*alt-text"> 

D. <input type="text-alt"> 

Answer: A 

Reference:http://xpageswiki.com/web/youatnotes/wiki-xpages.nsf/dx/Developing_for_an_iPhone_or_iPad(set type to input fields) 


C2040-411 book

Renovate C2040-411 book:

Q24. 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? 

A. Redirect or <xe:redirect> 

B. Navigator or <xe:navigator> 

C. Redirect Page or <xe: redirectToPage> 

D. Navigate Page or <xe: navigateToPage> 

Answer: D 


Q25. What is the effect of setting the rendered property of a Single Page Application control on an XPage to “ false”? 

A. The rendered property has no effect in the context of a Single Page Application control. 

B. The Single Page Application control and its contents will not display when the XPage is loaded. 

C. The Single Page Application control will display in an unencoded format when the XPage is loaded. 

D. The Single Page Application control will display when the XPage is loaded, but users will not be able to interact with any of the controls that it contains 

Answer: D 


Q26. Adam is developing a mobile application that uses XPages, but is having issues getting it to work. He suspects the issue is with one of the controls on the page. 

How can Adam evaluate the contents of that control? 

A. Use a dumpObject control to output the contents of the suspected control. 

B. Use a dispIayObject control to output the contents of the suspected control. 

C. Enable the server notes.ini parameter Dump_Object= and provide the name of the suspected control. 

D. Enable the server notes.ini parameter Dispiay_Object= and provide the name of the suspected control. 

Answer: B 


C2040-411 answers

High value C2040-411 braindumps:

Q27. Charles wants to add a tool bar button to his XPages Mobile application. 

Which control palette contains the Tool Bar Button control? 

A. Mobile 

B. Dojo Layout 

C. Data Access 

D. Extension Library 

Answer: A 

Reference:http://www-10.lotus.com/ldd/ddwiki.nsf/dx/XPages_Mobile_Controls_Tutorial_#The+Mobile+Apps+Palette+in +Designer 


Q28. Which is a valid HTML5 touch event? 

A. touchtap 

B. touchmove 

C. touchswipe 

D. touchgesture 

Answer: B 

Reference: https://developer.mozilla.org/en-US/docs/Web/Events 


Q29. Which property is required to use a Data View control in an XPages Mobile application? 

A. style 

B. columnTitle 

C. contentType 

D. viewSummaryColumn 

Answer: D 

Reference:http://www-10.lotus.com/ldd/ddwiki.nsf/dx/XPages_Mobile_Controls_Tutorial_ 


Q30. Marco has designed a mobile application with two mobile pages. For the first mobile page he set the page Name property to "view Mobile Page" and for the second mobile page he set the page Name property to "document Mobile Page". He designed the view Mobile Page to display a listing of customer names from the Customers By Name view. He designed the document Mobile Page to display the document details for the customer touched on the view Mobile Page. 

During testing Marco noticed that the each time he touched a customer document on the view Mobile Page it would open in edit mode on the document Mobile Page. 

What can Marco do to have the customer documents open in read mode on the document Mobile Page when they are touched on the view Mobile Page? 

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