Act now and download your IBM C2040-411 test today! Do not waste time for the worthless IBM C2040-411 tutorials. Download Improve IBM XPages Mobile Advanced Topics exam with real questions and answers and begin to learn IBM C2040-411 with a classic professional.
♥♥ 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. 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
Q2. 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: D
Q3. Mina is designing a mobile application to track her fantasy football teams. She has one Application Page control that lists all of the teams in her league and another Application Page control that displays the members of a team.
What is one way she could tie the two Application Page controls together in her design?
A. She could display each team in a Rounded List Item control in her first Application Page control and set the value of the move property of each item to the Application Page control that lists the team members.
B. She could display each team in a Rounded List Item control In her first Application Page control and set the value of the moveTo property of each item to the Application Page control that lists the team members.
C. She could display each team in a Rounded List Item control in her first Application Page control and set the value of the inkTo property of each item to the Application Page control that lists the team members.
D. She could display each team in a Rounded List Item control in her first Application Page control and set the value of the link property of each item to the Application Page control that lists the team members.
Answer: D
Q4. Charles is using a Simple Action in a button to show more rows. He would like to control the number of rows that are added when the user clicks the button.
What attribute will Charles use in order to accomplish this?
A. rowCount
B. itemCount
C. displayCount
D. viewRowCount
Answer: A
Q5. 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
Q6. Using a Move To Mobile Page Simple Action. Which is an argument for the action?
A. moveTo
B. openView
C. redirectTo
D. saveDocument
Answer: A
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)
Q7. 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
Q8. Which example of the Redirect control will redirect to them_MobileXPage if accessed from a mobile device?
A. <xe:redirect id="redirectl"><xe:this.rules>
<xe:redirectPhoneRuleurl="/m_Mobile.xsp"x/xe:redirectPhoneRule><xe:redirectTabletRuleurl="/m
_Mobile.xsp"x/xe:redirectTabletRule></xe:this.rules></xe:redirect>
B. <xe:redirect id="redirectln><xe:this.rules>
<xe:redirectMobileRuleurl="/m_Mobile.xsp"x/xe:redirectMobileRule></xe:this.rules></xe:redirect>
C. <xe:redirect id="redirectl"><xe:this.rules>
<xe:redirectHeaderRule header="User-Agent" headerPattern="Mobile" url="/m_Mobile.xsp"
/></xe:this.rules></xe:redirect>
D. <xe:redirect id="redirectl"><xe:this.rules>
<xe:redirectPhoneRuleurl="/m_Mobile.xsp" rulePattern="And]:oid,
iPhone"></xe:redirectPhoneRule><xe:redirectTabletRuleurl="/m_Mobile.xsp"
rulePattern="iPad"x/xe:redirectTabletRule></xe:this.rules></xe:redirect>
Answer: A
Q9. 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
Q10. 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