Tag: platforms and products

Questions Related to platforms and products

What task must be accomplished before custom store pages can be cached using WebSphere Application Server dynacache?

  1. Add custom tags to each page

  2. Add entries to cache configuration file.

  3. Install the Cache Monitor.

  4. Pre-compile the JSPs


Correct Option: B

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


Correct Option: D

Which Web Services preference needs to be enabled in Rational Application Developer when developing Web services for WebSphere Commerce?

  1. Set soapAction field to the operation name.

  2. Disable data binding and use SOAPElement.

  3. Do not backup and overwrite skeleton bean.

  4. Generate Java from WSDL using the no wrapped style.


Correct Option: B

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?

  1. CustomPlugin

  2. ValidatorPlugIn

  3. FormValidationPlugin

  4. DefaultValidationPlugin


Correct Option: B

Select Abinitio Core Products

  1. Co>Operating System

  2. Component Library

  3. Enterprise Meta Environment(EME)

  4. Graphical Development Environment


Correct Option: A,B,D
  1. string_substring("I>LOVE>INDIA",size_of("1"),size_of(1))

  2. string_substring("I>LOVE>INDIA",size_of(1)+2,size_of("1")/2)

  3. string_substring("I>LOVE>INDIA",size_of("1")+2,size_of(1)/2)

  4. string_substring("I>LOVE>INDIA",size_of(1)/2,size_of("1")+2)


Correct Option: C
  1. I Love India

  2. I Likeove India

  3. I Like India

  4. ILoveIndia


Correct Option: A

length_of([vector "I" , "LOVE" , "INDIA"])

  1. 11

  2. 3

  3. 1

  4. None of the above


Correct Option: B