Sunteți pe pagina 1din 11

Exam Title

: IBM 000-217 : Test 217, WebSphere Commerce V6.0. Application Development

Version : R6.1

www.Prepking.com

Prepking - King of Computer Certification Important Information, Please Read Carefully


Other Prepking products A) Offline Testing engine Use the offline Testing engine product to practice the questions in an exam environment. B) Study Guide (not available for all exams) Build a foundation of knowledge which will be useful also after passing the exam. Latest Version We are constantly reviewing our products. New material is added and old material is updated. Free updates are available for 90 days after the purchase. You should check your member zone at Prepking and update 3-4 days before the scheduled exam date. Here is the procedure to get the latest version: 1.Go towww.Prepking.com 2.Click on Member zone/Log in (right side) 3. Then click My Account 4.The latest versions of all purchased products are downloadable from here. Just click the links. For most updates,it is enough just to print the new questions at the end of the new version, not the whole document. Feedback If you spot a possible improvement then please let us know. We always interested in improving product quality. Feedback should be send to feedback@Prepking.com. You should include the following: Exam number, version, page number, question number, and your login ID. Our experts will answer your mail promptly. Copyright Each PDF file contains a unique serial number associated with your particular name and contact information for security purposes. So if we find out that a particular PDF file is being distributed by you, Prepking reserves the right to take legal action against you according to the International Copyright Laws. Explanations This product does not include explanations at the moment. If you are interested in providing explanations for this exam, please contact feedback@Prepking.com.

www.Prepking.com

1. A new view has been created in a consumer direct store in the development environment. It is now ready to be tested in the development environment. The JSP file for the page has been created and placed in the proper directory, the struts configuration has been updated correctly, and the struts registry has been refreshed. When the correct URL is entered for the view in the web browser, an exception is thrown and the view is not displayed. What step was missed above and the likely cause of this error? A. The cache registry was not refreshed. B. An access control policy for the view needs to be loaded using the Organization Admin Console. C. An access control policy for the view needs to be created and loaded using acpload.bat. D. An access control policy for the view needs to be created and loaded using the WebSphere Administration Console. Answer: C 2. The recommended method for retrieving and displaying error messages passed to a view from a controller command is to use a: A. StoreErrorDataBean B. ResourceBundle C. TypedProperty exception data D. error view name Answer: A 3. Dynamic caching is enabled in WebSphere Application Server and some JSP fragments are being displayed twice when the cached page is served. How should this be prevented? A. Ensure that <property name="do-not-consume">true</property> is equal to true for the fragment in the cache configuration file. B. Set flush=true on every <jsp:include> in the file to be cached. C. Surround all <c:import> tags with <% out.flush(); %>. D. Use static includes for fragments. Answer: C 4. A developer wants to display product prices in more than one currency. How can the developer enable dual display of currencies? A. Update the COUNTERVALUECURR field of the CURCVLIST table to the value currency that is needed to be displayed. B. Update the CURRSTR field of the CURLIST table to the value currency that is needed to be displayed. C. Use an e-marketing spot in the jsp to display pricing in more than one currency. D. Use the price range feature of Accelerator to set up dual currency pricing. Answer: A 5. What are the two key elements when defining a view in the struts configuration file?

www.Prepking.com

A. access-mappings B. action-mappings C. global-forwards D. global-mappings E. view-mappings Answer: BC 6. What task must be accomplished before custom store pages can be cached using WebSphere Application Server dynacache? A. Add custom tags to each page. B. Add entries to cache configuration file. C. Install the Cache Monitor. D. Pre-compile the JSPs. Answer: B 7. A developer wants to customize the Struts configuration file to support form field validation. What needs to be enabled to make the Store Struts application aware of the Validator framework? A. CustomPlugin B. ValidatorPlugIn C. FormValidationPlugin D. DefaultValidationPlugin Answer: B 8. A storefront is using the Struts declarative exception handling framework. The appropriate method for defining the text of error messages, used by the Struts framework, is to create a new: A. global-forwards B. action-mappings C. message-resources D. global-exceptions Answer: C 9. A developer has added a new feature to the Flow Repository. How will the new feature in the jsp be referenced? A. By using the <fileRef> tag B. By using the <ifEnabled> and <ifDisabled> tags C. By using the <page:import> tag D. By using the <url> tag Answer: B 10. An enterprise (seller) wishes to create stores that can be targeted to each of the product brands it sells,

www.Prepking.com

so that each site can have its own look and feel, shopping flow, and marketing strategy. Some of the assets will be shared across the different stores. What is the most appropriate business model that should be used to support this site? A. Consumer Direct B. Extended Sites C. Demand Chain D. Supply Chain E. B2B Direct Answer: B 11. A developer needs to create new actions that accomplish two tasks in a row, while reusing the actions or controller commands that are already implemented. Which of the following should be used to accomplish this task? A. Action Relaying B. Global Forwards C. Struts Listener D. Wrapper Actions Answer: D 12. A developer wants to add a new dynamic text message for a custom jsp. Which two files have to be edited to add the text? A. storetext_<locale>.properties B. storetext_dynamic_<locale>.properties C. storetext_dynamic_form.properties D. storetext_dynamic_labels_<locale>.properties E. storetext_dynamic_options.properties Answer: BD 13. An enterprise (seller) wants to create a catalog that can be shared among multiple stores in an extended site. What is the most appropriate store type that should be used to support this? A. B2B Direct B. Demand Chain C. Assset Store D. Proxy Store E. Consumer Direct Answer: C 14. Which JSTL tag should be used to create a new URL reference in a jsp? A. <c:href>

www.Prepking.com

B. <c:link> C. <c:out> D. <c:url> Answer: D 15. Which Web Services preference needs to be enabled in Rational Application Developer when developing Web services for WebSphere Commerce? A. Set soapAction field to the operation name. B. Disable data binding and use SOAPElement. C. Do not backup and overwrite skeleton bean. D. Generate Java from WSDL using the no wrapped style. Answer: B 16. What is the messaging protocol used between IBM Sales Center and WebSphere Commerce? A. JMS B. REST C. RMI D. SOAP over HTTP(s) Answer: D 17. A developer is exposing the UserRegistrationAdd command as a web service. In the corresponding WSDL, the portType is defined as CustomerServicePortType and the operation name is defined as AddCustomer. What will be the name of the Service endpoint interface for this service? A. com.ibm.commerce.webservices.OpenWebServicePortType B. com.ibm.commerce.webservices.CustomerServicePortType C. com.mycompany.services.CustomerServicePortType D. com.mycompany.services.AddCustomer Answer: A 18. Which of the following capabilities is part of the default IBM Gift Center integration with the Consumer Direct starter store? A. A gift consultant access group is created. B. Registrant is added to the USERS table. C. Registrant address and default ship-to address are the same. D. UserRegistrationAdd URL command supports new name-value pairs. Answer: B 19. What must a developer do to enable integration with a Coremeterics server? A. Add custom tags to JSPs. B. Add a script to each JSP.

www.Prepking.com

C. Hide an image on each page. D. Place a hidden link to the Coremetrics server. Answer: A 20. WebSphere Commerce is installed on one machine, and a WebSphere MQ server is installed on a remote system that should be integrated with WebSphere Commerce. Which mode should WebSphere MQ be set to in WebSphere Commerce? A. Serial mode B. Client mode C. Bindings mode D. Parallel mode Answer: B 21. Which file needs to be updated in order to add a new style sheet option to Accelerator? A. style.xml B. flow.xml C. resource.xml D. options.xml Answer: A 22. A developer has created a definition xml file for a custom notebook that will be added to Commerce Accelerator. What best practice needs to be followed to ensure that this file is used? A. Extend ToolsControllerCommandImpl. B. Create corresponding resource bundles. C. Update the Commerce instance configuration file. D. Backup the old file and replace it with the new one. Answer: C 23. What are the two types of elements that the tools framework uses to control and manipulate the user interface and functionality? A. Base B. Dynamic C. Container D. Framework E. Universal Answer: AC 24. Which of the following statements is true regarding the installation of the IBM Sales Center development environment? A. IBM Sales Center must be installed after Rational Application developer.

www.Prepking.com

B. IBM Sales Center must be installed after the WebSphere Commerce Toolkit. C. IBM Sales Center must be installed before the WebSphere Commerce Toolkit. D. IBM Sales Center requires a separate development toolkit. Answer: C 25. What does a developer need to do to switch the database used by WebSphere Commerce Developer? A. Go to the WebSphere Admin Console and modify the JDBC settings. B. Execute the setdbtype.bat to switch the database. C. Update the EJB deployment descriptor. D. Update the workspace metadata. Answer: B 26. A developer is installing the WebSphere Commerce Toolkit and an error occurs during setup. Which log file should be checked for errors? A. activity.log B. sec_check.log C. setup.log D. startserver.log Answer: C 27. Which of the following tasks needs to be done in order to enable workspaces in the WebSphere Commerce development environment? A. Create an instance of WebSphere Commerce as an authoring server. B. Define a new WAS profile. C. Run the enableContentManagement script. D. Switch to the Cloudscape database. Answer: C 28. A developer has modified several of the JSPs for a WebSphere Commerce store. Which step must be done before the pages can be deployed to a production server? A. Manually invalidate all related cache entries. B. Pre-compile all of the pages. C. Reorganize the exported directory structure. D. Stop WebSphere Application Server. Answer: C 29. When running the WebSphere Commerce development environment in debug mode, the debugger may time out causing instability. Which Debug preference should be set to resolve the issue? A. Enable "Suspend execution on uncaught exception". B. Enable "Suspend execution on compilation errors".

www.Prepking.com

C. Increase the Debugger timeout value. D. Increase the Launch timeout value. Answer: C 30. In which situation must a developer use the store publishing tools? A. A custom storefront is being created. B. The new development database is DB2. C. The supplied business models are not sufficient. D. The RAD workspace has become corrupt. Answer: B 31. Which component is responsible for providing user-related session information to commands for requests coming from a web-based client? A. Business context service B. Command context C. HTTP session object D. Web controller Answer: A 32. Which of the following statements is true regarding the Struts framework in WebSphere Commerce? A. A custom Action class is used to directly invoke Commerce commands. B. The standard Struts ActionServlet is configured as the servlet for the Stores web application. C. Struts ActionMappings map view names to JSPs. D. WebSphere Commerce uses the standard Struts request processor. Answer: D 33. In an integration scenario, a developer is required to accept inbound messages from an external system to WebSphere Commerce. The external system sends messages using XML over HTTP. messaging service provided for by WebSphere commerce should be utilized? A. Web services B. WebSphere MQ C. Program Adapter D. Command Messaging E. WebSphere Enterprise Service Bus Answer: C 34. WebSphere Commerce communicates with a backend system using XML over HTTP. As part of the final submission of a web order (OrderProcess), an outbound only message needs to be sent to an external system using the WebSphere commerce outbound messaging system. The external system is notably slow in responding to and processing inbound messages. Which method provided by the outbound messaging What inbound

www.Prepking.com

system below would result in the least amount of delay experienced by the web user when their order is submitted for processing? A. sendImmediate B. sendTransacted C. sendReceiveImmediate D. sendStored Answer: B 35. Click on the Exhibit Button below. Which of the following statements is true according to the attached diagram in the accompanying exhibit?

A. A campaign may only have one web activity. B. An e-mail initiative can be associated with more than one store. C. A store can have multiple campaigns. D. WebActivity is a database table in the WebSphere Commerce schema. Answer: C 36. A developer has been given a requirement that for each order submitted, a URL should be included with that order. Which approach is the most appropriate and requires the least amount of customization? A. Create a new extension table with a foreign key to ORDERS.ORDERS_ID. B. Create a new column in the ORDERS table. C. Create a new column in the ORDERITEMS table. D. Use ORDERITEMS.FIELD2. E. Use ORDERS.FIELD3. Answer: E

www.Prepking.com

100% Pass Guaranteed or Full Refund Word to Word Real Exam Questions from Real Test Buy full version of exam from this link below http://www.prepking.com/000-217.htm

S-ar putea să vă placă și