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 Rebirth 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
Q1. Billy wants to be able to display a phone keypad when a mobile user types values into a phone number field.
Which would he use to achieve that?
A. <input type="tel">
B. <input type="phone">
C. <input type="number">
D. <input type="telephone">
Answer: C
Q2. Which is the correct HTML5 tag for playing sound through a mobile web page?
A. <audio>
B. <sound>
C. <music>
D. <volume>
Answer: A
Q3. How is the width of the display in a mobile XPage application set to 460 pixels?
A. This is set on the device that the application is running on.
B. Use the meta tag "screen" and set its content to "width=460".
C. Use the meta tag "viewport" and set its content to "width=460".
D. Set this in the Application properties of the application that contains the mobile XPage.
Answer: C
Reference:http://xpageswiki.com/web/youatnotes/wiki-xpages.nsf/dx/Developing_for_an_iPhone_or_iPad
Q4. 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
Q5. What does using a cross-over pattern of development mean in relation to XPages?
A. designing an XPage to use only mobile controls.
B. leveraging a mobile theme within the design of the XPage
C. using a single custom control for both mobile and desktop interfaces
D. not including any server-side JavaScript within the design of the XPage
Answer: A
Q6. Which client-side JavaScript code can be used to detect if the screen is in landscape mode when displaying an XPage mobile application?
A. varmediaQuery =window.matchList("screen and (position: landscape)");
B. varmediaQuery = window.matchMedia("screen and (position: landscape)");
C. varmediaQuery =window.matchList("screen and (orientation: landscape)");
D. varmediaQuery = window.matchMedia("screen and (orientation: landscape)");
Answer: D
Q7. 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?
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
Q8. Nam has created an Application Page control with other controls within it and has placed it on his XPage. However, when he loads his XPage in a browser on his desktop for testing, he doesn't see the control.
What is one possible reason for this?
A. He needs to add the viewAsMobilemeta tag to the XPage.
B. He did not place the Application Page control within a Single Page Application control.
C. He did not specify a value for the selectedPageName property of the Application Page control.
D. The Application Page control is a mobile control, which will only display in browsers on mobile platforms.
Answer: C
Q9. Michelle would like to add a button with a "+" label in the top right corner on the vlewMobilePage which, when touched, will open the documentMobilePage to create a new document.
What can she add to the actionFact of the Page Heading on the viewMobilePage to create the new document?
A. Add a Tab Bar Button control and set its moveTo property to "documentMobilePage".
B. Add a Tool Bar Button control and set its moveTo property to "documentMobilePage".
C. Add a ToolBar Button control and code its onclick event with the Move To Mobile Page simple action and set the targetPage property to "documentMobilePage".
D. Add a Tab Bar Button control and code its onclick event with the Move To Application Page simple action and set the targetPage property to "documentMobilePage".
Answer: B
Q10. Jon is using the user bean Access Level property to determine a users access.
The value returned is 2. What access level does that indicate?
A. Editor
B. Author
C. Reader
D. Manager
Answer: B