IBM C8010-725 - IBM WebSphere Commerce V7 (FEP 7), Application Development Exam
Page: 3 / 34
Total 168 questions
Question #11 (Topic: Topic 1)
A client using IBM WebSphere Commerce Search has a requirement to display search
results based on the product's profit margin. A search rule needs to be defined to achieve
this requirement, and the client does not wish for the profit margin to be loaded into the
attribute dictionary. An application developer has added the profit margin as a field called
"profitMargin" in the search index.
Which three of the following tables need to be modified so that profitMargin is available for
use in search rules?
results based on the product's profit margin. A search rule needs to be defined to achieve
this requirement, and the client does not wish for the profit margin to be loaded into the
attribute dictionary. An application developer has added the profit margin as a field called
"profitMargin" in the search index.
Which three of the following tables need to be modified so that profitMargin is available for
use in search rules?
A. SRCHCONFEXT
B. SRCHATTR
C. SRCHTERM
D. SRCHATTRDESC
E. SRCHCONF
F. SRCHATTRPROP
Answer: A,C,E
Question #12 (Topic: Topic 1)
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?
[IBM-C8010-725-6.0/IBM-C8010-725-9_2.png]
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?
[IBM-C8010-725-6.0/IBM-C8010-725-9_2.png]
A. Option A
B. Option B
C. Option C
D. Option D
Answer: D
Question #13 (Topic: Topic 1)
A company wants to extend the product display page to display some proprietary
information. For example, the ability to support up to 20 messages that could be engraved
on the item.
How can this new information be stored and displayed with minimal effort?
information. For example, the ability to support up to 20 messages that could be engraved
on the item.
How can this new information be stored and displayed with minimal effort?
A. Save the information in a new XCATENTRY table, create a subnoun in the OOB Catalog Entry noun and then use DSL to access the new data
B. Save this information in a new XCATENTRY table and create a new access/data bean to retrieve the data
C. Save the information in the provided custom fields in CATENTRY (e.g. fieldl, field2, etc ..). map this to the existing CatalogEntry noun and then use message mapping to call a NVP command to retrieve the data
D. Save this information in the provided custom fields in CATENTRY (egfieldl, field2, etc ...) and reuse the existing access/data bean
Answer: A
Question #14 (Topic: Topic 1)
An application has the requirement to grant access to a gift giver for a specified gift
registry. Upon successful completion, the specified URL should be called. If the action is
unsuccessful, it should redirect to the error view.
Which of the following URLs should be used to fulfill this requirement?
registry. Upon successful completion, the specified URL should be called. If the action is
unsuccessful, it should redirect to the error view.
Which of the following URLs should be used to fulfill this requirement?
A. GiftRegistryAuthentication
B. GiftRegistryLogin
C. GiftRegistryManageAuthentication
D. GiftCenterLogin
Answer: C
Question #15 (Topic: Topic 1)
Which two of the following activities require an application developer's involvement in the
IBM Commerce Composer framework?
IBM Commerce Composer framework?
A. Assign a page to search items
B. Create a widget
C. Create a specific page layout
D. Create a template
E. Set widget property values
Answer: A,D