IBM C8010-725 - IBM WebSphere Commerce V7 (FEP 7), Application Development Exam
Page: 1 / 34
Total 168 questions
Question #1 (Topic: Topic 1)
A developer runs the foundation feature enablement script.
What should the developer do to ensure the script completed successfully?
What should the developer do to ensure the script completed successfully?
A. Check enableFeature.log for errors related to feature enablement
B. Check enableWCfoundationFeature.log for errors related to feature enablement
C. Check systemOut.log for errors related to feature enablement
D. Check admin console for the status of available features
Answer: A
Question #2 (Topic: Topic 1)
An organization with IBM WebSphere Commerce V7.0 FEP 7 wants to create a customized
template for a new search landing page, which should be rendered on multiple devices.
The developer has to create a custom template using the default 12 column fluid grid
system.
Which of the following statements about the custom template is true?
template for a new search landing page, which should be rendered on multiple devices.
The developer has to create a custom template using the default 12 column fluid grid
system.
Which of the following statements about the custom template is true?
A. A row cannot have child elements spanning more than 12 columns
B. A row is always divided into 12 columns regardless of the breakpoints
C. The child elements in any row should have a flexible height, but the row height can be fixed
D. The fluid grid system automatically ensures that margins are provided between the row's child elements
Answer: B
Question #3 (Topic: Topic 1)
An organization uses IBM WebSphere Commerce with an external order management
system for the order fulfillment process.
Which table in IBM WebSphere Commerce is used exclusively for fulfillment purposes?
system for the order fulfillment process.
Which table in IBM WebSphere Commerce is used exclusively for fulfillment purposes?
A. IITEM
B. CATENTRY
C. BASEITEM
D. ITEMFFMCTR
Answer: C
Question #4 (Topic: Topic 1)
Which two persistence mechanisms are currently used in IBM WebSphere Commerce?
A. TopLink
B. Enterprise JavaBeans
C. Data Services Layer
D. Hibernate
E. Castor
Answer: B,D
Question #5 (Topic: Topic 1)
A company with a multilingual website wants to extend the product display page to display
some proprietary information. This proprietary information can either be in the form of a
string or a number.
What is the most efficient way to store and display this new information?
some proprietary information. This proprietary information can either be in the form of a
string or a number.
What is the most efficient way to store and display this new information?
A. Save this information in the provided custom fields in CATENTDESC (e.g fie Id 1. field2. etc ....) and reuse the existing access/data bean
B. Save the information in an extended CATENTDESC table, create a sub-noun in the OOB CatalogEntry noun and then use DSL to access the new data
C. Save the information in an extended CATENTRY table, create a sub-noun in the OOB CatalogEntry noun and then use DSL to access the new data
D. Save this information in the provided custom fields in CATENTRY (e.g field 1, field2, etc ....) and reuse the existing access/data bean
Answer: C