IBM WebSphere Portal 8.5 Solution Development (C2040-423) Free Practice Test
Question 1
Which statement is true regarding the processAction lifecycle method?
Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 2
Chris is working on a custom theme and it is required to work on multiple runtimes.
How does he implement the custom theme?
How does he implement the custom theme?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
Which two statements are true about inter-portlet communication in the Web Dock portlet? (Choose two.)
Correct Answer: C,E
Question 4
Don needs to update a custom layout in his production server. He made the necessary updates to the layout.html file in WebDAV, but his users are not seeing the changes.
What is the most likely cause of this incorrect behavior?
What is the most likely cause of this incorrect behavior?
Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
Tyler is developing a portlet that allows a user to see all the pages that the user can access in the portal. Which portal model should Tyler use to get the pages that are visible to the specific user who is logged in?
Correct Answer: A
Question 6
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?
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?
Correct Answer: B