Exampdf LOT-915 Actual Questions Share
Exampdf offers you a comprehensive certification test solution to help you become IBM certified professional. This certification preparation guide comes with free LOT-915 training materials, sample questions and answers, Testing Engine exam, braindumps and answers lab that give you the experience of actual certification exam.
This preparation kit also contains study notes, LOT-915 Testing Engine, LOT-915 download, LOT-915 practice test and LOT-915 review. You have seen the IBM LOT-915 product, now it time to make a choice. You can even select to choose a product from some other site – but only Exampdf offers you the 100% guarantee on your certification success by using our LOT-915 training guides and product.
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();
A. It contains the name of the vendor of the portal server.
B. It contains the name of the vendor of the client browser or device.
C. It contains the value of the configuration key “vendor” for the Profile configuration service.
D. It contains the value of the “vendor” attribute for an identified or authenticated user, or null for an anonymous user.
Answer: B
From what source does the Page Builder theme instantiate drag-and-drop functionality in terms of portlets?
A. The <dnd:drag/> and <dnd:drop/> tags.
B. The theme Default.jsp sets parameters for the ibmPortalConfig object that define the drag-and-drop behaviors for dragging portlets.
C. The Page Builder theme does not support drag-and-drop for portlets.
D. The theme Default.jsp instantiates drag-and-drop functionality by means of loading ibmCSA.js and calling instantiateDrag().
Answer: B