SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
000-217




Test 217, WebSphere Commerce V6.0.
       Application Development
          Exam: 000-217
           Demo Edition




             © 2007- 2008 Test Killer, LTD All Rights Reserved


                                        http://www.testkiller.com
               1                         http://www.troytec.com
000-217




QUESTION: 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

QUESTION: 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

QUESTION: 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.




                                                                     http://www.testkiller.com
                                          2                           http://www.troytec.com
000-217




Answer: C

QUESTION: 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

QUESTION: 5
What are the two key elements when defining a view in the struts configuration
file?

A.   access-mappings
B.   action-mappings
C.   global-forwards
D.   global-mappings
E.   view-mappings


Answer: B, C

QUESTION: 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

QUESTION: 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


                                                                    http://www.testkiller.com
                                            3                        http://www.troytec.com
000-217




the Validator framework?

A.   CustomPlugin
B.   ValidatorPlugIn
C.   FormValidationPlugin
D.   DefaultValidationPlugin


Answer: B

QUESTION: 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

QUESTION: 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

QUESTION: 10
An enterprise (seller) wishes to create stores that can be targeted to each of the
product brands it sells, 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

                                                                    http://www.testkiller.com
                                          4                          http://www.troytec.com
000-217




C. Demand Chain
D. Supply Chain
E. B2B Direct


Answer: B

QUESTION: 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

QUESTION: 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: B, D

QUESTION: 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



                                                                   http://www.testkiller.com
                                         5                          http://www.troytec.com
000-217




Answer: C

QUESTION: 14
Which JSTL tag should be used to create a new URL reference in a jsp?

A.   <c:href>
B.   <c:link>
C.   <c:out>
D.   <c:url>


Answer: D

QUESTION: 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

QUESTION: 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

QUESTION: 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?



                                                                  http://www.testkiller.com
                                        6                          http://www.troytec.com
000-217




A.   com.ibm.commerce.webservices.OpenWebServicePortType
B.   com.ibm.commerce.webservices.CustomerServicePortType
C.   com.mycompany.services.CustomerServicePortType
D.   com.mycompany.services.AddCustomer


Answer: A

QUESTION: 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

QUESTION: 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.
C.   Hide an image on each page.
D.   Place a hidden link to the Coremetrics server.


Answer: A

QUESTION: 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


                                                                   http://www.testkiller.com
                                           7                        http://www.troytec.com

Weitere ähnliche Inhalte

Kürzlich hochgeladen

Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvRicaMaeCastro1
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 

Kürzlich hochgeladen (20)

Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 

Empfohlen

Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 

Empfohlen (20)

Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 

000-217 Exams

  • 1. 000-217 Test 217, WebSphere Commerce V6.0. Application Development Exam: 000-217 Demo Edition © 2007- 2008 Test Killer, LTD All Rights Reserved http://www.testkiller.com 1 http://www.troytec.com
  • 2. 000-217 QUESTION: 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 QUESTION: 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 QUESTION: 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. http://www.testkiller.com 2 http://www.troytec.com
  • 3. 000-217 Answer: C QUESTION: 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 QUESTION: 5 What are the two key elements when defining a view in the struts configuration file? A. access-mappings B. action-mappings C. global-forwards D. global-mappings E. view-mappings Answer: B, C QUESTION: 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 QUESTION: 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 http://www.testkiller.com 3 http://www.troytec.com
  • 4. 000-217 the Validator framework? A. CustomPlugin B. ValidatorPlugIn C. FormValidationPlugin D. DefaultValidationPlugin Answer: B QUESTION: 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 QUESTION: 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 QUESTION: 10 An enterprise (seller) wishes to create stores that can be targeted to each of the product brands it sells, 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 http://www.testkiller.com 4 http://www.troytec.com
  • 5. 000-217 C. Demand Chain D. Supply Chain E. B2B Direct Answer: B QUESTION: 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 QUESTION: 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: B, D QUESTION: 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 http://www.testkiller.com 5 http://www.troytec.com
  • 6. 000-217 Answer: C QUESTION: 14 Which JSTL tag should be used to create a new URL reference in a jsp? A. <c:href> B. <c:link> C. <c:out> D. <c:url> Answer: D QUESTION: 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 QUESTION: 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 QUESTION: 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? http://www.testkiller.com 6 http://www.troytec.com
  • 7. 000-217 A. com.ibm.commerce.webservices.OpenWebServicePortType B. com.ibm.commerce.webservices.CustomerServicePortType C. com.mycompany.services.CustomerServicePortType D. com.mycompany.services.AddCustomer Answer: A QUESTION: 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 QUESTION: 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. C. Hide an image on each page. D. Place a hidden link to the Coremetrics server. Answer: A QUESTION: 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 http://www.testkiller.com 7 http://www.troytec.com