1.
An application developer is working on IBM WebSphere Commerce V7 FEP 7. and uses CATENTRY.FIELD1 to store the loyalty points associated with the products. The developer needs to display the loyalty points associated with each product on the product display page in the storefront. Which three of the following search components need to be modified to achieve this?
2.
An organization wants to allow the same users to log onto multiple sessions in IBM WebSphere Commerce V7 Feature Pack 7. Which of the following statements is true?
3.
A client has the following requirements for their website:
- a user who has clicked the Remember Me option on the website should be able to execute acustom command and view its result
- a Guest User should not have the same access.
Which property should be used in the Struts configuration file to enable this functionality?
4.
An application developer needs to implement a Business Object Document (BOD) command. Which two exceptions would the developer handle?
5.
An application developer created a new Task Command NotifyShopperTaskCmd to notify the shopper about the inventory of the items he inquired about. In a scheduled controller command, the developer needs to create this new task command which sends the notification. Which of the following is the correct implementation for the task command?
6.
To support the "buy one get one free" functionality, when a consumer adds an item to the shopping cart, another applicable item should be added automatically. The customer has an external service that they intend to use to determine the applicable item. How can this feature be implemented and made available via REST Service in IBM WebSphere Commerce V7 FEP 7, with minimum customization?
7.
An application developer ishandling an exception case in a new. custom, controller command. The exception is caused by a transient error, and if the entire transaction is rolled back and retried, the code may complete successfully. How should the developer handle this situation?
8.
Which of the following is the base class that al must extend?
9.
The outbound messaging system in IBM WebSphere Commerce processes the messages based on the message type. An application developer needs to modify the contents of the email by modifying the JSP file. Which option should be used to identify the out of the box JSP file?
10.
To implement the share with friends via email option on the product details page. SendMsgCmd can be used to send the message. Assume ShareWithFriendEmailViewandShareWithFriend.jsp are the view and JSP respectively used to compose the message. What should be defined in the Struts configuration file?