Skip to main content

C1000-004 Online Practice Questions

IBM Curam SPM V7.X Application Developer

70 questions available · Page 1 of 7

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Which statement about handcrafted service layer classes is true?

  1. A

    The generators create the intf, base, and factory classes, while the developer provides the impl class.

  2. B

    Entity classes are not modeled, as they are provided by the Entity Interface.

  3. C

    The DAO Interface provides search (readmulti) operations.

  4. D

    Handcrafted service layer classes do not use structs.

Show answer and explanation

Correct answer: A

Question 2 Single choice

The code table file called MyCodetable.ctx is defined in the following components: core, custom, and mycomponent.

The SERVER_COMPONENT_ORDER variable is set as SERVER_COMPONENT_ORDER=custom,mycomponent.

Which will be the set of code\value pairs for MyCodetable?

  1. A

    CV1 - Mycomponent Value 1

    CV2 - Core Value 2

  2. B

    CV1 - Custom value 1
    CV2 - Core value 2

  3. C

    CV1 - Mycomponent Value 1

  4. D

    CV1 - Custom value 1

Show answer and explanation

Correct answer: C

Question 3 Multiple choice

Which two statements about the UIM generator are true? (Choose two.)

  1. A

    It is an editor for designing the layout of UIM pages.

  2. B

    It uses the ServerAccessBeans.xml file to create SERVER_INTERFACE elements.

  3. C

    It can be used to set the phase of a SERVER_INTERFACE.

  4. D

    It is run as part of build client.

  5. E

    It uses the build beandoc command to create SERVER_INTERFACE elements.

Show answer and explanation

Correct answers: B, D

Explanation

References:
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=2ahUKEwjazZDrkobnAhWsyYUKHTo3DBsQFjABegQIAhAB&url=ftp%3A%2F%2Fpublic.dhe.ibm.com%2Fsoftware%2Fsolutions%2Fcuram%2F6.0.5.1%2Fen%2Fhtml%2FDevelopers%2FCuramWebClientReferenceManual%2Fr_WEBCREF_Development1UimGeneratorTool1.html&usg=AOvVaw30A9F9skqTHfWfyBqhYAwh

Question 4 Single choice

Which statement about customizing code table items in a way that avoids conflicts during future upgrade is true?

  1. A

    Continue the sequential names for the code items that already have been chosen by IBM.

  2. B

    Update the code table item in the out-of-the-box (OOTB) file.

  3. C

    Choose code item names that have different letter prefixes to any existing names.

  4. D

    There is no limit to the length of the table item name.

Show answer and explanation

Correct answer: C

Question 5 Single choice

Examine the below message definition.

What is the result when the runtime locale is set to fr_CA?

  1. A

    Washroom.

  2. B

    Lavatory.

  3. C

    Restroom.

  4. D

    An error is displayed.

Show answer and explanation

Correct answer: A

Question 6 Multiple choice

Which three of the following are Application Tier Layers in the IBM Cúram SPM application? (Choose three.)

  1. A

    Remote Interface Layer.

  2. B

    Session Layer.

  3. C

    Data Control Layer.

  4. D

    Business Object Layer.

  5. E

    Access Control Layer.

  6. F

    Data Access Layer.

Show answer and explanation

Correct answers: A, D, F

Explanation

References:
http://www.knowledgewala.com/ibm-curam-7-x-certification-important-notes/

Question 7 Single choice

Which task is valid when developing REST APIs in IBM Cúram SPM

  1. A

    Run `build database' whenever you modify ResourcesConfig.xml.

  2. B

    Define operations of type <<rest>> in a class of type <<facade>>.

  3. C

    Document the structs and operations in ResourcesConfig.xml so that the documentation appears in Swagger UI.

  4. D

    Specify the mandatory fields in the model.

Show answer and explanation

Correct answer: D

Explanation

References:
https://www.ibm.com/support/knowledgecenter/SS8S5A_7.0.9/com.ibm.curam.content.doc/MSDK/msdk_t_add_mandatory_fields.html

Question 8 Multiple choice

You can localize custom validations that are written in Java by using an external locale-specific properties file.

Which two of the following are correct locale-specific properties files for such validations? (Choose two.)

  1. A

    ErrorMessages_fr.properties

  2. B

    ErrorMessages_US_en.properties

  3. C

    ErrorMessages.properties_fr

  4. D

    ErrorMessages_en_US.properties

  5. E

    en_ErrorMessages.propereties

Show answer and explanation

Correct answers: A, D

Explanation

References:
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=2ahUKEwiqgqeblIbnAhUFUhoKHdnbBnQQFjAJegQIARAC&url=ftp%3A%2F%2Fftp.support.lotus.com%2Fsoftware%2Fsolutions%2Fcuram%2F6.0.5.4%2Fen%2Fpdf%2FCuramWebClientReferenceManual.pdf&usg=AOvVaw3fE5ixnkYGZfQVHWmATNNA

Question 9 Multiple choice

Which two statements about domain plug-ins are true? (Choose two.)

  1. A

    They are associated with domain definitions via domain definition property in RSA.

  2. B

    They are inherited from parent domain definitions.

  3. C

    They perform validation checks defined as domain definition properties.

  4. D

    They are implemented by using JSP Scriptlets.

  5. E

    They execute in the EJB container.

Show answer and explanation

Correct answers: A, D

Question 10 Single choice

Consider this out-of-the-box (OOTB) façade:

Which statement represents a compliant approach when customizing the mandatory fields of the createAccount() operation?

  1. A

    Change the Mandatory Field option for create createAccount() in a custom façade that subclasses AccountFaçade and set Replace_Superclass=No.

  2. B

    Change the Mandatory Field option for create createAccount() in a custom façade that does not subclass AccountFaçade.

  3. C

    Change the Mandatory Field option for create createAccount() in a custom façade that subclasses AccountFaçade and set Replace_Superclass=Yes.

  4. D

    It is not possible a Mandatory field option, so a support case should be raised if the developer thinks it needs to be changed.

Show answer and explanation

Correct answer: A