C2210-423 Title - pdf.pass4test.de

PASS4TEST
IT Certification Guaranteed, The Easy Way!
\
http://www.pass4test.com
We offer free update service for one year
IT Certification Guaranteed, The Easy Way!
Exam
:
C2210-423
Title
:
IBM WebSphere Portal 8.5
Solution Development
Vendor
:
IBM
Version
:
DEMO
1
IT Certification Guaranteed, The Easy Way!
NO.1 Assuming the device classes were correctly configured to the clients, which device class
equations would be evaluated to true for only iPhones?
A. android+smartphone
B. wotrklight+(ios/andcoid)
C. smartphone+(iosI android)
D. (android/ios)+smartphone+!blackberry
Answer: D
NO.2 Sally developed a custom theme module that requires Dojo to render it. In the custom module
definition,
she added the Dojo modules to the prerequisite list. Sally then added her custom module to the nondeferred section of the
Deferred (Default) profile, leaving the Dojo modules in the deferred section.
What is the result of rendering a page in view mode with the Deferred (Default) profile assigned?
A. The custom module is not run.
B. The Dojo modules are promoted to non-deferred.
C. A JavaScript error occurs, indicating that Dojo is undefined.
D. A server-side error occurs, indicating that the Dojo modules are deferred.
Answer: B
NO.3 When developing with IBM Web Sphere Portal 8.5 themes, which parameter for the
r:datasource tag will help speed up development by requiring fewer server restarts?
A. max-age
B. theme-uri
C. reloadlnterval
D. reloadingEnabled
Answer: D
Explanation:
DB2 data source, automatic client reroute enabled, restart admin
NO.4 Which options are true regarding the Portlet State Manager Service? (Choose two.)
A. It is obtainable by using a JNDI lookup.
B. It changes the state of the server when called.
C. It is not a valid IBM WebSphere Portal Service.
D. It supports portlets that are compliant with JSR 168 and JSR 286.
E. It is obtainable by using the <portlet: state_manage r_se rvice> tag.
Answer: B,D
NO.5 Tina wants to use the Remote PUMA SPI REST service and to ensure that requests to the service
are served only within a valid user context.
Which URI path allows her to accomplish this task?
A. /um/secure
B. /puma/secure
2
IT Certification Guaranteed, The Easy Way!
C. /puma/um/secure
D. /um/puma/secure
Answer: C
Explanation:
/um/puma/secure; /um/secure; /puma/secure;
NO.6 Which statement is true regarding responsive web design (RWD)?
A. It uses a web design approach based on HTML5 and CSS3 to improve the rendering speed of a
portlet.
B. It uses advanced JavaScript design techniques to implement a highly responsive touch-enabled
user interface.
C. It uses tableless web design to arrange elements and text on a web page to improve the
responsiveness of a web page.
D. It uses CSS3 media queries to optimize content and layout automatically based on screen size,
device, and orientation.
Answer: C
NO.7 Which URI schema should be used to render the footer_mobile.jsp while accessing IBM
WebSphere Portal using a smartphone or tablet?
A. href="smartphone/tablet/footerjnobile.jsp"
B. href="/customTheme/themes/html/dynamicSpots/footer_mobile.jsp"
C. href="smartphone/tablet@res:/customTheme/themes/html/dynamicSpots /foote r_mobile.j sp"
D. href="mvc:smartphone/tablet@res:/customTheme/themes/html/dynamicSpots /foote r_mobile.j
sp"
Answer: B
NO.8 This code snippet is part of a portlet descriptor:
<portlet>
<portlet-name>Portletl</portlet-narne> <!- [...] -> </portlet>
<portlet >
<portlet-name>Porrtlet2</portlet-name> <i- [...] -> </portlet>
<filtetr>
<filter-name>PortletFiltec</filtec-name>
<filter-class>mycompany,MyPortletFilter</filter-class>
<lifecycle>ACTION_PHASE</lifecycle>
</filter>
<filte r-mapping>
<filter-name>PortletFilter</filter-name>
<portlet-name>Portletl</portlet-name>
<portlet-name>Poctlet2</portlet-name> </filte r-mapping>
Assuming that the mycompany.MyPortletFilter class implements the right interfaces, which
statement is true?
A. The portlet filter will be applied to both portlets and can be used during the action phase.
3
IT Certification Guaranteed, The Easy Way!
B. The portlet filter will be applied to first portlet to render, and can be used during the action phase.
C. The portlet filter will be applied to both portlets, but the <f ilter> section should go in the web.xml
instead.
D. The portlet filter will be applied to the first portlet to render, but the <f ilte r> section should go in
the web.xml instead.
Answer: A
4