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.
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
Which statements are true regarding predeployed portlet applications? (Choose two.)
A. The policy is stored in the EAR file.
B. The policy is stored in the portlet.xml file.
C. The display name is assigned by the portal during EAR deployment.
D. The display name is assigned by the EAR developer and stored in the application.xml file.
E. The policy is stored in the WAR file and promoted to the EAR file by the portal during deployment.
Arthur developed two portlet applications to support the same event-- the choosePerson event. This event uses the "http://example.ibm.com/portlets" namespace, and its payload type is the com.ibm.example .Person class.
Arthur deployed one portlet from each portlet application to the same portal page. He also wired one portlet (Portlet A) as the event source and the other portlet (Portlet B) as the event target. When Arthur tests the portlet communication, he
does not see that the com. ibm. example. Person object was transferred to Portlet B after the event was fired from Portlet A.
How can Arthur resolve this problem for optimal performance?
A. Ensure that the "Global" check box is selected on the Wire Configuration page.
B. Update the com. ibm. example. Per son class to support serialization and XML serialization by adding JAXB annotations.
C. Move the com. ibm. example. Person class out of the two web archive (WAR) files and into an IBM WebSphere Application Server shared library that is used by both WAR files.
D. Ensure that "http://example.ibm.com/portlets" namespace is specified as the direct namespace for the event declaration for both portlet.xml files, rather than the default namespace for each portlet.xml file.
Isabel wants to display different content automatically to users, depending on their group access. Which IBM WebSphere Portal feature should Isabel use to configure this objective?
A. dynamic Ul
B. preferences
C. customization
D. personalization
Matthew has developed a new system module to provide static JavaScript outside of the theme WAR. What is one benefit of storing the files externally?
A. External files are loaded first.
B. External files are more secure.
C. External files are compressed by default.
D. External files are shared by multiple themes.
Chris wants to create a new custom theme without leveraging WebDAV.
What is the first step?
A. Run the XMLAccess script to enable and register the new theme.
B. Create a new folder in WebDAV for the new theme using the /mycontenthandler/dav/fs- type1 entry point.
C. Create a new EAR and new WAR project then deploy it using the IBM WebSphere Portal Administration Console.
D. Create a new EAR and new WAR project, copy the WebDAV entire Portal 8.5 directory into the WAR project, then deploy using IBM WebSphere Integrated Solutions Console.
Sam wants to create a portlet that uses a custom portlet mode that is not defined in the JSR 286 specification.
After implementing the correct methods, what additional step must he do to use a custom portlet mode?
A. Add the custom portlet mode to the portlet deployment descriptor.
B. Add a resource bundle to the portlet that has the name of the custom portlet mode.
C. Configure the portlet after installation to map the custom portlet mode to the server- defined portlet mode.
D. Enable the specific custom portlet mode at the container level by setting the correct property in the resource environment provider.
What is the mechanism that enables a portlet installed on a remote IBM WebSphere Portal server to be added to and displayed on a page in a local WebSphere Portal server?
A. Impersonation
B. Remote Web Services
C. Remote Deployment for Portlets
D. Web Services for Remote Portlets
Which model is supported by the Remote Model REST service?
A. PortletModel
B. ContextModel
C. ThemeListModel
D. Language ListModel