Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

IBM Assessment: IBM WebSphere Portal 8.0 Solution Development (A2040-911) Free Practice Test

Question 1
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?

Correct Answer: D
Question 2
The portlet.xml file for SamplePortlet looks like this:

Assuming that no modifications have been made to the properties bundle, what would be written into SystemOut.log?

Correct Answer: D
Question 3
John is developing a portlet that uses the portlet client model API to manipulate a user's profile on the client side. How can he get the object of the PortletWindow that represents the portlet on the client side?

Correct Answer: C
Question 4
Steve wants to hide a menu item in the action menu. This menu item may be needed for later use. What is the best way to accomplish this?

Correct Answer: B
Question 5
Which of the following statements describes the value of the Vendor variable from the following portlet code? Profile p = (Profile) portletRequest.getAttribute(PortletRequest.CCPP_PROFILE); String vendor = p.getAttribute("Vendor").toString();

Correct Answer: D
Question 6
Which of the following statements is not a true statement about the Portlet Login service?

Correct Answer: C
Question 7
Bill is developing a mail portlet. One of the requirements of the mail portlet is that it should prompt the user for a user name and password on the first access, then store that information in the credential vault. After that, the mail portlet should read the credential from the credential vault and use it for logging in to the external application. Which type of credential slot should Bill use?

Correct Answer: B