Ella developed a custom application object to extend the Personalization engine with a custom user attribute. The custom class was packaged into a JAR file archive and placed on the server. Then, the portal was restarted. What must Ella do before she can create a business rule using the new user attribute?
A. Add the attribute directly to the page.
B. Add a Resource Collection to the Personalization engine.
C. Add the Application Object to the Personalization engine.
D. "Show Rule Mappings" needs to be enabled on the portlet.
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.
Which method can be used only in an ActionResponse?
A. encodeURL
B. setProperty
C. addProperty
D. setPortletMode
James is developing a portlet and wants to share the cache entry across all users upon certain conditions.
What is a valid way to accomplish his goal?
A. Add the conditions in the doView method and set the cache scope to public in the request.
B. Add the conditions in the doview method and set the cache scope to public in the response.
C. Add the conditions in the doHeade rs method and set the cache scope to public in the request.
D. Add the conditions in the doHeaders method and set the cache scope to public in the response.
Which two options are valid uses of the XML Configuration interface? (Choose two.)
A. Install a portlet.
B. Clone a skin module.
C. Delete a shared library.
D. Back up an IBM WebSphere Portal server configuration.
E. Export all property files from a WebSphere Portal server.
A developer wants to add two portlet preferences to his portlet application. Which file is the correct location to insert the preferences?
A. web.xml
B. portlet.xml
C. application.xml
D. preferences.xml
Rachel needs to configure access to her company's mail system by using a portlet. The company requires users to be prompted for their user name and password the first time they access their mail. This information is then stored for future access.
What type of credential vault slot should Rachel use?
A. system slot
B. shared user slot
C. portlet shared slot
D. administrative slot
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"
Assuming that the user-agent was correctly configured as a_smartphone, what syntax in the theme module definition should be used to include a resource that is specific to this client?
A.
B.
C.
D.
Chris is working on a custom theme and it is required to work on multiple runtimes.
How does he implement the custom theme?
A. Abstract dynamic content and give it a logical name.
B. Create multiple copies oftheme.html for each runtime.
C. Create multiple dynamic content spots for each runtime.
D. Use the