Emery is trying to make it so users from a specific geographic location do not have access to a specific metrics application hosted on their IBM WebSphere Portal server. Which of the following options is provided within WebSphere Portal that Emery can use to this purpose?
A. None of the above. Emery is going to need to create a page and assign metadata parameters to hide the specific portlet from users fromgeographies that are not allowed to see it.
B. Emery can use Personalization Rules to hide the portlet, leveraging information in the user repository regarding the user's geographiclocation.
C. Emery's users must register as being from a specific geography and Emery can develop workflow methods leveraging thePortalUserIdentityBean (or PUIB) object to ensure the portlet does not generate markup for the user in this geography.
D. Emery can use the
正解:B
質問 2:
If Lola needs to create a resource collection, which of the following options must she define?
A. An instance of the following:
-
com.ibm.websphere.personalization.ResourceCollection
B. An instance of either of the following:
-com.ibm.websphere.resources.ResourceCollectionImpl
-
com.ibm.websphere.resources.ResourceManager
C. An instance of one of the following:
-com.ibm.websphere.personalization.resources.Resource
-com.ibm.websphere.personalization.resources.ResourceManager3
-com.ibm.websphere.personalization.resources.ResourceDomain3
-
com.ibm.websphere.personalization.resources.AuthIDTranslator
D. An instance of either of the following:
-com.ibm.websphere.personalization.ResourceCollectionImpl
-com.ibm.websphere.resources.ResourceManager
正解:C
質問 3:
Ted is developing a module that will provide content to the Markup sub-contribution type. This Markup sub-contribution will contain some inline JavaScript. What will happen if Ted makes this module deferred rather than non-deferred?
A. The script code inside the markup will not be evaluated and run when the deferred module is loaded.
B. The server-side combiner framework will not allow JavaScript inside of the Markup contribution type.
C. The script code inside the markup will be evaluated and run. However, it will throw an exception since its being loaded from a different domain.
D. The script code inside the markup will be evaluated and run without error when the deferred module is loaded.
正解:A
質問 4:
The following code sample is an excerpt from an implementation of a custom ExplicitLoginFilter.

Evan needs to implement custom logic to check whether the user needs to accept an updated user agreement. Which one of the following lines of code allows the user to be sent the friendly IBM WebSphere Portal URL 'acceptAgreement,' if the checkUser method returns true?
A. RequestDispatcher rd = req.getRequestDispatcher("/wps/myportal/acceptAgreement"); rd.forward(req, resp);
B. resp.sendRedirect("/wps/myportal/acceptAgreement");
C. portalLoginContext.setRedirectURL("/wps/myportal/acceptAgreement");
D. RequestDispatcher rd = req.getRequestDispatcher("/wps/myportal/acceptAgreement"); rd.include(req, resp);
正解:C
質問 5:
Matt is developing an interactive AJAX widget that will allow content approvers to review content without leaving their home page. Which IBM Web Content Manager API feature should he use?
A. JSP Tags
B. Web Services
C. REST Services
D. Managed Pages
正解:C
質問 6:
The following is an extract of a theme module's plugin.xml file: Based on the above extract, which of the following statements is false?

A. Defining a CSS file, menu contribution, or module capability are all optional.
B. The ID field of the
C. The module is inactive and needs to be be activated with the
D. A user can declare an alternative debug js file in the same
正解:C