It is impossible to pass IBM C2040-411 exam without any help in the short term. Come to Pass4sure soon and find the most advanced, correct and guaranteed IBM C2040-411 practice questions. You will get a surprising result by our Far out XPages Mobile Advanced Topics practice guides.


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for IBM C2040-411 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW C2040-411 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/C2040-411-exam-dumps.html

Q11. What controls the size of the font that will be displayed in a Rounded List control of a mobile XPage set? 

A. the font attribute "size" 

B. the style attribute "font-size" 

C. the default of the Style Sheet 

D. the default of the mobile device 

Answer:

Reference:http://www-10.lotus.com/ldd/ddwiki.nsf/page.xsp?documentId=46907E5964AA4FB0852579290069EA60&acti on=openDocument&mode=original 


Q12. Heather has included the following code snippet for one of her fields on a mobile XPage application. 

<input type="email"> 

What will be the results for the users of this application? 

A. The user will notice no difference. 

B. The user will see a keyboard that has all alpha characters and a ".com" key. 

C. The user will see a keyboard with all of the letters and numbers on the same page. 

D. The user will be presented with a keyboard that has all alpha characters and an "@" symbol key. 

Answer:


Q13. Which is a valid HTML5 touch event? 

A. touchtap 

B. touchmove 

C. touchswipe 

D. touchgesture 

Answer:

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


Q14. Slobo is working on an XPages Mobile application that allows users to enroll and elect their company benefits. The mobile interface has a few pages that users need to navigate through and answer questions to make selections. During developer testing Slobo notices that some of the user entered values are resetting when the user navigates backwards to previous screens. 

What could Slobo do to make the user entered values stick between pages? 

A. On all <xe:appPage> tags, set the reload property to false. 

B. On <xe:singlePageApp>, set the reload property to false. 

C. On all <xe:appPage> tags, set the resetContent property to true. 

D. Onall<xe:appPage> tags, set the resetContent property to false. 

Answer:


Q15. Ella has developed a number of applications for company employees to access on their mobile devices. A custom icon has been configured to display when users "Add to Home Screen". 

What can Ella use to detect which client is connecting in order to display the correct icon? 

A. context.getUserAgent().getBrowser() 

B. context.getUserAgent().getUserlnfo() 

C. context.getUserAgent () .getUserAgent () 

D. context.getUserAgent().getBrowserVersion() 

Answer:


Q16. 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:


Q17. 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:


Q18. 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:

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


Q19. Using a Move To Mobile Page Simple Action. Which is an argument for the action? 

A. moveTo 

B. openView 

C. redirectTo 

D. saveDocument 

Answer:

Reference:http://infolib.lotus.com/resources/domino/8.5.3/doc/designer_up1/en_us/DominoDesign erXPagesExtensionLibrary.html#Simpleactions_moveto(See the Simple Actions Table) 


Q20. Which is the correct server-side JavaScript statement for loading a "frmEntry"? 

A. dynamicContentl.loadContent("frmEntry"); 

B. getComponent("dynamicContentl").show("frmEntry"); 

C. XSP.showContent (**#{id:dynamicContentl}","frmEntry") ; 

D. getComponent("dynamicContentl").showContent("frmEntry"); 

Answer: