IBM C2040-411 - XPages Mobile Advanced Topics Exam
Page: 2 / 10
Total 49 questions
Question #6 (Topic: )
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
Question #7 (Topic: )
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?
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
Question #8 (Topic: )
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?
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
Question #9 (Topic: )
Which is a valid HTML5 touch event?
A. touchtap
B. touchmove
C. touchswipe
D. touchgesture
Answer: B
Question #10 (Topic: )
Raylan would like to have one icon displayfor his Tab Bar Button control when it is selected
and another when it is not.
How can he do that?
and another when it is not.
How can he do that?
A. Set the iconi property of the Tab Bar Button control to the icon to display when the button is not selected and the icon2 properly of the Tab Bar Button control to the icon to display when the button is selected.
B. Set the imagel property of the Tab Bar Button control to the icon to display when the button is selected and the image2 property of the Tab Bar Button control to the icon to display when the button is not selected.
C. Set the image property of the Tab Bar Button control to the icon to display when the button is not selected and the selectedlmage property of the Tab Bar Button control to the icon to display when the button is selected.
D. Set the selectedicon property of the Tab Bar Button control to the icon to display when the button is selected and the unselectedicon property of the Tab 8ar Button control to the icon to display when the button is not selected.
Answer: C