최신 IBM Certified Advanced Application Developer C2040-411 무료샘플문제:
1. What controls the size of the font that will be displayed in a Rounded List control of a mobile XPage set?
A) the default of the mobile device
B) the default of the Style Sheet
C) the style attribute "font-size"
D) the font attribute "size"
2. 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 be presented with a keyboard that has all alpha characters and an "@" symbol key.
C) The user will see a keyboard with all of the letters and numbers on the same page.
D) The user will see a keyboard that has all alpha characters and a ".com" key.
3. Karen added a Rich Text control to a mobile page and bound it to the Body field in thedocumentdata source. To fit the limited spaceforhandheld devices, she wants to enable the minimum set of rich text toolbar controls to edit the body field.
How can she do this?
A) On the Dojo properties tab for the control, add a toolbarType attribute and set its value to "minimum".
B) On the All Properties tab for the control, set the toolbarType property to "Slim".
C) On the Dojo properties tab for the control, add a toolbarType attribute and set its value to "slim".
D) On the All Properties tab for the control, set the toolbarType property to "minimum".
4. 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 (layout:portrait) { /* portrait-specific styles */ }
B) @media screen and (portrait) { /* portrait-specific styles */ )
C) @media screen and (orientation:portrait) ( /" portrait-specific styles */ }
D) @media screen and (landscape) f /* landscape-specific styles */ }
5. 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) 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.
B) Mary should drag and drop any control from the Mobile palette to any XPage.
C) Set the isMobile property to "True" in the All Properties tab of the XPage.
D) Mary should enable "Allow Mobile applications" on the HTTP tab of the Internet Protocols tab of the Server document that the application resides on.
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: D | 질문 # 3 정답: C | 질문 # 4 정답: D | 질문 # 5 정답: B |