Master the C2040-411 XPages Mobile Advanced Topics content and be ready for exam day success quickly with this Actualtests C2040-411 exam fees. We guarantee it!We make it a reality and give you real C2040-411 questions in our IBM C2040-411 braindumps.Latest 100% VALID IBM C2040-411 Exam Questions Dumps at below page. You can use our IBM C2040-411 braindumps and pass your exam.
♥♥ 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. 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
Q12. Which mobile control can be used as a segmented button container for the Tab Bar Buttons?
A. Tab Bar or <xe:tabBar>
B. Tool8aror<xe:toolBar>
C. Action Bar or<xe:actionBar>
D. Header Bar or<xe:headerBar>
Answer: A
Reference: http://stackoverflow.com/questions/15396943/how-do-you-place-the-xpages-mobile-controls-tab-bar-at-the-bottom-of-the-screen
Q13. Which could be used to subscribe to a transition event within dojo'mobile?
A. onStartTransition
B. onAfterTransition
C. onStartTransitionln
D. onAfterTransitionIn
Answer: D
Reference:http://livedocs.dojotoolkit.org/dojox/mobile/transition-events
Q14. On a mobile browser a developer can create a responsive design based on how the user is holding their phone (either vertically or horizontally). Which is a valid CSS 3 snippet?
A. @media screen and (landscape) f /* landscape-specific styles */ }
B. @media screen and (portrait) { /* portrait-specific styles */ )
C. .media screen and (layout:portrait) { /* portrait-specific styles */ }
D. @media screen and (orientation:portrait) ( /" portrait-specific styles */ }
Answer: A
Q15. Slobo is working on an XPages Mobile application that has a page that displays pictures. He needs to be able to allow the user to touch and swipe to navigate through the pictures.
How can he add this experience to the XPages Mobile application?
A. Drag an <xe:lightBox> control into an <xe:appPage> tag. then set the images property of the <xe:lightBox> control by adding a leaf node and configuring each one to a relative path to the image.
B. Dragan <xp:panel>vinto an <xe:appPage> tag. then include the Dojo type dojox.mobile.SwapView to the Panel. Add an image tag within the <xp: panel>. Repeat these steps for every image to display.
C. Drag an <xe:dynamicContent> control into an <xe:appPage> tag. then set the defaultFacet to the first image. Then on the onclick event, use a client side xsp .showcontent (..) call to refresh the dynamicContent with the next image.
D. Drag an <xe:switchcontrol>into a <xe:appPage> tag. then set the defaultFacet to the first image. Then on the onclick event set the defaultFacet to the next image. After the page refreshes, the content will change to the next image.
Answer: D
Q16. Marc wants to change the function and style of the first Rounded List Item control to appear as a header for the other Rounded List Item control choices that follow it.
What Dojo attribute and value can he add to the first Rounded List Item control?
A. header="on"
B. header="true"
C. linkStyle="header”
D. itemStyle="header"
Answer: B
Q17. 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)
Q18. Amy needs to build an application that will access the user's phone contacts. What kind of application would she need to build?
A. a native application that runs on a mobile device
B. a mixed application that runs on a mobile device
C. a hybrid application that runs on a mobile device
D. a web browser application that runs on a mobile device
Answer: A
Reference:http://www.nngroup.com/articles/mobile-native-apps/
Q19. 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
Q20. 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_