IBM c1000-004 practice test

IBM Curam SPM V7.X Application Developer Exam


Question 1

Which statement describes the purpose of the Persistence Infrastructure Adapter?

  • A. It translates high-level data requests to entity operations.
  • B. It maps calls from façade classes to handcrafted process classes.
  • C. It dispatches persistence events to their listeners.
  • D. It binds Entity interfaces to replaceable implementations.
Answer:

A

Discussions

Question 2

You want to define infrastructure validation for MYDOMAIN, which is based on SVR_INT64.
Which validation property can you define for MYDOMAIN?

  • A. Pattern_Match.
  • B. Enable_Validation.
  • C. Maximum_Size.
  • D. Custom_Validation_Function_Name.
Answer:

D

Discussions

Question 3

An entity class called MyEntity includes a non-database method that is defined using the <<blank>>
stereotype.
In which Java class is the method implemented?

  • A. curam.intf.MyEntity
  • B. curam.base.MyEntity
  • C. curam.impl.MyEntity
  • D. curam.fact.MyEntity
Answer:

C

Discussions

Question 4

Which two class types can be modeled in IBM Cúram SPM? (Choose two.)

  • A. default
  • B. rest
  • C. batch
  • D. façade
  • E. inboundprocess
Answer:

D,E

Discussions

Question 5

Which statement about developing pods IBM Cúram SPM is true?

  • A. UIM pages that display pods must include PodContainer.vim.
  • B. PodLoader classes call renders to generate HTML for each pod.
  • C. UIM pages source HTML from the PodContainerInterface to display the pods.
  • D. The PodContainerManager reads properties files to determine the pods to display for the page.
Answer:

A

Discussions

Question 6

Which two statements about port-processing informational messages are true? (Choose two.)

  • A. The INFORMATIONAL element is used to display the messages.
  • B. failOperation() is called to return the messages.
  • C. Messages can be logged using the setLoggable method.
  • D. Messages are added with type InformationalElement.InformationType.kError.
  • E. Informational messages must be converted to a list of structs before they are returned to the client.
Answer:

A,B

Discussions

Question 7

A developer has defined an outbound (accessing) web server in Cram SPM.
Which build command must they execute?

  • A. build database
  • B. build webservices
  • C. build websphereEAR or build weblogicEAR
  • D. build wasonnector2
Answer:

B

Discussions

Question 8

Examine this UIM code snippet:

Which two missing elements are required for this FIELD element to compile successfully? (Choose
two.)

  • A. A PAGE_PARAMETER with NAME=”caseID”.
  • B. A server interface with PHASE=”DISPLAY”.
  • C. A server interface with PHASE=”ACTION”.
  • D. A server interface call that returns an attribute called ‘type’.
  • E. An ACTION_CONTROL of type ACTION.
Answer:

A,E

Discussions

Question 9

Which two of the following are valid subdirectories of a server component directory? (Choose two.)

  • A. configuration
  • B. codetable
  • C. database
  • D. EJBserver
  • E. message
Answer:

A,D

Discussions

Question 10

When customizing out-of-the-box (OOTB) artifacts in RSA, which customization is compliant?

  • A. Modifying relationships in place between OOTB classes.
  • B. Assigning OOTB structs to other OOTB structs.
  • C. Creating a new foreign key where the OOTB Entity is the child.
  • D. Assigning a custom struct to an OOTB struct or entity.
Answer:

A

Discussions
To page 2