IBM WebSphere Portal 8.0 Solution Development (LOT-911) Free Practice Test
Question 1
Which one of the following statements is valid regarding credential objects?
Correct Answer: D
Question 2
Which of the following statements regarding the Controller model is false?
Correct Answer: B
Question 3
Given the following code in the portlet.xml file, what line of code returns the value of the "test" initparam. <portlet-class>MyPortlet</portlet-class> <init-param> <name>test</name> <value>test_init_parameter</value> </init-param>
Correct Answer: D
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
John wants to troubleshoot a problem related to IBM WebSphere Portal engine startup. Which tool can he use to enable trace for "com.ibm.wps.engine" package, so that it will persist across server startup?
Correct Answer: D
Question 6
The javax.portlet.GenericPortlet abstract class provides default functionality and convenience methods for handling portlet requests. It provides a default implementation for which interfaces from the javax.portlet package?
Correct Answer: B
Question 7
What is the outcome if a non-deferred module has a requirement on a deferred module?
Correct Answer: B