Skip to main content

C7010-010 Real Exam Questions

IBM Cúram V6.0.4 Application Development

55 questions available · Page 1 of 6

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Which of the following represents the correct approach for customizing curam-config.xml compliantly?

  1. A

    Create a file ending in config.xml in the custom folder containing the changes

  2. B

    Create a file ending in -config.xml in the custom folder containing the changes

  3. C

    Create a file ending in Config.xml in the custom folder containing the changes

  4. D

    Change curam-config.xml in place

Show answer and explanation

Correct answer: B

Question 2 Multiple choice

Which of the following are valid ways to enforce that a value be mandatory for a given attribute?

  1. A

    Write custom logic at method level in the Java class

  2. B

    Configure the Require_Mandatory property of the entity's attribute to be set to true

  3. C

    Specify the name of the field in the Mandatory_Fields property of the modeled operation's argument struct

  4. D

    Write a custom Java function to check for a value being present and specify the function on the Custom_Validation_Function_Name property of the relevant Domain Definition

Show answer and explanation

Correct answers: A, C

Question 3 Multiple choice

Consider the following hand-crafted SQL statement (written for an <<ns>> entity operation) and the
relevant modeled information presented:

Which of the following statements are valid?

  1. A

    A build generated will fail with the error message 'Error 20500 - incorrect SQL syntax defined for non-standard operation on [Entity].[Operation]'.

  2. B

    It will only be possible to test whether the syntax is well-formed by running the SQL.

  3. C

    A build generated will complete successfully, but the entity operation may throw an exception at runtime.

  4. D

    The use of Host variables ':attribute1' and ':attribute2' as both argument and return variables will cause a compilation error in the server application.

Show answer and explanation

Correct answers: B, C

Question 4 Single choice

Which of the following is a complete description of the process involved in creating a valid

  1. A

    Create a new Index class containing the index attributes and add a named association between this class and the target Entity class

  2. B

    Create a new Struct class containing the index attributes and add a named association with stereotype index between it and the target entity class

  3. C

    Create a new Entity class with an attribute of stereotype index and add an association with stereotype index between it and the target Entity class

  4. D

    Create a new Association class with an attribute of stereotype index and add an association between it and the target Entity class

Show answer and explanation

Correct answer: B

Question 5 Single choice

In which of the following files would a developer define the database name for his/her Cúram application?

  1. A

    datamanager_config.xml

  2. B

    Application.prx

  3. C

    Bootstrap.properties

  4. D

    ApplicationConfiguration.properties

Show answer and explanation

Correct answer: C

Question 6 Single choice

Review the following model:

Based on the model shown above, which table(s) will exist following a build generated database?

  1. A

    EntityOne and EntityOneExtension

  2. B

    EntityOne only

  3. C

    EntityOneExtension only

  4. D

    The build will fail because extending an entity is not allowed

Show answer and explanation

Correct answer: B

Question 7 Multiple choice

Which of the following statements about the different approaches to generating unique IDs are true?

  1. A

    A dedicated BPO should be used to generate readable keys.

  2. B

    A programmatic or model-based approach can be used when the key needs to be returned for further processing.

  3. C

    The model-based approach should be used to generate keys from the Default KeySet.

  4. D

    The model-based approach reduces the chance of key conflict.

  5. E

    A key set must be specified when using the programmatic approach.

Show answer and explanation

Correct answers: B, D

Question 8 Multiple choice

Examine the following UIM code:

Which of the following statements are true?

  1. A

    The Page Title is read from a properties file.

  2. B

    The modifyPersonBean is invoked when the page loads.

  3. C

    A CONNECT element at the page level is used to pass a page parameter into a display phase SERVER_INTERFACE.

  4. D

    The UIM page is called PersonDemo_modifyPersonPage.uim.

  5. E

    The cluster value Cluster.Title.PersonDetails is read from a SERVER_INTERFACE.

Show answer and explanation

Correct answers: A, C

Question 9 Multiple choice

Which of the following scenarios would depend on using the MENU element?

  1. A

    Configuring a control at page-title level with 3 options for the user to select.

  2. B

    Defining a modal page that is part of a wizard.

  3. C

    Specifying that a field in a LIST should contain one or more ACTION_CONTROL elements.

  4. D

    Defining which sections users can navigate to in the Applications Section Bar.

  5. E

    Providing the user with in-page navigation links.

Show answer and explanation

Correct answers: B, E

Question 10 Single choice

Suppose that a new Process class has been created in a model and a build generated command is performed.

What needs to be done next?

  1. A

    Implement the methods in the generated impl version of the class.

  2. B

    Copy the generated impl class from the build/svr/gen/temp folder into the impl package.

  3. C

    Create a new class in the impl package.

  4. D

    Implement the modeled methods in the base class.

Show answer and explanation

Correct answer: C